header, section, footer, aside, nav, article, figure, audio, video, canvas {
  display: block; }

html, body {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 800px) {
    html, body {
      height: 100%; } }

body {
  font-family: Arial;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2; }

h2 {
  font-family: "Whitney SSm A", "Whitney SSm B", Arial, Helvetica;
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block; }
  @media screen and (min-width: 800px) {
    h2 {
      line-height: 130%;
      font-size: 26px;
      font-size: 1.625rem; } }

p {
  font-size: 14px;
  font-size: 0.875rem; }

ul {
  list-style: none;
  padding: 0; }
  ul li {
    display: inline-block; }

.legal a {
  color: black;
  text-decoration: underline; }

.legal .copySection {
  min-height: 100%; }

@media screen and (max-width: 799px) {
  .rellax {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important; } }

.modalOpen {
  overflow: hidden; }

.pageWrapper {
  position: relative; }

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* IE < 8 */ }

.pullLeft {
  float: left; }

.pullRight {
  float: right; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.showMobile {
  display: block !important; }
  @media screen and (min-width: 800px) {
    .showMobile {
      display: none !important; } }

.hideMobile {
  display: none !important; }
  @media screen and (min-width: 800px) {
    .hideMobile {
      display: block !important; } }

.pageSection {
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #333333;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative; }
  @media screen and (min-width: 800px) {
    .pageSection {
      height: -webkit-calc(100vh + 30px);
      height: -moz-calc(100vh + 30px);
      height: calc(100vh + 30px); } }
  .pageSection .sectionInner {
    padding: 0.9375rem; }
    @media screen and (min-width: 800px) {
      .pageSection .sectionInner {
        height: 100vh;
        padding: 0 0.9375rem;
        position: relative; } }
  .pageSection .sectionContent {
    max-width: 28.125rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 800px) {
      .pageSection .sectionContent {
        padding: 0 0 0.375rem; } }
  .pageSection .sectionTitle {
    margin: 0.625rem 0 0; }
    @media screen and (min-width: 800px) {
      .pageSection .sectionTitle {
        margin-top: 0; } }
  .pageSection .sectionText {
    margin: 0.75rem 0 1.375rem;
    font-size: 14px;
    font-size: 0.875rem; }

.mainNav {
  display: none; }
  .mainNav .mainNavItem {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    min-width: 2.1875rem; }
    @media screen and (max-width: 950px) {
      .mainNav .mainNavItem {
        margin-left: 0.625rem;
        margin-right: 0.625rem; } }
  .mainNav .mainNavLink {
    color: #666;
    text-decoration: none;
    background-size: 35px 35px;
    padding: 2.375rem 0 0rem;
    display: block;
    background-repeat: no-repeat;
    background-position: center 0;
    font-size: 12px;
    font-size: 0.75rem; }
    .mainNav .mainNavLink.storiesLink {
      background-image: url("../../common/img/svg/BeautifulStories.svg"); }
    .mainNav .mainNavLink.productsLink {
      background-image: url("../../common/img/svg/StunningPrints.svg"); }
    .mainNav .mainNavLink.safeLink {
      background-image: url("../../common/img/svg/Privatesharing.svg"); }
    .mainNav .mainNavLink span {
      border-bottom: 1px solid transparent; }
    .mainNav .mainNavLink:hover span, .mainNav .mainNavLink.active span {
      border-bottom-color: #333;
      transition: all 1s; }
  @media screen and (min-width: 800px) {
    .mainNav {
      display: block; }
      .mainNav.stickyOn {
        margin-top: 0; }
        .mainNav.stickyOn .mainNavItem {
          margin-left: 2.25rem; } }

.sectionFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #666666; }

.sawTooth {
  /*  background-image: url("../../common/img/svg/saw-tooth-flat-up.svg");
  background-size:calculateRem(2500px);
  background-repeat: repeat-x;
  background-position: top;
  padding-top: calculateRem(10px); */ }

.sawToothInner {
  background: #f9f9f8; }

.elementWithClick {
  cursor: pointer; }

.moreBox {
  color: #fff;
  margin-top: 1.25rem;
  font-size: 12px;
  font-size: 0.75rem; }
  @media screen and (min-width: 800px) {
    .moreBox {
      margin-bottom: 0.5rem; } }
  .moreBox .moreLink {
    text-decoration: none;
    color: #fff;
    display: inline-block; }
    .moreBox .moreLink span {
      transition: all 1s;
      border-bottom: 1px solid transparent; }
    .moreBox .moreLink:hover .moreIcon {
      -moz-animation: bounce 2.7s infinite;
      -webkit-animation: bounce 2.7s infinite;
      animation: bounce 2.7s infinite; }
    .moreBox .moreLink:hover span {
      border-bottom-color: #fff; }
  .moreBox .moreIcon {
    margin: 0.75rem auto 0.5rem;
    height: 0.875rem;
    display: block; }
  @media screen and (min-width: 800px) {
    .moreBox {
      font-size: 10px;
      font-size: 0.625rem; }
      .moreBox .moreIcon {
        margin-top: 0.3125rem; } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background: transparent; }
  25% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    background: transparent; }
  50% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background: transparent; }
  75% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    background: transparent; } }

