

#stacks_in_301 {
	background-color: rgba(230, 230, 230, 1.00);
	padding:  10px;
}
/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_2725 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_2725 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

#stacks_in_2725 .clean-menu-extra {
  display: none;
}
#clean-menu_stacks_in_2725 .clean-menu-logo .cm-logo-right {
  white-space: nowrap;
}
#clean-menu_stacks_in_2725 .clean-menu-logo .cm-logo-right * {
  margin: 0;
  display: flex;
  align-self: center;
}
#clean-menu-full_stacks_in_2725.cm-full-menu li > a:hover,
#clean-menu_stacks_in_2725 li > a:hover {
  text-decoration: none;
}

#stacks_in_2725 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_2725 {
  max-width: 1040px;
  box-sizing: border-box;
  padding: 0px 20px;
  
}
/* compatability fixes */
#clean-menu_stacks_in_2725 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_2725 ul li > a:after,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_2725.cm-full-menu,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px 0px;
  background: transparent;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul li,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a {
  padding: 5px 20px;
  margin: 0;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul > div,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul > div a,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul ul,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_2725.cm-full-menu,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  min-width: 250px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}
#clean-menu-full_stacks_in_2725.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_2725.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_2725.cm-full-menu.clean-menu-active {
  height: auto;
}

#clean-menu-full_stacks_in_2725.cm-full-menu {
  -webkit-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
}
#clean-menu-full_stacks_in_2725.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}



#clean-menu-full_stacks_in_2725.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_2725 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_2725.clean-menu-active ul {
  opacity: 1;
  pointer-events: all;
}
.cm-toggle {
  width: 30px;
  height: 28px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cm-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.cm-toggle span:nth-child(1) {
  top: 0px;
}
.cm-toggle span:nth-child(2),.cm-toggle span:nth-child(3) {
  top: 10px;
}
.cm-toggle span:nth-child(4) {
  top: 20px;
}
.cm-toggle.open span:nth-child(1) {
  opacity: 0;
}
.cm-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cm-toggle.open span:nth-child(4) {
  opacity: 0;
}

#clean-menu_stacks_in_2725 .cm-toggle span {
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
#clean-menu_stacks_in_2725 .cm-toggle span:nth-child(1) {
  top: 10px;
  left: 1px;
}
#clean-menu_stacks_in_2725 .cm-toggle span:nth-child(2),#clean-menu_stacks_in_2725 .cm-toggle span:nth-child(3) {
  top: 10px;
  left: 12px;
}
#clean-menu_stacks_in_2725 .cm-toggle span:nth-child(4) {
  top: 10px;
  left: 23px;
}
#clean-menu_stacks_in_2725 .cm-toggle.open span:nth-child(2) {
  width: 100%;
  left: 0;
  top: 11px;
  border-radius: 2px;
  height: 4px;
}
#clean-menu_stacks_in_2725 .cm-toggle.open span:nth-child(3) {
  width: 100%;
  left: 0;
  top: 11px;

  border-radius: 2px;
  height: 4px;
}



#clean-menu_stacks_in_2725 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#clean-menu_stacks_in_2725 > div {
  align-self: center;
}
#clean-menu_stacks_in_2725 .clean-menu-full .cm-menu-toggle {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  padding: 0;
/*  border: 1px solid #000;*/
  border-radius: 3px;
  cursor: pointer;
}
#clean-menu_stacks_in_2725 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_2725 .clean-menu-logo {
  max-width: 250px;
  min-width: 250px;
  margin: 0;
}
#clean-menu_stacks_in_2725 .clean-menu-logo .cm-logo-wrap {
  max-width: 250px;
  min-width: 250px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
#clean-menu_stacks_in_2725 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_2725.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_2725 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_2725 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  display: none;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_2725.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_2725 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  
  
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_2725.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.40);
  font-size: inherit;
  
  font-weight: bold;
  
  line-height: 25px;
  align-items: center;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a {
  font-size: inherit;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_2725.cm-full-menu > ul > li > a {
  
  font-weight: bold;
  
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(0, 0, 0, 0.40);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_2725.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  

}
#stacks_in_2725 li > a svg,
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a:hover svg {
  fill: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_2725 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_2725 h1, #clean-menu_stacks_in_2725 h2, #clean-menu_stacks_in_2725 h3, #clean-menu_stacks_in_2725 h4, #clean-menu_stacks_in_2725 h5, #clean-menu_stacks_in_2725 h6, #clean-menu_stacks_in_2725 .layouts-text, #clean-menu_stacks_in_2725 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_2725.cm-full-menu,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_2725.cm-full-menu > ul > li,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_2725.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_2725.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 0.40);
  fill: rgba(0, 0, 0, 0.40);
}
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(0, 0, 0, 0.20);
  fill:  rgba(0, 0, 0, 0.20);
}
/* #clean-menu-full_stacks_in_2725.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_2725.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(0, 0, 0, 0.40);
  cursor: default;
} */
#clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(0, 0, 0, 0.60);
  fill:  rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}
.disable-parents #clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_2725.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}
.disable-parents #clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}





#clean-menu_stacks_in_2725 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#clean-menu_stacks_in_2725 .clean-menu-full {
  width: 40px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
#clean-menu_stacks_in_2725 .clean-menu-logo {
  width: auto;
  min-width: 0px;
  max-width: 9999px;
}
#clean-menu_stacks_in_2725 .clean-menu-logo .cm-logo-wrap {
  max-width: 250px;
  width: 100%;
  float: right;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
div[tag="slice"] > .mez > #stacks_in_2725.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 15px 0 0;
}


#clean-menu_stacks_in_2725 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_2725 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent:after {
  content: "";
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 8px;
}
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}


#clean-menu_stacks_in_2725 .clean-menu-logo,
#clean-menu_stacks_in_2725 .clean-menu-full {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}


#clean-menu-full_stacks_in_2725.cm-full-menu > ul > li {
  border-bottom: 1px solid rgba(0,0,0,0.15)
}
#clean-menu-full_stacks_in_2725.cm-full-menu > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_2725.cm-full-menu {

}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a:visited {
  color: rgba(0,0,0,.6);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a svg {
  fill: rgba(0,0,0,.6);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a:hover {
  color: rgba(0,0,0,.4);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a:hover svg {
  fill: rgba(0,0,0,.4);
}
/* #clean-menu_stacks_in_2725 .clean-menu-top-level ul li > a.cm-heading:hover {
  color: rgba(0,0,0,.6);
  cursor: default;
} */
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li.cm-current > a {
  color: rgba(0,0,0,.8);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level ul li.cm-current > a svg {
  fill: rgba(0,0,0,.8);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0,0,0,.6);
}
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0,0,0,.4);
}
/* #clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0,0,0,.6);
} */
#clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(0,0,0,.8);
}
#clean-menu_stacks_in_2725 .cm-toggle span {
  background: rgba(0,0,0,8);
}
#clean-menu_stacks_in_2725 h1, #clean-menu_stacks_in_2725 h2, #clean-menu_stacks_in_2725 h3, #clean-menu_stacks_in_2725 h4, #clean-menu_stacks_in_2725 h5, #clean-menu_stacks_in_2725 h6, #clean-menu_stacks_in_2725 .layouts-text, #clean-menu_stacks_in_2725 p {
  color: rgba(0,0,0,8);
}
.disable-parents #clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > a.parent:hover:after {
  color: rgba(0,0,0,.6);
  border-color: rgba(0,0,0,.6);
}




@media all and (min-width: 1201px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_2725.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_2725 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_2725 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_2725 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

@media all and (max-width: 1200px) {
  
  #clean-menu_stacks_in_2725.clean-menu {
    flex-wrap: wrap-reverse;
  }
  #clean-menu_stacks_in_2725 > div  {
    
    
  }
  
  #clean-menu_stacks_in_2725.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_2725 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_2725 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_2725 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_2725 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_2725 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu-full_stacks_in_2725.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_2725.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_2725.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_2725.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_2725.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_2725.cm-full-menu ul li > a {
    font-size: calc(inherit + 2 );
    line-height: calc(inherit + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_2725.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_2725.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_2725.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






.cm-mobile-example #clean-menu-full_stacks_in_2725 {
  min-width: 300px;
}
.cm-mobile-example #clean-menu_stacks_in_2725 .clean-menu-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_2725 > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_2725 .clean-menu-full .cm-menu-toggle {
  display: block;
}
.cm-mobile-example #clean-menu_stacks_in_2725 .clean-menu-top-level {
  display: none;
}
.cm-mobile-example #clean-menu-full_stacks_in_2725.cm-full-menu ul li {
  display: block;
}
.cm-mobile-example #clean-menu-full_stacks_in_2725.cm-full-menu ul li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_2725.cm-full-menu ul ul > li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-grouped-item > a {
  width: auto;
}
.cm-mobile-example #clean-menu-full_stacks_in_2725.cm-full-menu {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cm-mobile-example #clean-menu-full_stacks_in_2725.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.cm-mobile-example #clean-menu-full_stacks_in_2725.cm-full-menu ul li.cm-grouped-item > a {
  padding: 8px 30px 8px 0;
}









#clean-menu_stacks_in_2725 .clean-menu-top-level ul li.cm-current > a {
  
}













































































/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_2566 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_2566 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

#stacks_in_2566 .clean-menu-extra {
  display: none;
}
#clean-menu_stacks_in_2566 .clean-menu-logo .cm-logo-right {
  white-space: nowrap;
}
#clean-menu_stacks_in_2566 .clean-menu-logo .cm-logo-right * {
  margin: 0;
  display: flex;
  align-self: center;
}
#clean-menu-full_stacks_in_2566.cm-full-menu li > a:hover,
#clean-menu_stacks_in_2566 li > a:hover {
  text-decoration: none;
}

#stacks_in_2566 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_2566 {
  max-width: 840px;
  box-sizing: border-box;
  padding: 0px 20px;
  
}
/* compatability fixes */
#clean-menu_stacks_in_2566 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_2566 ul li > a:after,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_2566.cm-full-menu,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px 0px;
  background: transparent;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul li,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a {
  padding: 5px 20px;
  margin: 0;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul > div,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul > div a,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul ul,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_2566.cm-full-menu,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  min-width: 250px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}
#clean-menu-full_stacks_in_2566.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_2566.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_2566.cm-full-menu.clean-menu-active {
  height: auto;
}

#clean-menu-full_stacks_in_2566.cm-full-menu {
  -webkit-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
}
#clean-menu-full_stacks_in_2566.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}



#clean-menu-full_stacks_in_2566.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_2566 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_2566.clean-menu-active ul {
  opacity: 1;
  pointer-events: all;
}
.cm-toggle {
  width: 30px;
  height: 28px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cm-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.cm-toggle span:nth-child(1) {
  top: 0px;
}
.cm-toggle span:nth-child(2),.cm-toggle span:nth-child(3) {
  top: 10px;
}
.cm-toggle span:nth-child(4) {
  top: 20px;
}
.cm-toggle.open span:nth-child(1) {
  opacity: 0;
}
.cm-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cm-toggle.open span:nth-child(4) {
  opacity: 0;
}

#clean-menu_stacks_in_2566 .cm-toggle span {
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
#clean-menu_stacks_in_2566 .cm-toggle span:nth-child(1) {
  top: 10px;
  left: 1px;
}
#clean-menu_stacks_in_2566 .cm-toggle span:nth-child(2),#clean-menu_stacks_in_2566 .cm-toggle span:nth-child(3) {
  top: 10px;
  left: 12px;
}
#clean-menu_stacks_in_2566 .cm-toggle span:nth-child(4) {
  top: 10px;
  left: 23px;
}
#clean-menu_stacks_in_2566 .cm-toggle.open span:nth-child(2) {
  width: 100%;
  left: 0;
  top: 11px;
  border-radius: 2px;
  height: 4px;
}
#clean-menu_stacks_in_2566 .cm-toggle.open span:nth-child(3) {
  width: 100%;
  left: 0;
  top: 11px;

  border-radius: 2px;
  height: 4px;
}



