a.block-link{display:block;text-decoration:none !important;padding:0;margin:0;color:inherit}a.block-link:link,a.block-link:visited,a.block-link:hover,a.block-link:active{color:inherit}
/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_1723_2 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_1723_2 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

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

#stacks_in_1723_2 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_1723_2 {
  max-width: 1210px;
  box-sizing: border-box;
  padding: 0px 20px;
  
}
/* compatability fixes */
#clean-menu_stacks_in_1723_2 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_1723_2 ul li > a:after,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_1723_2.cm-full-menu,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul,
#clean-menu_stacks_in_1723_2 .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_1723_2.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li > a,
#clean-menu_stacks_in_1723_2 .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_1723_2 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul > div,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul > div a,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul ul,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu,
#clean-menu_stacks_in_1723_2 .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_1723_2.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_1723_2.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu.clean-menu-active {
  height: auto;
}


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


#clean-menu-full_stacks_in_1723_2.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_1723_2 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_1723_2.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_1723_2 {
  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_1723_2 > div {
  align-self: center;
}
#clean-menu_stacks_in_1723_2 .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_1723_2 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_1723_2 .clean-menu-logo {
  max-width: 250px;
  min-width: 250px;
  margin: 0;
}
#clean-menu_stacks_in_1723_2 .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_1723_2 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_1723_2.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_1723_2 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_1723_2 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_1723_2.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_1723_2 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_1723_2 .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_1723_2 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_1723_2.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.40);
  font-size: 18px;
  
  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_1723_2.cm-full-menu ul li > a {
  font-size: 18px;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li > a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu > ul > li > a {
  
  font-weight: bold;
  
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1723_2 .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_1723_2.cm-full-menu ul li > a,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_1723_2.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  
  font-size: 18px;
  line-height: 18px;
  

}
#stacks_in_1723_2 li > a svg,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 18px;
  height: 18px;
  
}

#clean-menu_stacks_in_1723_2 .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_1723_2 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li > a:hover svg {
  fill: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(64, 152, 205, 1.00);
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(64, 152, 205, 1.00);
}
#clean-menu_stacks_in_1723_2 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_1723_2 h1, #clean-menu_stacks_in_1723_2 h2, #clean-menu_stacks_in_1723_2 h3, #clean-menu_stacks_in_1723_2 h4, #clean-menu_stacks_in_1723_2 h5, #clean-menu_stacks_in_1723_2 h6, #clean-menu_stacks_in_1723_2 .layouts-text, #clean-menu_stacks_in_1723_2 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu > ul > li,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_1723_2.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_1723_2.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_1723_2 .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_1723_2.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_1723_2.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_1723_2 .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_1723_2.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(64, 152, 205, 1.00);
  fill:  rgba(64, 152, 205, 1.00);
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(64, 152, 205, 1.00);
}
.disable-parents #clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_1723_2.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_1723_2 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_1723_2 .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_1723_2 .clean-menu-logo {
  margin: 0;
  width: 250px;
  max-width: 250px;
}
#clean-menu_stacks_in_1723_2 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  max-width: 250px;
  width: 100%;
  margin-right: 5px;
}
#clean-menu_stacks_in_1723_2 .clean-menu-full {
  width: 250px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
/*
div[tag="slice"] > .mez > #stacks_in_1723_2.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-full {
width: auto; max-width: 300px;
}
*/
#clean-menu_stacks_in_1723_2 .clean-menu-full .cm-menu-toggle {
  display: inline-block;
  float: right;
}
#clean-menu_stacks_in_1723_2 .clean-menu-top-level ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div[tag="slice"] > .mez > #stacks_in_1723_2.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 7px;
}










.cm-sticky-wrap_stacks_in_1723_2 {
  transition: background 300ms ease;
  background: transparent;
}
.cm-sticky-wrap_stacks_in_1723_2.cm-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.66);
}
.cm-sticky-wrap_stacks_in_1723_2.cm-sticky > #clean-menu-full_stacks_in_1723_2.cm-full-menu {
  z-index: 9999;
}
.cm-sticky-wrap_stacks_in_1723_2.cm-sticky #clean-menu_stacks_in_1723_2.clean-menu {
  max-width: 1210px;
  box-sizing: border-box;
  padding: 0px 20px;
  
}



@media all and (min-width: 771px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_1723_2 ul li.cm-hide-menu {
    display: none;
  }
  
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu {
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu ul {
    text-align: center;
    padding: 20px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu ul li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu ul ul li{
    display: block;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu ul ul {
    padding: 0 0 0 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu ul ul ul {
    padding: 0 0 0 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu ul ul > li > a {
    padding: 4px 20px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu ul {
    padding: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu ul ul li {
    margin: 3px 0px 3px 15px;
    position: relative;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu ul ul li {
    line-height: 1;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu ul ul li:before {
    content: ">";
    position: absolute;
    left: 5px;
    top: 4px;
    line-height: 1;
    font-family: monospace;
    font-weight: bold;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1723_2.cm-full-menu > ul > li {
    margin: 30px 0;
  }
  
  #clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_1723_2 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

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






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









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

#stacks_in_1723_2 {
	padding: 2px 0px 15px 0px;
}





#stacks_in_1723_32 {
	padding: 5px 0px 5px 0px;
}
/* roboto-slab-100 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'),
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-100.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'),
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-100 - latin */
@font-face {
  font-family: 'Roboto Slab Thin';
  font-style: normal;
  font-weight: 100;
  src: url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'),
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-100.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab Light';
  font-style: normal;
  font-weight: 300;
  src: url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'),
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../rw_common/plugins/stacks/webfont-helper-roboto-slab/roboto-slab-v8-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}




body .stacks_top, body,
body .stacks_top h1,body .stacks_top h2,body .stacks_top h3,body .stacks_top h4,body .stacks_top h5,body .stacks_top h6,
body h1,body h2,body h3,body h4,body h5,body h6,
body .stacks_top p, body .stacks_top span,
body p, body span



{
  font-family: 'Roboto Slab', Arial;
  
}

#stacks_in_1007 .webfont-helper-wrap, #stacks_in_1007 .webfont-helper-wrap > .out {
  display: none;
}


#stacks_in_1433 {
	padding: 20px 0px 20px 0px;
}
/* Styling for Preview Mode & Publishing */


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#stacks_in_1552 .bx-wrapper {
	position: relative;
	
	margin: 0 auto;
	
	padding: 0;
	*zoom: 1;
}

#stacks_in_1552 .bx-wrapper img {
	
	max-width: 100%;
	height: auto;
	

	
	display: block;
}

/** THEME
===================================*/

#stacks_in_1552 .bx-wrapper .bx-viewport {
}

#stacks_in_1552 .bx-wrapper .bx-pager,
#stacks_in_1552 .bx-wrapper .bx-controls-auto {
	position: absolute;
	
	bottom: 20px;
	
	width: 100%;
	z-index: 200;
}

/* LOADER */

#stacks_in_1552 .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../files/orbit-images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}




	#stacks_in_1552 .bx-wrapper .bx-pager {
		display: none;
	}





/*  Hide navigation arrows if toggled off in settings. */

	#stacks_in_1552 .bx-wrapper .bx-prev,
	#stacks_in_1552 .bx-wrapper .bx-next {
		display: none;
	}


/* AUTO CONTROLS (START / STOP) */

#stacks_in_1552 .bx-wrapper .bx-controls-auto {
	text-align: center;
}

