@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #fff;
}

.mainHolder {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 645px;
  background-color: #fff;
  visibility: hidden;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
  overflow: hidden;
}

.contentHolder {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  height: 100vh;
  flex: 1 1 auto;
  overflow:hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-height: 620px) {
	.contentHolder {
		overflow-x: hidden !important;
		overflow-y: scroll !important;
		-webkit-overflow-scrolling: touch !important;
	}
}

#specialHeaderSection {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #000;
  line-height: 3.3em;
  margin-top: 75px;
  text-align: center;
  border-bottom: solid;
  border-bottom-color: #d7d7d7;
  border-bottom-width: 1px;
}

.greyNav {
  flex: 0 0 75px;
  width: 100%;
  height: 75px;
  background-color: #eee;
  -webkit-box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1);
  -moz-box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1);
  box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1);
  text-align: center;
  z-index: 1000;
  max-height: 75px;
}

/* The modal's titlebar is called "startNav". */
#startNav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 2000;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.logo-tagline {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  width: 128px;
  height: 40px;
  float: left;
  margin-left: 30px;
  margin-top: 16px;
}

#startNav .closeButton {
  display: none;
}

/* "topNav" is the navigation imagebuttons for the various sections of the demo. */
#topNav .closeButton {
  display: none;
}

.bottomNavClass {
  position: fixed;
  left: 0;
  bottom: 0;
  flex: 0 0 75px;
  width: 100%;
  height: 75px;
  background-color: #eee;
  -webkit-box-shadow: 0 -1px 0 0 rgba(215, 215, 215, 1);
  -moz-box-shadow: 0 -1px 0 0 rgba(215, 215, 215, 1);
  box-shadow: 0 -1px 0 0 rgba(215, 215, 215, 1);
  text-align: center;
  overflow: hidden;
  float: none;
  z-index: 2000;
}

.navSelectedClass {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 3px;
  background-color: rgba(41, 43, 99, 1);
}

/* This is the "Explore The Device" page title. */
.contentHolder .centerExplore,
.centerExplore {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 300 !important;
  font-size: 32px;
  line-height: 32px;
  color: #000;
  text-align: center;
}

/*
@media screen and (max-aspect-ratio: 12/10) {
  #startNav {
    flex: 0 0 75px;
    width: 100%;
    height: 75px;
    background-color: #eee;
    -webkit-box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1);
    -moz-box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1);
    box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1);
    text-align: center;
    z-index: 1000;
  }

  #startNav .closeButton {
    display: inline-block;
  }

  #topNav .closeButton {
    display: inline-block;
  }

  .centerExplore {
    margin-top:75px;
  }

  .logo-tagline {
    display: block;
  }
}
*/

.superStartNav {
    flex: 0 0 75px !important;
    width: 100% !important;
    height: 75px !important;
    background-color: #eee !important;
    -webkit-box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1) !important;
    -moz-box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1) !important;
    box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1) !important;
    text-align: center !important;
    z-index: 1000 !important;
}

.superStartNav .closeButton {
	display: inline-block !important;
}

.superStartNav .logo-tagline {
	display: block !important;
}

.superCenterExplore {
    margin-top:75px;
}


@media only screen and (max-width: 799px) {
  .centerExplore {
    display: none;
  }

  .logo-tagline {
    display: block;
  }

  #startNav {
    flex: 0 0 75px;
    width: 100%;
    height: 75px;
    background-color: #eee;
    -webkit-box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1);
    -moz-box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1);
    box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1);
    text-align: center;
    z-index: 1000;
  }

  #startNav .closeButton {
    display: inline-block;
  }

  #topNav .closeButton {
    display: inline-block;
  }

  .contentHolder {
    height: 100vh;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
  }


}

@media only screen and (max-width: 525px) {
  .bottomNavClass {
    height: 60px;
    flex: 0 0 60px;
  }

  .navSelectedClass {
    width: 60px;
  }
}

.centerNavHolder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.topRightNav {
	position: relative;
  float: right;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  cursor: pointer;
  object-fit: contain;
}

.topLeftNav {
	position: relative;
  float: left;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  cursor: pointer;
  object-fit: contain;
}

.centerNav {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  object-fit: contain;
}