#clean-menu_stacks_in_2566 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#clean-menu_stacks_in_2566 > div {
  align-self: center;
}
#clean-menu_stacks_in_2566 .clean-menu-full .cm-menu-toggle {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  padding: 0;
/*  border: 1px solid #000;*/
  border-radius: 3px;
  cursor: pointer;
}
#clean-menu_stacks_in_2566 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_2566 .clean-menu-logo {
  max-width: 200px;
  min-width: 200px;
  margin: 0;
}
#clean-menu_stacks_in_2566 .clean-menu-logo .cm-logo-wrap {
  max-width: 200px;
  min-width: 200px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
#clean-menu_stacks_in_2566 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_2566.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_2566 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_2566 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  display: none;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_2566.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_2566 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  
  
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_2566.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.40);
  font-size: inherit;
  
  font-weight: bold;
  
  line-height: 25px;
  align-items: center;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a {
  font-size: inherit;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_2566.cm-full-menu > ul > li > a {
  
  font-weight: bold;
  
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(0, 0, 0, 0.40);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_2566.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  

}
#stacks_in_2566 li > a svg,
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a:hover svg {
  fill: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_2566 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_2566 h1, #clean-menu_stacks_in_2566 h2, #clean-menu_stacks_in_2566 h3, #clean-menu_stacks_in_2566 h4, #clean-menu_stacks_in_2566 h5, #clean-menu_stacks_in_2566 h6, #clean-menu_stacks_in_2566 .layouts-text, #clean-menu_stacks_in_2566 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_2566.cm-full-menu,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_2566.cm-full-menu > ul > li,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_2566.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_2566.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 0.40);
  fill: rgba(0, 0, 0, 0.40);
}
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(0, 0, 0, 0.20);
  fill:  rgba(0, 0, 0, 0.20);
}
/* #clean-menu-full_stacks_in_2566.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_2566.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(0, 0, 0, 0.40);
  cursor: default;
} */
#clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(0, 0, 0, 0.60);
  fill:  rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}
.disable-parents #clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_2566.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}
.disable-parents #clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}





#clean-menu_stacks_in_2566 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#clean-menu_stacks_in_2566 .clean-menu-full {
  width: 40px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
#clean-menu_stacks_in_2566 .clean-menu-logo {
  width: auto;
  min-width: 0px;
  max-width: 9999px;
}
#clean-menu_stacks_in_2566 .clean-menu-logo .cm-logo-wrap {
  max-width: 200px;
  width: 100%;
  float: right;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
div[tag="slice"] > .mez > #stacks_in_2566.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 15px 0 0;
}


#clean-menu_stacks_in_2566 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_2566 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent:after {
  content: "";
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 8px;
}
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}


#clean-menu_stacks_in_2566 .clean-menu-logo,
#clean-menu_stacks_in_2566 .clean-menu-full {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}


#clean-menu-full_stacks_in_2566.cm-full-menu > ul > li {
  border-bottom: 1px solid rgba(0,0,0,0.15)
}
#clean-menu-full_stacks_in_2566.cm-full-menu > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_2566.cm-full-menu {

}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a:visited {
  color: rgba(0,0,0,.6);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a svg {
  fill: rgba(0,0,0,.6);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a:hover {
  color: rgba(0,0,0,.4);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a:hover svg {
  fill: rgba(0,0,0,.4);
}
/* #clean-menu_stacks_in_2566 .clean-menu-top-level ul li > a.cm-heading:hover {
  color: rgba(0,0,0,.6);
  cursor: default;
} */
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li.cm-current > a {
  color: rgba(0,0,0,.8);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level ul li.cm-current > a svg {
  fill: rgba(0,0,0,.8);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0,0,0,.6);
}
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0,0,0,.4);
}
/* #clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0,0,0,.6);
} */
#clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(0,0,0,.8);
}
#clean-menu_stacks_in_2566 .cm-toggle span {
  background: rgba(0,0,0,8);
}
#clean-menu_stacks_in_2566 h1, #clean-menu_stacks_in_2566 h2, #clean-menu_stacks_in_2566 h3, #clean-menu_stacks_in_2566 h4, #clean-menu_stacks_in_2566 h5, #clean-menu_stacks_in_2566 h6, #clean-menu_stacks_in_2566 .layouts-text, #clean-menu_stacks_in_2566 p {
  color: rgba(0,0,0,8);
}
.disable-parents #clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > a.parent:hover:after {
  color: rgba(0,0,0,.6);
  border-color: rgba(0,0,0,.6);
}




@media all and (min-width: 1201px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_2566.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_2566 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_2566 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_2566 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

@media all and (max-width: 1200px) {
  
  #clean-menu_stacks_in_2566.clean-menu {
    flex-wrap: wrap-reverse;
  }
  #clean-menu_stacks_in_2566 > div  {
    
    
  }
  
  #clean-menu_stacks_in_2566.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_2566 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_2566 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_2566 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_2566 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_2566 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu-full_stacks_in_2566.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_2566.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_2566.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_2566.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_2566.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_2566.cm-full-menu ul li > a {
    font-size: calc(inherit + 2 );
    line-height: calc(inherit + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_2566.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_2566.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_2566.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






.cm-mobile-example #clean-menu-full_stacks_in_2566 {
  min-width: 300px;
}
.cm-mobile-example #clean-menu_stacks_in_2566 .clean-menu-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_2566 > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_2566 .clean-menu-full .cm-menu-toggle {
  display: block;
}
.cm-mobile-example #clean-menu_stacks_in_2566 .clean-menu-top-level {
  display: none;
}
.cm-mobile-example #clean-menu-full_stacks_in_2566.cm-full-menu ul li {
  display: block;
}
.cm-mobile-example #clean-menu-full_stacks_in_2566.cm-full-menu ul li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_2566.cm-full-menu ul ul > li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-grouped-item > a {
  width: auto;
}
.cm-mobile-example #clean-menu-full_stacks_in_2566.cm-full-menu {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cm-mobile-example #clean-menu-full_stacks_in_2566.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.cm-mobile-example #clean-menu-full_stacks_in_2566.cm-full-menu ul li.cm-grouped-item > a {
  padding: 8px 30px 8px 0;
}









#clean-menu_stacks_in_2566 .clean-menu-top-level ul li.cm-current > a {
  
}































/* -- EACH CSS Template -- */



