html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}
body{
  font-family: 'Quicksand';
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.turntable-bg {
  background: url(../images/bg.jpg) no-repeat center;
  background-size: 100% 100%;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
}
.turntable-bg .mask {
  width: 454px;
  height: 451px;
  position: absolute;
  left: 116px;
  top: 60px;
  /*z-index:9;*/
}
.turntable-bg .pointer {
  width: 130px;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 8;
}
.turntable-bg .rotate {
  width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
#rand-value{
    position: absolute;
    right: 250px;
    top: 50px;
  }
.pointer{
  cursor: pointer;
}



.ct-form{
  padding:25px 0;
}
.title-success{
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color:#014a81;
}
.title-content{
  margin-top:20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.result{
  color:red;
}

.logo-img{
  position: absolute;
  left: 5%;
  top: 2%;
}

@media only screen and (max-width: 768px) {
    .rotate{
        width: 90% !important;
    }
    .pointer{
        width: 80px !important;
    }
    .logo-img{
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
    }
}

@media (min-width: 768px){
  .modal-dialog {
      width: 400px;
  }
}

@media (min-width: 1600px){
  .logo-img{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.img img{
  position: absolute;
  left: 0;
  top: 0;
}

.popup{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