.leftExplore {
  display: inline-block;
  float: left;
  position: relative;
  left: 0;
  top: 0;
  height: 75px;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #292b63;
  text-align: left;
  line-height: 75px;
  cursor: pointer;
}

.mainContent {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  box-sizing: border-box;
  text-align: center;
  min-height:570px;
}

#threeSixtySection {
  padding-top: 0;
}

#threeSixtySection video {
  height: 85%;
}

#threeSixtySection h1 {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.1em;
  color: #000;
}

.threeSixtyButton {
  position: absolute;
  left: -47px;
  top: 82%;
  width: 180px;
  height: 180px;
  background-image: url(images/device360.png);
  background-position: left top;
  background-size: 100% 100%;
  cursor: pointer;
}

.threeSixtyButton p {
  position: absolute;
  left: 0;
  top: 98px;
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 300;
  color: #292b63;
  text-align: center;
  line-height: 1.4;
  padding: 0 20px;
}

.rotatingDevice {
  position: absolute;
  left: 42px;
  top: 62px;
  width: 107px;
  height: 51px;
  background-image: url(images/device_spritesheet.png);
  background-position: 0 0;
  background-size: 3225px 51px;
}

.machineHolder {
  display: inline-block;
  position: relative;
  left: 0;
  top: 50%;
  width: 82%;
  height: auto;
  margin-top: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.screen1Machine {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  max-width: none;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.machineDot {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  margin-left: -1px;
  cursor: pointer;
}

.machineDot .machineLine {
  position: absolute;
  left: 0;
  top: -89px;
  width: 1px;
  height: 69px;
  background-color: #d7d7d7;
}

.machineText {
  position: absolute;
  left: 0;
  top: -115px;
  width: 224px;
  height: auto;
  margin-top: -10px;
  margin-left: -112px;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 300;
  color: #292b63;
  text-align: center;
  background-color: #fff;
  line-height: 1.3;
  font-size:16px;
}

.theTextHolder {
  float: left;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 100;
}

.theTextHolder .textBlock {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  width: 240px;
  height: auto;
  margin-top: -34px;
  margin-left: 36px;
  text-align: center;
  min-width: 220px;
}

.theTextHolder .textBlock h1 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.1em;
  color: #000;
  text-align: left;
}

.theTextHolder .textBlock h2 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  padding-bottom: 15px;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.1em;
  color: #292b63;
  cursor: pointer;
  text-align: left;
}

.theTextHolder .textBlock h2 img {
  position: relative;
  left: 0;
  top: 5px;
}

.theTextHolder .textBlock h3 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  padding-bottom: 15px;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.1em;
  color: #292b63;
  cursor: pointer;
  text-align: left;
}

.theTextHolder .textBlock h3 img {
  position: relative;
  left: 0;
  top: 5px;
}

.theTextHolder .textBlock h4 {
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.1em;
  color: #292b63;
  cursor: pointer;
  text-align: left;
}

.theTextHolder .textBlock h4 img {
  position: relative;
  left: 0;
  top: 3px;
}

.theTextHolder .textBlock p {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  margin-top: .8em;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  color: #797979;
  text-align: left;
}

.theTextHolderRight .textBlock {
  left: 100%;
  margin-left: -310px;
}

.theTextHolderRight .textBlock h1 {
  text-align: center;
}

.theTextHolderRight .textBlock p {
  text-align: center;
}

.theImageHolder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.theImage {
	position: absolute;
  left: 0;
  top: 56%;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
  object-fit: contain;
}

.theImageSpin {
	left: 40%;
  top: 50%;
  width: 55%;
}

.theImageFifty {
  top: 55% !important;
}

.theImageVertCenter {
  top: 50%;
  bottom: auto;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theImageHorzCenter {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.theImageHorzCenter2 {
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theArrow {
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  margin-left: 15%;
}

#downArrow {
  top: 50px;
}

#videoOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}

#videoClose {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

#videoOverlay video {
  position: absolute;
  left: 50%;
  top: 50%;
  width:auto;
  height:74%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 1280px;
}

#theLine {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #e1e1e1;
  margin-top: 40px;
  display: inline-block;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.theLineDragger {
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  height: 50px;
  margin-top: -25px;
}

#dragDot {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

#dragDot .theCircle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: #292b63;
  border-radius: 50%;
  margin-left: -8px;
  margin-top: -7px;
}

