

@font-face {
    font-family: 'LT-Bold'; /*a name to be used later*/
    src: url('../fonts/ITC Avant Garde Gothic LT Bold.ttf'),url('../fonts/ITCAvantGardeStd-Bold.eot'); /*URL to font*/
    
}


.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    text-align: CENTER;
    padding-top: 40vh;
}

#container {
	position: relative;
	
}

#container3d{
      position: fixed;
    
    width: 100%;
    height: 100%;
    z-index: 5;
}

    
#container3d canvas {
	position: absolute;
    z-index: 5;
   
}

.loading-holder,.tc-holder,.info-holder,.enter-details,.terms-holder,.winner,.loser,.trygames{
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;

}

.in-game{
 position: fixed;
 width: 100%;
 height: 9vh;
 z-index: 5;
}



.bottom-white{
	background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25%;
    padding-top: 6vh;
    text-align: center;
}

.bottom-white-small{
	background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 10%;
    padding-top: 3vh;
    text-align: center;
}

.top-area{

    position: fixed;
    z-index: 100;
    background-size: contain;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#609ad9+0,3674c3+100 */
background: #609ad9; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #609ad9 0%, #3674c3 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #609ad9 0%,#3674c3 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #609ad9 0%,#3674c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#609ad9', endColorstr='#3674c3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.top-area-landing{
  position: fixed;
    background-image: url(../images/back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
    background-color: #d0cec1;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;

}

.in-game .top-area{
  position: fixed;
    z-index: 100;
    background-size: contain;
    top: 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.top-logo{
	width: 45vh;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 2vh auto 0vh;
    z-index: 105;
}

.top-logo-second{
    width: 24vh;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 2vh auto 0vh;
    z-index: 105;
}

.content-holder{
position: absolute;
    left: 0px;
    top: 0vh;
    right: 0px;
    margin: 1vh;
}


.txt{
	width: 35vh;
    margin: 0 auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.7vh;
}

.txt-modal{
	width: 75%;
    margin: 0 auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.8vh;
    text-align: center;
    margin-bottom: 3vh;
}

.txt-head{
	
  font-family: helvetica-bold;
  font-weight: bold;
  color: #381805;
  margin-bottom: 1vh;
  font-size: 2vh;
  margin-top: .5vh;

}

.terms{
	font-family: freebooter;
    font-size: 3vh;
    margin-bottom: 0vh;
    margin-top: .5vh;
}

.terms input{
	vertical-align: text-top;
    width: 2vh;
    height: 2vh;
}
.green-terms{
	color:green;
}

.step{
	font-size: 3.5em;
    font-family: freebooter;
    margin: 0px;
}
.box{
    padding-left: 3vh;
    padding-right: 3vh;
    background-color: white;
    border-radius: 1vh;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-bottom: 1vh;
    text-align: center;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 36px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 36px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 36px -1px rgba(0,0,0,0.75);
}

.logo-nomargin{
      width: 40vh;
}

.toby {
    width: 13vh;
    margin-top: -5vh;
}

.btn-grey {
  background: #a8a8a8;
  background-image: -webkit-linear-gradient(top, #a8a8a8, #6b6b6b);
  background-image: -moz-linear-gradient(top, #a8a8a8, #6b6b6b);
  background-image: -ms-linear-gradient(top, #a8a8a8, #6b6b6b);
  background-image: -o-linear-gradient(top, #a8a8a8, #6b6b6b);
  background-image: linear-gradient(to bottom, #a8a8a8, #6b6b6b);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 3px;
  text-decoration: none;
  vertical-align: middle;
}

.btn-grey :hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.holder-howto{
  
    background: #ffffff78;
    padding-top: 2vh;
    padding-bottom: 1vh;
    padding: 2vh 2vh 1vh 2vh;
    margin: 2vh auto;
    margin-bottom: 2vh;
    border-radius: 6px;
    border: 2px solid #59ad41;
}

.holder-howto p{
   color: #1457a8;
}


.termholder{
    height: 36vh;
    overflow: scroll;
    width: 80%;
    margin: 0 auto;
}

.termbtnholder{
    text-align: center;
}

.termholder p{
    font-family: helvetica-bold;
    color: #381805;
    font-size: 1.5vh;
}

.termsbtns{
    width: 20vh;
    position: relative;
    margin: 0 auto;
}

.top-img{
	width: 29vh;
    margin-top: -3vh;
}

.btm-j2o{
    width: 7vh;
    float: right;
    margin-right: 10px;
}

.btm-stone{
    width: 20vh;
    float: right;
}

.top-area-big{
	background-color: white;
    background-image: url(../images/sea-back2.png);
    position: fixed;
    z-index: 100;
    background-size: contain;
    top: 0;
    width: 100%;
    height: 90%;
    text-align: center;
}

.loading-left{
	float: left;
	height: 103%;
}
.loading-right{
	float: right;
	height: 90%;
}

.winner-prize{
	width: 16vh;
    position: absolute;
    bottom: 0px;
    right: 2vh;
    margin: 0px auto 1vh;
}

.winner-prize-s{
	width: 35vh;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0px auto 0vh;
}

.loading-j2o{
	width: 21vh;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 13vh auto;
    z-index: 101;
}



.loading-bar{
	       position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    margin: 0px auto;
}
.loading-bar img{
	    width: 8vh;

}

.grad{
	width: 100%;
	height: 100%;
}

.stonelogo{
	width: 25vh;
}

.p-serif{
	font-family: 'PT Serif', serif;
}

.stp-1-img{
 width: 34vh;
 position: absolute;
 margin: 0 auto;
 left: 0;
 right: 0;
}

.stp-2-img{
	width: 23vh;
    position: absolute;
    margin: 24px auto;
    left: 0;
    right: 0;
}
.stp-3-img{
	width: 20vh;
    position: absolute;
    margin: 0 auto;
    left: 0;
    bottom: 16px;
    right: 0;
}

.next{
	width: 9vh;
    float: right;
    top: 15vh;
    position: absolute;
    right: 0px;
}

.previous{
	left: 0px;
    top: 15vh;
    width: 9vh;
    float: left;
    position: absolute;
}

.scoreboard{
	width: 100%;
    background-image: url(../images/ingame-top.jpg);
    top: 0px;
    background-size: cover;
    height: 9vh;
    text-align: center;
}

.chest-ind{
	width: 6vh;
    margin-top: 2vh;
}

.gemsHolder,.unlocksHolder{
	border: 2px solid orange;
    border-radius: 7px;
    padding: .5vh;
    margin-top: 2vh;
}


.gemsHolder span img,.unlocksHolder span img{
	width:2.5vh;
}

.gemsHolder span b,.unlocksHolder span b{
 color: white;
 font-size: 2vh;
 padding: 4px;
 vertical-align: middle;
}

.modal {
  text-align: center;
    padding: 0!important;
    top: 20%;
}



.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;

}

.txt-modal-2{
  width: 75%;
  margin: 0 auto;
  font-family: helvetica-bold;
  font-weight: bold;
  color: #381805;
  font-size: 2.5vh;
  text-align: center;
  margin-bottom: 3vh;
}

.secret-location-found{
  font-size: 5vh;
  font-family: freebooter;
  margin-top: 15%;
}

.modal-small-txt{
  width: 75%;
  margin: 0 auto;
  font-family: helvetica-bold;
  font-weight: bold;
  color: #381805;
  font-size: 1.5vh;
  text-align: center;
  margin-bottom: 3vh;
}

.modal-body{
        position: relative;
    padding: 0vh;
    padding-right: 1vh;
    padding-left: 1vh;
    padding-bottom: 8vh;
    border: 4px solid white;
    border-radius: 2vh;
}

.modal-body2{
    position: relative;
    padding: 15px;
    background-image: url(../images/box3.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 63vh;
    text-align: CENTER;
}

.modal-body3{
   position: relative;
   padding: 15px;
   background-image: url(../images/box.png);
   background-size: contain;
   background-repeat: no-repeat;
   height: 63vh;
   text-align: CENTER;
}

.padding-tp{
  padding-top: 22%;
}

.code{
  width: 64%;
  height: 4vh;
  margin: 0 auto;
  border: 1px solid #381805;
  margin-bottom: 3vh;
  font-size: 2vh;
  font-weight: bolder;
  text-transform: uppercase;
}

.find{
  width: 14vh;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100;
}

.searching{
  width: 12vh;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100;
}

.takeme{
  width: 20vh;
  position: relative;
  margin: 0 auto;
  bottom: 1vh;
}

.modal-c{
      position: relative;
    background: #158ace;
    text-align: center;
    border-radius: 2vh;
}

.winner-tp{
 width: 33vh;
 right: 0;
 left: 0;
 position: absolute;
 margin: -5vh auto;
 z-index: 15;
}

.txtmodal-head{
   font-family: helvetica-bold;
   font-weight: bold;
   color: #381805;
   text-align: center;
   margin-bottom: 3vh;
   margin-top: 2vh;
   font-size: 2vh;
}

.closebtn{
  width: 5vh;
  float: right;
}

.shot{
    opacity: 0;
    position: fixed;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, 18%);
    width: 3vh;
    z-index: 500;
    pointer-events: none;

-webkit-transition: bottom .05s ease;
    -moz-transition: bottom .05s ease;
    -o-transition: bottom .05s ease;
    transition: bottom .05s ease;


  }

  .bino{

  }


.padding-cover{
  height: 6vh;
}

.pad{
  padding-right: 10px;
  padding-left: 10px;
}

.startshiptxt{
  width: 75%;
  margin: 35% auto;
  font-family: helvetica-bold;
  font-weight: bold;
  color: #381805;
  font-size: 1.5vh;
  text-align: center;
  margin-bottom: 3vh;
}

.orientation{
    width: 100%;
    height: 100%;
    position: FIXED;
    z-index: 5000;
    background-color: white;
}

.orientation center{
    margin: 20% auto;
}

.shpwrk-ready{
  font-size: 5vh;
  font-family: freebooter;
}

.timer{
  background-image: url(../images/timer.png);
  background-repeat: no-repeat;
  width: 12vh;
  height: 13vh;
  background-size: 100%;
  background-position: center top;
  float: right;
  margin-top: 1vh;
  margin-right: 1vh;
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}

.bonusbtle{
    width: 28vh;
    margin-bottom: 2vh;
}

.secretLoc{
  width: 10vh;
  height: 10vh;
  float: right;
  margin-right: 1vh;
  margin-top: 1vh;
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}

.timer p{
  display: block;
  text-align: CENTER;
  margin: 6vh auto;
  font-size: 3vh;
  font-weight: bold;
  margin-left: 2vh;
}

.timesup{
  font-size: 5vh;
  font-family: freebooter;
  margin: 24% auto 0;
}

.timesupsub{
  width: 75%;
  margin: 5% auto;
  font-family: helvetica-bold;
  font-weight: bold;
  color: #381805;
  font-size: 1.5vh;
  text-align: center;
}

.inputcontrols{
  width: 14vh;
  margin: 1vh;
  border: 1px dashed black;
  border-radius: 50%;
  padding: 2vh;
}

.inputcontrols2{
    width: 9vh;
    margin: 1vh;
}

.txt-cen{
    text-align: center;
}

.info-360{
  position: absolute;
  margin: 30vh auto;
  text-align: CENTER;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.mar-t{
  margin-top: 10vh;
}
.mar-gap{
  margin-top: 4vh;
    margin-bottom: 4vh;
}

.logo-container{
 padding: 1vh;
    width: 10vh;
    margin: 0 auto;
}

.logo-container img{
     width: 100%;
}

.nag-btm{
      margin: 0vh auto;
    height: auto;
    z-index: -1;
    left: 0;
    right: 0;
    width: 50vh;
    position: fixed;
    bottom: 0;
}

.ext{
    width: 18vh;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
}

.ex{
   position: fixed;
   bottom: 2vh;
   right: 0;
   left: 0;
   width: 13vh;
   margin: 0 auto;
}

.p2w{
    width: 14vh;
    margin-bottom: 4px;
}

.single-diamond{
    width: 12%;
    margin: 4px;
}

.coin-d{
    width: 8%;
    margin: 4px;
}


.modal-small-txt-lessmar{
    width: 75%;
    margin: 0 auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size:1.8vh;
    text-align: center;

}



.ret-img{
    width: 36%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.txt2{
    width: 35vh;
    margin: 1vh auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.8vh;
}

.txt4{
    width: 35vh;
    margin: 0px auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.8vh;
}

.play1{
    width: 18vh;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
    bottom: 2vh;
}

.txt-dsit{
    width: 75%;
    margin: 7% auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.5vh;
    text-align: center;
    margin-bottom: 3vh;
}

.range{
 display: inline-block;
 width: 70%;
 vertical-align: middle;
}

.speed-change-title{
    width: 75%;
    margin: 7% auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 2vh;
    text-align: center;
    margin-bottom: 3vh;
}

.min-t{
    float: left;
    margin-top: 7px;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.5vh;
}
.max-t{
    float: right;
    margin-top: 7px;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.5vh;
}

input[type=range] {
 height: 29px;
 -webkit-appearance: none;
 width: 70%;
 margin: 0 auto;
 display: inline-block;
 background-color: transparent;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #A1740D;
  border-radius: 50px;
  border: 1px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  background: #FFAF0F;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #A1740D;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #A1740D;
  border-radius: 50px;
  border: 1px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  background: #FFAF0F;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #A1740D;
  border: 1px solid #000000;
  border-radius: 100px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #A1740D;
  border: 1px solid #000000;
  border-radius: 100px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  background: #FFAF0F;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #A1740D;
}
input[type=range]:focus::-ms-fill-upper {
  background: #A1740D;
}


.infobox{
    width: 5vh;
    height: 5vh;
    float: left;
    margin-left: 1vh;
    margin-top: 1vh;
}

.step-3{
 width: 34vh;
 position: absolute;
 margin: 0 auto;
 left: 0;
 bottom: 4vh;
 right: 0;
}

.pag{
    width: 27%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.takeme2{
    width: 20vh;
    position: relative;
    margin: 0 auto;
    bottom: -13vh;
}

.oops{
   font-size: 5vh;
   font-family: freebooter;
   margin-top: 12%; 
}

.mdimg{
  width: 88%;
  margin-top: 21%;
  left: 0;
  right: 0;
}

.platsec{
    width: 18vh;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
    bottom: 6vh;
}

.timesupsub2{
    width: 75%;
    margin: 3% auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.5vh;
    text-align: center;
}

.count{
    width: 75%;
    margin: 5% auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 3vh;
    text-align: center;
}

.txtmodal-head2{
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    text-align: center;
    margin-bottom: 1vh;
    margin-top: -1vh;
    font-size: 2.5vh;
}

.txt-modal2{
    width: 75%;
    margin: 0 auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 1.8vh;
    text-align: center;
    margin-bottom: 2vh;
}

.startshiptxt2{
   width: 85%;
   margin: 4vh auto;
   font-family: helvetica-bold;
   font-weight: bold;
   color: #381805;
   font-size: 1.8vh;
   text-align: center;
   margin-bottom: 1vh;
}

.startshiptxt3{
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    display: block;
    font-size: 1.8vh;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.startshiptxt4{
    width: 85%;
    margin: 1vh auto;
    font-family: helvetica-bold;
    font-weight: bold;
    color: #381805;
    font-size: 2vh;
    text-align: center;
    margin-bottom: 1vh;
}

@-webkit-keyframes pulse {
 0% {
     -webkit-transform: scale(1, 1);
 }
 50% {
     -webkit-transform: scale(1.1, 1.1);
 }
 100% {
     -webkit-transform: scale(1, 1);
 }
}

@keyframes pulse {
 0% {
     transform: scale(1, 1);
 }
 50% {
     transform: scale(1.1, 1.1);
 }
 100% {
    transform: scale(1, 1);
}
}

@media (min-width: 768px){

    .modal-dialog {
        width: 50vh;
        margin: 30px auto;
    }
}


.title-text-stroked{
       font-family: oswald-regular;
    font-size: 3vh;
    color: #80388d;
    font-weight: bolder;
    text-transform: uppercase;
    padding-top: 2vh;
}

.message-sub{
    font-family: OpenSans-Semibold;
    font-size: 1.8vh;
    margin-top: 2vh;
}

.message-sub span{
    color:#009fe3;
}

.message-sub span:hover{
    cursor: pointer;
}


.prizes-1000{
    width: 30vh;
    bottom: 0px;
    right: 5vh;
    margin: 0px auto 2vh;
    display: block;
}

.btny{
        -webkit-border-radius: 1vh;
    -moz-border-radius: 1vh;
    border-radius: 1vh;
    font-size: 3vh;
    background: white;
    padding: 1vh 5vh 1vh 5vh;
    text-decoration: none;
    border: none;
    font-family: 'Oswald-DemiBold';
    color: #f18f00;
    font-style: italic;
}

.btny:hover {
  background: #e7e7e7;
  text-decoration: none;
  cursor: pointer;
}

.btnx {
  -webkit-border-radius: 1vh;
  -moz-border-radius: 1vh;
  border-radius: 1vh;
  font-size: 3vh;
  background: #f18f00;
  padding: 1vh 5vh 1vh 5vh;
  text-decoration: none;
  border: none;
  font-family: 'Oswald-DemiBold';
  color: white;
  font-style: italic;
}

.btnx:hover {
  background: #ffa930;
  text-decoration: none;
  cursor: pointer;
}

.instructions{
    font-family: OpenSans-Semibold;
    font-size: 1.8vh;
    margin-top: 2.5vh;
    margin-bottom: 1.5vh;
    text-transform: uppercase;
}

.instructions span{
    color: #80398d;
    display: block;
}
.winner1001{
    width: 24vh;
    position: absolute;
    bottom: .5vh;
    left: 1vh;
}
.winner1000{
    width: 30vh;
    position: absolute;
    bottom: 3.5vh;
    left: 0;
    margin: 0px auto 1vh;
    right: 0;
    z-index: 5;
}

.vending-machine{
    position: absolute;
    text-align: CENTER;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.winner-st{
    font-family: oswald-regular;
    font-size: 7vh;
    color: #72317e;
    text-shadow: 3px 3px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
    text-transform: uppercase;
    padding-top: 3vh;
}

.winner-sub{
    font-family: OpenSans-Semibold;
    font-size: 2vh;
    margin-top: 3vh;
    color: white;
}

.winner-msg{
    font-family: Oswald-Regular;
    font-size: 3.5vh;
    margin-top: 0vh;
    color: white;
}

.frm{
    margin-bottom: 1vh;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.tc{
   height: 40vh;
    overflow-y: scroll;
    padding: 2vh;
    text-align: LEFT;
    margin-top: 3vh;
    margin-bottom: 2vh;
}

.style-tc{
    font-family: oswald-regular;
    font-size: 3vh;
    color: #80388d;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: CENTER;
}

#accept{
    margin: .5vh;
    vertical-align: middle;
    width: 2vh;
    height: 2vh;
}

.winningdrink{
    text-align: left;
}

.form-control{
   height: 29px;
}

.er{
    color: red;
}




.h1_{
     font-family: 'LT-Bold';
   
    text-align: left;
}

.h3_{
   font-family: 'LT-Bold';
   
    text-align: left;
}

.pale_blue{
   color: #acdced;
}

.white{
   color: white;
}

.mar_t_half{
      margin-top: 1.5vh;
    margin-bottom: 0px;
}

.mar_t_full{
       color: #000000;
    margin-top: 4vh;
    text-align: CENTER;
}

.mar_tt_full{
         margin-top: 0vh;
    margin-bottom: 0vh;
    font-size: 3.8vh;
}

.play{
       display: block;
    color: #4bb0eb;
    background-color: #ffffff;
    border: none;
    font-family: 'LT-Bold';
    font-size: 4vh;
    border-radius: 5vh;
    padding: 1vh;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2vh;
    -webkit-box-shadow: 0px 5px 0px 0px #1b96de;
    -moz-box-shadow: 0px 5px 0px 0px #1b96de;
    box-shadow: 0px 5px 0px 0px #1b96de;
}

.leaderboard{
       display: block;
    color: #ffffff;
    background-color: #4bb0eb;
    padding: 1vh;
    font-family: 'LT-Bold';
    font-size: 4vh;
    border-radius: 5vh;
    margin: 0 auto;
    width: 100%;
    border: 1px solid white;
    -webkit-box-shadow: 0px 5px 0px 0px #1b96de;
    -moz-box-shadow: 0px 5px 0px 0px #1b96de;
    box-shadow: 0px 5px 0px 0px #1b96de;
   
}

.share{
    display: block;
    color: white;
    background-color: #ea5a1c;
    border: none;
    padding-left: 1.5vh;
    font-family: 'LT-Bold';
    padding-right: 1.5vh;
    font-size: 5vh;
    margin-top: 12vh;
}

.pl-aga{
       font-family: 'LT-Bold';
    text-align: left;
    line-height: 5vh;
    font-size: 5vh;
    color: white;
     margin-top: 2vh;
    padding-left: 1.5vh;
    padding-right: 1.5vh;
    display: block;
    background-color: #ea5a1c;
    border: none;
    padding: 1.5vh;
}

.swinton-bottom{
       width: 9vh;
    position: absolute;
    right: 0;
    left: 0;
    margin: 4vh auto 0vh;
    z-index: 105;
}

.fake-border{
      background: #ffffff;
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 14vh;
}
.logo-area{
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 15vh;
    background-color: #00000000;
    padding-top: 5vh;
    
}

.peek{
     margin: 0vh auto;
    height: auto;
    z-index: -2;
    left: 0;
    right: 0;
    margin-top: 4vh;
    margin-bottom: 0vh;
    width: 35vh;
    position: relative;
}

.latter-content{
  position: fixed;
    margin-top: -5vh;
}

.btn-group button {
      background-color: #ffffff;
    border: 1px solid #4bb0eb;
    color: #4bb0eb;
    padding: 10px 5vh;
    cursor: pointer;
    float: left;
        font-family: 'LT-Bold';
    font-size: 4vh;
    margin-top: .5vh;
}

.vr{

      border-top-left-radius: 5vh;
    border-bottom-left-radius: 5vh;
}

.hider{
    background: #4bb0eb;
    top: -4vh;
    position: relative;
    z-index: 1;
    height: 100vh;
}

.swipe{
      border-top-right-radius: 5vh;
    border-bottom-right-radius: 5vh;
}
/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.title-bold{
   font-size: 3.8vh;
    font-family: 'LT-Bold';
    text-align: center;
    color: white;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.hidebar{
       margin: 0vh auto;
    height: auto;
    z-index: 1;
    left: 0;
    right: 0;
    margin-top: -4%;
    margin-bottom: 0vh;
    width: 100%;
    position: relative;
}

.how-to-whack{
   margin: 0vh auto;
    height: auto;
    z-index: -1;
    left: 0;
    right: 0;
    margin-top: 4vh;
    margin-bottom: 2vh;
    width: 45vh;
}

.home-floor{
      width: 100%;
    background-color: #4275b0;
    height: 13vh;
    position: absolute;
    bottom: 12vh;
    z-index: -2;
}

.modal-backdrop{
  background-color: black!important;
}

.modal-top-label{
        display: block;
    color: #4bb0eb;
    background-color: #ffffff;
    border: none;
    padding: 1vh;
    font-family: 'LT-Bold';
    padding-right: 2vh;
    padding-left: 2vh;
    font-size: 3vh;
    width: min-content;
    width: -moz-min-content;
    margin: -2vh auto;
    border-radius: 5vh;
}

.modal-btm-btn-home{
   color: #4bb0eb;
    background-color: #ffffff;
    border: none;
    font-family: 'LT-Bold';
    font-size: x-large;
    padding: .5vh;
    padding-left: 3vh;
    padding-right: 3vh;
    border-radius: 5vh;

  
}

.modal-btm-btn-play{
   color: #ffffff;
    background-color: #4bb0eb;
    border: none;
    font-family: 'LT-Bold';
    font-size: x-large;
    padding: .5vh;
    padding-left: 3vh;
    padding-right: 3vh;
    border-radius: 5vh;

  }



.modal-btm{
       text-align: center;
    width: 100%;
    position: absolute;
    bottom: -15px;
}

.modal-btm-btn-mar{
  margin-right: 18vh;
}

#leaderboard-table{
      width: 94%;
    color: white;
    font-family: 'LT-Bold';
   
}

#leaderboard-table thead tr th{
        text-align: center;
    font-size: 3.5vh;
}

 #leaderboard-table tbody tr td{
     text-align: center;
    padding: 2vh 1vh 1vh 1vh;
    font-size: 2.5vh;
}

#leaderboard-table tbody tr{
  border-bottom: 1px solid #9e9f9e;
}



/* Important part */
.leaderboard-table-scroll{
    height: 50vh;
    overflow-y: auto;
    margin-top: 5vh;
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
     background: #e9e479;
    border: 0px none #ffffff;
    border-radius: 49px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
   border: 0px none #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #ffffff;
   border: 0px none #ffffff;
}
::-webkit-scrollbar-track {
      background: #bfbd8f;
    border: 0px none #ffffff;
    border-radius: 69px;
}
::-webkit-scrollbar-track:hover {
  background: #bfbd8f;
   border: 0px none #ffffff;
}
::-webkit-scrollbar-track:active {
 background: #bfbd8f;
   border: 0px none #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.in-game-title{
      font-size: 6vh;
}

.countdown-holder{
       position: absolute;
    z-index: 500000;
    width: 100%;
    height: 100%;
    background-color: #4bb0eb;
}

.countdown-holder p{
      top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-family: 'LT-Bold';
    text-align: center;
    font-size: 30vh;
    color: white;
}

#score,#timer{
  color: black;
    font-size: 4.5vh;
}

#timer{
      top: 2vh;
    position: RELATIVE;
}

.mod-pad{
      padding-left: 2vh;
    padding-right: 2vh;
}

.mad-btm{
  padding-bottom: 3vh;
}

.addi{
    padding-top: 3vh;
    padding-bottom: 2vh;
}

.no-border{
  border: none!important;
}

.desktop-info{
      font-size: 1.8vh;
    text-align: center;
    font-family: 'LT-Bold';
    color: white;
}

.wreaking-ball{
      width: 70vh;
    position: fixed;
    bottom: 13vh;
    margin: 0 auto;
    height: auto;
    left: 0;
    right: 0;
    z-index: -1;
}

.mar-tp-{
  margin-top: 1vh;
}

.play-again-text{
       font-family: 'LT-Bold';
    text-align: left;
    line-height: 5vh;
    font-size: 5vh;
    color: white;
    margin-top: 30vh;
    
}

.congratz{
      font-size: 4.5vh;
    font-family: 'LT-Bold';
    text-align: center;
    color: white;
   
}

.nagging-doubt{
  font-size: 4vh;
    font-family: 'LT-Bold';
    text-align: center;
    color: #acdced;
   
    margin-top: 0;
}

.score{
  font-size: 6vh;
}

.floor{
      width: 100%;
    background-color: #4275b0;
    height: 6vh;
    position: absolute;
    bottom: 12vh;
    z-index: -2;
}

.score-title{
   color: white;
    font-family: 'LT-Bold';
    font-size: 5vh;
    margin-top: 4vh;
    margin-left: 2vh;
    text-align: center;
}

.score-sub{
   color: white;
    font-family: 'LT-Bold';
    font-size: 4vh;
    margin-top: 3vh;
    margin-left: 2vh;
    text-align: center;
    
}

.initials{
     color: white;
    font-family: 'LT-Bold';
    font-size: 4vh;
    margin: 0vh;
    margin-left: 2vh;
    text-align: center;
}

.text-blocks{
    background-color: #158ace;
    font-family: 'LT-Bold';
    border: none;
    border-bottom: 1vh solid white;
    width: 25%;
    height: 10vh;
    color: white;
    font-size: 5vh;
    text-transform: uppercase;
    text-align: CENTER;
    margin: 1vh;
}

.playagain-nagging{
  margin: 0vh auto;
    height: auto;
    z-index: -1;
    left: 0;
    right: 0;
    width: 45vh;
}

.share-mar{
  margin-right: 8vh;
}

.sound-control{
      float: RIGHT;
    width: 7vh;
}

.home-title{
  font-size: 6vh;
}

.home-subtitle{
      font-size: 3vh;
    line-height: 4vh;
    text-align: center;
}

.l-eye{
  width: 5vh;
    position: absolute;
    bottom: 14vh;
    margin: 0 auto;
    height: auto;
    left: -21vh;
    right: 6px;
    z-index: 10;
}

.r-eye{
  width: 5vh;
    position: absolute;
    bottom: 14vh;
    margin: 0 auto;
    height: auto;
    left: 21vh;
    right: 6px;
    z-index: 10;
}




.crosshair{
      pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}



.shotMove{
   bottom: 45%;
    left: 50%;
   webkit-transition: bottom .1s ease;
  -moz-transition: bottom .1s ease;
  -o-transition: bottom .1s ease;
  transition: bottom .1s ease;

}

.snowman{
  position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 14%);
   width: 35vh;
    z-index: 2;
   user-drag: none; 
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
 pointer-events: none;

}


.logo{
   width: 45vh;
    margin-top: 20vh;
}

.loading-content{
      position: relative;
    text-align: CENTER;
}

.cloudy{
  width: 84%;
    position: relative;
    margin: 8% auto -3%;
    left: 0;
    display: block;
    right: 0;
    z-index: 2;
}

.title{
       width: 52%;
    position: relative;
    margin: -1vh auto 0%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
}

.main-image{
       width: 80%;
    margin: -39% auto;
    left: 0;
    right: 0;
    position: relative;
    z-index: 0;
    display: block;
}

.loading-logo{
 width: 8vh;
    position: relative;
    bottom: 0px;
    margin: 37% auto;
    left: 0;
    right: 0;
    display: block;
}

.vibrate-1{-webkit-animation:vibrate-1 2s linear infinite both;animation:vibrate-1 2s linear infinite both}
.heartbeat{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}


.vintagebottom{
      width: 13vh;
    margin-top: 2vh;
}

.fruitbottom{
      width: 7vh;
}


.homeback{
  height: 75vh;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.hometitle{
      position: relative;
    z-index: 1;
    top: 3vh;
    width: 44vh;
    left: -1%;
    right: 0;
    margin: 0 auto;
}

.hometext{
      font-family: georgia;
    font-size: 2vh;
    color: white;
    
}
.wordguess,.wordguess_lose{
      font-family: georgia;
    font-size: 4vh;
    color: white;
    
}

.logo-ingame{
      width: 25vh;
    margin-bottom: 2vh;
}

.playbtn{
    width: 35vh;
}

.continue{
  display: none;
  width: 35vh;
      margin: 7% auto;
}

.btn {
  background: #58ac41;
  background-image: -webkit-linear-gradient(top, #58ac41, #007237);
  background-image: -moz-linear-gradient(top, #58ac41, #007237);
  background-image: -ms-linear-gradient(top, #58ac41, #007237);
  background-image: -o-linear-gradient(top, #58ac41, #007237);
  background-image: linear-gradient(to bottom, #58ac41, #007237);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 3px;
  text-decoration: none;
  vertical-align: middle;
}

.howtoheader{
 font-size: 2.5vh;
    font-weight: 700;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.exitbtn{
      width: 35vh;
}

.acceptholder{
       width: 15vh;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
   
    font-family: georgia;

}

.acceptholder label{
   font-weight: 100!important;
}

.agreenmentHolder{
  margin-top: .5vh;
    margin-bottom: .5vh;
}
    

.agreenmentHolder a{
   font-family: georgia;
    text-decoration: underline;
    color: #2f2f2f;
    cursor: pointer;
    font-style: italic;
    font-weight: 100!important;
}

.cloudy2{
      width: 40vh;
    position: relative;
    margin: 2% auto -5%;
    left: 0;
    display: block;
    right: 0;
    z-index: 2;
}

.dog{
      display: block;
    width: 12vh;
    margin: 4% auto;
}

.popup{
  background-image: url(../images/popupback.png);
    text-align: center;
    background-color: transparent;
    background-size: contain;
    min-height: 45vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.howtotitle{
      width: 25vh;
    margin: 6vh auto 0vh;
}


.howtotext{
      font-size: 2vh;
        font-family: georgia;
    width: 70%;
    margin: 3vh auto 0vh;
}

.photo-frame{
       position: fixed;
    width: 34vh;
    z-index: 500;
    background-color: white;
    height: 45vh;
    top: 0;
    left: 0;
    right: 0;
    margin: 26vh auto;
    display: none;
    text-align: center;
}

.photo-frame div{
     width: 31vh;
    height: 38vh;
    background-size: 100vh;
    background-position: center;
    margin: 2vh auto;
}

.rotatephoto {
    -webkit-animation:spin 4s linear ;
    -moz-animation:spin 4s linear ;
    animation:spin 4s linear ;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(60deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(60deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(60deg); transform:rotate(60deg); } }



.bottle-holder{
       position: fixed;
    bottom: 10vh;
    z-index: 500;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 18.5vh;
    pointer-events: none;
}

.flicker{
      position: fixed;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 600;
    display: none;
        top: 0;
}

.bottle-holder img{
      width: 4vh;
    margin-left: .5vh;
}

.bottle{
     width: 6vh;
    position: absolute;
    bottom: 6vh;
    right: 4vh;
    transform: rotate(23deg);
}

.bottle2{
   width: 5vh;
    position: absolute;
    bottom: 6vh;
    left: 3vh;
    transform: rotate(-21deg);
}

.playwithvr{
  width: 20vh;
    margin-top: 3vh;
}

.deco{
  text-decoration: underline;
}

.termsheader{
      width: 28vh;
    padding-top: 5vh;
}

.tcheader{
      text-align: CENTER;
    margin: 0;
    margin-bottom: 1vh;
}

.tccontent{
      margin: 5vh auto;
    text-align: left;
    height: 45vh;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #2665af;
    width: 100%;
    padding: 2vh;
    padding-right: 1vh;
    background-color: #ffffff59;
}

.exittc{
      width: 12vh;
}

.winnerimg{
      width: 17vh;
    display: block;
    margin: 0 auto;
}

.totalholder{
      width: 20vh;
    margin: 0 auto;
}

.totalholder img{
       float: left;
    width: 10vh;
}


.btn-h{
      width: 30vh;
    margin: 4vh auto;
    text-align: center;
}
.btn-h2{
      width: 30vh;
    margin: 2vh auto;
    text-align: center;
}

.exitgame{
    width: 12vh;
    margin: 1vh;
}

.playagain{
      width: 12vh;
    margin: 1vh;
}


.notsuppportedtext{
      font-size: 2vh;
    font-family: georgia;
    width: 80%;
    margin: 0vh auto 0vh;
    padding-top: 30%;
}

.exitsp{
      width: 15vh;
    margin-top: 3vh;
}


.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}