html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'MyriadPro-Regular', sans-serif;
  margin: 0 0 150px 0;
  padding: 0;
  background: #faf3ed;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.otf') format('opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.otf') format('opentype'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.container {
  /*width: 100%; */
  max-width: 1360px;
  margin: 0 auto;
  /* padding: 0 15px; */
}
img {
  max-width: 100%;
}
.coming {
  float: left;
  margin: 100px 0;
  /* background: url("../images/box.png") no-repeat center center; */
  min-height: 461px;
  width: 100%;
}
.privacy{
  float: left;
  margin: 80px 0 180px;
  min-height: 461px;
  width: 100%;  
}

/*.column {
  float: left;
}*/

.row {
  display: grid;
  grid-template-columns: 37% 30% 30%;
  grid-column-gap: 14px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.left {
  max-width: 100%;
  margin: 0 0 0 -10px;
}
.middle, .right {
  max-width: 100%;
  padding: 30px;
  margin: 30px auto 0;
  position: relative;
  /*background: url("../images/boxVertical.png") no-repeat;
  background-size: 100%;*/
}
.innerBow {
    z-index: 9;
    position: relative;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    /* width: 101%; */
}

.innerBow h1 {
  color: #A09F9D;
  font-size: 36px;
  line-height: 36px;
  font-family: 'MyriadPro-Bold', sans-serif;
  letter-spacing: -2px;
  /*padding-top: 32px;*/
  margin-bottom: 0px;
}

.center_image {
  display: block;
  /* opacity: 0.75; */
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}


.tvTubeBG {
    width: 99%;
    position: absolute;
    margin: 0 0 0 -24PX;
}

.innerBow p {
    color: #807E7D;
    margin-bottom: -10px;
}
.innerBow label {
  display: block;
  color: #9c9a99;
  font-size: 21px;
}
.innerBow input[type="text"] {
  width: 100%;
  border: 2px solid #c4bebc;
  height: 40px;
  border-radius: 8px;
  background: none;
  padding: 0 10px;
  margin: 20px 0 10px 0;
  color: #c4bebc;
  font-size: 17px;
  max-width: 342px;
}
.innerBow input[type="submit"] {
  float: right;
  font-size: 0;
  cursor: pointer;
  width: 171px;
  height: 48px;
  border: none;
  background: url("../images/Signup.png") no-repeat center center;
}
.innerBow button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  float: right;
}
#Signup .error {
  display: inline-block;
  width: 100%;
}
/*Footer*/
footer {
  background: #73706E;
  text-align: center;
  padding: 30px 0 20px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.share a {
  margin: 0 8px;
}
.share img {
  max-height: 26px;
}
footer p {
  color: #e6dfda;
  font-size: 13px;
}
#Signup p {
  color: #06b506;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.no, .yes {
  position: relative;
  margin-bottom:10px;
}
.no p, .yes p {
  margin-top: -5px;
  margin-left: 11px;
  padding-bottom: 4px;
  font-size: 12px;
}

.no p{
  color: #e12021;
}

.yes p {
  color: #60b902;
}

.no img, .yes img {
  position: absolute;
  right: 0;
  top:18px;
}
.welcome-to-text {
  text-align: center;
  padding-top: 150px;
}
.welcome-to-text h1 {
  margin: 10px 0;
}
.welcome-to-text span {
  font-size: 20px;
  color: #928f8d;
  letter-spacing: 1px;
}
.mobbtn{ display:none;}

/* ------------------------------------------------
    Max-Width: 1366px
   ------------------------------------------------ */

