@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600');

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  background: white;
}

/* parallax */
main#box {
  background: #3fb8af; /* Old browsers */
  background: -moz-linear-gradient(top,  #3fb8af 0%, #e2ff9e 45%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #3fb8af 0%,#e2ff9e 45%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #3fb8af 0%,#e2ff9e 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb8af', endColorstr='#e2ff9e',GradientType=0 ); /* IE6-9 */
  width: 100%;
  height: 100vh;
  top: 0px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.layer {
  position: absolute;
  display: block;
}

.containerHH {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

#sun {
  background: url("../images/sun.png") no-repeat center;
  background-size: 100%;
  width: 433px;
  height: 450px;
}

#mountain {
  background: url("../images/mountain.png") no-repeat center;
  background-size: 100%;
  width: 120vw;
  height: 550px;
  position: relative;
}

#water {
  width: 120vw;
  height: 550px;
  background: url("../images/water.png") no-repeat center;
  background-size: 100%;
  position: relative;
}

#marcus {
  width: 120vw;
  height: 130vh;
  background: url("../images/marcus.png") no-repeat right;
  background-size: 100%;
  position: relative;
}

#treeOne {
  width: 50vw;
  height: 400px;
  background: url("../images/tree1.png") no-repeat top;
  background-size: 100%;
  position: relative;
}

#treeTwo {
  width: 402px;
  height: 488px;
  background: url("../images/tree2.png") no-repeat top;
  background-size: 100%;
  position: relative;
}

#liveLogo {
  width: 180px;
  height: 70px;
  margin: 0 auto;
  background: url("../images/livemedia-logo.png") no-repeat center;
  background-size: 100%;
}

#logo {
  max-width: 520px;
  height: 390px;
  background: url("../images/logo.png") no-repeat center;
  background-size: 100%;
}

#logoPress {
  max-width: 520px;
  height: 468px;
  background: url("../images/logoPress.png") no-repeat center;
  background-size: 100%;
}

a.btnAndroid, a.btnIphone {
  width: 189px;
  height: 54px;
  transition: all 0.2s ease-in-out;
  margin: 1em auto;
}

.btnIphone {
  background: url("../images/btnIphone.png") no-repeat top;
  background-size: 100%;
}

.btnAndroid {
  background: url("../images/btnAndroid.png") no-repeat top;
  background-size: 100%;
}

.btnIphone:hover, .btnAndroid:hover {
  background-position: bottom;
}

#l1 {
  z-index: 1;
  top: 20%;
  left: 70%;
}

#l2 {
  z-index: 2;
  top: 20%;
  left: -50px;
}

#l3 {
  z-index: 3;
  top: 35%;
  left: -50px;
}

#l4 {
  z-index: 8;
  top: -70px;
  left: -120px;
}

#l5 {
  z-index: 5;
  top: 55vh;
  left: 0px;
}

#l6 {
  z-index: 6;
  top: 50vh;
  left: 80vw;
}

#l7 {
  z-index: 10;
  width: 100%;
  margin-top: 2em;
}

#l8 {
  z-index: 10;
  width: 100%;
}
/*parallax finish*/

/* styles helpers */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

iframe.responsive-video {
  max-width: 100%;
}

.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.centered {
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 }

 .displayCenter .flex {
   max-width: 500px;
   margin: 0 auto;
 }

.displayCenter {
  display: table;
  width: 100%;
  height: 100vh;
}