/*  Edit */



	
	#stacks_in_303 .HYPE_document  { text-align: center; display: block; width: 100%; height: 100%; margin: auto; padding: 0; min-width: 100%; }	
	#stacks_in_303 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
    #stacks_in_303_default31_hype_container { } 		

	#stacks_in_303 .button-stats { }
	#stacks_in_303 .button-stats:hover, .button-stats:hover { color: #dcdcdc !important;	background-color: #262626 !important;  }
	
	/* Link  */
	#stacks_in_303 .wrapper_link  { display: none !important; position: absolute;	padding: 0; top: 0; right: 0; left: 0; bottom: 0; margin: auto;	z-index: 2;	border-radius: 100px; -webkit-border-radius: 100px; min-height: 100px !important; max-height: 200px !important; width: auto; max-width: 75vw; }
	#stacks_in_303 .back_wrapper_31 {  text-align: center; margin-right: auto; margin-left: auto; display: block; position: relative; max-width: 1300vh;	
		 height: 35vh; min-height: 200px !important; 	
		 padding: 10px 0 0; }
		/* padding: 10px FIX auto start above */
		
		
	/* fixed height setting */
	@media (max-width: 800px) { #stacks_in_303 .back_wrapper_31 { 
	 } }
	@media (max-width: 600px) { #stacks_in_303 .back_wrapper_31 { 
	 } }	
	#stacks_in_303 .wrapper_31 { 
		text-align: center; margin-right: auto; margin-left: auto; display: block; position: relative;	max-width: 1300px;		
		 height: 35vh; min-height: 200px !important; 		
		 }
	/* fixed height setting */
	@media (max-width: 800px) { #stacks_in_303 .wrapper_31 { 
	 } }
	@media (max-width: 600px) { #stacks_in_303 .wrapper_31 { 
	 } }
	
	/*  Hype rot */
	#stacks_in_303 .flex_elements{ 	transform: rotate( 0deg ) !important; -webkit-transform: rotate(0deg ) !important; }
	/* --- 4 Static titles */
	.hype-title-static {	   }
	.hype-title-scale{  }
	
	@keyframes hype-title-scale { 
	0% {transform: scale(0.8); opacity: 0;}
	40% {transform: scale(0.8);}
	45% {opacity: 0;}      
	100% {transform: scale(1); opacity: 1;}
	}
	@-webkit-keyframes hype-title-scale {
	0% {-webkit-transform: scale(0.8); opacity: 0;}
	40% {-webkit-transform: scale(0.8);} 
	45% {opacity: 0;}      
	100% {-webkit-transform: scale(1); opacity: 1;}
	}
	
	.hype-title-fade {	
	 }
	
	@keyframes hype-title-fade {
	0% {opacity: 0;}   
	10% {opacity: 0;} 
	100% {opacity: 1;}
	}
	@-webkit-keyframes hype-title-fade {
	0% { opacity: 0;} 
	10% {opacity: 0;}   
	100% {opacity: 1;}
	}
	
	 /*  A B */
	#stacks_in_303 .hype_title_31 { color: #0D57AC !important;  }
	#stacks_in_303 .hype_title_31_b { color: #ABE2FF !important;  }
	#stacks_in_303 .hype_slogan_31 { 
		color: #CB0001 !important; font-size: 54px !important; font-family: 'Lato', sans-serif !important;		
		
	    			
		text-decoration: none;	transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important; margin-top: 20px !important; margin-left: 0px !important; display: block !important; letter-spacing: 0px !important; line-height: 70px !important;   
	}
	
	/* Titles */
	#stacks_in_303 .hype_title_31, #stacks_in_303 .hype_title_31_b { 
		font-size: 130px !important;
		
	    		
		text-decoration: None;
		
		margin-top: 0px !important; margin-left: 0px !important; letter-spacing: 0px !important; line-height: 125px !important;
		
		font-family: 'Lato Bold', sans-serif !important; -webkit-transform: translate3d(0,0,0) !important;
		
		 
		
		 	
		
		 	
		
		 
		
		  
	}	

	#stacks_in_303 .hype_title_31, #stacks_in_303 .hype_title_31_b {   }	
	#stacks_in_303 .hype_title_31, #stacks_in_303 .hype_title_31_b {   }
	
	/* back_wrapper- fix consolidation. stay under text */
	#stacks_in_303 .back_wrapper_31 {				 
	  background-color: transparent !important; 				 
	 				
	 				
	  }	
	
	#stacks_in_303 .back_wrapper_31::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../files/dots1.png) center center repeat !important; }	
	#stacks_in_303 .back_wrapper_31bg::before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: none;  display: block; filter: blur(14px); opacity: 0.3 !important; background: url(../files/1.gif) center center no-repeat !important; background-size: cover !important;  }
	
	@media (max-width: 768px) { #stacks_in_303 .back_wrapper_31::after, #stacks_in_303 .back_wrapper_31bg::before {  display: none !important; width: 0%; height: 0%;  } }
	
	#stacks_in_303 .back_wrapper_31bg { 	
				
		text-align: center; display: block; position: relative;	
		max-width: 1300vh;		
		 height: 35vh; min-height: 200px !important;  		
			
		padding: 0; margin: 0;
	}
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_303 .back_wrapper_31bg { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_303 .back_wrapper_31bg {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_303 .back_wrapper_31bg { background-attachment: scroll !important;  } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_303 .back_wrapper_31bg { background-attachment: scroll !important;  } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_303 .back_wrapper_31bg  {  background-attachment: scroll !important;  } }
	
	/* fixed height setting */
	@media (max-width: 800px) { #stacks_in_303 .back_wrapper_31bg {   } }
	@media (max-width: 600px) { #stacks_in_303 .back_wrapper_31bg {   } }
	
	#stacks_in_303 .hype_title_31, #stacks_in_303 .hype_title_31_b {	
	 
	}
	
	#stacks_in_303 .hype_line_31 { background-color: #CB0001 !important; display: block !important;	margin-top: 0px !important; margin-left: 0px !important; }	
	#stacks_in_303 .hype-glow-31 {  display: none !important;  }	
	#stacks_in_303 .hype-flash-color-31 { background-color: rgba(0, 0, 0, 0.35) !important; width: 50px; height: 50px; margin-bottom: 13px; margin-right: auto; margin-left: auto; text-align: center; backface-visibility: hidden !important; }	
		
	/* @group Built-in Webfonts */
	@font-face { font-family: 'Cordial Regular';
	src: url('../files/webfonts31/cordial_web/cordial_regular_39-webfont.woff2') format('woff2'), url('../files/webfonts31/cordial_web/cordial_regular_39-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Cordial Semi Bold';
	src: url('../files/webfonts31/cordial_web/cordial_semibold_38-webfont.woff2') format('woff2'), url('../files/webfonts31/cordial_web/cordial_semibold_38-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Cordial Medium';
	src: url('../files/webfonts31/cordial_web/cordial_medium_38-webfont.woff2') format('woff2'),url('../files/webfonts31/cordial_web/cordial_medium_38-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Cordial Light';
	src: url('../files/webfonts31/cordial_web/cordial_light_59-webfont.woff2') format('woff2'), url('../files/webfonts31/cordial_web/cordial_light_59-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Cordial Bold';
	src: url('../files/webfonts31/cordial_web/cordial_bold_69-webfont.woff2') format('woff2'), url('../files/webfonts31/cordial_web/cordial_bold_69-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Cordial Inline Bdrounded';
	src: url('../files/webfonts31/cordial_web/cordial_inline_rou_17-webfont.woff2') format('woff2'), url('../files/webfonts31/cordial_web/cordial_inline_rou_17-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Cordial Cherry Bdrounded';
	src: url('../files/webfonts31/cordial_web/cordial_cherry_rou_22-webfont.woff2') format('woff2'), url('../files/webfonts31/cordial_web/cordial_cherry_rou_22-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face { font-family: 'Raleway Light';
    src: url('../files/webfonts31/raleway/Raleway_Light.woff2') format('woff2'), url('../files/webfonts31/raleway/Raleway_Light.woff') format('woff');
    font-weight: normal; font-style: normal; }
    @font-face { font-family: 'Raleway';
    src: url('../files/webfonts31/raleway/Raleway_Regular.woff2') format('woff2'), url('../files/webfonts31/raleway/Raleway_Regular.woff') format('woff');
    font-weight: normal; font-style: normal; }    
    @font-face { font-family: 'Raleway Bold';
    src: url('../files/webfonts31/raleway/Raleway_Bold.woff2') format('woff2'), url('../files/webfonts31/raleway/Raleway_Bold.woff') format('woff');
    font-weight: normal; font-style: normal; }	
        		
	@font-face { font-family: 'Montserrat Light';
	src: url('../files/webfonts31/montserrat/Montserrat-Light.woff2') format('woff2'), url('../files/webfonts31/montserrat/Montserrat-Light.woff') format('woff');
	font-weight: normal !important; font-style: normal; 	}	
	@font-face { font-family: 'Montserrat';
	src: url('../files/webfonts31/montserrat/Montserrat-Medium.woff2') format('woff2'), url('../files/webfonts31/montserrat/Montserrat-Medium.woff') format('woff');
	font-weight: normal !important; font-style: normal;	}	
	@font-face { font-family: 'Montserrat Bold';
	src: url('../files/webfonts31/montserrat/Montserrat-Bold.woff2') format('woff2'), url('../files/webfonts31/montserrat/Montserrat-Bold.woff') format('woff');
	font-weight: normal !important; font-style: normal;	}		

	@font-face { font-family: 'Lato Light';
	src: url('../files/webfonts31/lato/Lato-Light.woff2') format('woff2'), url('../files/webfonts31/lato/Lato-Light.woff') format('woff');
	font-weight: normal; font-style: normal; }	
	@font-face { font-family: 'Lato';
	src: url('../files/webfonts31/lato/Lato-Regular.woff2') format('woff2'), url('../files/webfonts31/lato/Lato-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }	
	@font-face { font-family: 'Lato Bold';
	src: url('../files/webfonts31/lato/Lato-Bold.woff2') format('woff2'), url('../files/webfonts31/lato/Lato-Bold.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
    @font-face { font-family: 'Open Sans Light';
    src: url('../files/webfonts31/opensans/OpenSans-Light.woff2') format('woff2'), url('../files/webfonts31/opensans/OpenSans-Light.woff') format('woff');
    font-weight: normal; font-style: normal; font-display: swap; }
    @font-face { font-family: 'Open Sans';
    src: url('../files/webfonts31/opensans/OpenSans-Medium.woff2') format('woff2'), url('../files/webfonts31/opensans/OpenSans-Medium.woff') format('woff');
    font-weight: normal; font-style: normal; font-display: swap; }
	@font-face { font-family: 'Open Sans Bold';
    src: url('../files/webfonts31/opensans/OpenSans-Bold.woff2') format('woff2'), url('../files/webfonts31/opensans/OpenSans-Bold.woff') format('woff');
    font-weight: normal; font-style: normal; font-display: swap; }    
    
	@font-face { font-family: 'Signika Light';
	src: url('../files/webfonts31/signika/Signika-Light.woff2') format('woff2'), url('../files/webfonts31/signika/Signika-Light.woff') format('woff');
	font-weight: normal; font-style: normal; }
    @font-face { font-family: 'Signika';
	src: url('../files/webfonts31/signika/Signika-Regular.woff2') format('woff2'), url('../files/webfonts31/signika/Signika-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }	
	@font-face { font-family: 'Signika Bold';
	src: url('../files/webfonts31/signika/Signika-Bold.woff2') format('woff2'), url('../files/webfonts31/signika/Signika-Bold.woff') format('woff');
	font-weight: normal; font-style: normal; }		
		
	@font-face { font-family: 'Advent Pro Light';
	src: url('../files/webfonts31/advent_pro/AdventPro-Light.woff2') format('woff2'), url('../files/webfonts31/advent_pro/AdventPro-Light.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }
	@font-face { font-family: 'Advent Pro';
	src: url('../files/webfonts31/advent_pro/AdventPro-Regular.woff2') format('woff2'), url('../files/webfonts31/advent_pro/AdventPro-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }
    @font-face { font-family: 'Advent Pro Bold';
	src: url('../files/webfonts31/advent_pro/AdventPro-Bold.woff2') format('woff2'), url('../files/webfonts31/advent_pro/AdventPro-Bold.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }	
		
	@font-face { font-family: 'Roboto Light';
	src: url('../files/webfonts31/roboto/Roboto-Light.woff2') format('woff2'), url('../files/webfonts31/roboto/Roboto-Light.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }	
	@font-face { font-family: 'Roboto';
	src: url('../files/webfonts31/roboto/Roboto-Regular.woff2') format('woff2'), url('../files/webfonts31/roboto/Roboto-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }  
	@font-face { font-family: 'Roboto Bold';
	src: url('../files/webfonts31/roboto/Roboto-Bold.woff2') format('woff2'), url('../files/webfonts31/roboto/Roboto-Bold.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }	
	
	@font-face { font-family: 'Playfair Display';
	src: url('../files/webfonts31/playfairsc/PlayfairDisplay-Regular.woff2') format('woff2'), url('../files/webfonts31/playfairsc/PlayfairDisplay-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Playfair Display Bold';
	src: url('../files/webfonts31/playfairsc/PlayfairDisplay-Bold.woff2') format('woff2'), url('../files/webfonts31/playfairsc/PlayfairDisplay-Bold.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Playfair Display ExtraBold';
	src: url('../files/webfonts31/playfairsc/PlayfairDisplay-ExtraBold.woff2') format('woff2'), url('../files/webfonts31/playfairsc/PlayfairDisplay-ExtraBold.woff') format('woff');
	font-weight: normal; font-style: normal; }
	
	@font-face { font-family: 'Rubik Mono One';
	src: url('../files/webfonts31/rubikmonoone/rubikmonoone-regular-webfont.woff2') format('woff2'), url('../files/webfonts31/rubikmonoone/rubikmonoone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Abel';
	src: url('../files/webfonts31/abel/abel-regular-webfont.woff2') format('woff2'), url('../files/webfonts31/abel/abel-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Open Sans Condensede';
	src: url('../files/webfonts31/open-sans-condensed/opensans-condlight-webfont.woff2') format('woff2'), url('../files/webfonts31/open-sans-condensed/opensans-condlight-webfont.woff') format('woff');
	
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Bree Serif';
	src: url('../files/webfonts31/breeserif/breeserif-regular-webfont.woff2') format('woff2'), url('../files/webfonts31/breeserif/breeserif-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Pacifico';
	src: url('../files/webfonts31/pacifico/pacifico-regular-webfont.woff2') format('woff2'), url('../files/webfonts31/pacifico/pacifico-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Rochester';
	src: url('../files/webfonts31/rochester/rochester-regular-webfont.woff2') format('woff2'), url('../files/webfonts31/rochester/rochester-regular-webfont.woff') format('woff')
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Fjalla One';
	src: url('../files/webfonts31/fjallaone/fjallaone-regular-webfont.woff2') format('woff2'), url('../files/webfonts31/fjallaone/fjallaone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Viga';
	src: url('../files/webfonts31/viga/viga-regular-webfont.woff2') format('woff2'), url('../files/webfonts31/viga/viga-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Ubuntu';
	src: url('../files/webfonts31/ubuntu/ubuntu-r-webfont.woff2') format('woff2'), url('../files/webfonts31/ubuntu/ubuntu-r-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }
	@font-face { font-family: 'Archivo Black';
	src: url('../files/webfonts31/archivoblack/archivoblack-regular-webfont.woff2') format('woff2'), url('../files/webfonts31/archivoblack/archivoblack-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; }	
	
	@font-face { font-family: 'Borel';
	src: url('../files/webfonts31/borel/Borel-Regular.woff2') format('woff2'), url('../files/webfonts31/borel/Borel-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; }		
	/* @end */	
	
	#stacks_in_303 .trigger-31 { 
	 margin-top: 80px !important; 
	
	 
	opacity: 0 !important;}
	
	
	
/* -- End EACH CSS Template -- */#stacks_in_303 .scrollButton-hypetitles {   display: none !important;  position: absolute;	left: 0; z-index: 6; margin-right: auto; margin-left: auto;	right: 0; bottom: 8%; border-radius: 56px; -webkit-border-radius: 56px; -moz-border-radius: 56px; padding: 0; width: 92px; display: block; -webkit-animation: hypetitles-button_pulse 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;-moz-animation: hypetitles-button_pulse 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation: hypetitles-button_pulse 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;	animation-iteration-count: 2; animation-delay: 0.15s; 
 }    
@keyframes hypetitles-button_pulse { 
0%{ opacity: 1; transform: scale(1.0) translate(0px, 0px); -moz-transform:  scale(1.0) translate(0px, 0px); -webkit-transform: scale(1.0) translate(0px, 0px); } 
30%{ opacity: 0.8; transform: scale(0.9) translate(0px, 4px); -moz-transform: scale(0.9) translate(0px, 4px); -webkit-transform: scale(0.9) translate(0px, 4px); } 
75%{ opacity: 1; transform: scale(1.0) translate(0px, 0px); -moz-transform: scale(1.0) translate(0px, 0px); -webkit-transform: scale(1.0) translate(0px, 0px); } 
 100%{ opacity: 1;  transform: scale(1.0) translate(0px, 0px); -moz-transform: scale(1.0) translate(0px, 0px); -webkit-transform: scale(1.0) translate(0px, 0px); }  
}

@-webkit-keyframes hypetitles-button_pulse { 0%{ -webkit-transform: scale(1.0) translate(0px, 0px); opacity: 1;} 30%{-webkit-transform: scale(0.9) translate(0px, 4px);  opacity: 0.8;} 75%{ -webkit-transform: scale(1.0) translate(0px, 0px); opacity: 1;} 100%{ -webkit-transform: scale(1.0) translate(0px, 0px); opacity: 1;} }

#stacks_in_303 .scrollButton-hypetitles a {  font-size: 50px !important; line-height: 1em; transition: 0.05s linear; 	-webkit-transition: 0.04s linear; -moz-transition: 0.04s linear; 	-webkit-animation: hypetitles-button_pulse_initial 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; -moz-animation: hypetitles-button_pulse_initial 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation: hypetitles-button_pulse_initial 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation-iteration-count: 1; animation-delay: 0.3s;	color: #D5D5D5 !important;   
 }

#stacks_in_303 .scrollButton-hypetitles [class^="fa fa-"], #stacks_in_303 .scrollButton-hypetitles #stacks_in_303 [class*="fa fa-"] { color: #D5D5D5 !important; } @keyframes hypetitles-button_pulse_initial { 0%{ opacity: 0; } 100%{ opacity: 1;} } @-webkit-keyframes hypetitles-button_pulse_initial { 0%{ opacity: 0;} 100%{ opacity: 1;} }
#stacks_in_303 .scrollButton-hypetitles a:hover { text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }

#stacks_in_303 .scrollButton-hypetitles [class^="fa fa-"] {  transition: all 0.17s linear; -moz-transition: all 0.17s linear; -webkit-transition: all 0.17s linear;  }
#stacks_in_303 .scrollButton-hypetitles [class^="fa fa-"]:active {transform: scale(0.75) !important; -webkit-transform: scale(0.75) !important; -moz-transform: scale(0.75) !important; }

#target-hypetitles {  position: absolute; height: 0px; width: 100%; bottom: 0px;  
 }
@media only screen and (max-height: 601px) {
#stacks_in_303 .scrollButton-hypetitles { display: none !important; } #stacks_in_303 .scrollButton-hypetitles a {  font-size: 0 !important; display: none !important;  }  
}
#stacks_in_303 {
	background-color: rgba(68, 144, 210, 1.00);
}
#stacks_in_205>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}






#stacks_in_205 {
	padding:  10px;
}

#stacks_in_209 {
	padding:  10px;
}

#stacks_in_206 {
	padding:  10px;
}

#stacks_in_328 {
	margin: 150px 0px 0px 0px;
}

#stacks_in_1841 {
	margin: 150px 0px 0px 0px;
}

#stacks_in_1827 {
	margin: 150px 0px 0px 0px;
}

#stacks_in_2019 {
	margin: 150px 0px 0px 0px;
}

#stacks_in_1871 {
	margin: 150px 0px 0px 0px;
}

#stacks_in_1875 {
	margin: 150px 0px 0px 0px;
}

#stacks_in_1879 {
	margin: 150px 0px 0px 0px;
}
#stacks_in_1882>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1882 {
	padding: 60px 15px 20px 15px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1887 p {  font-size: 160px !important;  }
	#stacks_in_1887 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1887_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1887 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1887 .devicewrapper, stacks_in_1887_default10_hype_container, stacks_in_1887 HYPE_document, #stacks_in_1887 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1887 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1887 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1887 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1887 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1887 .hype-link-hover-group, #stacks_in_1887 .hype-link-hover, #stacks_in_1887 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1887 .hype-link-hover {    }
	#stacks_in_1887 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1887 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1887 .hype-link-hover-group {    }
	#stacks_in_1887 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 20% !important;
	 	 background-image: url(../files/link-drag-image-1887.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1887 .hype-link-hover, #stacks_in_1887 .hype-link-hover-blank, #stacks_in_1887 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1887 .device-area::after, #stacks_in_1887 .device-area::before, #stacks_in_1887 .device-area:after, #stacks_in_1887 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1887 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1887 .hype-glass-shading {    }
	#stacks_in_1887 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1887 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1887 .hype-device-text, #stacks_in_1887 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1887 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1887 .hype-bands-reveal1, #stacks_in_1887 .hype-bands-reveal2, #stacks_in_1887 .hype-bands-reveal1 path, #stacks_in_1887 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1887 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1887 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1887_pointer {}
	/* linees */
	 #stacks_in_1887 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1887 .hype-symbol-linees1 {    }
	#stacks_in_1887 .hype-symbol-linees2 {   }
	#stacks_in_1887 .hype-symbol-linees1, #stacks_in_1887 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1887 .hype-symbol-linees1, #stacks_in_1887 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1887 .img-dev-bg-back, #stacks_in_1887 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1887 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1887 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1887 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1887 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1887 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1887 .img-dev-bg-back, #stacks_in_1887 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1887 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1887 .bands-trigger, #stacks_in_1887 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1887 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1887 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */
#stacks_in_1884 {
	padding: 20px 0px 26px 0px;
}
#stacks_in_1889>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1889 {
	padding: 20px 15px 20px 15px;
}

#stacks_in_1892 {
	padding: 20px 0px 26px 0px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1890 p {  font-size: 160px !important;  }
	#stacks_in_1890 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1890_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1890 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1890 .devicewrapper, stacks_in_1890_default10_hype_container, stacks_in_1890 HYPE_document, #stacks_in_1890 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1890 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1890 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1890 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1890 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1890 .hype-link-hover-group, #stacks_in_1890 .hype-link-hover, #stacks_in_1890 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1890 .hype-link-hover {    }
	#stacks_in_1890 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1890 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1890 .hype-link-hover-group {    }
	#stacks_in_1890 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 20% !important;
	 	 background-image: url(../files/link-drag-image-1890.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1890 .hype-link-hover, #stacks_in_1890 .hype-link-hover-blank, #stacks_in_1890 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1890 .device-area::after, #stacks_in_1890 .device-area::before, #stacks_in_1890 .device-area:after, #stacks_in_1890 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1890 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1890 .hype-glass-shading {    }
	#stacks_in_1890 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1890 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1890 .hype-device-text, #stacks_in_1890 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1890 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1890 .hype-bands-reveal1, #stacks_in_1890 .hype-bands-reveal2, #stacks_in_1890 .hype-bands-reveal1 path, #stacks_in_1890 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1890 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1890 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1890_pointer {}
	/* linees */
	 #stacks_in_1890 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1890 .hype-symbol-linees1 {    }
	#stacks_in_1890 .hype-symbol-linees2 {   }
	#stacks_in_1890 .hype-symbol-linees1, #stacks_in_1890 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1890 .hype-symbol-linees1, #stacks_in_1890 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1890 .img-dev-bg-back, #stacks_in_1890 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1890 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1890 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1890 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1890 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1890 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1890 .img-dev-bg-back, #stacks_in_1890 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1890 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1890 .bands-trigger, #stacks_in_1890 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1890 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1890 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */#stacks_in_1895>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1895 {
	padding: 20px 15px 20px 15px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1899 p {  font-size: 160px !important;  }
	#stacks_in_1899 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1899_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1899 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1899 .devicewrapper, stacks_in_1899_default10_hype_container, stacks_in_1899 HYPE_document, #stacks_in_1899 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1899 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1899 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1899 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1899 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1899 .hype-link-hover-group, #stacks_in_1899 .hype-link-hover, #stacks_in_1899 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1899 .hype-link-hover {    }
	#stacks_in_1899 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1899 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1899 .hype-link-hover-group {    }
	#stacks_in_1899 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 40% !important;
	 	 background-image: url(../files/link-drag-image-1899.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1899 .hype-link-hover, #stacks_in_1899 .hype-link-hover-blank, #stacks_in_1899 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1899 .device-area::after, #stacks_in_1899 .device-area::before, #stacks_in_1899 .device-area:after, #stacks_in_1899 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1899 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1899 .hype-glass-shading {    }
	#stacks_in_1899 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1899 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1899 .hype-device-text, #stacks_in_1899 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1899 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1899 .hype-bands-reveal1, #stacks_in_1899 .hype-bands-reveal2, #stacks_in_1899 .hype-bands-reveal1 path, #stacks_in_1899 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1899 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1899 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1899_pointer {}
	/* linees */
	 #stacks_in_1899 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1899 .hype-symbol-linees1 {    }
	#stacks_in_1899 .hype-symbol-linees2 {   }
	#stacks_in_1899 .hype-symbol-linees1, #stacks_in_1899 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1899 .hype-symbol-linees1, #stacks_in_1899 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1899 .img-dev-bg-back, #stacks_in_1899 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1899 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1899 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1899 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1899 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1899 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1899 .img-dev-bg-back, #stacks_in_1899 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1899 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1899 .bands-trigger, #stacks_in_1899 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1899 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1899 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */
#stacks_in_1896 {
	padding: 20px 0px 26px 0px;
}

#stacks_in_1901 {
	margin: 150px 0px 0px 0px;
}
#stacks_in_1904>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1904 {
	padding: 60px 15px 20px 15px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1909 p {  font-size: 160px !important;  }
	#stacks_in_1909 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1909_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1909 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1909 .devicewrapper, stacks_in_1909_default10_hype_container, stacks_in_1909 HYPE_document, #stacks_in_1909 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1909 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1909 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1909 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1909 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1909 .hype-link-hover-group, #stacks_in_1909 .hype-link-hover, #stacks_in_1909 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1909 .hype-link-hover {    }
	#stacks_in_1909 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1909 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1909 .hype-link-hover-group {    }
	#stacks_in_1909 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 20% !important;
	 	 background-image: url(../files/link-drag-image-1909.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1909 .hype-link-hover, #stacks_in_1909 .hype-link-hover-blank, #stacks_in_1909 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1909 .device-area::after, #stacks_in_1909 .device-area::before, #stacks_in_1909 .device-area:after, #stacks_in_1909 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1909 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1909 .hype-glass-shading {    }
	#stacks_in_1909 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1909 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1909 .hype-device-text, #stacks_in_1909 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1909 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1909 .hype-bands-reveal1, #stacks_in_1909 .hype-bands-reveal2, #stacks_in_1909 .hype-bands-reveal1 path, #stacks_in_1909 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1909 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1909 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1909_pointer {}
	/* linees */
	 #stacks_in_1909 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1909 .hype-symbol-linees1 {    }
	#stacks_in_1909 .hype-symbol-linees2 {   }
	#stacks_in_1909 .hype-symbol-linees1, #stacks_in_1909 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1909 .hype-symbol-linees1, #stacks_in_1909 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1909 .img-dev-bg-back, #stacks_in_1909 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1909 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1909 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1909 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1909 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1909 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1909 .img-dev-bg-back, #stacks_in_1909 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1909 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1909 .bands-trigger, #stacks_in_1909 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1909 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1909 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */
#stacks_in_1906 {
	padding: 20px 0px 26px 0px;
}
#stacks_in_1911>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1911 {
	padding: 20px 15px 20px 15px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1912 p {  font-size: 160px !important;  }
	#stacks_in_1912 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1912_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1912 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1912 .devicewrapper, stacks_in_1912_default10_hype_container, stacks_in_1912 HYPE_document, #stacks_in_1912 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1912 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1912 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1912 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1912 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1912 .hype-link-hover-group, #stacks_in_1912 .hype-link-hover, #stacks_in_1912 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1912 .hype-link-hover {    }
	#stacks_in_1912 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1912 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1912 .hype-link-hover-group {    }
	#stacks_in_1912 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 20% !important;
	 	 background-image: url(../files/link-drag-image-1912.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1912 .hype-link-hover, #stacks_in_1912 .hype-link-hover-blank, #stacks_in_1912 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1912 .device-area::after, #stacks_in_1912 .device-area::before, #stacks_in_1912 .device-area:after, #stacks_in_1912 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1912 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1912 .hype-glass-shading {    }
	#stacks_in_1912 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1912 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1912 .hype-device-text, #stacks_in_1912 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1912 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1912 .hype-bands-reveal1, #stacks_in_1912 .hype-bands-reveal2, #stacks_in_1912 .hype-bands-reveal1 path, #stacks_in_1912 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1912 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1912 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1912_pointer {}
	/* linees */
	 #stacks_in_1912 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1912 .hype-symbol-linees1 {    }
	#stacks_in_1912 .hype-symbol-linees2 {   }
	#stacks_in_1912 .hype-symbol-linees1, #stacks_in_1912 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1912 .hype-symbol-linees1, #stacks_in_1912 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1912 .img-dev-bg-back, #stacks_in_1912 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1912 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1912 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1912 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1912 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1912 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1912 .img-dev-bg-back, #stacks_in_1912 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1912 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1912 .bands-trigger, #stacks_in_1912 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1912 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1912 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */#stacks_in_1917>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1917 {
	padding: 20px 15px 20px 15px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1921 p {  font-size: 160px !important;  }
	#stacks_in_1921 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1921_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1921 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1921 .devicewrapper, stacks_in_1921_default10_hype_container, stacks_in_1921 HYPE_document, #stacks_in_1921 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1921 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1921 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1921 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1921 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1921 .hype-link-hover-group, #stacks_in_1921 .hype-link-hover, #stacks_in_1921 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1921 .hype-link-hover {    }
	#stacks_in_1921 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1921 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1921 .hype-link-hover-group {    }
	#stacks_in_1921 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 40% !important;
	 	 background-image: url(../files/link-drag-image-1921.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1921 .hype-link-hover, #stacks_in_1921 .hype-link-hover-blank, #stacks_in_1921 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1921 .device-area::after, #stacks_in_1921 .device-area::before, #stacks_in_1921 .device-area:after, #stacks_in_1921 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1921 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1921 .hype-glass-shading {    }
	#stacks_in_1921 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1921 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1921 .hype-device-text, #stacks_in_1921 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1921 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1921 .hype-bands-reveal1, #stacks_in_1921 .hype-bands-reveal2, #stacks_in_1921 .hype-bands-reveal1 path, #stacks_in_1921 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1921 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1921 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1921_pointer {}
	/* linees */
	 #stacks_in_1921 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1921 .hype-symbol-linees1 {    }
	#stacks_in_1921 .hype-symbol-linees2 {   }
	#stacks_in_1921 .hype-symbol-linees1, #stacks_in_1921 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1921 .hype-symbol-linees1, #stacks_in_1921 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1921 .img-dev-bg-back, #stacks_in_1921 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1921 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1921 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1921 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1921 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1921 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1921 .img-dev-bg-back, #stacks_in_1921 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1921 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1921 .bands-trigger, #stacks_in_1921 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1921 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1921 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */
#stacks_in_1923 {
	margin: 150px 0px 0px 0px;
}
#stacks_in_1926>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1926 {
	padding: 60px 15px 20px 15px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1931 p {  font-size: 160px !important;  }
	#stacks_in_1931 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1931_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1931 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1931 .devicewrapper, stacks_in_1931_default10_hype_container, stacks_in_1931 HYPE_document, #stacks_in_1931 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1931 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1931 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1931 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1931 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1931 .hype-link-hover-group, #stacks_in_1931 .hype-link-hover, #stacks_in_1931 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1931 .hype-link-hover {    }
	#stacks_in_1931 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1931 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1931 .hype-link-hover-group {    }
	#stacks_in_1931 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 20% !important;
	 	 background-image: url(../files/link-drag-image-1931.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1931 .hype-link-hover, #stacks_in_1931 .hype-link-hover-blank, #stacks_in_1931 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1931 .device-area::after, #stacks_in_1931 .device-area::before, #stacks_in_1931 .device-area:after, #stacks_in_1931 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1931 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1931 .hype-glass-shading {    }
	#stacks_in_1931 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1931 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1931 .hype-device-text, #stacks_in_1931 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1931 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1931 .hype-bands-reveal1, #stacks_in_1931 .hype-bands-reveal2, #stacks_in_1931 .hype-bands-reveal1 path, #stacks_in_1931 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1931 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1931 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1931_pointer {}
	/* linees */
	 #stacks_in_1931 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1931 .hype-symbol-linees1 {    }
	#stacks_in_1931 .hype-symbol-linees2 {   }
	#stacks_in_1931 .hype-symbol-linees1, #stacks_in_1931 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1931 .hype-symbol-linees1, #stacks_in_1931 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1931 .img-dev-bg-back, #stacks_in_1931 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1931 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1931 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1931 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1931 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1931 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1931 .img-dev-bg-back, #stacks_in_1931 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1931 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1931 .bands-trigger, #stacks_in_1931 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1931 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1931 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */
#stacks_in_1928 {
	padding: 20px 0px 26px 0px;
}
#stacks_in_1933>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1933 {
	padding: 20px 15px 20px 15px;
}

#stacks_in_1936 {
	padding: 20px 0px 26px 0px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1934 p {  font-size: 160px !important;  }
	#stacks_in_1934 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1934_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1934 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1934 .devicewrapper, stacks_in_1934_default10_hype_container, stacks_in_1934 HYPE_document, #stacks_in_1934 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1934 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1934 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1934 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1934 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1934 .hype-link-hover-group, #stacks_in_1934 .hype-link-hover, #stacks_in_1934 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1934 .hype-link-hover {    }
	#stacks_in_1934 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1934 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1934 .hype-link-hover-group {    }
	#stacks_in_1934 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 20% !important;
	 	 background-image: url(../files/link-drag-image-1934.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1934 .hype-link-hover, #stacks_in_1934 .hype-link-hover-blank, #stacks_in_1934 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1934 .device-area::after, #stacks_in_1934 .device-area::before, #stacks_in_1934 .device-area:after, #stacks_in_1934 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1934 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1934 .hype-glass-shading {    }
	#stacks_in_1934 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1934 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1934 .hype-device-text, #stacks_in_1934 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1934 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1934 .hype-bands-reveal1, #stacks_in_1934 .hype-bands-reveal2, #stacks_in_1934 .hype-bands-reveal1 path, #stacks_in_1934 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1934 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1934 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1934_pointer {}
	/* linees */
	 #stacks_in_1934 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1934 .hype-symbol-linees1 {    }
	#stacks_in_1934 .hype-symbol-linees2 {   }
	#stacks_in_1934 .hype-symbol-linees1, #stacks_in_1934 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1934 .hype-symbol-linees1, #stacks_in_1934 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1934 .img-dev-bg-back, #stacks_in_1934 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1934 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1934 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1934 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1934 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1934 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1934 .img-dev-bg-back, #stacks_in_1934 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1934 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1934 .bands-trigger, #stacks_in_1934 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1934 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1934 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */#stacks_in_1939>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1939 {
	padding: 20px 15px 20px 15px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1943 p {  font-size: 160px !important;  }
	#stacks_in_1943 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1943_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1943 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1943 .devicewrapper, stacks_in_1943_default10_hype_container, stacks_in_1943 HYPE_document, #stacks_in_1943 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1943 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1943 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1943 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1943 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1943 .hype-link-hover-group, #stacks_in_1943 .hype-link-hover, #stacks_in_1943 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1943 .hype-link-hover {    }
	#stacks_in_1943 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1943 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1943 .hype-link-hover-group {    }
	#stacks_in_1943 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 40% !important;
	 	 background-image: url(../files/link-drag-image-1943.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1943 .hype-link-hover, #stacks_in_1943 .hype-link-hover-blank, #stacks_in_1943 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1943 .device-area::after, #stacks_in_1943 .device-area::before, #stacks_in_1943 .device-area:after, #stacks_in_1943 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1943 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1943 .hype-glass-shading {    }
	#stacks_in_1943 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1943 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1943 .hype-device-text, #stacks_in_1943 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1943 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1943 .hype-bands-reveal1, #stacks_in_1943 .hype-bands-reveal2, #stacks_in_1943 .hype-bands-reveal1 path, #stacks_in_1943 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1943 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1943 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1943_pointer {}
	/* linees */
	 #stacks_in_1943 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1943 .hype-symbol-linees1 {    }
	#stacks_in_1943 .hype-symbol-linees2 {   }
	#stacks_in_1943 .hype-symbol-linees1, #stacks_in_1943 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1943 .hype-symbol-linees1, #stacks_in_1943 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1943 .img-dev-bg-back, #stacks_in_1943 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1943 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1943 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1943 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1943 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1943 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1943 .img-dev-bg-back, #stacks_in_1943 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1943 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1943 .bands-trigger, #stacks_in_1943 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1943 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1943 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */
#stacks_in_1940 {
	padding: 20px 0px 26px 0px;
}

#stacks_in_1945 {
	margin: 150px 0px 0px 0px;
}
#stacks_in_1948>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1948 {
	padding: 60px 15px 20px 15px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1953 p {  font-size: 160px !important;  }
	#stacks_in_1953 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1953_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1953 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1953 .devicewrapper, stacks_in_1953_default10_hype_container, stacks_in_1953 HYPE_document, #stacks_in_1953 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1953 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1953 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1953 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1953 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1953 .hype-link-hover-group, #stacks_in_1953 .hype-link-hover, #stacks_in_1953 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1953 .hype-link-hover {    }
	#stacks_in_1953 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1953 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1953 .hype-link-hover-group {    }
	#stacks_in_1953 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 20% !important;
	 	 background-image: url(../files/link-drag-image-1953.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1953 .hype-link-hover, #stacks_in_1953 .hype-link-hover-blank, #stacks_in_1953 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1953 .device-area::after, #stacks_in_1953 .device-area::before, #stacks_in_1953 .device-area:after, #stacks_in_1953 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1953 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1953 .hype-glass-shading {    }
	#stacks_in_1953 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1953 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1953 .hype-device-text, #stacks_in_1953 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1953 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1953 .hype-bands-reveal1, #stacks_in_1953 .hype-bands-reveal2, #stacks_in_1953 .hype-bands-reveal1 path, #stacks_in_1953 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1953 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1953 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1953_pointer {}
	/* linees */
	 #stacks_in_1953 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1953 .hype-symbol-linees1 {    }
	#stacks_in_1953 .hype-symbol-linees2 {   }
	#stacks_in_1953 .hype-symbol-linees1, #stacks_in_1953 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1953 .hype-symbol-linees1, #stacks_in_1953 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1953 .img-dev-bg-back, #stacks_in_1953 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1953 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1953 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1953 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1953 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1953 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1953 .img-dev-bg-back, #stacks_in_1953 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1953 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1953 .bands-trigger, #stacks_in_1953 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1953 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1953 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */
#stacks_in_1950 {
	padding: 20px 0px 26px 0px;
}
#stacks_in_1955>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1955 {
	padding: 20px 15px 20px 15px;
}

#stacks_in_1958 {
	padding: 20px 0px 26px 0px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1956 p {  font-size: 160px !important;  }
	#stacks_in_1956 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1956_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1956 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1956 .devicewrapper, stacks_in_1956_default10_hype_container, stacks_in_1956 HYPE_document, #stacks_in_1956 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1956 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1956 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1956 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1956 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1956 .hype-link-hover-group, #stacks_in_1956 .hype-link-hover, #stacks_in_1956 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1956 .hype-link-hover {    }
	#stacks_in_1956 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1956 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1956 .hype-link-hover-group {    }
	#stacks_in_1956 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 20% !important;
	 	 background-image: url(../files/link-drag-image-1956.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1956 .hype-link-hover, #stacks_in_1956 .hype-link-hover-blank, #stacks_in_1956 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1956 .device-area::after, #stacks_in_1956 .device-area::before, #stacks_in_1956 .device-area:after, #stacks_in_1956 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1956 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1956 .hype-glass-shading {    }
	#stacks_in_1956 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1956 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1956 .hype-device-text, #stacks_in_1956 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1956 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1956 .hype-bands-reveal1, #stacks_in_1956 .hype-bands-reveal2, #stacks_in_1956 .hype-bands-reveal1 path, #stacks_in_1956 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1956 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1956 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1956_pointer {}
	/* linees */
	 #stacks_in_1956 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1956 .hype-symbol-linees1 {    }
	#stacks_in_1956 .hype-symbol-linees2 {   }
	#stacks_in_1956 .hype-symbol-linees1, #stacks_in_1956 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1956 .hype-symbol-linees1, #stacks_in_1956 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1956 .img-dev-bg-back, #stacks_in_1956 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1956 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1956 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1956 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1956 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1956 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1956 .img-dev-bg-back, #stacks_in_1956 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1956 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1956 .bands-trigger, #stacks_in_1956 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1956 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1956 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */#stacks_in_1961>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1961 {
	padding: 20px 15px 20px 15px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1965 p {  font-size: 160px !important;  }
	#stacks_in_1965 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1965_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1965 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1965 .devicewrapper, stacks_in_1965_default10_hype_container, stacks_in_1965 HYPE_document, #stacks_in_1965 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1965 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1965 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1965 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1965 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1965 .hype-link-hover-group, #stacks_in_1965 .hype-link-hover, #stacks_in_1965 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1965 .hype-link-hover {    }
	#stacks_in_1965 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1965 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1965 .hype-link-hover-group {    }
	#stacks_in_1965 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 40% !important;
	 	 background-image: url(../files/link-drag-image-1965.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1965 .hype-link-hover, #stacks_in_1965 .hype-link-hover-blank, #stacks_in_1965 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1965 .device-area::after, #stacks_in_1965 .device-area::before, #stacks_in_1965 .device-area:after, #stacks_in_1965 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1965 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1965 .hype-glass-shading {    }
	#stacks_in_1965 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1965 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1965 .hype-device-text, #stacks_in_1965 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1965 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1965 .hype-bands-reveal1, #stacks_in_1965 .hype-bands-reveal2, #stacks_in_1965 .hype-bands-reveal1 path, #stacks_in_1965 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1965 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1965 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1965_pointer {}
	/* linees */
	 #stacks_in_1965 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1965 .hype-symbol-linees1 {    }
	#stacks_in_1965 .hype-symbol-linees2 {   }
	#stacks_in_1965 .hype-symbol-linees1, #stacks_in_1965 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1965 .hype-symbol-linees1, #stacks_in_1965 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1965 .img-dev-bg-back, #stacks_in_1965 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1965 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1965 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1965 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1965 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1965 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1965 .img-dev-bg-back, #stacks_in_1965 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1965 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1965 .bands-trigger, #stacks_in_1965 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1965 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1965 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */
#stacks_in_1962 {
	padding: 20px 0px 26px 0px;
}

#stacks_in_1967 {
	margin: 150px 0px 0px 0px;
}
#stacks_in_1969>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}






#stacks_in_1853 {
	padding:  10px;
}

#stacks_in_1854 {
	padding:  10px;
}

#stacks_in_1974 {
	margin: 150px 0px 0px 0px;
}

#stacks_in_1979 {
	margin: 150px 0px 0px 0px;
}

#stacks_in_1856 {
	margin: 1px 0px 0px 0px;
}

#stacks_in_1984 {
	margin: 150px 0px 0px 0px;
}
#stacks_in_1987>.s3_row {
	margin: 0 -18px;
}

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

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




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










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


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


}



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



}






#stacks_in_1987 {
	padding: 60px 15px 20px 15px;
}
/* -- EACH CSS Template -- */



 
 /* ----edit END ----- */
 
 

	 /* ------- global ------   */   
	/* prevent issue in Foundation theme and some stacks - line-height: 165px !important;*/
	#stacks_in_1992 p {  font-size: 160px !important;  }
	#stacks_in_1992 * {  -moz-box-sizing: content-box !important;	-webkit-box-sizing: content-box !important;	box-sizing: content-box !important;  }
	stacks_in_1992_default10_hype_container {  margin:auto; position:relative; overflow: visible; width: auto; pointer-events: none;  }
	
	#stacks_in_1992 .devicewrapper {  margin:auto; position:relative; display: block; width: 100%; margin: 0; padding: 0;  }
	#stacks_in_1992 .devicewrapper, stacks_in_1992_default10_hype_container, stacks_in_1992 HYPE_document, #stacks_in_1992 .device-trigger {  pointer-events: auto !important;  }
	#stacks_in_1992 .devicewrapper {  max-width: 800px !important; margin-right: auto; margin-left: auto;  }
	
	#stacks_in_1992 .devicewrapper { 
	     display:table; width: 100%;	
		 	
		 height: 360px; 
	 }
	
	@media (max-width: 800px) { 
	#stacks_in_1992 .devicewrapper {  
		
	       	
		   
	    %%[[if edit]]%% height:auto; 
		%%[[endif]]%%
	  }
	}
	
	@media (max-width: 600px) {
	#stacks_in_1992 .devicewrapper { 		
		
	       
	      height: 320px;  	
		 
	    %%[[if edit]]%% height:auto;     	
	  %%[[endif]]%% }
	}
	
	/* ---- stack content ------ */
	
	/* link option - managed in Hype */
	#stacks_in_1992 .hype-link-hover-group, #stacks_in_1992 .hype-link-hover, #stacks_in_1992 .hype-link-hover-blank  {  
	   }
	 
	#stacks_in_1992 .hype-link-hover {    }
	#stacks_in_1992 .hype_videobox {   display: none !important; 
	width: 100% !important; height: 100% !important;  }
	#stacks_in_1992 .hype-link-hover-group {   display: block !important;   }
	#stacks_in_1992 .hype-link-hover-group {    }
	#stacks_in_1992 .hype-link-hover-group {  background-size: cover !important; background-position: 50% 20% !important;
	 	 background-image: url(../files/link-drag-image-1992.png) !important;  	
	 			
	background-color: #e6e6e6;  } 
	
	/* enable link area */
	#stacks_in_1992 .hype-link-hover, #stacks_in_1992 .hype-link-hover-blank, #stacks_in_1992 .hype-hover-box { 
	 display: none !important; width: 0 !important; height: 0 !important; 
	 }
	
	/* main area */
	#stacks_in_1992 .device-area::after, #stacks_in_1992 .device-area::before, #stacks_in_1992 .device-area:after, #stacks_in_1992 .device-area:before {  display: none !important;  }
	
	/* screen glas e shadows */
	#stacks_in_1992 .hype-glass-reflect {   opacity: 0 !important; display: none !important;   }
	#stacks_in_1992 .hype-glass-shading {    }
	#stacks_in_1992 .hype-box-shadow{   opacity: 0 !important;   }
	
	/* custom text */
	#stacks_in_1992 .hype-device-text { 
	 
	-webkit-font-smoothing: antialiased !important; text-align: center;
	text-align: center !important; color: #FFFFFF !important; font-style: none; text-transform: none; font-size: 160px !important; line-height: 165px !important; letter-spacing: -3px !important; -webkit-font-smoothing: antialiased !important;  display: none !important; 
	margin-top: -190px !important;
	margin-left: 0px !important;
	
			
	
	
	
	
	
	
	text-shadow: 1px 1px rgba(58, 58, 58, 0.34), 
	             2px 2px rgba(58, 58, 58, 0.34),
	             3px 3px rgba(58, 58, 58, 0.34),					
	             4px 4px rgba(58, 58, 58, 0.34),					
	             5px 5px rgba(58, 58, 58, 0.34),					
	             6px 6px rgba(58, 58, 58, 0.34),
	             7px 7px rgba(58, 58, 58, 0.34),					
	             8px 8px rgba(58, 58, 58, 0.34),					
	             9px 9px rgba(58, 58, 58, 0.34),					
	            10px 10px rgba(58, 58, 58, 0.34) !important;		           
	
	
	
	
	
	
	 }
	
	#stacks_in_1992 .hype-device-text, #stacks_in_1992 p .hype-device-text {
	
		font-family: "google_custom_font_selector", sans-serif !important;
	 	
	 font-family: 'Raleway', sans-serif !important;	font-weight: 200 !important;  	
	 
	 }
	
	#stacks_in_1992 .hype-device-text  { 
	
	 }
	/* bands */
	#stacks_in_1992 .hype-bands-reveal1, #stacks_in_1992 .hype-bands-reveal2, #stacks_in_1992 .hype-bands-reveal1 path, #stacks_in_1992 .hype-bands-reveal2 path {  
	
	
	 display: none !important; 
	fill: rgba(255, 255, 255, 1.00) !important; 
	 }
	
	#stacks_in_1992 .hype-bands-reveal1 {  background-color: rgba(255, 255, 255, 1.00) !important;  }
	#stacks_in_1992 .hype-bands-reveal1 {   display: none !important;   }
	stacks_in_1992_pointer {}
	/* linees */
	 #stacks_in_1992 .hype-linees path { 
	   stroke-style: solid !important;  stroke: rgba(255, 255, 255, 0.32) !important;  stroke-width: 50px !important; 
	  }
	 
	#stacks_in_1992 .hype-symbol-linees1 {    }
	#stacks_in_1992 .hype-symbol-linees2 {   }
	#stacks_in_1992 .hype-symbol-linees1, #stacks_in_1992 .hype-symbol-linees2 {    }
	
	@media (max-width: 500px) {
	 #stacks_in_1992 .hype-symbol-linees1, #stacks_in_1992 .hype-symbol-linees2 {  display: none !important; opacity: 0 !important;  }
	}
	
	/* BG stack */ 
	#stacks_in_1992 .img-dev-bg-back, #stacks_in_1992 .img-dev-bg-back path { 
		background-size: cover !important;
		 	
		 	
			
		 background-image: none !important;  	
		 	
		opacity: 1; background-position: 50% 75% !important;
	 }
	
	/* fixed position in desktop only */
	@media (max-width: 480px) { #stacks_in_1992 .img-dev-bg-back {  background-attachment: scroll !important;  } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_1992 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_1992 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1992 .img-dev-bg-back {  background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_1992 .img-dev-bg-back {  background-attachment: scroll !important; } }
	#stacks_in_1992 .img-dev-bg-back, #stacks_in_1992 .img-dev-bg-back path { 	
	}
	
	#stacks_in_1992 .img-dev-vignetting { 
			
	 }
	
	/* animation triggers */
	#stacks_in_1992 .bands-trigger, #stacks_in_1992 .device-trigger {  opacity: 0.5 !important;  }
	
	#stacks_in_1992 .device-trigger {   top: 300px !important;  
	  }
	
	#stacks_in_1992 .bands-trigger {   
	 opacity: 0.0 !important;  
	  }