@media only screen and (min-aspect-ratio: 176/100) {
  .theImageNormal {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 799px) {
  .mainContent {
    height: 520px;
    border-bottom: solid;
    border-bottom-color: #d7d7d7;
    border-bottom-width: 1px;
  }

  .theImage {
    top: 65%;
  }

  .theImageFifty {
    top: 65% !important;
  }

  .theImageSpin {
    top: 35%;
  }

  .theTextHolder .textBlock h3 {
    display: none;
  }

  .theTextHolder .textBlock h4 {
    display: none;
  }

  #threeSixtySection {
    padding-bottom: 75px;
  }

  .theTextHolder .textBlock h1 {
    font-size: 20px;
  }

  .theTextHolder .textBlock h2 {
    font-size: 15px;
  }

  .theTextHolder .textBlock h3 {
    font-size: 15px;
  }

  .theTextHolderRight .textBlock p {
    padding-left: 5px;
    padding-right: 5px;
  }

  .theTextHolder .textBlock {
    margin-left: 37px;
  }

  .theTextHolderRight .textBlock {
    margin-left: -278px;
  }

  #specialHeaderSection {
    display: inline-block;
  }

}

@media only screen and (max-width: 650px) {
  .mainContent {
    height: auto;
    max-height: none;
    min-height: 50px;
    overflow: hidden;
    padding-top: 0;
  }

  .theImage {
    top: 50%;
  }

  .theImageFifty {
    top: 50% !important;
  }

  .theImageSpin {
    left: 0;
    width: 100%;
    top: 50%;
  }

  .theImageFifty {
    width: 130%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
  }

  .theTextHolder {
    width: 100%;
    height: auto;
    margin-top: 0;
    text-align: center;
  }

  .theImageHolder {
    position: relative;
    width: 100%;
    height: 300px;
    float: right;
    padding-top: 0;
  }

  .theTextHolder .textBlock {
    margin-top: 50px;
    padding-bottom: 25px;
    width: 90%;
    left: 0;
    margin-left: 0;
  }

  .theImageNormal {
    position: relative;
    width: 100%;
    height: auto;
    float: right;
  }

  #theConsole {
    min-width: 320px;
  }

  #dedicated {
    height: 370px;
  }

  .theImageVertCenter {
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;;
    height: auto;
    float: right;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-width: inherit;
  }

  .theImageHorzCenter {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    max-width: none;
  }

  .theImageHorzCenter2 {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .theTextHolderRight .textBlock h1 {
    text-align: left;
  }

  .theTextHolderRight .textBlock p {
    text-align: left;;
  }

  .theTextHolderRight .textBlock p {
    padding-left: 0;
    padding-right: 0;
  }

  #specialHeaderSection {
    font-size: 26px;
    line-height: 1.5;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 479px) {
  .theImageNormal {
    float: left;
  }

  #theLine {
    width: 80%
  }
}

@media only screen and (max-width: 1200px) {
  #flexible .theImage {
    max-height: 1000px;
  }
}

/* Animation */
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: .8;
  }
  45% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulsate2 {
  0% {
    transform: scale(1);
    opacity: .8;
  }
  45% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes stop-pulsate {
  from {
    opacity: .4;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

/* Button */
.machineDot .theDot {
  position: absolute;
  left: -24px;
  top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background: rgb(41, 43, 99);
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 1em;
  padding: 0;
  text-align: center;
  line-height: 6px;
  overflow: hidden;
}

.ring {
  display: block;
  position: absolute;
  top: 17px;
  left: 17px;
  width: 16px;
  height: 16px;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid rgb(41, 43, 99);
  opacity: 0;
  animation: pulsate 2s ease-out infinite;
  background-color: #fff;
}

.ring2 {
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 14px;
  height: 14px;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid rgb(41, 43, 99);
  opacity: .35;
  /* animation: pulsate 2s ease-out infinite; */
  background-color: #fff;
}

.ring3 {
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 14px;
  height: 14px;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid rgb(41, 43, 99);
  opacity: 0;
  animation: pulsate2 2s ease-out infinite;
  background-color: #fff;
}
