html,
body {
  background-color: #f2f2f2;
}

html.loaded, html.loaded body {
  height: 3000px;
  min-height: 3000px;
}

#wrapper {
  position: fixed;
  width: 100%;
}

.logo {
  position: fixed;
  width: 100%;
  top: 50%;
  z-index: 5000;
}

#logo {
  position: fixed;
  width: 50%;
  height: auto;
  object-fit: contain;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  z-index: 5000;
}

div#Seqimages {
  height: 2000px;
  z-index: 0;
}

#Seqimg {
  position: fixed;
  width: 30%;
  height: auto;
  object-fit: contain;
  max-width: 633px;
  top: 50%;
  left: 73%;
  transform: translate(-50%, -50%);
}

.seqimg {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.medium {
  position: fixed;
  width: 100%;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -63%);
}

#medium {
  position: fixed;
  width: 23%;
  height: auto;
  object-fit: contain;
  top: 51%;
  left: 27%;
  transform: translate(-50%, -60%);
}

.small {
  position: fixed;
  width: 100%;
  top: 52%;
  left: 53%;
  transform: translate(-50%, -50%);
}

#small {
  position: fixed;
  width: 18.5%;
  height: auto;
  object-fit: contain;
  top: 52%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.case {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#case {
  position: fixed;
  width: 90%;
  height: auto;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#footertype {
  color: #000;
  font-family: verdana;
  font-size: 20px;
}

.percent-debug {
  position: fixed;
  top: 0;
  left: 0;
}

.percent-debug2 {
  position: fixed;
  top: 20px;
  left: 0;
}

html.loaded .double-line {
  border-left: 5px solid #d1bc3c;
  border-right: 5px solid #d1bc3c;
  height: 100%;
  position: fixed;
  top: 0;
  right: 16%;
  width: 10px;
}

.more-info {
  font-size: 24px;
  padding-bottom: 10px;
}

.indicator {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
}

#c1 {
  top: 1825px;
}

#c2 {
  top: 2525px;
}

#c3 {
  top: 3525px;
}

html.loading .features,
html.loading .medium,
html.loading .small,
html.loading .case,
html.loading .ftrform {
  display: none;
}

html.loaded .medium,
html.loaded .small,
html.loaded .case,
html.loaded .seqimg,
html.loaded .ftrform,
html.loaded .logo {
  position: fixed;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.logo {
  top: 50%;
  left: -6%;
  transform: scale(0.7);
}

html.c0 .logo, html.c1 .logo {
  top: 10%;
}

@media (min-width: 768px) {
  html.c0 .logo, html.c1 .logo {
    left: -10%;
    transform: scale(0.47);
  }
}

.medium {
  top: 150%;
}

.ftrform {
  bottom: -50%;
}

html.c0 .medium, html.c1 .medium {
  top: 51.5%;
}

html.c3 .medium {
  top: -50%;
}

.small {
  top: 150%;
}

html.c1d .features-wrap {
  opacity: 1;
}

html.c1e .features-wrap {
  transition: all 0.3s linear;
}

html.c3 .features-wrap {
  opacity: 0;
}

html.c2 .small {
  top: 52.25%;
}

html.c3 .small {
  top: -50%;
}

.case {
  top: 150%;
}

.seqimg {
  top: 50%;
}

html.c3 .seqimg {
  top: -50%;
}

html.c3 .case {
  top: 43%;
}

html.c3 .ftrform {
  bottom: 5%;
}

.ftrform {
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0px;
  box-sizing: border-box;
}

#ftrform {
  margin: 0 auto;
  box-sizing: border-box;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 767px) {
  #ftrform {
    max-width: 400px;
  }
}

#ftrform input[type=text], #ftrform input[type=email] {
  border-radius: 0px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 35px;
  width: 90%;
  text-align: left;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle !important;
  width: 137px;
}

@media (max-width: 767px) {
  #ftrform input[type=text], #ftrform input[type=email] {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    height: 40px;
    text-align: center;
    border-style: solid;
    -webkit-appearance: none;
  }
}

#ftrform .input-img {
  border-radius: 0px;
  vertical-align: middle !important;
  height: 40px;
  width: auto;
  object-fit: contain;
  text-align: left;
  position: relative;
}

@media (min-width: 730px) {
  body.landscape .features-wrap {
    top: 77%;
  }
}

.features-wrap {
  transition: all 1s linear;
  opacity: 0;
  position: fixed;
  top: 67%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media (min-width: 730px) {
  .features-wrap {
    top: 72%;
  }
}

@media (min-width: 913px) {
  .features-wrap {
    top: 75%;
  }
}

@media (min-width: 913px) {
  .features-wrap {
    top: 75%;
  }
}

@media (min-width: 1020px) {
  .features-wrap {
    top: 82%;
  }
}

.features-wrap span {
  font-size: 24px;
}

@media (max-width: 767px) {
  .features-wrap span {
    display: block;
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .features-wrap span.s1 {
    padding-right: 20px;
  }
  .features-wrap span.s2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .features-wrap span.s3 {
    padding-left: 20px;
  }
}

.preload-helper {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 100px;
  height: 100px;
}

.preload-helper img {
  height: 1px;
  width: 1px;
}

#logo {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

html.loading #Seqimg {
  display: none !important;
}

html.loading .logo {
  left: 0%;
  top: 30%;
}

html.loading .logo #logo {
  left: 25%;
}

html.loading .load-indicator {
  display: block;
  height: 50px;
  width: 50px;
  left: 50%;
  position: fixed;
  top: 40%;
  transform: translate(-30%, 0%);
}

html.loaded .load-indicator {
  display: none;
}

/*# sourceMappingURL=bespoke.css.map */