/* -- EACH CSS Template end -- */
#stacks_in_1989 {
	padding: 20px 0px 26px 0px;
}

#stacks_in_1994 {
	margin: 150px 0px 0px 0px;
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding-bottom:10px}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:flex;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(../files/slick/ajax-loader.gif) center center no-repeat}@font-face{font-family:'slick';font-weight:400;font-style:normal;src:url(../files/slick/fonts/slick.eot);src:url('../files/slick/fonts/slick.eot?#iefix') format('embedded-opentype'),url(../files/slick/fonts/slick.woff) format('woff'),url(../files/slick/fonts/slick.ttf) format('truetype'),url('../files/slick/fonts/slick.svg#slick') format('svg')}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;color:rgba(128, 128, 128, 0.50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-20px}[dir='rtl'] .slick-prev{right:-20px;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:-20px}[dir='rtl'] .slick-next{right:auto;left:-20px}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:10px}.slick-dots{position:absolute;bottom:-16px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;color:rgba(0, 0, 0, 0.25);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:rgba(0, 0, 0, 0.75)}
@media only screen and (max-width:600px){.slick-track{display:flex;}.slick-slide{height:auto;}}
@media only screen and (max-width:992px) and (min-width:600px){.slick-track{display:flex;}.slick-slide{height:auto;}}
@media only screen and (max-width:1200px) and (min-width:992px){.slick-track{display:flex;}.slick-slide{height:auto;}}
@media only screen and (min-width:1200px){.slick-track{display:flex;}.slick-slide{height:auto;}}