.center {
  margin-left: auto;
  margin-right: auto; }

.imgResponsive {
  display: block;
  max-width: 100%; }

.underline {
  text-decoration: underline; }

.lineBreak {
  display: block; }

.mobileLineBreak {
  display: block; }
  @media screen and (min-width: 800px) {
    .mobileLineBreak {
      display: inline; } }

.phoneBox .phoneImg {
  width: 70%;
  max-width: 18.75rem; }

@media screen and (min-width: 800px) {
  .phoneBox .phoneImg {
    width: 16rem; } }

@media screen and (min-width: 800px) {
  .containerBox {
    max-width: 50rem;
    margin: 0 auto;
    display: table;
    height: 100%;
    justify-content: center; }
    .containerBox .col-50 {
      width: 50%;
      vertical-align: middle;
      display: table-cell; } }

.textLeft {
  text-align: left; }

.textRight {
  text-align: right; }

.modalWrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .modalWrapper .modalContainer {
    -webkit-transition: -webkit-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    transition: transform .2s ease-out;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    padding: 2.5rem 3.75rem; }
    .modalWrapper .modalContainer .closeModal {
      position: absolute;
      top: 1.125rem;
      left: 1.125rem; }
      .modalWrapper .modalContainer .closeModal .closeModalIcon {
        height: 0.75rem;
        width: 0.75rem; }
    .modalWrapper .modalContainer .modalBtnItem {
      border: 1px solid #666;
      display: block;
      padding: 0.5625rem 0.375rem;
      text-align: center;
      margin-top: 0.9375rem;
      min-width: 8.5rem;
      font-size: 16px;
      font-size: 1rem; }
      .modalWrapper .modalContainer .modalBtnItem:first-child {
        margin-top: 0; }
      .modalWrapper .modalContainer .modalBtnItem > a {
        color: #666;
        transition: all 1s;
        border-bottom: none;
        text-decoration: none; }
      .modalWrapper .modalContainer .modalBtnItem:hover a {
        text-decoration: underline; }
    .modalWrapper .modalContainer.countryBox {
      padding: 1.5rem 1.25rem;
      width: auto;
      text-align: center; }
      @media screen and (min-width: 361px) {
        .modalWrapper .modalContainer.countryBox {
          width: 18.75rem; } }
      @media screen and (min-width: 800px) {
        .modalWrapper .modalContainer.countryBox {
          padding: 3rem 1.875rem;
          width: 21.25rem;
          -webkit-border-radius: 0.375rem;
          -moz-border-radius: 0.375rem;
          border-radius: 0.375rem; } }
      .modalWrapper .modalContainer.countryBox .countryTitle {
        color: #587a8e;
        font-family: "Whitney SSm A", "Whitney SSm B", Arial, Helvetica;
        font-weight: bold;
        font-size: 22px;
        font-size: 1.375rem;
        margin-bottom: 0.75rem; }
        @media screen and (min-width: 800px) {
          .modalWrapper .modalContainer.countryBox .countryTitle {
            font-size: 24px;
            font-size: 1.5rem; } }
      .modalWrapper .modalContainer.countryBox .countryQuesion {
        color: #000;
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 1.25rem; }
        @media screen and (min-width: 800px) {
          .modalWrapper .modalContainer.countryBox .countryQuesion {
            font-size: 16px;
            font-size: 1rem;
            margin-bottom: 1rem; } }
      .modalWrapper .modalContainer.countryBox .modalBtnlist {
        margin: 0; }
      .modalWrapper .modalContainer.countryBox .modalBtnItem {
        color: #000;
        display: inline-block;
        min-width: 11.25rem;
        margin-top: 0.625rem; }
        @media screen and (min-width: 800px) {
          .modalWrapper .modalContainer.countryBox .modalBtnItem {
            font-size: 16px;
            font-size: 1rem;
            min-width: 11.25rem;
            padding: 0.5rem 0; } }
        .modalWrapper .modalContainer.countryBox .modalBtnItem:first-child {
          margin-top: 0; }
  .modalWrapper.active {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1; }
    .modalWrapper.active .modalOverlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.iosIGNORE .homeSection .phoneImg {
  display: none; }