#stacks_in_1552 .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

#stacks_in_1552 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_1552 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_1552 .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

#stacks_in_1552 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_1552 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#stacks_in_1552 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#stacks_in_1552 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

#stacks_in_1552 .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

#stacks_in_1552 .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#stacks_in_1552 ul.bxslider, #stacks_in_1552 ul.bxslider li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}






/* Styling for Edit Mode within Stacks */



#stacks_in_1553 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_1553 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_1553 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}#stacks_in_1564>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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



}




#stacks_in_1575 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_1575 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_1575 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_1586 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_1586 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_1586 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_1597 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_1597 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_1597 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_1608 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_1608 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_1608 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_1619 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_1619 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_1619 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_1636 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_1636 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_1636 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_1646 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_1646 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_1646 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}/* Start doo Tab 2 stack each CSS code */#stacks_in_1431wrapper{	position: relative;	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */}#stacks_in_1431 .dooTabContentTitle{	display: none;}ul.stacks_in_1431tabs {	position: relative;	margin: 0 !important;	padding: 0;	float: left;	list-style: none !important;	list-style-type: none !important;	height: 30px;	border-bottom: 1px solid rgba(255, 252, 247, 0.00);	width: 100%;	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */}ul.stacks_in_1431tabs li {	float: left;	margin: 0;	cursor: pointer;	padding: 0px 21px;	height: 29px;	line-height: 29px !important;	border-top: 1px solid rgba(179, 179, 179, 0.00);	border-right: 1px solid rgba(179, 179, 179, 0.00);	/*border-bottom: 1px solid rgba(255, 252, 247, 0.00);*/	border-left: 1px solid rgba(179, 179, 179, 0.00);	background-color: rgba(255, 255, 255, 1.00);	color: rgba(128, 128, 128, 1.00);	overflow: hidden;	position: relative;	margin-left: -1px;	z-index: 1;	-webkit-border-top-left-radius: 4px;	-webkit-border-top-right-radius: 4px;	-moz-border-radius-topleft: 4px;	-moz-border-radius-topright: 4px;	border-top-left-radius: 4px;	border-top-right-radius: 4px;	white-space: nowrap;	font-size: 10px !important;	list-style: none !important;	list-style-type: none !important;	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */}/*.tab_last { border-right: 1px solid ; }*/ul.stacks_in_1431tabs li.tab_first { margin-left: 0px; }ul.stacks_in_1431tabs li:hover {	color: rgba(108, 108, 108, 1.00);}ul.stacks_in_1431tabs li.active {	background-color: rgba(255, 255, 255, 1.00);	color: rgba(198, 195, 192, 1.00);	border-top: 1px solid rgba(255, 252, 247, 0.00);	border-left: 1px solid rgba(255, 252, 247, 0.00);	border-right: 1px solid rgba(255, 252, 247, 0.00);	display: block;	z-index: 10;	-webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: content-box !important;    /* Firefox, other Gecko */	box-sizing: content-box !important;         /* Opera/IE 8+ */}.stacks_in_1431tab_container {	position: relative;	border: 1px solid rgba(255, 252, 247, 0.00);	border-top: none;	background: rgba(255, 255, 255, 1.00);	overflow: auto;	-webkit-border-bottom-right-radius: 3px;	-webkit-border-bottom-left-radius: 3px;	-moz-border-radius-bottomright: 3px;	-moz-border-radius-bottomleft: 3px;	border-bottom-right-radius: 3px;	border-bottom-left-radius: 3px;	-webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: content-box !important;    /* Firefox, other Gecko */	box-sizing: content-box !important;         /* Opera/IE 8+ */}#stacks_in_1431 .dooTabContent {	padding: 0px;	display: none;}#stacks_in_1431 .tab_drawer_heading { display: none; }@media screen and (max-width: 200px) {	ul.stacks_in_1431tabs {		border-bottom: none;	}	.stacks_in_1431tabs {		display: none;	}	#stacks_in_1431 .tab_drawer_heading {		background-color: rgba(255, 255, 255, 1.00) !important;		color: rgba(128, 128, 128, 1.00) !important;		border-top: 1px solid rgba(255, 252, 247, 0.00);		margin: 0;		padding: 8px 20px;		display: block;		cursor: pointer;		-webkit-touch-callout: none;		-webkit-user-select: none;		-khtml-user-select: none;		-moz-user-select: none;		-ms-user-select: none;		user-select: none;		font-size: 12px !important;	}	.stacks_in_1431tab_container > div:first-child .tab_drawer_heading {		border-top: 0px !important;	}	.stacks_in_1431_active {		background-color: rgba(255, 255, 255, 1.00) !important;		color: rgba(198, 195, 192, 1.00);		border-bottom: 1px solid rgba(255, 252, 247, 0.00);	}	.stacks_in_1431tab_container {	border: 1px solid rgba(255, 252, 247, 0.00) !important;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	}}/* End doo Tab 2 stack each CSS code */
#stacks_in_1431 {
	padding: 50px 0px 0px 0px;
}
.lightbox_error{color:rgba(255, 255, 255, 1.00);font-size:15px;text-align:center}.lightbox_error h2{font-size:20px}.preloader_wrapper{position:relative;padding:10px;width:100%;text-align:center}.preloader_icn{width:40px;height:40px;position:relative;display:inline-block;-webkit-animation:clockwise 750ms linear infinite;animation:clockwise 750ms linear infinite}.preloader_cut{position:relative;width:calc(40px * .5);height:40px;overflow:hidden;position:absolute;top:0;left:0}.preloader_donut{box-sizing:border-box;width:40px;height:40px;border:2px solid rgba(204, 204, 204, 1.00);border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;position:absolute;background:none;margin:0;-webkit-animation:donut-rotate calc(750ms * 2) cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate calc(750ms * 2) cubic-bezier(.4,0,.22,1) infinite}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes clockwise{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0)}50%{-webkit-transform:rotate(-140deg)}100%{-webkit-transform:rotate(0)}}@keyframes donut-rotate{0%{transform:rotate(0)}50%{transform:rotate(-140deg)}100%{transform:rotate(0)}}html.ncd-photo-lock{overflow:hidden}a[data-photo-group]{cursor:pointer}.ncd-photo *{padding:0;margin:0;list-style:none}.ncd-photo *,.ncd-photo *:before,.ncd-photo *:after{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cf:after{content:"";display:table;clear:both}.ncd-photo .ncd-photo{display:none}.ncd-photo ul{margin:0;padding:0}.ncd-photo ul:after{content:"";display:table;clear:both}.ncd-photo li{cursor:zoom-in;line-height:0}.ncd-photo ul[data-hide="True"]{height:0 !important}.ncd-photo ul[data-hide="True"] li,.ncd-photo li.hide{display:none !important}.ncd-photo li > div:first-child{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;transition:box-shadow 150ms ease-out}.ncd-photo li img{position:relative;z-index:10;transform:translateZ(0)}.ncd-photo li p{display:inline-block;z-index:30;font-variant:normal;position:absolute;line-height:1.4;margin:0 0 10px;user-select:none;transform:translateZ(0);-webkit-touch-callout:none}.ncd-photo li p b{font-weight:normal;font-style:normal;padding-right:3px}.ncd-photo li p>span>em{font-weight:normal;font-style:normal}.ncd-photo li p span{padding:6px 12px}.ncd-photo li p span.empty{visibility:hidden}.ncd-photo[data-italic-title="True"] p b,.ncd-photo[data-italic-caption="True"] p>span>em{font-style:italic}.ncd-photo[data-bold-title="True"] p b,.ncd-photo[data-bold-caption="True"] p>span>em{font-weight:bold}.ncd-photo[data-hide-title="True"] p b,.ncd-photo[data-hide-caption="True"] p>span>em,.ncd-photo[data-hide-title="True"][data-hide-caption="True"] p{display:none}.ncd-photo[data-hide-caption="True"] ul p b{padding-right:0}.ncd-photo ul.caption-hover li p{opacity:0;transition:transform 300ms,opacity 300ms;transform:translate3d(0,4px,0)}.ncd-photo ul.caption-hover li:hover p{opacity:1;transform:translate3d(0,0,0)}.ncd-photo ul.caption-hide li p{display:none !important}.ncd-photo ul.caption-bottom p{left:0;bottom:0;right:0;margin:0;border-radius:0 0 3px 3px;overflow:hidden}.ncd-photo ul.caption-margin p span{border-radius:3px}.ncd-photo ul.caption-margin p{left:20px;bottom:10px;right:20px}.ncd-photo.grid li{line-height:0;float:left;display:block;position:relative;height:auto}.ncd-photo.grid li div{overflow:hidden}.ncd-photo.grid img{visibility:hidden;position:absolute;top:-9999px;left:-9999px}.ncd-photo.grid ul li div:after{padding-top:100%;display:block;content:''}.ncd-photo.photo-col-1.grid li,.ncd-photo.photo-col-2.grid li,.ncd-photo.photo-col-3.grid li,.ncd-photo.photo-col-4.grid li,.ncd-photo.photo-col-5.grid li{width:100%}.ncd-photo[data-margin="0"].grid{margin:0}.ncd-photo[data-margin="0"].grid li div{margin:0}.ncd-photo[data-margin="1"].grid{margin:0 -1px}.ncd-photo[data-margin="1"].grid li div{margin:1px}.ncd-photo[data-margin="3"].grid{margin:0 -3px}.ncd-photo[data-margin="3"].grid li div{margin:3px}.ncd-photo[data-margin="5"].grid{margin:0 -5px}.ncd-photo[data-margin="5"].grid li div{margin:5px}.ncd-photo[data-margin="7"].grid{margin:0 -7px}.ncd-photo[data-margin="7"].grid li div{margin:7px}.ncd-photo[data-margin="9"].grid{margin:0 -9px}.ncd-photo[data-margin="9"].grid li div{margin:9px}.ncd-photo[data-margin="11"].grid{margin:0 -11px}.ncd-photo[data-margin="11"].grid li div{margin:11px}.ncd-photo[data-margin="13"].grid{margin:0 -13px}.ncd-photo[data-margin="13"].grid li div{margin:13px}.ncd-photo[data-margin="15"].grid{margin:0 -15px}.ncd-photo[data-margin="15"].grid li div{margin:15px}.ncd-photo[data-margin="17"].grid{margin:0 -17px}.ncd-photo[data-margin="17"].grid li div{margin:17px}.ncd-photo[data-margin="19"].grid{margin:0 -19px}.ncd-photo[data-margin="19"].grid li div{margin:19px}.ncd-photo[data-margin="21"].grid{margin:0 -21px}.ncd-photo[data-margin="21"].grid li div{margin:21px}.ncd-photo[data-margin="23"].grid{margin:0 -23px}.ncd-photo[data-margin="23"].grid li div{margin:23px}.ncd-photo[data-margin="25"].grid{margin:0 -25px}.ncd-photo[data-margin="25"].grid li div{margin:25px}.ncd-photo.grid ul,.ncd-photo.masonry ul,.ncd-photo.justifiedGallery ul{opacity:0}.ncd-photo.grid ul[data-imagesLoaded="1"],.ncd-photo.masonry ul[data-imagesLoaded="1"],.ncd-photo.justifiedGallery ul[data-imagesLoaded="1"]{opacity:1;transition:opacity 600ms}.ncd-photo[data-margin="0"].masonry ul{margin:0}.ncd-photo[data-margin="0"].masonry li.photo-stack > div{margin:0}.ncd-photo[data-margin="1"].masonry ul{margin:0 -1px}.ncd-photo[data-margin="1"].masonry li.photo-stack > div{margin:1px}.ncd-photo[data-margin="3"].masonry ul{margin:0 -3px}.ncd-photo[data-margin="3"].masonry li.photo-stack > div{margin:3px}.ncd-photo[data-margin="5"].masonry ul{margin:0 -5px}.ncd-photo[data-margin="5"].masonry li.photo-stack > div{margin:5px}.ncd-photo[data-margin="7"].masonry ul{margin:0 -7px}.ncd-photo[data-margin="7"].masonry li.photo-stack > div{margin:7px}.ncd-photo[data-margin="9"].masonry ul{margin:0 -9px}.ncd-photo[data-margin="9"].masonry li.photo-stack > div{margin:9px}.ncd-photo[data-margin="11"].masonry ul{margin:0 -11px}.ncd-photo[data-margin="11"].masonry li.photo-stack > div{margin:11px}.ncd-photo[data-margin="13"].masonry ul{margin:0 -13px}.ncd-photo[data-margin="13"].masonry li.photo-stack > div{margin:13px}.ncd-photo[data-margin="15"].masonry ul{margin:0 -15px}.ncd-photo[data-margin="15"].masonry li.photo-stack > div{margin:15px}.ncd-photo[data-margin="15"].masonry ul{margin:0 -17px}.ncd-photo[data-margin="15"].masonry li.photo-stack > div{margin:17px}.ncd-photo[data-margin="15"].masonry ul{margin:0 -19px}.ncd-photo[data-margin="15"].masonry li.photo-stack > div{margin:19px}.ncd-photo[data-margin="15"].masonry ul{margin:0 -21px}.ncd-photo[data-margin="15"].masonry li.photo-stack > div{margin:21px}.ncd-photo[data-margin="15"].masonry ul{margin:0 -23px}.ncd-photo[data-margin="15"].masonry li.photo-stack > div{margin:23px}.ncd-photo[data-margin="15"].masonry ul{margin:0 -25px}.ncd-photo[data-margin="15"].masonry li.photo-stack > div{margin:25px}.ncd-photo.masonry img{width:100%}.ncd-photo.rad-0 li div,.ncd-photo.rad-0 li img,.ncd-photo.rad-0 .thumb-corner{border-radius:0}.ncd-photo.rad-3 li div,.ncd-photo.rad-3 li img,.ncd-photo.rad-3 .thumb-corner{border-radius:3px}.ncd-photo.rad-5 li div,.ncd-photo.rad-5 li img,.ncd-photo.rad-5 .thumb-corner{border-radius:5px}.ncd-photo.rad-7 li div,.ncd-photo.rad-7 li img,.ncd-photo.rad-7 .thumb-corner{border-radius:7px}[data-batch-hide="True"]{position:absolute;opacity:0;top:-9999px;left:-9999px}.thumb-corner{position:absolute;bottom:0;left:0;z-index:50}.ncd-photo .thumb-corner{width:120px;height:120px;background-image:linear-gradient(to left bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5))}.photo-stack:hover .thumb-corner i{transform:scale(1.2);transform-origin:center}.thumb-corner.video-icon i{width:0;height:0;margin:0 0 18px 22px;left:0;bottom:0;transform:scale(1);position:absolute;transition:transform 200ms;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:17px solid #fff}#ncdPhotoCarousel .thumb-corner.video-icon i{margin:0;left:33px;bottom:21px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:13px solid #fff}.thumb-corner.bag-icon a{left:4px;bottom:2px;display:block;transform:scale(1.1);position:absolute;cursor:pointer;height:44px;width:44px;transition:transform 200ms}#ncdPhotoCarousel .thumb-corner.bag-icon{display:none}.thumb-corner.bag-icon a:first-child:before{position:absolute;content:'';top:16px;left:14px;height:13px;width:15px;border-radius:2px;border:1.5px solid #fff}.thumb-corner.bag-icon a:first-child:after{position:absolute;content:'';height:6px;width:9px;top:12px;left:17px;border-radius:8px 8px 0 0;border-left:1.5px solid #fff;border-top:1.5px solid #fff;border-right:1.5px solid #fff}@media only screen and (max-width:300px){.ncd-photo ul p{opacity:0 !important}}/******************************** L I G H T B O X **********************************/#ncdPhotoLoader{position:absolute;top:50%;left:50%;opacity:0;transition:opacity 350ms 150ms;transform:translate3d(-50%,-50%,0)}#ncdPhotoLoader.processing{opacity:1}#ncdPhotoBase{position:fixed;top:-9999px;left:-9999px;width:100%;height:100%;z-index:10;opacity:0;transition:opacity 300ms 0ms,top 0ms 300ms,left 0ms 300ms;user-select:none}#ncdPhotoBase.on,#ncdPhotoBase.on ~ *{pointer-events:none}#ncdPhotoBase.on ~ iframe{pointer-events:auto}#ncdPhotoHeader,#ncdPhotoControls,.exif_wrapper,#ncdPhotoOverlay{pointer-events:auto}#ncdPhotoBase *,#ncdPhotoBase *:before,#ncdPhotoBase *:after{box-sizing:border-box;user-select:none;-webkit-user-select:none}#ncdPhotoBase.on{top:0;left:0;opacity:1;z-index:10000;transition:opacity 150ms ease-out,top 0ms ease-out,left 0ms ease-out}#ncdPhotoBase.out{z-index:10000}#ncdPhotoHeader{position:absolute;right:0;left:0;top:0;padding:15px;font-size:14px;z-index:200;pointer-events:none}#ncdPhotoOptions{float:right;pointer-events:auto;padding:10px 0 10px 20px;border-radius:30px;transition:padding 0.3s ease-out}@media only screen and (min-width:400px){#ncdPhotoHeader{right:1.5%;left:1.5%}}#ncdPhotoOptions.zoom{background:rgba(0, 0, 0, 0.60);padding:10px 5px}#ncdPhotoOptions > .ncd-ui:first-child{margin-left:0px}#ncdPhotoOptions .ncd-ui{z-index:100;width:15px;height:15px;cursor:pointer;position:relative;display:block;float:left;margin-left:30px;user-select:none;transition:margin 0.3s ease-out,border 0.3s ease-out,box-shadow 0.15s ease-out}#ncdPhotoOptions .ncd-ui:before{position:absolute;top:-9px;left:-9px;right:0;bottom:0;content:'';height:33px;width:33px;border-radius:40px;transition:background .5s ease-out}#ncdPhotoOptions .ncd-ui:active:before{background:rgba(255, 255, 255, 0.30);transition:background 0.15s ease-out}#ncdPhotoOptions.zoom .ncd-ui{margin-left:11px;margin-right:11px}#ncdPhotoOptions.zoom #ncdPhotoShare,#ncdPhotoOptions.zoom #ncdPhotoDownload,#ncdPhotoOptions.zoom #ncdPhotoBuynow,#ncdPhotoOptions .ncdPhotoZoom.zoomOut{display:none}#ncdPhotoOptions.zoom .ncdPhotoZoom.zoomOut{display:block}#ncdPhotoControls{position:absolute;right:0;left:0;top:0;bottom:0;user-select:none;z-index:100;pointer-events:none}#ncdPhotoCarousel{background:rgba(0, 0, 0, 0.60);text-align:center;padding:5px;line-height:0;overflow:auto;pointer-events:auto;-webkit-overflow-scrolling:touch}#ncdPhotoCarousel li[data-hidefromlightbox="True"]{display:none}#ncdPhotoOverlay .hide{display:none}#ncdPhotoFooter{position:absolute;left:0;right:0;bottom:0;z-index:101;pointer-events:none;background:rgba(0, 0, 0, 0.00)}#ncdZoomAmt{position:absolute;top:0;left:0;right:0;margin-top:5px;text-align:center;color:rgba(245, 245, 245, 1.00);font:400 13px/1.4 Arial;pointer-events:none;transition:opacity 200ms,transform 200ms;transform:translateY(10px);opacity:0}#ncdZoomAmt.zoom{transform:translateY(0px);opacity:1}#ncdZoomAmt[data-zoom="50"] span:after{content:' 50%'}#ncdZoomAmt[data-zoom="75"] span:after{content:' 75%'}#ncdZoomAmt[data-zoom="100"] span:after{content:' 100%'}#ncdZoomAmt span{background:rgba(0, 0, 0, 0.60);padding:7px 14px;border-radius:20px}#ncdPhotoCarousel ul{padding:0;margin:0;list-style:none;display:inline-block;white-space:nowrap}#ncdPhotoCarousel li{display:inline-block;position:relative}#ncdPhotoCarousel li div{width:80px;height:45px;margin:3px 5px;border-radius:2px;transform:scale(1);transition:box-shadow 200ms,transform 200ms,opacity 200ms;background-size:cover;background-position:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,0)}#ncdPhotoCarousel li.current div,#ncdPhotoCarousel li:hover div{transition:box-shadow 200ms,transform 200ms,opacity 200ms}#ncdPhotoCarousel li div{opacity:0.4}#ncdPhotoCarousel li.current div,#ncdPhotoCarousel li:hover div{opacity:1}#ncdPhotoCarousel li.current div{transform:scale(1.1)}.photo_slide.zoom::-webkit-scrollbar,#ncdPhotoCarousel::-webkit-scrollbar,#ncdPhotoFooter p,#ncdPhotoFooter img,#ncdPhotoOptions .ncd-ui.hide,#ncdPhotoBase.single-image .ncdPhotoNext,#ncdPhotoBase.single-image .ncdPhotoPrev,#ncdPhotoOverlay[data-hide-full-title="True"] span b,#ncdPhotoOverlay[data-hide-full-caption="True"] span>em{display:none}.ncdPhotoZoom i:first-child:before,.ncdPhotoZoom i:first-child:after{width:1px;left:7px;top:3px;height:7px;content:"";background:rgba(245, 245, 245, 1.00);position:absolute;transition:opacity 300ms,transform 300ms}.ncdPhotoZoom i{position:absolute}.ncdPhotoZoom i:last-child:before{position:absolute;height:15px;width:15px;top:-1px;border:1.5px solid rgba(245, 245, 245, 1.00);border-radius:15px;content:''}.ncdPhotoZoom i:last-child:after{width:5px;height:2px;position:absolute;background:rgba(245, 245, 245, 1.00);transform:rotate(40deg);content:'';top:12px;border-radius:6px;right:-17px}.ncdPhotoZoom{transition:border 0.3s ease-out,box-shadow 0.15s ease-out,opacity 300ms ease-out,transform 300ms ease-out;transform:rotate(90deg);opacity:0}.ncdPhotoZoom.enable{opacity:1;transform:rotate(0deg)}.ncdPhotoZoom i:after{transform:rotate(-90deg)}.ncdPhotoZoom i:before{transform:rotate(0deg)}.ncdPhotoZoom.zoom i:before{transform:rotate(-90deg)}.ncdPhotoClose i{position:absolute}.ncdPhotoClose i:before,.ncdPhotoClose i:after{height:20px;width:2px;left:7px;top:-2px;content:'';transform:rotate(45deg);position:absolute;transition:opacity 300ms,transform 300ms}.ncdPhotoClose i:after{transform:rotate(-45deg)}.ncdPhotoNext,.ncdPhotoPrev{z-index:100;width:50px;height:50px;border-radius:50px;cursor:pointer;position:absolute;border:2px solid transparent;top:50%;margin-top:-25px;opacity:0;transition:opacity 0.2s ease-out,transform 0.8s cubic-bezier(0.190,1.000,0.220,1.000),border 0.3s ease-out,box-shadow 0.15s ease-out;pointer-events:auto;user-select:none}.ncdPhotoNext{transform:translateX(-15px);right:4%}.ncdPhotoPrev{transform:translateX(15px);left:4%}.ncdPhotoNext.hide,.ncdPhotoPrev.hide{opacity:0 !important;visibility:hidden}@media screen and (max-width:800px){.ncdPhotoNext,.ncdPhotoPrev{transform:translateX(0) rotate(0deg);opacity:1}}.ncdPhotoNext:before,.ncdPhotoNext:after,.ncdPhotoPrev:before,.ncdPhotoPrev:after{top:50%;left:0;width:2px;height:15px;content:'';position:absolute;margin:-13px 24px 0}.ncdPhotoNext:after,.ncdPhotoPrev:after{margin-top:-3px}.ncdPhotoPrev:after,.ncdPhotoPrev:before{left:-3px}.ncdPhotoNext:after{transform:rotate(45deg)}.ncdPhotoNext:before{transform:rotate(-45deg)}.ncdPhotoPrev:after{transform:rotate(315deg)}.ncdPhotoPrev:before{transform:rotate(-315deg)}#ncdPhotoBase:hover .ncdPhotoNext,#ncdPhotoBase:hover .ncdPhotoPrev{transform:translateX(0) rotate(0deg);opacity:1}#ncdPhotoOverlay{position:absolute;top:65px;left:0;right:0;bottom:0;z-index:0;user-select:none;-webkit-user-select:none}.go-prev #ncdPhotoOverlay,.go-next #ncdPhotoOverlay{transition:bottom 150ms ease-out}#ncdPhotoOverlay.zoom{top:0;bottom:65px}.photo_slide{height:100%;position:absolute;top:-9999px;left:-9999px;right:auto;user-select:none}#ncdPhotoOverlay:not(.zoom) .photo_slide > div{height:100%;width:100%;display:flex;justify-content:center;align-items:center;position:relative}.photo_slide img{padding:0;margin:0}.photo_slide img,.photo-embed-container{list-style:none;line-height:0;width:auto;height:auto;max-width:100%;max-height:100%;user-select:none;-webkit-touch-callout:none;transition:opacity 200ms;transform:translate3d(0,0,0);box-shadow:0 2px 20px rgba(0, 0, 0, 0.50)}.photo_slide.out,.photo_slide.ncd-show{top:0;left:0;right:0}.photo_slide.ncd-show img{cursor:zoom-in}.processing .photo_slide img,.photo_slide.out img,.photo_slide.out .photo-embed-container{opacity:0}.photo-embed-container{padding-bottom:56.25%;height:0;width:100%;overflow:hidden}.photo-embed-container iframe,.photo-embed-container object,.photo-embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}#ncdPhotoBase.video-player #ncdPhotoDownload,#ncdPhotoBase.video-player #ncdPhotoFullscreen,#ncdPhotoBase.video-player .ncdPhotoZoom{display:none !important}.photo_slide.ncd-show.zoom{position:absolute;overflow:auto;cursor:move;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;display:flex;justify-content:center;align-items:center}.photo_slide.zoom.in.transition,.photo_slide.zoom.out{overflow:hidden}.photo_slide.zoom.transition div{animation:photo-zoom-in 150ms ease-out both}.photo_slide.zoom.in div{animation:photo-zoom-in-complete 200ms ease-out both}.photo_slide.zoom.in.transition div{animation:photo-zoom-out 150ms ease-out both}.photo_slide.zoom.out div{animation:photo-zoom-out-complete 150ms ease-out both}.photo_slide.zoom.in img{max-width:none;max-height:none;border-radius:0;box-shadow:none;transition:box-shadow 200ms}.photo_slide.zoom.in img[data-zoom="25"]{transform:scale(0.25)}.photo_slide.zoom.in img[data-zoom="50"]{transform:scale(0.50)}.photo_slide.zoom.in img[data-zoom="75"]{transform:scale(0.75)}.photo_slide.zoom.in img[data-zoom="100"]{transform:scale(1)}@keyframes photo-zoom-in{from{transform:scale(1);opacity:1}to{transform:scale(1.03);opacity:0}}@keyframes photo-zoom-in-complete{0%{transform:scale(.98);opacity:0}50%{transform:scale(.98);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes photo-zoom-out{from{transform:scale(1);opacity:1}to{transform:scale(.98);opacity:0}}@keyframes photo-zoom-out-complete{from{transform:scale(1.03);opacity:0}to{transform:scale(1);opacity:1}}@keyframes photo-fade-in{from{opacity:0}to{opacity:1}}#ncdPhotoFullscreen i{position:absolute}#ncdPhotoFullscreen i:before,#ncdPhotoFullscreen i:after{position:absolute;content:'';height:2px;width:6px;background:rgba(245, 245, 245, 1.00)}#ncdPhotoFullscreen i:after{width:2px;height:6px}#ncdPhotoFullscreen i:first-child{top:0;left:0}#ncdPhotoFullscreen i:last-child{bottom:0;right:0;transform:rotate(180deg)}#ncdPhotoFullscreen.active i:first-child{top:6px;left:6px;transform:rotate(180deg)}#ncdPhotoFullscreen.active i:last-child{bottom:6px;right:6px;transform:rotate(0deg)}#ncdPhotoShare{line-height:0}#ncdPhotoShare svg{height:15px;width:auto;position:relative;margin-top:-1px;margin-left:-2px}#ncdPhotoShare path{fill:rgba(245, 245, 245, 1.00) !important}#ncdShareOptions{background:rgba(30, 30, 30, 1.00);box-shadow:0 20px 60px -10px rgba(0, 0, 0, 0.50);position:absolute;padding:10px;border-radius:7px;line-height:1.4;margin:10px 0 0;list-style:none;width:150px;top:-99999px;left:-99999px;opacity:0;transform:translateX(-50%) scale(.3);transition:transform 150ms 0ms ease-out,opacity 150ms 0ms ease-out,top 0ms 150ms,left 0ms 150ms;transform-origin:50% 0%}#ncdShareOptions.show{left:50%;top:100%;opacity:1;transition:transform 150ms 0ms ease-out,opacity 150ms 0ms ease-out,top 0ms 0ms,left 0ms 0ms;transform:translateX(-50%) scale(1)}#ncdShareOptions:before{content:'';position:absolute;top:-6px;left:50%;margin-left:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid rgba(30, 30, 30, 1.00)}#ncdShareOptions li{padding:6px 10px;margin:0;border-radius:4px;transition:background 150ms}#ncdShareOptions li:hover{background:rgba(255,255,255,0.1)}#ncdShareOptions button{display:block;border:0;margin:0;padding:0;font:400 15px/1.4 Arial !important;background:transparent;color:rgba(255, 255, 255, 1.00)}#ncdPhotoBuynow.hide{opacity:0;max-width:0;margin-left:0}#ncdPhotoBuynow i{position:absolute}#ncdPhotoBuynow i:first-child:before{position:absolute;content:'';top:2px;left:0;height:13px;width:15px;border-radius:2px;border:1.5px solid rgba(245, 245, 245, 1.00)}#ncdPhotoBuynow i:last-child:before{position:absolute;content:'';height:6px;width:9px;top:-2px;left:3px;border-radius:8px 8px 0 0;border-left:1.5px solid rgba(245, 245, 245, 1.00);border-top:1.5px solid rgba(245, 245, 245, 1.00);border-right:1.5px solid rgba(245, 245, 245, 1.00)}#ncdPhotoDownload{display:block}#ncdPhotoDownload i{position:absolute}#ncdPhotoDownload i:last-child:before,#ncdPhotoDownload i:last-child:after{position:absolute;content:'';height:2px;width:9px;background:rgba(245, 245, 245, 1.00)}#ncdPhotoDownload i:last-child:after{width:2px;height:9px}#ncdPhotoDownload i:last-child{bottom:1px;left:7px;transform:rotate(225deg)}#ncdPhotoDownload i:first-child:before{position:absolute;content:'';top:-1px;left:6px;height:12px;width:2px;background:rgba(245, 245, 245, 1.00)}}#ncdPhotoDownload.alt i:last-child:before,#ncdPhotoDownload.alt i:last-child:after{position:absolute;content:'';height:2px;width:7px;background:rgba(245, 245, 245, 1.00)}#ncdPhotoDownload.alt i:last-child:after{width:2px;height:7px}#ncdPhotoDownload.alt i:last-child{bottom:3px;left:6px;transform:rotate(225deg)}#ncdPhotoDownload.alt i:first-child:before{position:absolute;content:'';top:0;left:5px;height:8px;width:2px;background:rgba(245, 245, 245, 1.00)}#ncdPhotoDownload.alt i:first-child:after{position:absolute;content:'';top:11px;left:0px;height:2px;width:12px;background:rgba(245, 245, 245, 1.00)}#ncdPhotoCounter{float:left;line-height:1;font-size:12px;padding:8px 16px 8px 0;border-radius:30px;font-family:arial !important;pointer-events:none;font-weight:bolder;transition:opacity 200ms}#ncdPhotoCounter.zoom{opacity:0}#ncdPhotoCounter span{vertical-align:top;line-height:1}.lb-current{font-size:1.45em;font-weight:normal}.lb-total{letter-spacing:0.05em}#ncdPhotoCounter[data-show-count="False"]{display:none}.exif_wrapper{position:absolute;width:300px;margin-left:-45px;top:-12px}.exif_container{background:rgba(30, 30, 30, 1.00);border-radius:7px;left:10px;bottom:100%;z-index:1;opacity:0;width:260px;height:300px;overflow:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:10px 25px;transform:scale(.3);transform-origin:0 100%;position:absolute;box-shadow:0 20px 60px -10px rgba(0, 0, 0, 0.50);transition:transform 200ms,opacity 200ms;pointer-events:none}.exif_container *{transform:translate3d(0,0,0)}.exif_wrapper.show .exif_container{pointer-events:auto;transform:scale(1);opacity:1}.exif_data{font:400 15px/1.4 Arial !important;color:rgba(255, 255, 255, 1.00);border-radius:4px;padding:10px 10px 10px 0;margin:0;display:block;white-space:break-spaces;position:absolute;visibility:hidden;top:-9999px;left:-9999px}.exif_data.hasData{position:relative;visibility:visible;top:0;left:0}.exif_data:before{color:rgba(170, 170, 170, 1.00);display:block;font-size:11px;letter-spacing:0}.exif_data.hasData:after{position:absolute;content:'';bottom:0;left:0;right:0;border-bottom:1px solid rgba(255, 255, 255, 0.12)}.exif_data.hasData.last:after{display:none}#exif_FNumber{letter-spacing:0.1em}.fstop{font-family:georgia;font-style:italic;padding-left:3px;padding-right:2px}.exif-trigger{padding:10px;cursor:pointer;display:inline-block;user-select:none;-webkit-user-select:none;cursor:pointer;position:relative;z-index:100;transform:scale(0)}.exif_wrapper.hasData .exif-trigger{transform:scale(1);transition:transform 200ms}.exif-trigger span:hover{color:rgba(255, 255, 255, 1.00);background:rgba(255, 255, 255, 0.20)}.exif-trigger span{color:rgba(255, 255, 255, 1.00);background:rgba(255, 255, 255, 0.15);transition:background 200ms;border-radius:25px;height:25px;width:25px;line-height:26px;font-family:monospace;text-align:center;font-size:13px;font-weight:bolder;float:right;user-select:none;-webkit-user-select:none}#exif_GPSMap{color:#fff;text-decoration:none}#exif_iptc_DateCreated:before{content:'Date Created'}#exif_iptc_Keywords:before{content:'Keywords'}#exif_model:before{content:'Camera Model'}#exif_LensModel:before{content:'Lens Model'}#exif_FocalLength:before{content:'Focal Length'}#exif_FNumber:before{content:'Aperture'}#exif_ExposureTime:before{content:'Shutter Speed'}#exif_ISOSpeedRatings:before{content:'ISO'}#exif_Dimensions:before{content:'Dimensions'}#exif_ExposureProgram:before{content:'Exposure Program'}#exif_Flash:before{content:'Flash'}#exif_WhiteBalance:before{content:'White Balance'}#exif_GPSLat:before{content:'GPS Latitude'}#exif_GPSLong:before{content:'GPS Longitude'}#exif_DateTimeOriginal:before{content:'Date & Time'}#exif_GPSMap:before{content:'Google Map'}.photo-stack .exif_wrapper{position:absolute;top:0;left:0}.photo-stack .exif-trigger{position:absolute;top:0;transform:scale(1);box-shadow:none}.captionWrapper{max-width:600px;margin:0 auto;padding-left:32px;text-align:left;position:relative}.imageCaption{font-size:px;padding-bottom:0.2em}.groupTitle{font-size:px}#ncdPhotoBase:hover .img-caption-in{opacity:1}#ncdPhotoBase .img-caption-in{opacity:0;transition:opacity 200ms}.processing .img-caption-in{opacity:0}#ncdPhotoCaption{padding:10px;transition:opacity 200ms}#ncdPhotoCaption.zoom{opacity:0;pointer-events:none}#ncdPhotoCaption [data-italic-title="True"],#ncdPhotoCaption [data-italic-caption="True"]{font-style:italic}#ncdPhotoCaption [data-bold-title="True"],#ncdPhotoCaption [data-bold-caption="True"]{font-weight:bold}#ncdPhotoCaption [data-hide-title="True"],#ncdPhotoCaption [data-hide-caption="True"]{display:none}.imageCaption{color:rgba(255, 255, 255, 1.00)}.groupTitle{color:rgba(136, 136, 136, 1.00)}.groupTitle.ncdPhotoCopywrite{color:rgba(132, 132, 132, 1.00)}#ncdPhotoCounter{color:rgba(245, 245, 245, 1.00)}#ncdPhotoBase{background:rgba(15, 15, 15, 0.97)}.ncdPhotoNext:before,.ncdPhotoNext:after,.ncdPhotoPrev:before,.ncdPhotoPrev:after,.ncdPhotoClose i:before,.ncdPhotoClose i:after,.ncdPhotoNext:hover:before,.ncdPhotoNext:hover:after,.ncdPhotoPrev:hover:before,.ncdPhotoPrev:hover:after,.ncdPhotoClose i:hover:before,.ncdPhotoClose i:hover:after{background:rgba(245, 245, 245, 1.00)}.ncdPhotoNext:active,.ncdPhotoPrev:active{box-shadow:0 0 0 5px rgba(255, 255, 255, 0.30)}/*!* justifiedGallery - v4.0.0-alpha* http://miromannino.github.io/Justified-Gallery/* Copyright (c) 2019 Miro Mannino* Licensed under the MIT license.*/.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery > a,.justified-gallery > div,.justified-gallery > li,.justified-gallery > figure{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:0.1;margin:0;padding:0}.ncd-photo .justified-gallery > li > div{position:static}.justified-gallery > a > img,.justified-gallery > div > img,.justified-gallery > li > div > img,.justified-gallery > figure > img,.justified-gallery > a > a > img,.justified-gallery > div > a > img,.justified-gallery > figure > a > img,.justified-gallery > a > svg,.justified-gallery > div > svg,.justified-gallery > figure > svg,.justified-gallery > a > a > svg,.justified-gallery > div > a > svg,.justified-gallery > figure > a > svg{position:absolute;top:50%;left:50%;margin:0;padding:0;border:none;filter:"alpha(opacity=0)";opacity:0}.justified-gallery > a > .caption,.justified-gallery > div > .caption,.justified-gallery > li > div > .caption,.justified-gallery > figure > .caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000000;left:0;right:0;margin:0;color:white;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery > a > .caption.caption-visible,.justified-gallery > div > .caption.caption-visible,.justified-gallery > li > div > .caption.caption-visible,.justified-gallery > figure > .caption.caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:0.7;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery > .jg-entry-visible{filter:"alpha(opacity=100)";opacity:1;background:none}.justified-gallery > .jg-entry-visible > img,.justified-gallery > .jg-entry-visible > div > img,.justified-gallery > .jg-entry-visible > a > img,.justified-gallery > .jg-entry-visible > svg,.justified-gallery > .jg-entry-visible > a > svg{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery > .jg-filtered{display:none}.justified-gallery > .spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0 10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}.justified-gallery > .spinner > span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px 0 4px;background-color:#000;border-radius:6px}
 #stacks_in_1539.ncd-photo p{text-align:center}#stacks_in_1539 li > div.img-wrapper:before{box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.08);position:absolute;top:0;left:0;right:0;bottom:0;content:'';content:'';z-index:20;transition:box-shadow 200ms;border-radius:0px}#stacks_in_1539 li:hover > div.img-wrapper:before{box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.20)}#stacks_in_1539.ncd-photo li p span{ display:block;}#stacks_in_1539.grid li,#stacks_in_1539.masonry li{width:calc(100% / 1)}@media only screen and (min-width:600px){#stacks_in_1539.grid li,#stacks_in_1539.masonry li{width:calc(100% / 1)}}@media only screen and (min-width:800px){#stacks_in_1539.grid li,#stacks_in_1539.masonry li{width:calc(100% / 3)}}@media only screen and (min-width:1100px){#stacks_in_1539.grid li,#stacks_in_1539.masonry li{width:calc(100% / 4)}}#stacks_in_1539.grid li div{background-size:cover}#stacks_in_1539.grid ul li div:after{padding-top:100%}#stacks_in_1539.fitRows img{max-height:px;max-width:200px}#stacks_in_1539 p{font-size:13px}#stacks_in_1539 b{font-size:13px;color:rgba(255, 255, 255, 1.00)}#stacks_in_1539 span>em{color:rgba(187, 187, 187, 1.00)}#stacks_in_1539 span{background:rgba(0, 0, 0, 0.70)}

#stacks_in_1664_32 {
	padding: 30px 0px 30px 0px;
}