@media(max-width: 1366px){
  .container{
    max-width: 1200px;
}
.middle, .right {
    max-width: 94%;
    padding: 20px 10px 0 6px;
    margin: 36px auto 0;
    position: relative;
}
.innerBow {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 30px;

.innerBow h1 {
    font-size: 34px;
    line-height: 32px;
    margin-bottom: 20px;
}
.superHiveTitle {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}
/* ------------------------------------------------
    Max-Width: 1200px
   ------------------------------------------------ */

@media(max-width: 1200px){
  .container{
    max-width: 1024px;
}
.row {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 14px;
}
.left {
    margin: 0 auto;
    grid-column: span 2;
    max-width: 50%;
}
.middle, .right {
    max-width: 100%;
    margin: 10px auto;
}
.tvTubeBG {
    width: 87%;
    margin: 0 0 0 23px;
}
.innerBow {
    margin-top: 60px;
    margin-left: 70px;
    margin-right: 80px;
}
.innerBow h1 {
    font-size: 41px;
    line-height: 42px;
    margin-bottom: 20px;
}
.superHiveTitle {
    max-width: 100% !important;
    margin-bottom: 40px;
}
.appStore{
  width: 100%;
  margin: 50px auto 0;
}
.row{
    grid-column-gap: 0px;
    margin-bottom: 80px;
}
/*.middle, .right {
    max-width: 94%;
    padding: 20px 10px 0 6px;
    margin: 36px auto 0;
    position: relative;
}
.innerBow {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 30px;

.innerBow h1 {
    font-size: 34px;
    line-height: 32px;
    margin-bottom: 20px;
}
.superHiveTitle {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}*/

}

/* ------------------------------------------------
    Max-Width: 1024px
   ------------------------------------------------ */

@media(max-width:1024px) {
  .left {
    max-width: 60%;
    /*margin: 0 0 0 -50px;*/
  }
  .middle, .right {
    max-width: 100%;
    margin: 28px auto;
  }
    .container{
    max-width: 1000px;
  }
  .tvTubeBG {
    width: 90%;
    margin: 0 0 0 23px;
  }
  .welcome-to-text {
    text-align: center;
    padding-top: 110px;
  }
  .innerBow {
    margin-top: 70px;
    margin-left: 75px;
    margin-right: 70px;
  }

}

/* ------------------------------------------------
    Max-Width: 990px
   ------------------------------------------------ */

@media(max-width:990px) {
  .container {
    max-width: 780px;
  }
  /*.coming {
    background-size: 760px;
  }*/
  .left {
    max-width: 58%;
  }
  .tvTubeBG {
    width: 95%;
    margin: 0 0 0 2px;
  }
  .innerBow {
    margin-top: 40px;
    margin-left: 45px;
    margin-right: 50px;
  }
  .innerBow h1 {
    font-size: 34px;
    line-height: 35px;
  }
  .superHiveTitle {
    margin-bottom: 34px;
  }
  .appStore {
    margin: 36px auto 0;
  }
}

/* ------------------------------------------------
    Max-Width: 768px
   ------------------------------------------------ */

@media(max-width: 768px) {
  body {
    margin: 0px;
  }
  .info {
  /*  width: 100%;
    max-width: 400px;
    margin: 0 auto; */
  }
  .coming {
  /*  margin: 0 0 2px 0;
    background: #faf3ed;
    min-height: 461px;
    padding-top: 40px; */
  }
  .container {
    max-width: 750px;
  }
  /*.left {
    margin: 0
  }
  /*.left img {
    max-width: 102%;
    margin-left: -8px;
  }
  .innerBow h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .right {
    margin: 0;
    max-width: 100%;
    background: url("../images/boxVertical.png") no-repeat center center;
    background-size: cover;
    padding: 20px 40px;
    width: 400px;
    height: 397px;
    display: flex;
    align-items: center;
    justify-content: center;
  */
  .share a {
    margin: 0 12px;
  }
  /*footer {
    position: static;
    display: inline-block;
  }*/
  .welcome-to-text {
    padding: 0
  }
  .no, .yes {
    margin-bottom: -13px;
  }
	.no p span, .yes p span {
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    font-size: 13px;
  }
	.deskbtn{ display:none; }
	.mobbtn{ display:block;}
	.no img, .yes img {
    top:24px;
    width: 140px;
    height: 48px;
    object-fit: cover;
    border-radius: 10px;
  }
  .innerBow input[type="text"] {
    margin: 20px 0 8px 0;
    }
.innerBow input[type="submit"] {
    width: 140px;
    height: 46px;
    border-radius: 10px;
  }	
}
/* ------------------------------------------------
    Max-Width: 575px
   ------------------------------------------------ */

@media(max-width:575px) {

  .coming {
    margin: 40px 0;
  }  
  .container {
    max-width: 98%;
  }
  .row {
    margin-bottom: 160px;
  }
  .left{
    max-width: 84%;
  }
  .middle, .right {
    grid-column: span 2;
    max-width: 84%;
    margin: 0px auto;
  }
  .innerBow {
    margin-top: 40px;
    margin-left: 35px;
    margin-right: 40px;
  }
  .innerBow h1 {
    font-size: 30px;
    line-height: 32px;
    margin: 0px 0 4px;
    padding-top: 5px;
    letter-spacing: -2px;
    margin-bottom: 34px;
  }
  .superHiveTitle {
    margin-bottom: 20px;
  }
  .innerBow p {
    font-size: 14px;
  }
  .appStore {
    margin: 34px auto 0;
  }
  /*.right {
    background-size: 90%;
    padding: 30px 56px;
    margin-top: -20px;
  }*/
}
/* ------------------------------------------------
    Max-Width: 414px
   ------------------------------------------------ */

@media(max-width:414px){

  .container {
    max-width: 100%;
  }
  .innerBow {
    margin-top: 30px;
  }
  .innerBow h1 {
    margin-bottom: 16px;
    font-size: 32px;
  }

}
/* ------------------------------------------------
    Max-Width: 390px
   ------------------------------------------------ */

@media(max-width:390px){

  .innerBow {
    margin-top: 26px;
  }
  .innerBow h1 {
    margin-bottom: 16px;
    font-size: 29px;
    line-height: 28px;
  }

}

/* ------------------------------------------------
    Max-Width: 375px
   ------------------------------------------------ */

@media(max-width:375px){

  .container {
    /*max-width: 100%;*/
  }
  .innerBow {
    margin-top: 20px;
  }
  .innerBow h1 {
    font-family: 'MyriadPro-bold', sans-serif;
    margin-bottom: 16px;
    font-size: 27px;
    line-height: 26px;
  }

}

/* ------------------------------------------------
    Max-Width: 325px
   ------------------------------------------------ */

@media(max-width:325px) {

  .innerBow h1 {
    font-size: 22px;
    line-height: 21px;
    letter-spacing: -1.4px;
  }
  .innerBow p {
    font-size: 13px;
}
  .innerBow input[type="text"] {
    height: 36px;
    font-size: 14px;
}
  .innerBow input[type="submit"] {
    height: 40px;
}
  .no img, .yes img {
    height: 40px;
    top: 26px;
}
  .right {
    padding: 36px 43px;
    margin-top: -20px;
    height: 330px;
}
}