@media only screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .iosIGNORE .pageSection {
    min-height: 0.625rem; }
    .iosIGNORE .pageSection.productsSection {
      height: 40rem; }
    .iosIGNORE .pageSection.homeSection {
      max-height: 28.75rem;
      height: 28.75rem; } }

@media only screen and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .iosIGNORE .pageSection {
    min-height: 0.625rem; }
    .iosIGNORE .pageSection.homeSection {
      max-height: none;
      height: 560px; }
      .iosIGNORE .pageSection.homeSection .phoneImg {
        display: block; }
    .iosIGNORE .pageSection.productsSection {
      height: 40rem; } }

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-device-pixel-ratio: 3) {
  .iosIGNORE .pageSection.homeSection {
    max-height: none;
    height: 624px;
    min-height: 0.625rem; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .iosIGNORE .pageSection.homeSection {
    max-height: none;
    height: 100vh;
    min-height: 0.625rem; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .iosIGNORE .pageSection.homeSection {
    max-height: none;
    height: 100vh;
    min-height: 0.625rem; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .iosIGNORE .pageSection.homeSection {
    max-height: none;
    height: 100vh;
    min-height: 0.625rem; } }

.modalLandscapeWrapper {
  display: none; }

.landscapeOrientation .modalLandscapeWrapper {
  display: block;
  z-index: 10000; }
  .landscapeOrientation .modalLandscapeWrapper .modalOverlay {
    background: rgba(0, 0, 0, 0.8); }

.pageHeader {
  text-align: center;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #666666;
  min-height: 2.75rem;
  transition: all 0.4s;
  position: absolute; }
  @media screen and (min-width: 800px) {
    .pageHeader {
      position: fixed; } }
  .pageHeader h1 {
    margin: 0.875rem 0;
    display: inline-block;
    line-height: 100%;
    height: 16px; }
    .pageHeader h1 .logoLink {
      display: block;
      position: relative;
      z-index: 5;
      background: url("../../common/img/svg/logo.svg") no-repeat;
      background-size: 154px 16px;
      width: 154px;
      height: 16px;
      text-indent: 100%;
      overflow: hidden; }
    .pageHeader h1 .logoIcon {
      height: 1rem;
      width: 9.625rem; }
  .pageHeader .logoWrapper {
    transition: 0.2s;
    top: 50%;
    left: 50%;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -0.125rem;
    transition-delay: 0.4s; }
  .pageHeader .languageBox {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.5rem;
    width: 2.625rem;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 360px) {
      .pageHeader .languageBox {
        right: 1rem; } }
    @media screen and (min-width: 800px) {
      .pageHeader .languageBox {
        font-size: 12px;
        font-size: 0.75rem; } }
    .pageHeader .languageBox .languageBtn {
      display: block; }
      .pageHeader .languageBox .languageBtn .dropDownIcon {
        transition: 0.3s;
        height: 0.625rem;
        width: 0.9375rem;
        display: inline-block;
        margin-top: 0.25rem;
        float: right;
        margin-left: 0.25rem; }
        @media screen and (min-width: 800px) {
          .pageHeader .languageBox .languageBtn .dropDownIcon {
            height: 0.5rem;
            margin-top: 0.1875rem;
            width: 0.875rem; } }
    .pageHeader .languageBox.active .dropDownIcon {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .pageHeader .languageBox.active .languageListWrapper {
      max-height: 162px; }
  .pageHeader .languageListWrapper {
    max-height: 0;
    position: absolute;
    right: 0;
    top: 1.8125rem;
    transition: max-height 0.8s;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9); }
  .pageHeader .languageList {
    margin: 0.5rem 0.5rem 0.5rem 0;
    text-align: right;
    border-right: 1px solid #666; }
    .pageHeader .languageList .languageItem {
      display: block;
      padding: 0.25rem 0.625rem 0; }
      .pageHeader .languageList .languageItem a {
        color: black; }
      .pageHeader .languageList .languageItem .languageLink {
        display: inline-block;
        transition: all 1s;
        border-bottom: 1px solid transparent; }
        .pageHeader .languageList .languageItem .languageLink:hover {
          border-bottom-color: #333; }
  .pageHeader .headerNav {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -3.125rem;
    transition: all 0.4s; }
    @media screen and (min-width: 800px) {
      .pageHeader .headerNav.stickyOn {
        margin-top: 0; } }
    .pageHeader .headerNav .mainNavItem {
      transition: all 1s ease-in; }
      @media screen and (min-width: 890px) {
        .pageHeader .headerNav .mainNavItem {
          margin-left: 2.25rem; } }
      @media screen and (max-width: 889px) {
        .pageHeader .headerNav .mainNavItem {
          margin-left: 0.625rem; } }
    @media screen and (min-width: 800px) {
      .pageHeader .headerNav .mainNavItem:first-child {
        margin-left: 0; }
      .pageHeader .headerNav .mainNavLink {
        background-size: 34px 34px;
        padding: 0.75rem 0 0.75rem 2.75rem;
        background-position: 0 center; } }
  @media screen and (min-width: 800px) {
    .pageHeader.active {
      min-height: 3.625rem; }
      .pageHeader.active .logoWrapper {
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 1.125rem;
        margin: 0;
        transition-delay: 0s; }
        .pageHeader.active .logoWrapper .logoIcon {
          height: 1.125rem;
          width: 9.375rem; }
      .pageHeader.active .languageListWrapper {
        top: 2.125rem; } }

.homeSection {
  background-image: url("../../common/img/home-bg-m.jpg");
  background-size: cover;
  /*    @media screen and (max-width: $iPhone5) {
        .phoneBox {
        display: none !important;
   } 
        
   }*/
  color: #fff;
  z-index: 40;
  height: auto; }
  @media screen and (max-width: 800px) {
    .homeSection {
      -webkit-mask-image: url("../../common/img/svg/Sawtooth-pattern.svg");
      -o-mask-image: url("../../common/img/svg/Sawtooth-pattern.svg");
      -moz-mask-image: url("../../common/img/svg/Sawtooth-pattern.svg");
      mask-image: url("../../common/img/svg/Sawtooth-pattern.svg");
      -webkit-mask-position: bottom;
      -moz-mask-position: bottom;
      -o-mask-position: bottom;
      mask-position: bottom;
      -webkit-mask-repeat: no-repeat;
      -moz-mask-repeat: no-repeat;
      -o-mask-repeat: no-repeat;
      mask-repeat: no-repeat; } }
  @media screen and (min-width: 800px) {
    .homeSection {
      height: 100vh;
      background-image: url("../../common/img/home-bg.jpg"); } }
  .homeSection .homeContent {
    transition: all 0.4s linear; }
  .homeSection .homeInner {
    padding-top: 2.75rem; }
    @media screen and (min-width: 800px) {
      .homeSection .homeInner {
        padding-top: 4.6875rem; } }
  .homeSection .sectionTitle {
    margin-top: 1.625rem;
    margin-bottom: 0.625rem;
    max-width: 25rem;
    margin-right: auto;
    margin-left: auto; }
    .homeSection .sectionTitle .responsive-break {
      display: none; }
    @media screen and (min-width: 800px) {
      .homeSection .sectionTitle {
        max-width: 37.5rem;
        margin-top: 2.75rem;
        margin-bottom: 0;
        width: 34.375rem; }
        .homeSection .sectionTitle .responsive-break {
          display: block; } }
  .homeSection .mainNav {
    display: none;
    margin-top: 0; }
    @media screen and (min-width: 800px) {
      .homeSection .mainNav {
        display: block;
        margin-bottom: 0; } }
    .homeSection .mainNav .mainNavItem {
      width: 8.125rem; }
  .homeSection .sectionText {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    max-width: 25rem;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 800px) {
      .homeSection .sectionText {
        width: 23.75rem;
        margin: 0 auto; } }
  .homeSection .phoneBox {
    margin-top: 1.125rem; }
    @media screen and (min-width: 800px) {
      .homeSection .phoneBox {
        margin-top: 0; }
        .homeSection .phoneBox .phoneImg {
          width: 11.25rem; } }
  .homeSection .sectionFooter {
    background-image: url("../../common/img/svg/saw-tooth-flat-up.svg");
    background-size: 312.5rem;
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 0.625rem; }
    @media screen and (max-width: 799px) {
      .homeSection .sectionFooter {
        display: none; } }
    .homeSection .sectionFooter .sawToothInner {
      padding-top: 0.5rem; }
      @media screen and (max-width: 799px) {
        .homeSection .sectionFooter .sawToothInner {
          padding-top: 0.125rem; } }
    @media screen and (min-width: 800px) {
      .homeSection .sectionFooter {
        bottom: 3.75rem; } }
    @media screen and (max-width: 799px) {
      .homeSection .sectionFooter {
        height: 2.5rem; } }
    .homeSection .sectionFooter .moreBox {
      color: #333; }
      @media screen and (min-width: 800px) {
        .homeSection .sectionFooter .moreBox {
          margin-top: 0.25rem; } }
      @media screen and (max-width: 799px) {
        .homeSection .sectionFooter .moreBox {
          margin-top: 0.125rem; } }
    .homeSection .sectionFooter .moreLink {
      color: #333; }
      @media screen and (max-width: 799px) {
        .homeSection .sectionFooter .moreLink img {
          margin: 0.125rem auto 0.125rem auto; } }
      @media screen and (min-width: 800px) {
        .homeSection .sectionFooter .moreLink img {
          width: 14px; }
          .homeSection .sectionFooter .moreLink img.moreIcon {
            margin-top: 0.0625rem; } }
      .homeSection .sectionFooter .moreLink:hover span {
        border-bottom-color: #333; }

.promoBannerBox {
  background: #ed4d1c;
  position: relative;
  transition: all 0.4s linear;
  margin: 0 -0.9375rem 0;
  font-size: 14px;
  font-size: 0.875rem; }
  .promoBannerBox.promoOff {
    margin-top: -52px; }
  @media screen and (min-width: 380px) {
    .promoBannerBox.promoOff {
      margin-top: -36px; } }
  @media screen and (min-width: 800px) {
    .promoBannerBox.promoOff {
      margin-top: -72px; } }
  .promoBannerBox a {
    color: white;
    text-decoration: underline; }
  .promoBannerBox .promoBannerBoxInner {
    padding: 0.625rem 2.1875rem 0.625rem 0.9375rem; }
    .promoBannerBox .promoBannerBoxInner p {
      margin: 0; }
  .promoBannerBox .closePromo {
    position: absolute;
    top: 50%;
    right: 1rem;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .promoBannerBox .closePromo .xIcon {
      height: 0.875rem;
      width: 0.875rem; }
      @media screen and (min-width: 800px) {
        .promoBannerBox .closePromo .xIcon {
          height: 0.75rem;
          width: 0.75rem; } }
    @media screen and (min-width: 800px) {
      .promoBannerBox .closePromo {
        right: 2rem; } }
  .promoBannerBox.hidePromo {
    margin-top: -100px; }
  @media screen and (min-width: 800px) {
    .promoBannerBox {
      font-size: 14px;
      font-size: 0.875rem;
      margin: -1.9375rem -1.875rem 0; }
      .promoBannerBox .promoBannerBoxInner {
        padding: 0.625rem 1.875rem 0.625rem 1.875rem; } }

.homeStoreList {
  margin-top: 1rem; }
  @media screen and (min-width: 800px) {
    .homeStoreList {
      margin-top: 1.25rem; } }
  .homeStoreList .storeListItem {
    margin-left: 0.625rem; }
    .homeStoreList .storeListItem:first-child {
      margin-left: 0;
      margin-right: 0.25rem;
      display: none; }
      @media screen and (min-width: 360px) {
        .homeStoreList .storeListItem:first-child {
          display: inline-block; } }
      @media screen and (min-width: 800px) {
        .homeStoreList .storeListItem:first-child {
          margin-right: 0.625rem; } }
    .homeStoreList .storeListItem .storeListImage {
      height: 2.25rem;
      width: 2.25rem; }
      .homeStoreList .storeListItem .storeListImage.wideIcon {
        height: 2.25rem;
        width: 7.5rem; }

.navIsMoving .homeSection .mainNav {
  display: none; }

.kexStore {
  width: 120px;
  color: white;
  font-size: 12px;
  border: 1px solid white;
  border-radius: 3px;
  height: 36px; }
  .kexStore a {
    color: white;
    text-decoration: none; }

@media screen and (min-width: 800px) {
  .kex .sectionTitle {
    margin-top: 0; } }

.storiesSection {
  transition: 0.1s;
  background-image: url("../../common/img/stories-bg.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 30;
  -webkit-mask-image: url("../../common/img/svg/Sawtooth-pattern.svg");
  -o-mask-image: url("../../common/img/svg/Sawtooth-pattern.svg");
  -moz-mask-image: url("../../common/img/svg/Sawtooth-pattern.svg");
  mask-image: url("../../common/img/svg/Sawtooth-pattern.svg");
  -webkit-mask-position: bottom;
  -moz-mask-position: bottom;
  -o-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-top: -0.625rem; }
  @media screen and (max-width: 800px) {
    .storiesSection {
      height: auto; } }
  @media screen and (min-width: 800px) {
    .storiesSection .rellax {
      margin-top: 20vh; } }

@media screen and (min-width: 800px) {
  .storiesContent {
    text-align: left; } }

.productsSection {
  background-image: url("../../common/img/products-bg-xs.jpg");
  z-index: 20;
  margin-top: -0.625rem;
  -webkit-mask-image: url("../../common/img/svg/Sawtooth-pattern.svg");
  -o-mask-image: url("../../common/img/svg/Sawtooth-pattern.svg");
  -moz-mask-image: url("../../common/img/svg/Sawtooth-pattern.svg");
  mask-image: url("../../common/img/svg/Sawtooth-pattern.svg");
  -webkit-mask-position: bottom;
  -moz-mask-position: bottom;
  -o-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /*  @media screen and (min-width: 1024px) {
    background-image: url("../../common/img/product/products-bg1.jpg");
  }
  @media screen and (min-width: 1280px) {
    background-image: url("../../common/img/product/products-bg2.jpg");
  }
  @media screen and (min-width: 1920px) {
    background-image: url("../../common/img/product/products-bg4.jpg");
  }*/ }
  @media screen and (max-width: 800px) {
    .productsSection {
      height: auto;
      min-height: 568px; } }
  @media screen and (min-width: 800px) {
    .productsSection .rellax {
      margin-top: 46vh; } }
  @media screen and (min-width: 800px) {
    .productsSection {
      background-image: url("../../common/img/products-bg-large.jpg");
      background-size: 150%;
      background-position: 85% 40%; } }
  @media screen and (max-width: 799px) {
    .productsSection {
      background-size: 100%;
      background-position: 20% 20%; } }
  @media screen and (max-width: 640px) {
    .productsSection {
      background-size: 100%;
      background-position: 20% 10%; } }
  .productsSection .moreBox .blackUnderLayer {
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 38px 13px rgba(0, 0, 0, 0.1); }

.whiteUnderLayer {
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 0 38px 13px rgba(255, 255, 255, 0.075); }

.productContent {
  padding-bottom: 9.375rem; }
  @media screen and (min-width: 800px) {
    .productContent {
      padding-bottom: 0;
      text-align: left;
      margin-left: 1.875rem; } }

.safeSection {
  background-image: url("../../common/img/safe-bg-m.jpg");
  background-size: cover;
  margin-top: -0.625rem;
  z-index: 10;
  color: white; }
  @media screen and (max-width: 800px) {
    .safeSection {
      padding-bottom: 2.5rem;
      height: auto; } }
  @media screen and (min-width: 800px) {
    .safeSection .rellax {
      margin-top: 55vh; } }
  @media screen and (min-width: 800px) {
    .safeSection {
      background-image: url("../../common/img/safe-bg.jpg");
      height: 100vh; } }
  @media screen and (max-width: 800px -1) {
    .safeSection .containerBox {
      height: auto; } }

@media screen and (min-width: 800px) {
  .safeContent {
    color: #fff;
    text-align: left;
    margin-top: -7.625rem; } }

.blackUnderLayer {
  background: rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 38px 13px rgba(0, 0, 0, 0.08); }

.kodakFooterIcon {
  width: 2.8125rem;
  height: 2.8125rem;
  margin-right: 1.25rem; }
  @media screen and (min-width: 800px) {
    .kodakFooterIcon {
      margin-right: 0.625rem; } }

.footerSection {
  margin-top: -2.5rem;
  z-index: 10;
  color: #333;
  z-index: 12;
  position: relative;
  background-color: transparent;
  height: auto;
  background-image: url("../../common/img/svg/saw-tooth-flat-up.svg");
  background-size: 312.5rem;
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 0.625rem; }
  @media screen and (min-width: 800px) {
    .footerSection {
      height: 11rem; }
      .footerSection .rellax {
        margin-top: 41vh; } }
  .footerSection .sectionFooter {
    text-align: left;
    position: static;
    width: auto; }
    @media screen and (min-width: 800px) {
      .footerSection .sectionFooter {
        margin: 2.0625rem 0 -1rem;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0; } }
    .footerSection .sectionFooter .pageFooterContainer {
      padding: 0px 10px 0px 10px; }
      @media screen and (min-width: 800px) {
        .footerSection .sectionFooter .pageFooterContainer {
          width: 50rem;
          margin: 0 auto; } }
    .footerSection .sectionFooter .sectionFooterInner {
      padding: 0.3125rem; }
      @media screen and (min-width: 800px) {
        .footerSection .sectionFooter .sectionFooterInner {
          padding: 1.25rem 0 1.25rem 0.625rem; } }
    .footerSection .sectionFooter ul {
      margin: 0; }
  .footerSection .kodakRow {
    margin-bottom: 0.9375rem;
    font-size: 11px;
    font-size: 0.6875rem; }
    @media screen and (min-width: 800px) {
      .footerSection .kodakRow {
        float: left;
        width: 50%;
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 0; } }
  .footerSection .kodakNoteWrapper {
    font-size: 11px;
    font-size: 0.6875rem;
    max-width: 18.125rem;
    line-height: 160%; }
    @media screen and (min-width: 800px) {
      .footerSection .kodakNoteWrapper {
        margin-top: 0;
        line-height: 120%;
        max-width: 25rem;
        font-size: 14px;
        font-size: 0.875rem; } }
  .footerSection .kodakIcon {
    height: 2.8125rem;
    width: 2.8125rem;
    margin-right: 0.625rem; }
  .footerSection ul.socialRow {
    margin-bottom: 0.6875rem; }
    @media screen and (min-width: 800px) {
      .footerSection ul.socialRow {
        float: right;
        width: 50%;
        text-align: right;
        margin-bottom: 0.9375rem; } }
  .footerSection .socialItem {
    margin-left: 0.625rem; }
    .footerSection .socialItem:first-child {
      margin-left: 0; }
    @media screen and (min-width: 800px) {
      .footerSection .socialItem {
        margin-left: 0.375rem; } }
  .footerSection .socialIcon {
    height: 1.875rem;
    width: 1.875rem; }
    @media screen and (min-width: 800px) {
      .footerSection .socialIcon {
        height: 1.875rem;
        width: 1.875rem; } }
  @media screen and (min-width: 800px) {
    .footerSection .storeRow {
      float: right;
      width: 50%;
      text-align: right; } }
  .footerSection .storeItem {
    margin-left: 0.9375rem; }
    .footerSection .storeItem:first-child {
      margin-left: 0; }
    @media screen and (min-width: 800px) {
      .footerSection .storeItem {
        margin-left: 0.875rem; } }
  .footerSection .storeIcon {
    height: 2.1875rem;
    width: 7.375rem; }
    @media screen and (min-width: 800px) {
      .footerSection .storeIcon {
        height: 2.25rem;
        width: 7.625rem; } }
  .footerSection .copyRow {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 9px; }
    .footerSection .copyRow .copyText {
      font-size: 10px;
      font-size: 0.625rem;
      margin-bottom: 0.5625rem;
      margin-top: 0.3125rem; }
      @media screen and (min-width: 800px) {
        .footerSection .copyRow .copyText {
          max-width: 25rem; } }
  .footerSection .termsPrivacyMenu {
    margin-bottom: 0;
    margin-top: 0; }
    .footerSection .termsPrivacyMenu .menuItem {
      border-left: 1px solid #333;
      margin-left: 0.125rem;
      padding-left: 0.3125rem; }
      .footerSection .termsPrivacyMenu .menuItem:first-child {
        margin-left: 0;
        padding-left: 0;
        border: none; }
    .footerSection .termsPrivacyMenu .menuLink {
      color: #333;
      text-decoration: none;
      transition: all 1s;
      border-bottom: 1px solid transparent; }
      .footerSection .termsPrivacyMenu .menuLink:hover {
        border-bottom-color: #333; }

@media screen and (min-width: 800px) {
  .safeContent {
    color: #fff;
    text-align: left;
    margin-top: -7.625rem; } }

.blackUnderLayer {
  background: rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 38px 13px rgba(0, 0, 0, 0.08); }

.kodakFooterIcon {
  width: 2.8125rem;
  height: 2.8125rem;
  margin-right: 1.25rem; }
  @media screen and (min-width: 800px) {
    .kodakFooterIcon {
      margin-right: 0.625rem; } }

.kex .footerSection {
  z-index: 100;
  margin-top: -11rem;
  padding-top: 0; }
  .kex .footerSection .sectionFooterInner {
    padding-top: 0px; }

.copySection {
  background: #fbf8f6;
  text-align: left;
  height: auto;
  font-size: 12px;
  font-size: 0.75rem; }
  .copySection .sectionInner {
    padding-top: 4.6875rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    @media screen and (min-width: 800px) {
      .copySection .sectionInner {
        width: 38.75rem;
        margin: 0 auto; } }
  .copySection .orderNumber {
    float: left;
    margin-right: 1.5rem; }