.middle {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.circle {
  border-radius: 50%;
}
 /* SH finish */

 /* The side navigation menu */
.btnMenu {
  width: 74px;
  height: 76px;
  margin: 2em;
  background: url("../images/btnMenu.png") no-repeat;
  background-size: 100%;
  position: fixed;
  z-index: 200;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  cursor: pointer;
}

.btnMenu:hover {
  width: 84px;
  height: 86px;
}

.imgSlidenav {
  width: 200px;
  margin: 2em auto;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 210;
  top: 0;
  left: 0;
  background-color: #ffaa00;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
	        transition: 0.5s;
  padding-top: 60px;
}

.listMenu {
  width: 250px;
}

.listMenu a:nth-child(1) {
  margin-top: 15px;
}

.listMenu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.listMenu a:hover, .offcanvas a:focus{
  color: #481500;
  background-color: #ffc85a;
}

.sidenav .closebtn, .closeLight {
  width: 40px;
  height: 43px;
  margin-left: 50px;
  background: url("../images/btnClose.png") no-repeat center;
  background-size: 100%;
  top: 25px;
  right: 25px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}

.closebtn:hover, .closeLight:hover {
  width: 46px;
  height: 49px;
}

.pushable {
  -webkit-transition: margin-left .5s;
          transition: margin-left .5s;
}


/* sections */
.hhDivider {
  width: 100%;
  height: 250px;
  background: url("../images/hhDivider.png") no-repeat bottom;
  background-size: cover;
  position: absolute;
}

.hhDivider2 {
  width: 100%;
  height: 250px;
  background: url("../images/hhDivider2.png") no-repeat bottom;
  background-size: cover;
  position: absolute;
  bottom: 0px;
}

.hhDivider3 {
  width: 100%;
  height: 250px;
  background: url("../images/hhDivider2.png") no-repeat bottom;
  background-size: cover;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.bgVideo {
  width: 100%;
  background: url("../images/bgVideo.png") no-repeat bottom;
  background-size: cover;
}

.videoContainer {
  width: 100%;
  height: 685px;
  background: url("../images/videoContainer.png") no-repeat center;
  background-size: 100%;
  padding: 140px 50px 0px 50px;
}

.trueStory {
  background-color: #fff29e;
  position: relative;
}

.trueStory img {
  margin-top: 5em;
  margin-bottom: 15em;
}

.storeContent {
  width: 100%;
  height: 500px;
  margin-top: 50px;
  background: url("../images/carousel/carouselContainer.png") no-repeat;
  background-size: 100%;
}

.titleStore {
  width: 243px;
  height: 89px;
  margin: 0 auto;
  top: -20px;
  background: url("../images/carousel/storeTitle.png") no-repeat;
  background-size: cover;
  position: relative;
}

.hhCharacter1 {
  width: 20vw;
  height: 23vw;
  top: 30px;
  left: 7%;
  background: url("../images/hh2.png") no-repeat center;
  background-size: 100%;
  position: absolute;
}

.hhCharacter2 {
  width: 20vw;
  height: 23vw;
  top: 15vh;
  right: 15px;
  background: url("../images/hhRobot.png") no-repeat center;
  background-size: 100%;
  position: absolute;
}

.storeCarousel {
  max-width: 800px;
  margin: 0 auto;
}

.cardStore {
  width: 250px;
  height: 350px;
  margin: 0 auto;
}

.btnPreview, .btnNext, .btnPreviewDown, .btnNextDown {
  width: 54px;
  height: 129px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btnPreview:hover, .btnNext:hover, .btnPreviewDown:hover, .btnNextDown:hover {
  -webkit-transform:scale(1.07,1.07);
          transform:scale(1.07,1.07);
}

.btnPreview {
  background: url("../images/carousel/btnLeft.png") no-repeat;
  background-size: 100%;
  left: 25px;
  top: 180px;
}

.downImg .btnPreviewDown {
  background: url("../images/carousel/btnLeft.png") no-repeat;
  background-size: 100%;
  left: 25px;
  top: 300px;
  z-index: 100;
}

.downImg .btnNextDown {
  background: url("../images/carousel/btnRight.png") no-repeat;
  background-size: 100%;
  right: 25px;
  top: 300px;
  z-index: 100;
}

.btnNext, .btnNextDown {
  background: url("../images/carousel/btnRight.png") no-repeat;
  background-size: 100%;
  right: 25px;
  top: 180px;
  z-index: 100;
}

.downloads {
  margin-top: 50px;
}

.titleDown {
  width: 405px;
  height: 89px;
  margin: 0 auto;
  background: url("../images/downloads/downloadTitle.png") no-repeat;
  background-size: 100%;
  position: relative;
  bottom: -50px;
  z-index: 100;
}

.card {
  border-radius: 5px;
  margin: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.card:hover {
  -webkit-transform:scale(1.02,1.02);
          transform:scale(1.02,1.02);
}

.card img, .cardStore img {
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

form {
  margin-top: 5em;
}

form h1 {
  margin-bottom: 0rem;
}

.footerHH {
  width: 100%;
  height: 700px;
  background: url("../images/foo-footer2.png") no-repeat center bottom;
  background-size: 100%;
}

.footerHH .foo {
  width: 600px;
  height: 600px;
  margin: 0 auto;
  position: relative;
}

.footerHH .container {
  width: 600px;
  position: absolute;
  bottom: 0px;
}

.facebook, .twitter, .instagram, .youtube {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.facebook {
  background: url("../images/foo-iFace.png") no-repeat center;
  background-size: 100%;
}

.twitter {
  background: url("../images/foo-iTwe.png") no-repeat center;
  background-size: 100%;
}

.instagram {
  background: url("../images/foo-insta.png") no-repeat center;
  background-size: 100%;
}

.youtube {
  background: url("../images/foo-iYout.png") no-repeat center;
  background-size: 100%;
}

.facebook:hover, .twitter:hover, .instagram:hover, .youtube:hover {
  -webkit-transform: translateY(-10px) scale(1.1);
          transform: translateY(-10px) scale(1.1);
}

.footerHH #liveLogo {
  margin-top: 50px;
}

.skyBody {
  background: #3fb8af;
  background: -moz-linear-gradient(top,  #3fb8af 0%, #e2ff9e 45%);
  background: -webkit-linear-gradient(top,  #3fb8af 0%,#e2ff9e 45%);
  background: linear-gradient(to bottom,  #3fb8af 0%,#e2ff9e 45%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb8af', endColorstr='#e2ff9e',GradientType=0 );
}

.copyright {
  font-size: 11px;
  text-align: center;
  margin: 25px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 220;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.slick-initialized .slick-slide {
  padding: 5px;
}

.pressContainer {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 200px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
}

.textSec {
  font-size: 12px;
}

.dividerPress {
  width: 100%;
  height: 1px;
  background-color: #bcbcbc;
}

.itemPress {
  margin-top:30px;
}

.videoResponsive {
  max-width: 100%;
}

@media (min-width: 1500px) {
  #logo.centered, #logoPress.centered {
    margin: 12em auto;
  }
}

@media (max-width: 1024px) {
  main#box {
    height: 120vh;
  }

  #l4 {
    top: 0px;
    left: 0px;
  }
  #marcus {
    background-size: 120%;
  }

  #logo.centered, #logoPress.centered {
    margin: 7em auto;
  }

  #l2 {
    top: auto;
    left: 0px;
    bottom: 0px;
  }

  #l3 {
    top: auto;
    left: 0px;
    bottom: -50px;
  }

  #l5 {
    display: none;
  }

  .bgVideo {
    margin-top: 5%;
  }
  .pressContainer {
    width: 90%;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #l1 {
    left: 0px;
  }

  #l2 {
    left: 0px;
    top: 0px;
  }

  #l4 {
    left: 0px;
  }

  #l5, #l6, .hhCharacter1, .hhCharacter2, .btnNext, .btnPreview, .btnPreviewDown, .btnNextDown {
    display: none;
  }

  #sun {
    width: 250px;
    height: 250px;
  }

  #mountain {
    width: 100vw;
    height: 100vh;
    background-position: bottom;
  }

  #water {
    background-position: bottom;
  }

  #marcus {
    background-size: cover;
  }

  #logo, #logoPress {
    width: 90%;
    height: 600px;
  }

  .hhDivider, .hhDivider2, .hhDivider3 {
    height: 100px;
  }

  .displayCenter.middle {
    height: auto;
  }

  .bgVideo {
    background-size: cover;
    height: auto;
  }

  .videoContainer {
    height: 560px;
    padding: 90px 5px 0px 5px;
    background-position: top;
  }
  .trueStory img {
    margin-top: 3em;
    margin-bottom: 5em;
  }

  .storeContent {
    background: none;
  }

  .storeCarousel {
    width: auto;
  }

  .titleDown{
    width: 405px;
  }

  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .card{
    width: 96%;
  }

  .cardStore {
    width: 90%;
    height: 490px;
    margin: 0 auto;
  }

  .downloads {
    margin-top: 170px;
  }

  .downImg {
    margin: 0px;
  }

  .footerHH {
    margin-top: 0px;
    height: auto;
  }

  .footerHH .foo {
    height: 50vh;
  }

  .footerHH .container {
    width: 100%;
  }

  .facebook, .twitter, .instagram, .youtube {
    width: 100px;
    height: 100px;
    background-size: cover;
  }
  
  .videoResponsive {
    height: 202px;
  }
}

