/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Roboto Condensed', sans-serif; */
@font-face {
  font-family: Appetite;
  src: url(../font/appetite.ttf);
}

* {
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  background: #002d2e;
  min-width: 320px;
}

a {
  text-decoration: none;
}

#wrapper {
  height: 800px;
}

.content {
  height: 528px;
  background: #05291e url(../img/bg.jpg) center top no-repeat;
}

.content-main {
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}

.header {
  height: 42px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 45, 46, 0.85);
  z-index: 100;
}

.header .content-main {
  height: 42px;
  padding-top: 4px;
}

.logo {
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -30px;
}

.btn, .btn-green, .btn-yellow {
  width: 110px;
  height: 32px;
  box-shadow: 0px 2px 0px #28f351;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
}

.btn-green:active {
  background: #1b964c;
}

.btn-yellow:active {
  background: #ceda09;
}

.btn-green {
  background: #1ea353;
  color: #f0ef04;
}

.btn-yellow {
  background: #dce614;
  color: #00675a;
}

.header .content-main .btn-green {
  float: left;
}

.header .content-main .btn-yellow {
  float: right;
}

.content .content-main {
  text-align: center;
  padding-top: 63px;
}

.title {
  font-family: Appetite;
  font-size: 24px;
  color: #86340e;
  text-transform: uppercase;
  padding-top: 5px;
}

.title span {
  display: block;
  line-height: 32px;
}

.get-btn a {
  display: inline-block;
  background: url(../img/btn.png) no-repeat;
  width: 255px;
  height: 96px;
  position: relative;
}

.get-btn a span {
  width: 10px;
  height: 23px;
  position: absolute;
  top: 36px;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.get-btn a span.btn-span1 {
  background: url(../img/btn-left.png) no-repeat;
  left: 26px;
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
}

.get-btn a span.btn-span2 {
  background: url(../img/btn-right.png) no-repeat;
  right: 26px;
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
}

@-webkit-keyframes slide-left {
  0% {
    left: 26px;
  }

  50% {
    left: 36px;
  }

  100% {
    left: 26px;  
  }
}

@keyframes slide-right {
  0% {
    right: 26px;
  }

  50% {
    right: 36px;
  }

  100% {
    right: 26px;  
  }
}

.free-spins-img {
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.content-main.content-text {
  color: #579783;
  padding-top: 40px;
  line-height: 18px;
}

.footer {
  height: 272px;
  background: #002d2e;
  padding: 20px 0;
}

.bg-footer {
  width: 320px;
  height: 217px;
  background: url(../img/footer.png) no-repeat;
  padding: 160px 0px 0px 134px;
}

.bg-footer span {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  color: #054f51;
  font-weight: 700;
}