#stacks_in_1997_reviews_google_out * {box-sizing: border-box;}#stacks_in_1997_reviews_title{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0px;padding:0px}#stacks_in_1997_reviews_title .reviews_prerating,#stacks_in_1997_reviews_title .reviews_postrating{margin:auto 0}#stacks_in_1997_reviews_title p{color:#000000;margin-bottom:0;line-height:1.3;font-family:inherit;   }#stacks_in_1997_reviews_title .reviews_stars{margin:auto 0 0 0}#stacks_in_1997_reviews_title .reviews_stars .star{color:rgba(214, 214, 214, 1.00);}#stacks_in_1997_reviews_title .reviews_stars .star:nth-child(-n+4){color:rgba(251, 188, 5, 1.00);}#stacks_in_1997_reviews_title .title_stars{display:inline-block;unicode-bidi:bidi-override;color:rgba(214, 214, 214, 1.00);width:auto;margin:auto 8px;position:relative;padding:0}#stacks_in_1997_reviews_title .title_stars-upper{color:rgba(251, 188, 5, 1.00);padding:0;position:absolute;z-index:1;display:flex;top:0;left:0;overflow:hidden}#stacks_in_1997_reviews_title .title_stars-lower{padding:0;display:flex;z-index:0}#stacks_in_1997_reviews_google.review_out{display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:row wrap;justify-content:space-around;}@media only screen and (max-width:600px){#stacks_in_1997_reviews_google_out{margin:0px;padding:8px;}#stacks_in_1997_reviews_title p{font-size:1.00rem}#stacks_in_1997_reviews_title .reviews_stars .star{font-size:1.20rem}#stacks_in_1997_reviews_title .title_stars{font-size:1.20rem}#stacks_in_1997_reviews_google.sm-up-1 .review{width:100%}    #stacks_in_1997_reviews_google .review{padding:calc(16px/2)}#stacks_in_1997_reviews_google .review_in{padding:8px}#stacks_in_1997_reviews_google .review_author{font-size:1.00rem}#stacks_in_1997_reviews_google .review_rtd{font-size:0.80rem}#stacks_in_1997_reviews_google .review_rating{font-size:1.20rem}#stacks_in_1997_reviews_google .review_text{font-size:1.00rem}#stacks_in_1997_reviews_google .review_circle{width:45px;height:45px}#stacks_in_1997_reviews_google .slider_gutter{padding:calc(16px/2)}#stacks_in_1997_reviews_google .review_speech-arrow{left:45px}}@media only screen and (max-width:992px) and (min-width:600px){#stacks_in_1997_reviews_google_out{margin:0px; padding:8px; }#stacks_in_1997_reviews_title p{font-size:1.00rem}#stacks_in_1997_reviews_title .reviews_stars .star{font-size:1.20rem}#stacks_in_1997_reviews_title .title_stars{font-size:1.20rem} #stacks_in_1997_reviews_google.md-up-2 .review{width:50%}   #stacks_in_1997_reviews_google .review{padding:calc(16px/2)}#stacks_in_1997_reviews_google .review_in{padding:8px}#stacks_in_1997_reviews_google .review_author{font-size:1.10rem}#stacks_in_1997_reviews_google .review_rtd{font-size:0.80rem}#stacks_in_1997_reviews_google .review_rating{font-size:1.20rem}#stacks_in_1997_reviews_google .review_text{font-size:1.00rem}#stacks_in_1997_reviews_google .review_circle{width:50px;height:50px}#stacks_in_1997_reviews_google .slider_gutter{padding:calc(16px/2)}#stacks_in_1997_reviews_google .review_speech-arrow{left:50px}}@media only screen and (max-width:1200px) and (min-width:992px){#stacks_in_1997_reviews_google_out{margin:0px;padding:8px;}#stacks_in_1997_reviews_title p{font-size:1.00rem}#stacks_in_1997_reviews_title .reviews_stars .star{font-size:1.40rem}#stacks_in_1997_reviews_title .title_stars{font-size:1.40rem}  #stacks_in_1997_reviews_google.lg-up-3 .review{width:33.33333%}  #stacks_in_1997_reviews_google .review{padding:calc(16px/2)}#stacks_in_1997_reviews_google .review_in{padding:8px}#stacks_in_1997_reviews_google .review_author{font-size:1.20rem}#stacks_in_1997_reviews_google .review_rtd{font-size:0.90rem}#stacks_in_1997_reviews_google .review_rating{font-size:1.40rem}#stacks_in_1997_reviews_google .review_text{font-size:1.00rem}#stacks_in_1997_reviews_google .review_circle{width:55px;height:55px}#stacks_in_1997_reviews_google .slider_gutter{padding:calc(16px/2)}#stacks_in_1997_reviews_google .review_speech-arrow{left:55px}}@media only screen and (min-width:1200px){#stacks_in_1997_reviews_google_out{margin:0px;padding:8px;}#stacks_in_1997_reviews_title p{font-size:1.00rem}#stacks_in_1997_reviews_title .reviews_stars .star{font-size:1.40rem}#stacks_in_1997_reviews_title .title_stars{font-size:1.40rem}  #stacks_in_1997_reviews_google.xlg-up-3 .review{width:33.33333%}  #stacks_in_1997_reviews_google .review{padding:calc(16px/2)}#stacks_in_1997_reviews_google .review_in{padding:8px}#stacks_in_1997_reviews_google .review_author{font-size:1.20rem}#stacks_in_1997_reviews_google .review_rtd{font-size:0.90rem}#stacks_in_1997_reviews_google .review_rating{font-size:1.40rem}#stacks_in_1997_reviews_google .review_text{font-size:1.00rem}#stacks_in_1997_reviews_google .review_circle{width:60px;height:60px}#stacks_in_1997_reviews_google .slider_gutter{padding:calc(16px/2)}#stacks_in_1997_reviews_google .review_speech-arrow{left:60px}}#stacks_in_1997_reviews_google .review_in{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;align-content:stretch;background:rgba(239, 239, 239, 1.00); border:0px solid #A7A7A7;-webkit-border-radius:8px;border-radius:8px;  -webkit-box-shadow:4px 4px 6px rgba(0, 0, 0, 0.20);box-shadow:4px 4px 6px rgba(0, 0, 0, 0.20);  height:100%;}#stacks_in_1997_reviews_google .review_author,#stacks_in_1997_reviews_google .review_rtd,#stacks_in_1997_reviews_google .review_text{font-family:inherit;   }#stacks_in_1997_reviews_google .review_author{margin:0px; padding:0px;font-weight:bold;color:#008CBA;}#stacks_in_1997_reviews_google .review_rtd{margin:0px;padding:0px;color:#6C6C6C;}#stacks_in_1997_reviews_google .review_rating{margin:0px; padding:0px;}#stacks_in_1997_reviews_google .review_rating>span.star{color:rgba(214, 214, 214, 1.00);}#stacks_in_1997_reviews_google .review_rating>span.star:nth-child(-n+4){color:rgba(251, 188, 5, 1.00);}#stacks_in_1997_reviews_google .review_text{margin:0px;padding:0px;line-height:1.3;color:#000000;text-align:left;}#stacks_in_1997_reviews_google .review_image{display:inline-block;vertical-align:middle;margin:0px; padding:0px;}#stacks_in_1997_reviews_google .review_info{display:inline-block;vertical-align:middle;margin-left:8px;}.review_circle{-webkit-border-radius:50%;border-radius:50%;}.review_author a{text-decoration:none;color:#008CBA}#stacks_in_1997_reviews_google .review_spotlight{text-align:center;}#stacks_in_1997_reviews_google .review_spotlight>.review_text{flex-grow:1;text-align:center;   }#stacks_in_1997_reviews_google .review_spotlight>.review_info{align-self:flex-end;width:100%}#stacks_in_1997_reviews_google .review_spotlight .review_image{align-self:center;transform:translateX(12px)}#stacks_in_1997_reviews_google .review_speech{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;align-content:stretch; height:100%;}#stacks_in_1997_reviews_google .review_speech-upper{flex-grow:1;width:100%;background:rgba(239, 239, 239, 1.00);padding:8px; border:0px solid #A7A7A7;-webkit-border-radius:8px;border-radius:8px;  -webkit-box-shadow:4px 4px 6px rgba(0, 0, 0, 0.20);box-shadow:4px 4px 6px rgba(0, 0, 0, 0.20);}#stacks_in_1997_reviews_google .review_speech-lower{align-self:flex-end;width:100%;}#stacks_in_1997_reviews_google .review_speech-arrow{border-right:calc(24px + 0px) solid transparent;  border-top:24px solid rgba(239, 239, 239, 1.00);bottom:0;  position:relative;width:0;height:0;line-height:1.1;}#stacks_in_1997_reviews_google .review_speech-arrow::before{}#stacks_in_1997_reviews_google .review_speech-arrow::after{}.review_google_icon{display:flex;float:right;width:24px;height:24px;border-radius:50% 50%;transition:background-color .3s ease;}.review_google_icon:hover{background-color:rgba(200,200,200,.3);content:'';}.review_google_icon-icon{display:block;width:12px;height:12px;left:6px;top:6px;position:relative;}
#stacks_in_1999>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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


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


}



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


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


}