@media screen and (max-width : 750px) {
  .btnMenu {
    width: 50px;
    height: 50px;
    margin: 1em;
  }

  #logo, #logoPress {
    width: 330px;
    height: 300px;
  }

  main#box {
    height: 130vh;
  }

  #l3 {
    bottom: auto;
  }

  #l4 {
    top: 0px;
    left: 0px;
  }

  #l5, #l6, .hhCharacter2, .btnNext, .btnPreview, .btnPreviewDown, .btnNextDown {
    display: none;
  }

  #marcus{
    background-size: 110%;
  }

  #logo.centered, #logoPress.centered {
    margin: 2em auto;
  }

  .videoContainer {
    height: 475px;
    padding: 90px 35px 0px 35px;
  }

  .bgVideo {
    background-size: cover;
    padding-top: 5em;
  }

  iframe.responsive-video {
    max-width: 100%;
    height: 80%;
  }

  .trueStory img {
    margin-bottom: 10em;
  }

  .hhDivider, .hhDivider2, .hhDivider3 {
    height: 160px;
  }

  .storeContent {
    background: none;
  }

  .card {
    width: 94%;
  }

  .footerHH .foo {
    width: 500px;
  }

  .footerHH .container {
    width: 500px;
  }

  .facebook, .twitter, .instagram, .youtube {
    width: 100px;
    height: 100px;
  }
  
  .pressContainer {
    padding-top: 110px;
  }
  
  .videoResponsive {
    height: 168px;
  }
}

