@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

*:focus {
  outline: none;
}

html {
  min-height: 100%;
  position: relative;
  color: #333;
  background: #000
}

html {
  font-size: 62.5%
}

@media only screen and (max-width:75em) {
  html {
    font-size: 56.25%
  }
}

@media only screen and (max-width:56.25em) {
  html {
    font-size: 50%
  }
}

@media only screen and (min-width:112.5em) {
  html {
    font-size: 75%
  }
}

body {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  font-weight: normal;
  min-height: 100%;
  background: #06282a;
  background-image: url('../images/bgweb.jpg');
  background-size: cover;
  background-repeat: no-repeat
}

header {
  height: 40px;
  position: relative;
  z-index: 10000
}

.logo {
  width: 13rem;
  padding: 5px 0
}

#error {
  font-size: 1.3rem;
  color: #fc1c03;
  padding-bottom: 0;
}

header {
  text-align: center
}

.txt {
  font-size: 1.5rem;
  color: #fff
}

.container {
  width: 100%;
  padding: 0
}

.animBox img {
  position: relative;
  display: block;
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px);
  -webkit-animation: fallDown 2s alternate forwards ease;
  animation: fallDown 2s alternate forwards ease
}

@-webkit-keyframes fallDown {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fallDown {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

h5 {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 5px 10px
}

.panel {
  color: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 7px;
  max-width: 650px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 20px
}

.one-half.column {
  margin: 0 auto
}

.left, .right {
  width: 50% !important
}

.right {
  background: #c03
}

.input__container {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 0 0 8px;
  font-size: 2.2rem;
  color: #823004;
  margin-top: 0;
  width: 80%;
  margin: 12px auto;
  background-color: #fff;
  border: 1px solid #823004;
  border-radius: 8px;
}

.prefix {
  width: 50px;
  text-align: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 0;
  border-right: 1px solid #823004;
  font-size: 1.7rem;
}

#telInput {
  padding: 0 0 0 8px;
  border: 0;
  color: #823004;
}

#telSubmit, #SMSbtn {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 0;
  background-color: transparent;
}

.newtelSubmit {
  width: 100%;
  background-color: transparent;
  height: 100px;
  background-image: url('../images/button1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border: 0;
}

#telSubmit:hover {
  opacity: .75
}

#SMSbtn {
  padding-bottom: 15px;
  margin-bottom: 0
}

.smsBTNa {
  text-decoration: none
}

.moLegal {
  color: gray;
  letter-spacing: 3px;
  font-size: 1.6rem
}

.one-half.column {
  width: 48%
}

#show-keyword {
  color: #fff
}

.mo-send {
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 1px 1px #000
}

.mo-to {
  font-size: 2rem;
  display: inline-block
}

.keyword, .shortcode {
  padding: 0 5px;
  color: #fff94d;
  font-weight: bold;
  font-size: 4rem;
  display: inline-block;
  text-shadow: 2px 2px 0 rgba(129, 53, 0, 1), -2px -2px 0 rgba(129, 53, 0, 1), -2px 2px 0 rgba(129, 53, 0, 1), 2px -2px 0 rgba(129, 53, 0, 1);
  -webkit-animation: color-change 2s alternate infinite;
  animation: color-change 2s alternate infinite
}

@-webkit-keyframes color-change {
  0% {
    color: #fff94d
  }

  50% {
    color: #ec5c21
  }

  100% {
    color: #fff94d
  }
}

@keyframes color-change {
  0% {
    color: #fff94d
  }

  50% {
    color: #ec5c21
  }

  100% {
    color: #fff94d
  }
}

.wap {
  display: none !important
}

.web {
  display: block !important
}

a, a:active, a:hover, a:visited {
  color: #fff
}

form {
  margin-bottom: 0
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto
}

.right {
  position: relative;
  height: 320px
}

.text-center {
  color: #000;
  font-size: 2.3rem;
  margin-bottom: 10px;
  text-align: center
}

.center-column {
  float: none;
  margin: 0 auto !important
}

.hide {
  display: none;
  visibility: hidden
}

footer {
  background: #000;
  color: #fff
}

footer a {
  color: #fff
}

.disclaimer {
  max-width: 1000px;
  text-align: center;
  margin-bottom: 0;
  margin: 0 auto;
  font-size: 10px
}

.footer-links {
  text-align: center;
  color: #fff;
  font-size: 1.2rem
}

.footer-links li {
  display: inline-block
}

@media screen and (max-width:850px) {
  body {
    background: #082e2f
  }

  .container {
    max-width: 650px;
    width: 100%;
    padding: 0;
    background-image: url('../images/bg.jpg');
    background-size: cover
  }

  .logo {
    max-width: 200px;
    height: auto
  }

  header {
    height: 0 !important
  }

  body.showKeyword .panel {
    margin-top: 0
  }

  .row {
    margin-top: 0
  }

  body.showKeyword .pb {
    top: 50px
  }

  .left, .right {
    width: 100% !important
  }

  .left {
    background-image: none
  }

  .panel {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%
  }

  .right {
    border-radius: 2rem
  }

  .right {
    height: auto
  }

  body {
    background-position: center top
  }

  .keyword, .shortcode {
    font-size: 3rem
  }

  .container {
    width: 100%;
    padding: 0
  }

  .web {
    display: none !important
  }

  .wap {
    display: block !important
  }

  .one-half.column {
    width: 100%
  }

  .panel {
    margin: 0 auto;
    padding: 0 10px
  }

  .text-center {
    font-size: 1.7rem;
    margin-bottom: 10px
  }

  #telInput {
    width: 100%;
    height: auto
  }

  .input__container:focus {
    outline: none;
  }

  #telSubmit, #SMSbtn {
    width: 65%;
    display: block;
    margin: 0 auto
  }

  .newtelSubmit {
    height: 94px;
    background-image: url(../images/button1.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  footer .container {
    padding: 0
  }

  header img {
    height: 100%;
    width: 80%;
    margin: 0 auto
  }
}

@media only screen and (max-width:380px) {
  .txt {
    font-size: 14px
  }
}

.gems {
  width: 76%
}

.bold {
  font-weight: bold
}

@media(orientation:portrait) {
  .web {
    display: block !important;
    padding-top: 30px;
    width: 100%
  }

  #telSubmit, #SMSbtn {
    width: 100%
  }

  .wap {
    display: none !important
  }

  .gemsweb {
    display: none !important
  }

  .gems {
    display: block !important;
    width: 90%;
    padding: 10px
  }

  .panel {
    padding: 10px
  }
}