.nimblehost_myMenuOuterWrapper_stacks_in_1664_61 { 
	margin: 0;
	padding: 0;
	
	position: absolute;
	
	z-index: 100; 
	
	position: relative;
	
	
	
	width: 100%;
	text-align: center;
	
	
	
}

.nimblehost_myMenuInnerWrapper_stacks_in_1664_61, .nimblehost_myMenu_stacks_in_1664_61 ul ul, .nimblehost_myMenuInnerWrapper_stacks_in_1664_61 .myMenu_mobileToggle p { 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.nimblehost_myMenuInnerWrapper_stacks_in_1664_61 {
	
	
	background: transparent;
	
}
@-moz-document url-prefix() {  }
.nimblehost_myMenuLabel_stacks_in_1664_61 {
	
	display: none;
	
	color: #000000;
}

.nimblehost_myMenu_stacks_in_1664_61 { 
	padding: 0 5px;
	
	
}
.nimblehost_myMenu_stacks_in_1664_61 ul { 
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	width: auto;
	
	
	min-height: 33px;
	
	
	border-top: none;
	border-bottom: none;
	
}

.nimblehost_myMenu_stacks_in_1664_61 ul li, .customMenuItems li { 
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	display: block;
	background-image: none !important;
	position: relative;
	
	display: inline-block;
	
}

.customMenuItems, .customMenuItems .stacks_out, .customMenuItems .stacks_in {
	display: block;
	
	display: inline;
	
}

.nimblehost_myMenu_stacks_in_1664_61 ul li a, .customMenuItems li a { 
	margin: 0;
	padding: 0 12px;
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 33px;
	color: #333333;
	
	
	border-top: none;
	border-bottom: none;
	
	False
	zoom: 1;
}
.nimblehost_myMenu_stacks_in_1664_61 ul li a:hover, .customMenuItems li a:hover { 
	color: #FFFFFF;
	background-color: #999999;
}
.nimblehost_myMenu_stacks_in_1664_61 ul li a:active, .customMenuItems li a:active {
	-webkit-box-shadow:inset 0 0 3px black;
	-moz-box-shadow:inset 0 0 3px black;
	box-shadow:inset 0 0 3px black;
}
.nimblehost_myMenu_stacks_in_1664_61 ul li a#current, .nimblehost_myMenu_stacks_in_1664_61 ul li a.current, .nimblehost_myMenu_stacks_in_1664_61 ul li a.currentAncestor {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #666666;
	color: #FFFFFF;
	-webkit-box-shadow:inset 0 0 3px black;
	-moz-box-shadow:inset 0 0 3px black;
	box-shadow:inset 0 0 3px black;
	border: none;
}