/* -- Start EACH CSS Template -- */

 

#stacks_in_2004 * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#stacks_in_2004 .imgwrapper, #stacks_in_2004 .edit_mode_panel-23 {  -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-backface-visibility: hidden;  }	

	
#stacks_in_2004 .imgcaption {	pointer-events:none !important; text-align: center; width: 100%; opacity: 1; position: absolute; height: 100%; font-size: 20px; vertical-align: middle;  z-index: 2; 

 display: flex;  align-items: center;  justify-content: center; top: 0; bottom: 0; margin-top: 0px;      left: 0; right: 0;   
color: rgba(255, 255, 255, 1.00) !important; font-family: "title_safe_font_selector", sans-serif; -webkit-font-smoothing: antialiased;

 text-align: center; 

 
font-size: 15px; line-height: 1.22em; letter-spacing: 0px; -webkit-font-smoothing: antialiased;
 font-family: "Trebuchet MS", sans-serif !important; font-weight: 400 !important; 
 }

#stacks_in_2004 .imgcaption p { background-color: rgba(0, 0, 0, 0.00); padding: 20px; margin: 0;   }

#stacks_in_2004 .imgwrapper {	position: relative; text-align: center; margin: 10px;  z-index: 3; }
#stacks_in_2004 .imgcontainer img[alt] {  
   transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out;  }  
