.slide-container {
  height: 1em;
}
#slide-text {
  font-size: 0.875em;
  position: absolute;
  width: 100%;
  bottom: -1.25em;
  text-align: center;
}
.slide-container {
  position: relative;
}
.slide-container .info-text {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.75em;
  z-index: 8;
  color: #fff;
  min-width: 20em;
}
.slide-container .info-text.on {
  color: #000;
}
.slide-container .overlay-sec {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 15%;
}
.slide-container .overlay-arrow {
  transition: opacity 0.5s;
  background: no-repeat center;
  background-size: contain;
  width: 5.125em;
  height: 6.1875em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.slide-container:hover .overlay-arrow {
  opacity: 1;
}
.slide-container .overlay-arrow:hover {
  opacity: 1;
}
.slide-container #left-overlay {
  left: 0;
}
.slide-container #left-overlay .overlay-arrow {
  background-image: url('assets/index/Arrow-Left.png');
}
.slide-container #left-overlay .overlay-arrow:hover {
  background-image: url('assets/index/Arrow-Left-Over.png');
}
.slide-container #right-overlay {
  right: 0;
}
.slide-container #right-overlay .overlay-arrow {
  background-image: url('assets/index/Arrow-Right.png');
}
.slide-container #right-overlay .overlay-arrow:hover {
  background-image: url('assets/index/Arrow-Right-Over.png');
}
#info-overlay {
  color: #fff;
  text-align: right;
  font-size: 0.75em;
  position: absolute;
  bottom: 0em;
  right: 0;
}
.os {
  position: relative;
  cursor: pointer;
  width: 25%;
  height: 0;
  padding-bottom: 22.48322148%;
}
.os + .os {
  border-left: 1px SOLID #C8C8C8;
}
.os .icon,
.os .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.75em;
  margin: 0 auto;
  width: 4.0625em;
  height: 4.0625em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.os .overlay {
  opacity: 0;
  transition: opacity 0.5s;
}
.os:hover .overlay,
.os.on .overlay {
  opacity: 1;
}
#Windows .icon {
  background-image: url('assets/index/Windows-Icon-Off.png');
}
#Windows .icon::after {
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  content: "Windows";
  position: absolute;
  bottom: -1.5em;
  transition: color 0.5s;
}
#Windows .overlay {
  background-image: url('assets/index/Windows-Icon-On.png');
}
#Windows:hover:before,
#Windows.on:before {
  content: "";
  background-color: rgba(0, 153, 204, 0.1);
  left: 0.625em;
  right: 0.625em;
  top: 0em;
  bottom: 0em;
  position: absolute;
  border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  box-shadow: 0em 0em 0.625em rgba(0, 153, 204, 0.1);
}
#Windows:hover .icon::after,
#Windows.on .icon::after {
  color: #000;
  font-weight: bold;
}
#Windows:hover:before {
  content: "";
  background-color: #e8ffe8;
}
#Mac .icon {
  background-image: url('assets/index/Mac-Icon-Off.png');
}
#Mac .icon::after {
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  content: "Mac";
  position: absolute;
  bottom: -1.5em;
  transition: color 0.5s;
}
#Mac .overlay {
  background-image: url('assets/index/Mac-Icon-On.png');
}
#Mac:hover:before,
#Mac.on:before {
  content: "";
  background-color: rgba(0, 153, 204, 0.1);
  left: 0.625em;
  right: 0.625em;
  top: 0em;
  bottom: 0em;
  position: absolute;
  border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  box-shadow: 0em 0em 0.625em rgba(0, 153, 204, 0.1);
}
#Mac:hover .icon::after,
#Mac.on .icon::after {
  color: #000;
  font-weight: bold;
}
#Mac:hover:before {
  content: "";
  background-color: #e8ffe8;
}
#iOS .icon {
  background-image: url('assets/index/Apple-Icon-Off.png');
}
#iOS .icon::after {
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  content: "iOS";
  position: absolute;
  bottom: -1.5em;
  transition: color 0.5s;
}
#iOS .overlay {
  background-image: url('assets/index/Apple-Icon-On.png');
}
#iOS:hover:before,
#iOS.on:before {
  content: "";
  background-color: rgba(0, 153, 204, 0.1);
  left: 0.625em;
  right: 0.625em;
  top: 0em;
  bottom: 0em;
  position: absolute;
  border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  box-shadow: 0em 0em 0.625em rgba(0, 153, 204, 0.1);
}
#iOS:hover .icon::after,
#iOS.on .icon::after {
  color: #000;
  font-weight: bold;
}
#iOS:hover:before {
  content: "";
  background-color: #e8ffe8;
}
#Android .icon {
  background-image: url('assets/index/Android-Icon-Off.png');
}
#Android .icon::after {
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  content: "Android";
  position: absolute;
  bottom: -1.5em;
  transition: color 0.5s;
}
#Android .overlay {
  background-image: url('assets/index/Android-Icon-On.png');
}
#Android:hover:before,
#Android.on:before {
  content: "";
  background-color: rgba(0, 153, 204, 0.1);
  left: 0.625em;
  right: 0.625em;
  top: 0em;
  bottom: 0em;
  position: absolute;
  border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  box-shadow: 0em 0em 0.625em rgba(0, 153, 204, 0.1);
}
#Android:hover .icon::after,
#Android.on .icon::after {
  color: #000;
  font-weight: bold;
}
#Android:hover:before {
  content: "";
  background-color: #e8ffe8;
}
#top-outer {
  text-align: center;
  position: relative;
}
#top-part {
  font-size: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
}
.v-fade {
  opacity: 0;
  transition: opacity 1s;
}
.v-fade.on {
  opacity: 1;
}
#subsel {
  width: 100%;
}
#subsel #OS {
  padding-bottom: 2em;
}
@media only screen and (min-width: 1000px) {
  #subsel #OS {
    margin: 0em;
    padding: 0em;
    text-align: left;
    width: 100%;
    position: relative;
    left: -0.75em;
  }
}
@media only screen and (min-width: 1000px) {
  #subsel #buy-sec {
    position: absolute;
    right: 0em;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  #subsel #buy-sec #buy-inner {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
  }
  #subsel #buy-sec .extra {
    display: none;
  }
}
.film-strip {
  position: relative;
}
.film-strip .top {
  height: 0.75em;
  border-top: 0.1875em SOLID #0099cc;
}
.film-strip .scroll {
  height: 14em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.film-strip .bottom {
  height: 0.25em;
  border-bottom: 0.1875em SOLID #0099cc;
}
.film-strip .block {
  top: 0;
  left: 0;
  position: relative;
}
.film-strip .block.smooth {
  transition: left 0.25s;
}
.film-strip .item {
  display: inline-block;
  padding: 0em 0.375em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.film-strip .left,
.film-strip .right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4em;
  z-index: 5;
  background: no-repeat center;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.film-strip .left {
  background-image: url('assets/index/Arrow-Left-Over.png');
  left: 0;
}
.film-strip .right {
  background-image: url('assets/index/Arrow-Right-Over.png');
  right: 0;
}
.film-strip:hover .left,
.film-strip:hover .right {
  opacity: 1;
}
.film-strip .base,
.film-strip .overlay {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.film-strip .base {
  position: relative;
}
.film-strip .overlay {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  transition: opacity 0.5s;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.film-strip .overlay-zoom {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  transition: opacity 0.5s;
  overflow: hidden;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.film-strip .overlay-zoom .outter {
  position: absolute;
  left: -5%;
  right: -5%;
  top: -5%;
  bottom: -5%;
  border: 0;
  margin: 0;
  background-size: cover;
  opacity: 1;
  z-index: 5;
}
.film-strip .item:hover .overlay,
.film-strip .item:hover .overlay-zoom {
  opacity: 1;
}
.film-strip .headline {
  text-align: center;
}
.film-strip.mod-rounded .base {
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.filmstrip-dialog,
.text-dialog {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
.filmstrip-dialog .close,
.text-dialog .close {
  z-index: 100;
  position: absolute;
  padding: 0.3125em;
  right: 2em;
  top: 0.625em;
  color: #ccc;
  background: url('assets/index/Exit-X.png') no-repeat center transparent;
  background-size: 50%;
  width: 2.5em;
  height: 2.5em;
  border-radius: 4em;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
}
.filmstrip-dialog .close:hover,
.text-dialog .close:hover {
  background-color: #555;
}
.filmstrip-dialog .black,
.text-dialog .black,
.filmstrip-dialog .white,
.text-dialog .white,
.filmstrip-dialog .fade,
.text-dialog .fade,
.filmstrip-dialog .thumb,
.text-dialog .thumb,
.filmstrip-dialog .vid-container,
.text-dialog .vid-container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.filmstrip-dialog .thumb,
.text-dialog .thumb {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.filmstrip-dialog.on .black,
.text-dialog.on .black,
.filmstrip-dialog.on .white,
.text-dialog.on .white {
  opacity: 1;
}
.filmstrip-dialog.on .fade,
.text-dialog.on .fade {
  opacity: 0.8;
}
.filmstrip-dialog.on .thumb,
.text-dialog.on .thumb {
  transition: top 0.5s,left 0.5s, width 0.5s, height 0.5s, opacity 0.5s;
}
.filmstrip-dialog .black,
.text-dialog .black {
  transition: opacity 0.5s;
  background-color: #000;
  opacity: 0;
}
.filmstrip-dialog .white,
.text-dialog .white {
  transition: opacity 0.5s;
  background-color: #fff;
  opacity: 0;
}
.filmstrip-dialog .fade,
.text-dialog .fade {
  transition: opacity 0.5s;
  background-color: #000;
  opacity: 0;
}
.text-dialog .text-container {
  display: flex;
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  background-color: white;
}
.text-dialog .text-container.full {
  max-width: 50em;
}
@media only screen and (min-width: 500px) {
  .text-dialog .text-container {
    max-width: 37.5em;
    width: calc(100% - 10em);
    max-height: calc(100% - 12px);
    height: auto;
  }
}
.text-dialog .container {
  clear: both;
  padding: 2em 1em;
  overflow-x: hidden;
  overflow-y: auto;
}
.text-dialog .container table {
  width: 100%;
}
.text-dialog .container table td {
  padding: 0em 1em;
}
.text-dialog .container table td img {
  max-width: 14.0625em;
}
.text-dialog .close {
  right: 0em;
  top: 0em;
}
@media only screen and (min-width: 500px) {
  .text-dialog .close {
    right: -2.8125em;
    top: -2.5em;
  }
}
.text-dialog .close::after {
  color: white;
}
.text-dialog .float-right-box {
  float: right;
  padding: 0.5em;
}
.text-dialog .float-right-box img {
  width: 12.5em;
}
.filmstrip-dialog .otext {
  position: fixed;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 0em 0em 0.0625em #000000;
  text-shadow: 0em 0.0625em #000000 #000000;
  display: none;
}
.filmstrip-dialog .otext h5 {
  font-size: 1.875em;
  padding: 0em;
  margin: 0em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}
.filmstrip-dialog .otext ul {
  display: inline-block;
  margin: 0, auto;
  padding: 0em;
  margin: 0em;
}
.filmstrip-dialog .otext li {
  text-align: left;
}
.filmstrip-dialog video {
  position: relative;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
}
.filmstrip-dialog .close::after {
  color: white;
}
.pin-columns {
  text-align: left;
  column-width: 6.25em;
  column-gap: 0.9375em;
  width: 100%;
}
.pin-columns figure {
  border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  background: #fefefe;
  border: 2px solid #f0f0f0;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  margin: 0.125em 0.125em 0.9375em 0em;
  padding: 0.9375em 0.9375em 0.625em 0.9375em;
  transition: opacity 0.4s ease-in-out;
  display: inline-block;
  width: calc(100% - 2em);
  column-break-inside: avoid;
}
.pin-columns figure img {
  width: 100%;
  height: auto;
}
.pin-columns figure figcaption {
  margin-top: 0.625em;
  padding-top: 0.625em;
  border-top: 1px solid #ccc;
  font-size: .9rem;
  color: #444;
  line-height: 1.5;
  font-size: 0.875em;
  text-align: center;
}
.pin-columns small {
  font-size: 1rem;
  float: right;
  text-transform: uppercase;
  color: #aaa;
}
.pin-columns small a {
  color: #666;
  text-decoration: none;
  transition: .4s color;
}
.pin-columns.columns-wide {
  column-width: 12.5em;
}
.img-c {
  padding-top: 1em;
  text-align: center;
}
.img-c img {
  display: inline-block;
}
.text-large {
  display: none;
}
@media only screen and (min-width: 500px) {
  .text-small {
    display: none;
  }
  .text-large {
    display: block;
  }
}