.nimblehost_myMenu_stacks_in_1664_61 ul li.ddarrow a { padding-right: 22px !important; }
.nimblehost_myMenu_stacks_in_1664_61 ul ul li.ddarrow a { padding-right: 12px !important; }

.nimblehost_myMenu_stacks_in_1664_61 ul li.ddarrow .childIndicator, .nimblehost_myMenu_stacks_in_1664_61 ul .customMenuItems li.ddarrow .childIndicator { 
	position:absolute;
	top:8px;
	right:3px;
	float:right;
	height: 17px;
	width: 17px;
	background: transparent url(../files/ddarrowDown.png) center center no-repeat;
}

.nimblehost_myMenu_stacks_in_1664_61 ul ul li.ddarrow .childIndicator, .nimblehost_myMenu_stacks_in_1664_61 ul .customMenuItems ul li.ddarrow .childIndicator {
	background-image: url(../files/ddarrow.png);
}

.nimblehost_myMenu_stacks_in_1664_61 .customMenuItems .stacks_out, .nimblehost_myMenu_stacks_in_1664_61 .customMenuItems .stacks_in { overflow: visible; }

/* Second Level Menu Items */
.nimblehost_myMenu_stacks_in_1664_61 ul ul {
	border: none;
	margin: 0;
	padding: 5px 0 !important;
	height: auto;
	position: absolute;
	width: 150px;
	z-index: 101; 
	top: 33px;
	left: 0;
	display: none;
	
	
	background: transparent;
	
}