#stacks_in_2004 .imgcontainer {  transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out;  }
#stacks_in_2004 .layeroverlay {   transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out;   }

#stacks_in_2004 .imgcaption {    transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out;   }
#stacks_in_2004 .imgcaption p {   transition: 0.17s ease-in-out; -webkit-transition: 0.17s ease-in-out;   }
 

#stacks_in_2004 .imgcontainer:hover > .layeroverlay {   opacity: 0.0;   }
#stacks_in_2004 .imgcontainer:hover > .imgcaption  { 




 transform: scale(0.985); -webkit-transform: scale(0.985);  	

   }
#stacks_in_2004 .imgcontainer:hover > .imgcaption p {      }
#stacks_in_2004 .imgcontainer:hover {   transform: scale(0.983); -webkit-transform: scale(0.983); 
  }
#stacks_in_2004 .imgcontainer img:hover {    }

#stacks_in_2004 .imgcontainer { 	 border-collapse: collapse;
	
		
	display: block; overflow: hidden; position: relative;	
	  margin-left: auto; margin-right: auto;  			
	  	  		
	border-color: #424242; border-style: solid; border-width: 2px;	
	 border-radius:50px; -webkit-border-radius:50px; 	
		 	 
	-webkit-box-shadow: 0px 0px 10px rgba(66, 66, 66, 1.00); box-shadow: 0px 0px 10px rgba(66, 66, 66, 1.00);		
		
	 max-width: 1000px !important;  	
	 	 }
#stacks_in_2004 .imgcontainer::before {  pointer-events:none;    
	position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; opacity: 0.7;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);     }
		 
#stacks_in_2004 .imgcontainer:hover::before {  pointer-events:none;   -webkit-animation: shine 1.0s; animation: shine 1.0s;    }
@-webkit-keyframes shine { 100% { left: 125%; }} @keyframes shine { 100% { left: 125%; }}

#stacks_in_2004 .imgcontainer:hover img {  -webkit-filter: grayscale(100%); filter: grayscale(100%);  }

#stacks_in_2004 .imgcontainer img { 
  
  
  
    }

