@-webkit-keyframes opLoad{0%{opacity:0}100%{opacity:1}}@keyframes opLoad{0%{opacity:0}100%{opacity:1}}.ncp{clear:both;padding:0;margin:0;counter-reset:section}.ncp.fadeimg{-webkit-animation:opLoad 1s ease-out;animation:opLoad 1s ease-out}.ncp.fadeimg img{opacity:0;-webkit-transition:opacity 1s ease-out;transition:opacity 1s ease-out}.ncp.fadeimg img.show{opacity:1}.ncp .g:before,.ncp .g:after{content:"";display:table}.ncp .g:after{clear:both}.ncp .c{display:block;float:left;margin:1% 0 1% 1.6%}.ncp .s1_1,.ncp .s1_2,.ncp .s1_3,.ncp .s1_4{margin:1% 0}.ncp .c:first-child{margin-left:0}.ncp.s1 > .c{width:100%}.ncp.s2 > .c{width:49.2%}.ncp.s3 > .c{width:32.26%}.ncp.s4 > .c{width:23.8%}
#ncp-stacks_in_2 img{max-width:100%;height:auto; width:auto;}#ncp-stacks_in_2.s2 .c.s1_2 .c-pad,#ncp-stacks_in_2.s3 .c.s1_3 .c-pad,#ncp-stacks_in_2.s4 .c.s1_4 .c-pad{padding:0 4px 0 0}#ncp-stacks_in_2.s3 .c.s2_3 .c-pad,#ncp-stacks_in_2.s4 .c.s2_4 .c-pad,#ncp-stacks_in_2.s4 .c.s3_4 .c-pad{padding:0 2px}#ncp-stacks_in_2.s2 .c.s2_2 .c-pad,#ncp-stacks_in_2.s3 .c.s3_3 .c-pad,#ncp-stacks_in_2.s4 .c.s4_4 .c-pad{padding:0 0 0 4px}@media only screen and (max-width:600px){#ncp-stacks_in_2 .c{margin:1% 0;padding:4px 0;width:100%}#ncp-stacks_in_2 .c:first-child,#ncp-stacks_in_2.s4 .c.s1_4,#ncp-stacks_in_2.s4 .c.s2_4{padding:0 0 4px}#ncp-stacks_in_2 .c:last-child,#ncp-stacks_in_2.s4 .c.s3_4,#ncp-stacks_in_2.s4 .c.s4_4{padding:4px 0 0}#ncp-stacks_in_2.s2 .c-pad,#ncp-stacks_in_2.s3 .c-pad{padding:0 !important}#ncp-stacks_in_2.s4 .c{width:49.2%}#ncp-stacks_in_2.s4 .c.s1_4 .c-pad,#ncp-stacks_in_2.s4 .c.s3_4 .c-pad{padding:0 4px 0 0}#ncp-stacks_in_2.s4 .c.s2_4 .c-pad,#ncp-stacks_in_2.s4 .c.s4_4 .c-pad{padding:0 0 0 4px}}@media only screen and (max-width:300px){#ncp-stacks_in_2 .c .c-pad{padding:0 !important}#ncp-stacks_in_2.s4 .c{width:100%}}

#stacks_out_5 {
	width: 69%;
}
/*  */
#rotate-stacks_in_35 {
  /*  */
  /*  */
  /*  */
  padding: 10px 10px;
  max-width: 2000px;
  border-radius: 0px;
  min-height: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box; }
  #rotate-stacks_in_35:hover .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); }
  #rotate-stacks_in_35 .rotate-nav {
    top: 50%;
    opacity: 0;
    width: 30px;
    color: white;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: all 0.4s ease;
    -webkit-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%); }
    #rotate-stacks_in_35 .rotate-nav-state {
      width: 5px;
      height: 5px;
      margin: 10px 0;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.20); }
    #rotate-stacks_in_35 .rotate-nav-prev, #rotate-stacks_in_35 .rotate-nav-next {
      width: 20px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      cursor: pointer;
      position: relative;
      border-radius: 2px;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: rgba(255, 255, 255, 1.00);
      background: rgba(255, 255, 255, 0.20); }
      #rotate-stacks_in_35 .rotate-nav-prev i, #rotate-stacks_in_35 .rotate-nav-next i {
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      #rotate-stacks_in_35 .rotate-nav-prev:hover, #rotate-stacks_in_35 .rotate-nav-next:hover {
        opacity: 1;
        color: rgba(0, 0, 0, 0.50);
        background: rgba(255, 255, 255, 1.00); }
  #rotate-stacks_in_35 .rotate-flex-wrap {
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: all 0.4s ease; }
    #rotate-stacks_in_35 .rotate-flex-wrap .rotate-item {
      padding: 20px 40px;
      top: 0;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: absolute;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #rotate-stacks_in_35 .rotate-flex-wrap .rotate-item.active {
        opacity: 1; }
        #rotate-stacks_in_35 .rotate-flex-wrap .rotate-item.active .rotate-item-action {
          -webkit-animation: action-in 0.5s 0.8s;
                  animation: action-in 0.5s 0.8s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        #rotate-stacks_in_35 .rotate-flex-wrap .rotate-item.active.hide .rotate-item-action {
          -webkit-animation: action-out 0.3s;
                  animation: action-out 0.3s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }

#rotate-stacks_in_35 .rotate-flex-wrap .rotate-item {
  /*  */
  font-family: "Nunito";
  /*  */ }
  #rotate-stacks_in_35 .rotate-flex-wrap .rotate-item-icon {
    opacity: 1;
    color: rgba(255, 255, 255, 1.00);
    font-size: 24px;
    margin-bottom: 15px;
    transition: all 0.1s ease; }
  #rotate-stacks_in_35 .rotate-flex-wrap .rotate-item-title {
    /*  */
    font-family: "Nunito";
    /*  */
    width: 100%;
    font-weight: 300;
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: calc(30px * 1.4);
    margin: 0 0 30px; }
  #rotate-stacks_in_35 .rotate-flex-wrap .rotate-item-action, #rotate-stacks_in_35 .rotate-flex-wrap .rotate-item-action:active {
    /*  */
    font-family: "Nunito";
    /*  */
    opacity: 0;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 40px;
    color: rgba(0, 0, 0, 0.50);
    background: rgba(255, 255, 255, 1.00);
    line-height: calc(16px * 1.4);
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-animation: action-out 0.3s;
            animation: action-out 0.3s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    #rotate-stacks_in_35 .rotate-flex-wrap .rotate-item-action:hover, #rotate-stacks_in_35 .rotate-flex-wrap .rotate-item-action:active:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(0, 0, 0, 0.20); }

#rotate-stacks_in_35.rotate-prev .rotate-flex-wrap .rotate-item {
  opacity: 0;
  transition: all 1s ease;
  -webkit-transform: translateY(100%) scale(0.5);
          transform: translateY(100%) scale(0.5); }
  #rotate-stacks_in_35.rotate-prev .rotate-flex-wrap .rotate-item.active {
    opacity: 1;
    transition: all 1s ease;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1); }
    #rotate-stacks_in_35.rotate-prev .rotate-flex-wrap .rotate-item.active.hide {
      opacity: 0;
      transition: all 1s ease;
      -webkit-transform: translateY(-100%) scale(0.5);
              transform: translateY(-100%) scale(0.5); }

#rotate-stacks_in_35.rotate-next .rotate-flex-wrap .rotate-item {
  opacity: 0;
  transition: all 1s ease;
  -webkit-transform: translateY(-100%) scale(0.5);
          transform: translateY(-100%) scale(0.5); }
  #rotate-stacks_in_35.rotate-next .rotate-flex-wrap .rotate-item.active {
    opacity: 1;
    transition: all 1s ease;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1); }
    #rotate-stacks_in_35.rotate-next .rotate-flex-wrap .rotate-item.active.hide {
      opacity: 0;
      transition: all 1s ease;
      -webkit-transform: translateY(100%) scale(0.5);
              transform: translateY(100%) scale(0.5); }

#rotate-stacks_in_35.align-left .rotate-item {
  left: 0;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

#rotate-stacks_in_35.align-left .rotate-nav {
  left: 0;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%); }

#rotate-stacks_in_35.align-left:hover .rotate-item {
  left: 30px; }

#rotate-stacks_in_35.align-left:hover .rotate-nav {
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }

#rotate-stacks_in_35.align-right .rotate-item {
  right: 0;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

#rotate-stacks_in_35.align-right .rotate-nav {
  right: 0;
  -webkit-transform: translate(30px, -50%);
          transform: translate(30px, -50%); }

#rotate-stacks_in_35.align-right:hover .rotate-item {
  right: 30px; }

#rotate-stacks_in_35.align-right:hover .rotate-nav {
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }

#rotate-stacks_in_35.align-center .rotate-item {
  left: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#rotate-stacks_in_35.align-center .rotate-nav {
  left: 0;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%); }

#rotate-stacks_in_35.align-center:hover .rotate-item {
  left: 30px; }

#rotate-stacks_in_35.align-center:hover .rotate-nav {
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }

@media (max-width: 768px) {
  #rotate-stacks_in_35 .rotate-item .rotate-item-title {
    font-size: 24px;
    line-height: calc(24px * 1.4); } }

@media (max-width: 500px) {
  #rotate-stacks_in_35 .rotate-item .rotate-item-title {
    font-size: 20px;
    line-height: calc(20px * 1.4); }
  #rotate-stacks_in_35.align-left .rotate-item {
    left: 30px; }
  #rotate-stacks_in_35.align-left .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); }
  #rotate-stacks_in_35.align-right .rotate-item {
    right: 30px; }
  #rotate-stacks_in_35.align-right .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); }
  #rotate-stacks_in_35.align-center .rotate-item {
    left: 30px; }
  #rotate-stacks_in_35.align-center .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); } }

@-webkit-keyframes action-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes action-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes action-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes action-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