.nimblehost_myMenu_stacks_in_1664_61 ul ul li { 
	
	display: block;
	
}

.nimblehost_myMenu_stacks_in_1664_61 ul ul li a { 
	width: auto;
	
		
		border-top: solid 1px #FFFFFF;
		border-bottom: solid 1px #AAAAAA;
		
	
	
	border-top: none;
	border-bottom: none;
	
	False
}



.nimblehost_myMenu_stacks_in_1664_61 ul ul ul {
	top: -5px;
	left: 150px;
	padding: 5px 0 !important;
}



.nimblehost_myMenuInnerWrapper_stacks_in_1664_61 .myMenu_mobileToggle { display: none; }






#stacks_in_1664_61 {
	margin: 5px 0px 30px 0px;
}

#stacks_in_1664_35 {
	font-size: 120%;
}
#stacks_in_1664_36>.s3_row {
	margin: 0 -20px;
}

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

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




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










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



}



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


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


}






#stacks_in_1664_36 {
	padding: 30px 0px 0px 0px;
}

#stacks_in_1664_38 {
	margin: 5px 0px 5px 0px;
}

#stacks_in_1664_39 {
	font-weight: bold;
}

#stacks_in_1664_40 {
	margin: 10px 0px 20px 0px;
}

#stacks_in_1664_41 {
	font-weight: bold;
}

#stacks_in_1664_57 {
	margin: 5px 0px 5px 0px;
}

#stacks_in_1664_58 {
	font-weight: bold;
}

#stacks_in_1664_59 {
	margin: 10px 0px 20px 0px;
}

#stacks_in_1664_60 {
	font-weight: bold;
}

#stacks_in_1664_43 {
	margin: 5px 0px 5px 0px;
}

#stacks_in_1664_44 {
	font-weight: bold;
}

#stacks_in_1664_45 {
	margin: 10px 0px 20px 0px;
}

#stacks_in_1664_46 {
	font-weight: bold;
}