@media screen and (max-width: 550px) {
  main#box {
    height: 100vh;
  }

  .btnMenu, .btnMenu:hover {
    width: 50px;
    height: 50px;
    margin-left: 1em;
  }
  #l1 {
    left: 0px;
  }

  #l2 {
    left: 0px;
    top: 0px;
  }

  #l3 {
    bottom: -140px;
  }

  #l4 {
    left: 0px;
    top: -50px;
  }

  #l5, #l6, .hhCharacter1, .hhCharacter2, .btnNext, .btnPreview, .btnPreviewDown, .btnNextDown {
    display: none;
  }

  #sun {
    width: 250px;
    height: 250px;
  }

  #mountain {
    width: 100vw;
    height: 100vh;
    background-position: bottom;
  }

  #marcus {
    background-size: cover;
  }

  #logo.centered, #logoPress.centered {
    margin: 1.7em auto;
  }

  .hhDivider, .hhDivider2, .hhDivider3 {
    height: 60px;
  }

  .displayCenter.middle {
    height: auto;
  }

  .bgVideo {
    background-size: cover;
    height: auto;
  }

  .videoContainer {
    height: 280px;
    padding: 60px 5px 0px 5px;
    background-size: 100%;
    background-position: top;
  }

  iframe.responsive-video {
    max-width: 90%;
    height: 78%;
  }

  .trueStory img {
    margin-top: 0em;
    margin-bottom: 5em;
  }

  .storeContent {
    background: none;
  }

  .storeCarousel {
    width: auto;
  }

  .titleDown{
    width: 80%;
  }

  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .card{
    width: 90%;
  }

  .cardStore {
    width: 90%;
    height: 450px;
    margin: 0 auto;
  }

  .downloads {
    margin-top: 100px;
  }

  .downImg {
    margin: 0px;
  }

  .footerHH {
    margin-top: 8em;
  }

  .footerHH .foo {
    width: 90%;
  }

  .footerHH .container {
    width: 100%;
  }

  .facebook, .twitter, .instagram, .youtube {
    width: 100px;
    height: 100px;
    background-size: cover;
  }
}

@media screen and (max-width: 480px) {
  #logo.centered, #logoPress.centered {
    margin: 1em auto;
  }

  #logo, #logoPress {
    width: 80%;
  }

  a.btnAndroid, a.btnIphone {
    width: 164px;
    height: 46px;
  }

  .hhDivider, .hhDivider2, .hhDivider3 {
    height: 90px;
  }

  .videoContainer {
    background-size: 90%;
    padding: 65px 5px 0px 5px;
  }

  iframe.responsive-video {
    max-width: 80%;
    height: auto;
  }

  .storeContent {
    height: 90vh;
  }

  .cardStore{
    height: 70vh;
  }

  .downloads {
    margin-top: 0px;
  }

  .footerHH .foo {
    height: 570px;
  }

  .footerHH {
    width: 100%;
    height: 570px;
    background: url("../images/foo-footer.png") no-repeat center bottom;
    background-size: 170%;
  }
}

@media screen and (max-width: 360px) {
  #logo, #logoPress {
    width: 90%;
  }

  .flex {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .videoContainer {
    height: 260px;
  }

  .titleStore {
    top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .flex {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  iframe.responsive-video {
    max-width: 90%;
    height: 67%;
  }

  .videoContainer {
    padding: 45px 5px 0px 5px;
  }
}
