@font-face {
  font-family: "VAGRoundedStd-Bold";
  src: url("../fonts/VAGRoundedStd-Bold.otf");
}

body {
  overflow-x:hidden;
  background-color:#FFE600;
  background-size:auto 100%;
  background-repeat:repeat;
  background-position:center;
  background-origin:content-box;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}
.videowrapper iframe, 
.videowrapper object,
.videowrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cover {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

#cover_middle {
    display: table-cell;
    vertical-align: middle;
}

#cover_inner {
    margin-left: auto;
    margin-right: auto; 
}

#logo {
  position: relative;
  width: 100%;
  height: 205px;
  margin-top: 100px;
  background:url('../imgs/web/logo.png');
  background-size:auto 100%;
  background-repeat:no-repeat;
  background-position:center;
  background-origin:content-box;
}

#title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #6E0F3A;
  text-align: center;
  position: relative;
}

#subtitle {
  margin-top: 10px;
  font-size: 40px;
  color: #6E0F3A;
  font-family: 'VAGRoundedStd-Bold';
  text-align: center;
}

#arrow {
opacity: 0;
position: relative;
width: 100%;
height: 74px;
margin: 50px 0px;
background:url('../imgs/web/icon_arrow.png');
background-size:auto 100%;
background-repeat:no-repeat;
background-position:center;
background-origin:content-box;
}

#main_header {
  text-align: center;
  margin:50px 100px;
}

#youtube {
  margin:50px 100px;
  background:url('../imgs/web/bigbanner.png');
  background-size:auto;
  background-repeat:no-repeat;
  background-position:center;
  background-origin:content-box;
}

#apps {
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 50px 0px 1%;
  max-width: 100%;
  height:auto;
  background:url('../imgs/web/app_bg.png');
  background-size:auto 100%;
  background-repeat:no-repeat;
  background-position:center;
  background-origin:content-box;
}

#app_headerImg {
  margin-top: -120px;
  padding: 50px 50px 20px; 
  vertical-align: middle; 
  display: inline-block;
  max-width: 80%;
}

.appsImg {
  padding: 0px 10px;
  margin-bottom: 15px;  
  vertical-align: middle;
  display: inline-block;
}

#app_footer {
  text-align: center;
  margin: 30px;
}

#app_footerImg {
    margin-bottom: 3%;
    vertical-align: middle; 
    display: inline-block;
    max-width: 80%;
}

#social {
  text-align: center;
  margin: 10px 0px;
}

.socialImg {
  padding: 10px;
}

#main_footer {
  margin: 20px 0px;
  width: 100%;
  height: 147px;
  background:url('../imgs/web/main_footer.png');
  background-size:auto 100%;
  background-repeat:no-repeat;
  background-position:center;
  background-origin:content-box;
}

.storeImg {
  padding: 20px;
}

#popup_header {
  text-align: center;
  margin: 0px 0px 25px 0px;
}

.headerImg {
  max-width: 100%;
  height: auto;
}

#popup_footer {
  text-align: center;
}

.modal a.close-modal {
position: absolute;
top: -32.5px;
right: -33px;
display: block;
width: 65px;
height: 66px;
text-indent: -9999px;
background: url(../imgs/web/close.png) no-repeat 0 0;
}

.clickableApptask {
/*            position: fixed;
  width: 100%;
  height: 13%;
  bottom: 0px;
  left: 0px;
  cursor: pointer;*/
}

.hiddenDiv {
visibility: hidden;
}