#stacks_in_2004 .layeroverlay {   -webkit-transform: translateZ(0);
	pointer-events:none !important; padding: 0; text-align: center; width: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; display: none; margin: auto; opacity: 1; 	
 display: block; 	



	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(255, 255, 255, 0.40)), to(rgba(0, 0, 0, 0.40))) !important;
	background-image: -webkit-radial-gradient(50% 50%, rgba(255, 255, 255, 0.40), rgba(0, 0, 0, 0.40)) !important;	
	background-image: -moz-radial-gradient(50% 50%, rgba(255, 255, 255, 0.40), rgba(0, 0, 0, 0.40)) !important;
	background-image: radial-gradient(50% 50%, rgba(255, 255, 255, 0.40), rgba(0, 0, 0, 0.40)) !important;

	
 
}

#stacks_in_2004 .pictureimgclass {  vertical-align: bottom; text-align: center !important;   }

@media (max-width: 768px) { 
	#stacks_in_2004 .imgwrapper {  }	
	#stacks_in_2004 .imgcontainer { 	
	 	
	 margin-left: auto; margin-right: auto; 	  		
	 	
	  }
	 #stacks_in_2004 .imgcaption {   
		
			
	 }	
	#stacks_in_2004 .imgcaption p {  }
	#stacks_in_2004 .layeroverlay {  }
 }
 
@media (max-width: 768px) { 
  #stacks_in_2004 .imgcontainer {    }
 }
@media (max-width: 600px) { 
  #stacks_in_2004 .imgcontainer {    }
 }
@media (max-width: 778px) { 
  #stacks_in_2004 .imgcontainer {  }
 }
@media (max-width: 600px) {  
  #stacks_in_2004 .imgcontainer {  }
 }

/* -- End EACH CSS Template -- *//* -- Start EACH CSS Template -- */

 

#stacks_in_2002 * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#stacks_in_2002 .imgwrapper, #stacks_in_2002 .edit_mode_panel-23 {  -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-backface-visibility: hidden;  }	

	
#stacks_in_2002 .imgcaption {	pointer-events:none !important; text-align: center; width: 100%; opacity: 1; position: absolute; height: 100%; font-size: 20px; vertical-align: middle;  z-index: 2; 

 display: flex;  align-items: center;  justify-content: center; top: 0; bottom: 0; margin-top: 0px;      left: 0; right: 0;   
color: rgba(255, 255, 255, 1.00) !important; font-family: "title_safe_font_selector", sans-serif; -webkit-font-smoothing: antialiased;

 text-align: center; 

 
font-size: 15px; line-height: 1.22em; letter-spacing: 0px; -webkit-font-smoothing: antialiased;
 font-family: "Trebuchet MS", sans-serif !important; font-weight: 400 !important; 
 }

#stacks_in_2002 .imgcaption p { background-color: rgba(0, 0, 0, 0.00); padding: 20px; margin: 0;   }

#stacks_in_2002 .imgwrapper {	position: relative; text-align: center; margin: 10px;  z-index: 3; }
#stacks_in_2002 .imgcontainer img[alt] {  
   transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out;  }  
#stacks_in_2002 .imgcontainer {  transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out;  }
#stacks_in_2002 .layeroverlay {   transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out;   }

#stacks_in_2002 .imgcaption {    transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out;   }
#stacks_in_2002 .imgcaption p {   transition: 0.17s ease-in-out; -webkit-transition: 0.17s ease-in-out;   }
 

#stacks_in_2002 .imgcontainer:hover > .layeroverlay {   opacity: 0.0;   }
#stacks_in_2002 .imgcontainer:hover > .imgcaption  { 




 transform: scale(0.985); -webkit-transform: scale(0.985);  	

   }
#stacks_in_2002 .imgcontainer:hover > .imgcaption p {      }
#stacks_in_2002 .imgcontainer:hover {   transform: scale(0.983); -webkit-transform: scale(0.983); 
  }
#stacks_in_2002 .imgcontainer img:hover {    }

#stacks_in_2002 .imgcontainer { 	 border-collapse: collapse;
	
		
	display: block; overflow: hidden; position: relative;	
	  margin-left: auto; margin-right: auto;  			
	  	  		
	border-color: #424242; border-style: solid; border-width: 2px;	
	 border-radius:50px; -webkit-border-radius:50px; 	
		 	 
	-webkit-box-shadow: 0px 0px 10px rgba(66, 66, 66, 1.00); box-shadow: 0px 0px 10px rgba(66, 66, 66, 1.00);		
		
	 max-width: 1000px !important;  	
	 	 }
#stacks_in_2002 .imgcontainer::before {  pointer-events:none;    
	position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; opacity: 0.7;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);     }
		 
#stacks_in_2002 .imgcontainer:hover::before {  pointer-events:none;   -webkit-animation: shine 1.0s; animation: shine 1.0s;    }
@-webkit-keyframes shine { 100% { left: 125%; }} @keyframes shine { 100% { left: 125%; }}

#stacks_in_2002 .imgcontainer:hover img {  -webkit-filter: grayscale(100%); filter: grayscale(100%);  }

#stacks_in_2002 .imgcontainer img { 
  
  
  
    }

#stacks_in_2002 .layeroverlay {   -webkit-transform: translateZ(0);
	pointer-events:none !important; padding: 0; text-align: center; width: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; display: none; margin: auto; opacity: 1; 	
 display: block; 	



	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(255, 255, 255, 0.40)), to(rgba(0, 0, 0, 0.40))) !important;
	background-image: -webkit-radial-gradient(50% 50%, rgba(255, 255, 255, 0.40), rgba(0, 0, 0, 0.40)) !important;	
	background-image: -moz-radial-gradient(50% 50%, rgba(255, 255, 255, 0.40), rgba(0, 0, 0, 0.40)) !important;
	background-image: radial-gradient(50% 50%, rgba(255, 255, 255, 0.40), rgba(0, 0, 0, 0.40)) !important;

	
 
}

#stacks_in_2002 .pictureimgclass {  vertical-align: bottom; text-align: center !important;   }

@media (max-width: 768px) { 
	#stacks_in_2002 .imgwrapper {  }	
	#stacks_in_2002 .imgcontainer { 	
	 	
	 margin-left: auto; margin-right: auto; 	  		
	 	
	  }
	 #stacks_in_2002 .imgcaption {   
		
			
	 }	
	#stacks_in_2002 .imgcaption p {  }
	#stacks_in_2002 .layeroverlay {  }
 }
 
@media (max-width: 768px) { 
  #stacks_in_2002 .imgcontainer {    }
 }
@media (max-width: 600px) { 
  #stacks_in_2002 .imgcontainer {    }
 }
@media (max-width: 778px) { 
  #stacks_in_2002 .imgcontainer {  }
 }
@media (max-width: 600px) {  
  #stacks_in_2002 .imgcontainer {  }
 }

/* -- End EACH CSS Template -- *//* -- Start EACH CSS Template -- */

 

#stacks_in_2000 * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#stacks_in_2000 .imgwrapper, #stacks_in_2000 .edit_mode_panel-23 {  -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-backface-visibility: hidden;  }	

	
#stacks_in_2000 .imgcaption {	pointer-events:none !important; text-align: center; width: 100%; opacity: 1; position: absolute; height: 100%; font-size: 20px; vertical-align: middle;  z-index: 2; 

 display: flex;  align-items: center;  justify-content: center; top: 0; bottom: 0; margin-top: 0px;      left: 0; right: 0;   
color: rgba(255, 255, 255, 1.00) !important; font-family: "title_safe_font_selector", sans-serif; -webkit-font-smoothing: antialiased;

 text-align: center; 

 
font-size: 15px; line-height: 1.22em; letter-spacing: 0px; -webkit-font-smoothing: antialiased;
 font-family: "Trebuchet MS", sans-serif !important; font-weight: 400 !important; 
 }

#stacks_in_2000 .imgcaption p { background-color: rgba(0, 0, 0, 0.00); padding: 20px; margin: 0;   }

#stacks_in_2000 .imgwrapper {	position: relative; text-align: center; margin: 10px;  z-index: 3; }
#stacks_in_2000 .imgcontainer img[alt] {  
   transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out;  }  
#stacks_in_2000 .imgcontainer {  transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out;  }
#stacks_in_2000 .layeroverlay {   transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out;   }

#stacks_in_2000 .imgcaption {    transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out;   }
#stacks_in_2000 .imgcaption p {   transition: 0.17s ease-in-out; -webkit-transition: 0.17s ease-in-out;   }
 

#stacks_in_2000 .imgcontainer:hover > .layeroverlay {   opacity: 0.0;   }
#stacks_in_2000 .imgcontainer:hover > .imgcaption  { 




 transform: scale(0.985); -webkit-transform: scale(0.985);  	

   }
#stacks_in_2000 .imgcontainer:hover > .imgcaption p {      }
#stacks_in_2000 .imgcontainer:hover {   transform: scale(0.983); -webkit-transform: scale(0.983); 
  }
#stacks_in_2000 .imgcontainer img:hover {    }

#stacks_in_2000 .imgcontainer { 	 border-collapse: collapse;
	
		
	display: block; overflow: hidden; position: relative;	
	  margin-left: auto; margin-right: auto;  			
	  	  		
	border-color: #424242; border-style: solid; border-width: 2px;	
	 border-radius:50px; -webkit-border-radius:50px; 	
		 	 
	-webkit-box-shadow: 0px 0px 10px rgba(66, 66, 66, 1.00); box-shadow: 0px 0px 10px rgba(66, 66, 66, 1.00);		
		
	 max-width: 1000px !important;  	
	 	 }
#stacks_in_2000 .imgcontainer::before {  pointer-events:none;    
	position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; opacity: 0.7;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);     }
		 
#stacks_in_2000 .imgcontainer:hover::before {  pointer-events:none;   -webkit-animation: shine 1.0s; animation: shine 1.0s;    }
@-webkit-keyframes shine { 100% { left: 125%; }} @keyframes shine { 100% { left: 125%; }}

#stacks_in_2000 .imgcontainer:hover img {  -webkit-filter: grayscale(100%); filter: grayscale(100%);  }

#stacks_in_2000 .imgcontainer img { 
  
  
  
    }

#stacks_in_2000 .layeroverlay {   -webkit-transform: translateZ(0);
	pointer-events:none !important; padding: 0; text-align: center; width: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; display: none; margin: auto; opacity: 1; 	
 display: block; 	



	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(255, 255, 255, 0.40)), to(rgba(0, 0, 0, 0.40))) !important;
	background-image: -webkit-radial-gradient(50% 50%, rgba(255, 255, 255, 0.40), rgba(0, 0, 0, 0.40)) !important;	
	background-image: -moz-radial-gradient(50% 50%, rgba(255, 255, 255, 0.40), rgba(0, 0, 0, 0.40)) !important;
	background-image: radial-gradient(50% 50%, rgba(255, 255, 255, 0.40), rgba(0, 0, 0, 0.40)) !important;

	
 
}

#stacks_in_2000 .pictureimgclass {  vertical-align: bottom; text-align: center !important;   }

@media (max-width: 768px) { 
	#stacks_in_2000 .imgwrapper {  }	
	#stacks_in_2000 .imgcontainer { 	
	 	
	 margin-left: auto; margin-right: auto; 	  		
	 	
	  }
	 #stacks_in_2000 .imgcaption {   
		
			
	 }	
	#stacks_in_2000 .imgcaption p {  }
	#stacks_in_2000 .layeroverlay {  }
 }
 
@media (max-width: 768px) { 
  #stacks_in_2000 .imgcontainer {    }
 }
@media (max-width: 600px) { 
  #stacks_in_2000 .imgcontainer {    }
 }
@media (max-width: 778px) { 
  #stacks_in_2000 .imgcontainer {  }
 }
@media (max-width: 600px) {  
  #stacks_in_2000 .imgcontainer {  }
 }

/* -- End EACH CSS Template -- */
#stacks_in_2021 {
	margin: 150px 0px 0px 0px;
}

#stacks_in_2011 {
	margin: 150px 0px 0px 0px;
}

#stacks_in_2015 {
	margin: 150px 0px 0px 0px;
}
