.welcome h1,
.welcome p,
.welcome .button {
  transition: all .2s ease-in-out;
}

body.light-theme {
  position: relative;
  height: 100%;
}

.light-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.light-bg .back-img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/welcome/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}



body.light-theme .welcome h1 {
  color: #FFFFFF;
}

body.light-theme .welcome p {
  color: #FFFFFF;
}


.welcome-logo{
  padding-bottom: 60px;
}
.welcome-logo img{
  max-width: 280px;
  width: 100%;
  height: auto;
}


.welcome-commingsoon{
  padding-top: 40px;
}
.welcome-commingsoon img{
  max-width: 460px;
  width: 100%;
  height: auto;
}
.welcome-date{
  padding-top: 30px;
}
.welcome-date img{
  max-width: 260px;
  width: 100%;
  height: auto;
}

body.light-theme .buttons .button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

body.light-theme .buttons .button:hover {
  color: #151515;
  background-color: #FFFFFF;
}


.welcome {
  position: relative;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: -20px;
  pointer-events: none;
}

.welcome:before,
.welcome:after {
  position: relative;
  content: "";
}


.content{
  position: relative;
  width: 100%;
  height: auto;
}

.welcome .flipdown {
  position: relative;
  margin: auto;
  text-align: center;
  clear:both;
}

.welcome h1 {
  text-align: center;
  font-weight: 100;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.welcome p {
  text-align: center;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 35px;
}

.welcome .buttons {
  width: 100%;
  height: 50px;
  margin: 50px auto 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.welcome .buttons p {
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  padding: 0px 25px 0px 0px;
  color: #333;
  margin: 0px;
}

.welcome .button {
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  line-height: 46px;
  text-decoration: none;
  color: #333;
  padding: 0px 20px;
  border: solid 2px #333;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.welcome .button:hover {
  background-color: #333;
  color: #FFF;
}

.welcome .button i {
  margin-right: 5px;
}

.xsshow{
  display: none;
}
.lgshow{
  display: inline-block;
}
.welcome-share{
  position: relative;
  width: 100%;
  height: 40px;
  text-decoration:none;
  text-align: center;
  margin-top: 60px;
  padding: 20px 0px;
  pointer-events: auto;
}
.welcome-share a{
  text-decoration:none;
  margin: 0px 8px;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.welcome-share a.share-fb{
  position: relative;
  background-image: url("../images/welcome/share-fb.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.welcome-share a.share-ig{
  position: relative;
  background-image: url("../images/welcome/share-ig.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.welcome-share a.share-youtube{
  position: relative;
  background-image: url("../images/welcome/share-youtube.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
}


@media(max-width: 1600px) {

.welcome {
  margin-top: 0px;
}

.welcome-logo{
  padding-bottom: 40px;
}
.welcome-logo img{
  max-width: 220px;
  width: 100%;
  height: auto;
}


.welcome-commingsoon{
  padding-top: 20px;
}
.welcome-commingsoon img{
  max-width: 360px;
  width: 100%;
  height: auto;
}
.welcome-date{
  padding-top: 14px;
}
.welcome-date img{
  max-width: 220px;
  width: 100%;
  height: auto;
}


}


@media(max-width: 991.98px) {
  .welcome {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -60px;
  }

.welcome .flipdown {
  margin: auto;
  /*transform:scale(0.8);*/

}


.welcome-logo{
  padding-bottom: 30px;
}
.welcome-logo img{
  max-width: 140px;
  width: 100%;
  height: auto;
}

.welcome-commingsoon{
  padding-top: 22px;
}
.welcome-commingsoon img{
  max-width: 220px;
  width: 100%;
  height: auto;
}
.welcome-date{
  padding-top: 15px;
}
.welcome-date img{
  max-width: 140px;
  width: 100%;
  height: auto;
}


  .welcome h1 {
    font-size: 2.5em;
  }

  .welcome p {
    margin-bottom: 25px;
  }

  .welcome .buttons {
    width: 100%;
    margin-top: 25px;
    text-align: center;
    display: block;
  }

  .welcome .buttons p,
  .welcome .buttons a {
    float: none;
    margin: 0 auto;
  }

  .welcome .buttons p {
    padding-right: 0px;
  }

  .welcome .buttons a {
    display: inline-block;
  }


.welcome-share{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40px;
  text-decoration:none;
  text-align: center;
  margin-top: 30px;
  padding: 30px 0px;
}

.welcome-share a{
  width: 30px;
  height: 30px;
}


.xsshow{
  display: inline-block;
}
.lgshow{
  display: none;
}


}


@media(max-width: 574.98px) {

.light-bg .back-img{
  background-image: url("../images/welcome/bg-xs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}



@media(max-width: 420px) {

.welcome .flipdown {
  margin: auto;
  transform:scale(0.8);
}

}

@media(max-width: 359.98px) {

  .welcome {
    margin-top: -30px;
  }

}

