body {
	 font-family: "theboldfont"; 
	 height: 100%;
}



@font-face {
font-family: 'theboldfont';
src: url('../fonts/theboldfont.ttf')  format('truetype');
}

@font-face {
font-family: 'Gabriela-Regular';
src: url('../fonts/Gabriela-Regular.ttf')  format('truetype');
}




@font-face {
font-family: 'OstrichSansHeavy';
src: url('../fonts/OstrichSans-Heavy.eot'); /* IE9 Compat Modes */
src: url('../fonts/OstrichSans-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/OstrichSans-Heavy.woff') format('woff'), /* Modern Browsers */
     url('../fonts/OstrichSans-Heavy.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('../fonts/OstrichSans-Heavy.svg#OstrichSans-Heavy') format('svg'); /* Legacy iOS */
}


p{
	font-size: 3vh;
    color: white;
    text-shadow: 0px 3px 2px #033e1e;
    line-height: normal;
    font-family: "theboldfont";
}

h1,h2,h3,h4{
	font-size: 3.5vh;
	 color: white;
    text-shadow: 0px 3px 2px #033e1e;
    line-height: normal;
    font-family: "theboldfont";
}

.parkbtm{
	width: 14vh;
    margin-top: 2vh;
}

.containerscratch {
 width: 40vh!important;
    height: 22vh!important;
    position: relative;
    margin: 2vh auto 0vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  -o-user-select: none;
  user-select: none;
      background: white;
    border-radius: 5px;
}

.challengeholder img{
 width: 30%;
 margin-bottom: 1vh;
 padding: .5vh;
}

.containerscratch img {
       padding: 0;
    width: 34vh!important;
    height: 16vh!important;
    margin: 3vh auto 0;
    pointer-events: none;
    border-radius: 5px;
}
.canvas {
   position: absolute;
    top: 0;
    width: 40vh!important;
    height: 22vh!important;
    border-radius: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.loading{
		position: fixed;
		width: 100%;
		height: 100%;
		background: white;
		text-align: CENTER;
		padding-top: 40vh;
}

._ww{
	font-size: 14vh;
    color: white;
    text-shadow: 0px 7px 2px rgb(97, 3, 62);
    margin: 1vh auto;
}

.infmar{
	margin-top: 2vh;
}

#container {
	position: relative;
	
}


#container3d canvas {
	position: absolute;
		z-index: 5;
		margin-top: 9vh;
}

.loading-holder,.detail-enter,.plus-holder,.terms-holder,.cardopen_holder,.welcome-holder,.how-to-play,.add-letter,.unjumble,.winner,.loser,.scratchCard,.voucher_claim,.thankyou,.center-selection,.congratulations-holder,.teamshow-holder{
	 position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 0;
    display: none;
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.martcenter{
	margin-top: 5vh;
}

.dirt_top{
	    background-image: url(../images/dirt.png);
    width: 100%;
    height: 15vh;
    background-size: contain;
    background-position: center 0vh;
    background-repeat: repeat-x; 
    position: fixed;
   

}

.select2-container{
	width: 34vh!important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 9px 9px 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3vh;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 2vh;
}

.select2-results__option{
	font-size: 1.8vh;
	background: #570382;
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    height: 0;
    left: 50%;
    margin-left: -17px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;

}

.select2-container--default .select2-selection--single{
    background-color: #570382;
    border: 2px solid #fff;
    border-radius: 4px;
    height: 4vh;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: white!important;
	    line-height: 3.5vh;
    font-size: 1.8vh;
}

.in-game{
 position: fixed;
 width: 100%;
 height: 9vh;
}

.margintb{
	 margin-top: 1vh;
    margin-bottom: 1vh;
}

.v_code{
	    font-size: 6vh;
    background-color: white;
    padding: 0;
    padding-left: 3vh;
    padding-right: 3vh;
    border: .5vh solid gold;
    margin-bottom: 2vh;
    display: inline-block;
    width: 100%;
}

.marb{
    margin-bottom: 3vh;
}

.btn-bigger{
	font-size: 5.5vh!important;
}

.thanks{
	
    font-size: 4vh!important;
    margin-bottom: 3vh;
}


.btnsp{
	margin-top: 4vh;
}

.takeshot{
	    border: 3px dashed white;
    background-color: #850254;
    padding: 6px;
}

.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;
}

.autoscroll{
	overflow: auto;
}

.fruitbtm{
        width: 33vh;
    margin-top: -2vh;
}

.prizes{
width: 43vh;
    margin: 0 auto;
    display: block;
}

.wt{
	    width: 40vh;
    margin: 3vh auto 1vh;
}
.top-area{

	background-image: 
    url(../images/bordertop.png),
    url(../images/borderleft.png),
    url(../images/borderright.png);
  background-position:
    top center, /* this positions the first image */
    top left,
    top right; /* this positions the second image */
  background-repeat:
    repeat-x,
    repeat-y,
    repeat-y; /* this applies to both images */
	position: relative;
    z-index: 100;
    background-size: contain;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border-bottom: none;


}

.footer-area{
	    position: absolute;
    z-index: 200;
    width: 100%;
    top: 93%;
    text-align: center;
    margin-top: 0px;
    

}

.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: 20vh;
		right: 0px;
}

.play{
	width: 18vh;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		z-index: 100;
}

.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);
}



.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-logo{
	width: 40vh;
		position: absolute;
		left: 0px;
		right: 0px;
		margin: 24vh auto;
}

.loading-bar{
		position: absolute;
		left: 0px;
		top: 46vh;
		right: 0px;
		margin: 0px auto;
}
.loading-bar img{
	width: 7vh;

}

.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;
}

.modal:before {
	    content: '';
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -4px;
}

.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;
    padding-top: 2vh;
    border: none;
    border-radius: 5vh;
    background-color: transparent;
    text-align: center;
}

.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-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}


.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;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f378c+0,36173a+100 */
background: #7f378c; /* Old browsers */
background: -moz-linear-gradient(top, #7f378c 0%, #36173a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7f378c 0%,#36173a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7f378c 0%,#36173a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f378c', endColorstr='#36173a',GradientType=0 ); /* IE6-9 */
		text-align: center;
		border-radius: 1vh;
}

.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;
}

.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;
		display: none;
}

.orientation center{
		margin: 20% auto;
}


.orientation center p{
	    font-size: 3.5vh;
    color: black!important;
    text-shadow: none!important;
    line-height: normal;
    font-family: "theboldfont";

}
.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-1vh{
	margin-top: 1vh;
}

.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;

}

.continue{
		width: 18vh;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		z-index: 100;
		bottom: 2vh;
}

.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{
	    width: 18vh;
    margin: 2vh auto;
    display: block;
}

.oops2{
	 width: 25vh;
    margin: 2vh auto;
    display: block;
}

.oops3{
	 width: 32vh;
    margin: 2vh auto;
    display: block;
}

.tchead2{
	    width: 36vh;
    margin-top: 2vh;
}

.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;
}





.winningdrink{
		text-align: left;
}

.form-control{
	 height: 29px;
}

.er{
		color: red;
}

.popyes{
	    width: 30vh;
    margin: 2vh auto 0vh;
    display: block;
}

.popno{
	    width: 23vh;
    margin: 1vh auto 0vh;
    display: block;
}

/**  hollywood styles **/

.welcome-th{
		color: white;
		font-size: 7vh;
		text-shadow: 0px 3px 2px rgb(88, 174, 101);
		text-align: CENTER;
		margin-top: 8vh;
		margin-bottom: 0px;
}

.welcome-th2{
	color: white;
    font-size: 3vh;
    text-shadow: 0px 3px 2px rgb(10, 55, 17);
    text-align: CENTER;
    margin-top: 1vh;
    margin-bottom: 0px;
}

		

.fruit-shoot{
		width: 11vh;
		position: absolute;
		bottom: 3vh;
		right: 0;
		left: 0;
		margin: 0px auto;
}

.hollywood-footer-img{
		 width: 18vh;
		margin-top: 2vh;
}

.hol_link{
	color: white;
	font-family: MyriadPro;
	margin-top: 2vh;
}

.hol_link b a{
 color: white!important;
 text-decoration: none;
}

.hol_link b a : hover{
 cursor: pointer;
}

.welcometoptext{
	width: 33vh;
    margin: 4vh auto 1vh;
    display: block;
}

.snow{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.enquirysent{
	width: 90%;
    display: block;
    margin: 2vh auto 1vh;
}

input[type=text]{
	border: none;
    background: #f4e9cc;
    width: 100%;
    font-size: 2vh;
    color: #1d1d1b;
    height: 5vh;
    border-radius: 0.5vh;
    margin-bottom: 1vh;
    text-indent: 1.5vh;
    font-family: 'Gabriela-Regular';
}

textarea{
	border: none;
    background: #f4e9cc;
    width: 100%;
    font-size: 2vh;
    color: #1d1d1b;
    
    border-radius: 0.5vh;
    margin-bottom: 1vh;
    text-indent: 1.5vh;
    font-family: 'Gabriela-Regular';
}



.detailstext{
	    width: 40vh;
    margin: 3vh auto 2vh;
    display: block;
}


.detailsbox{
	
    padding: 2vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.form-group{
	color: white;
    margin-bottom: .8vh;
}

.form-group label{
	font-size: 1.8vh;
	margin-bottom: 0px;
}

.alignver{
	vertical-align: top;
}

.white{
	color: white;
}

.slash{
	font-size: 2vh;
    margin-top: 4px;
    display: block;
    text-align: right;
    float: right;
}

.space-slash{
	width: 80%!important;
}

.dob{
	text-align: right;
}



.checkbox-inline{
	vertical-align: top!important;
}


.terms{

	width: 20px;
	height: 20px;
}
.terms-box{
   border: .5vh solid #ff4141;
    padding: 2vh;
    margin-top: 3vh;
    height: auto;
    font-size: 1.5vh;
    background-color: #f4e9cc;
    border-radius: 2vh;
    text-align: left;
    font-family: Arial;
}

.terms_content{
	    padding: 1vh;
    overflow-y: scroll;
    height: 55vh;
    font-size: 1.5vh;
    text-align: left;
    font-family: Arial;
    color: #121b4e;
        font-weight: bold;
}

.terms-box p{
	    font-size: 1.6vh;
    color: #121b4e;
    line-height: normal;
    font-family: Arial;
    text-shadow: none;
    font-weight: 800;
}

.demo_pop{
	    background-color: #f4e9cc;
    padding: 1vh;
    border-radius: 2vh;
    border: .3vh solid #ff4141;
}


.demo_pop_title{
	    width: 20vh;
    display: block;
    margin: 2vh auto 1vh;
}

.demo_ok{
	width: 16vh;
    display: block;
    margin: 2vh auto 0vh;
}

.demo_pop_text{
	    width: 95%;
    display: block;
    margin: 3vh auto 2vh;
}


::-webkit-scrollbar {
	width: 3px;
	height: 15px;
}
::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
::-webkit-scrollbar-thumb {
	background: #ff4141;
	border: 0px none #ffffff;
	border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
	background:  #ff4141;
}
::-webkit-scrollbar-thumb:active {
	background:  #ff4141;
}
::-webkit-scrollbar-track {
	
	border: 0px none #ffffff;
	border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
	background: #000000;
}
::-webkit-scrollbar-track:active {
	background:transparent;
}
::-webkit-scrollbar-corner {
	background: transparent;
}

.seperator{
	margin-top: 2vh;
}

.play-holder{
	margin: 1vh auto 0;
}



.sub-steps{
	color: white;
	text-shadow: 0px 3px 2px rgb(88, 174, 101);
	font-size: 2vh;
}

.sub-title{
	color: white;
	text-shadow: 0px 3px 2px rgb(88, 174, 101);
	font-size: 2.5vh;
}

.letsgo{
		width:20vh;
	-webkit-animation: pulse 1s ease-out infinite;
		animation: pulse 1s ease-out infinite;
}
.addLetter,.unjumblebtn,.tryagain,.startAddLetter,.startAddLetter2,.startUnjumble,.unlock,.btn{
	background-color: #559ec8;
    color: white;
    border-radius: 1.5vh;
    padding: .5vh 3vh .5vh 3vh;
    font-size: 4.5vh;
    text-shadow: 0px 2px 0px #3b84af;
    border: .4vh solid white;
 	outline: none;
}

.btn:focus, .btn:hover{
	color: white!important;
}

.btngrey{
	    background-color: #8e8e8e;
    color: white;
    border-radius: 1.5vh;
    padding:.5vh 3vh .5vh 3vh;
     border: .4vh solid white;
    font-size: 4.5vh;
    text-shadow: 0px 2px 0px #3b84af;
    outline: none;
}

.blink{
	-webkit-animation: pulse 1s ease-out infinite;
		animation: pulse 1s ease-out infinite;
}

.error{
	background: #f8b100!important;
}

.unjumbletext{
	margin-top: 15px;
}

.welcome-th4{
	color: white;
		font-size: 3.5vh;
		text-shadow: 0px 3px 2px rgb(88, 174, 101);
		text-align: CENTER;
		margin-top: 4vh;
		margin-bottom: 0px;
}

.welcome-th5 {
	color: white;
		font-size: 5vh;
		text-shadow: 0px 3px 2px rgb(88, 174, 101);
		text-align: CENTER;
		margin-top: 4vh;
		margin-bottom: 0px;
}



.orange{
		 width: 38vh;
		margin: 0 auto;
		display: block;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #1d1d1b!important;
	font-size: 2vh;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #1d1d1b!important;
	font-size: 2vh;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #1d1d1b!important;
	font-size: 2vh;
}
:-moz-placeholder { /* Firefox 18- */
	color:#1d1d1b!important;
	font-size: 2vh;
}

.merlin{

	 width: 38vh;
    margin: 2vh auto;
    display: block;
}
.input_correct{
	padding:0!important;
	    border: none!important;
    background: transparent !important;
    border-bottom: 4px solid #000000 !important;
    width: 5vh!important;
    height: 7vh!important;
    font-size: 5vh!important;
    text-align: CENTER!important;
    z-index: 1;
    position: relative;
   
    cursor: pointer;
    color: #f28e00!important;
    
    outline: none;
    text-shadow: 0px 3px 2px #033e1e;
}

.top-space{
	margin-top: 3vh;
}

.welcome-th3{
			color: white;
		font-size: 3.5vh;
		text-shadow: 0px 3px 2px rgb(88, 174, 101);
		text-align: CENTER;
		margin-top: 8vh;
		margin-bottom: 0px;
}


.inputf{
	padding: 0vh!important;
	width: 5.6vh!important;
    border: none!important;
    border-radius: 9px;
    height: 5.5vh!important;
    margin-top: 10px;
    background-color: transparent!important;
    font-size: 4vh!important;
    text-align: center;
    color: #f28e00!important;
    pointer-events: none;
    outline: none;
    text-shadow: 0px 3px 2px #033e1e;
}

.input1{
		
}

.input2{
		
}

.input3{
	
}

.input4{
	
	 
}

.input5{
	
	 

}

.topareapadding{
	padding-top: 5vh;
}

.playbtn{
width: 30vh;
    margin: 5vh auto 1vh;
}

.addletter,.resetAll,.redeem{
	    width: 25vh;
    display: block;
    margin: 5vh auto 0vh;
}

.claim{
	display: none;
    width: 25vh;
    margin: 2vh auto 0;
    position: relative;
}

.nopad{
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.input6{
		
	 
}

.undo{
	    width: 25vh;
    display: block;
    margin: 0vh auto 0vh;
}

.bottlemargin{
	margin: 2vh auto 4vh;
}

.draggable{
	    background-image: url(../images/letterback.png);
    width: 5.8vh;
    display: inline-block;
    cursor: pointer;
    height: 16vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 6.7vh;
    position: relative;
}

.pushdown{
	top:2vh;
}


@-webkit-keyframes pulse {
 0% {
		 -webkit-transform: scale(1, 1);
		 opacity: 1;
 }
 50% {
		 -webkit-transform: scale(1.5, 1.5);
			opacity: .8;
 }
 100% {
		 -webkit-transform: scale(1, 1);
			opacity: 1;
 }
}

@keyframes pulse {
 0% {
		 transform: scale(1, 1);
			opacity: 1;
 }
 50% {
		 transform: scale(1.5, 1.5);
			opacity: .8;
 }
 100% {
		transform: scale(1, 1);
		 opacity: 1;
}
}

.nextbtn{
  
    width: 30vh;
    display: block;
    margin: 3vh auto 0vh;
}

.marg-top{
	margin-top: 20vh;
}

.popupbtn{
	width: 30vh;
    margin: 4vh auto 0vh;
    display: block;
}

.howtosetup{
			 position: relative;
		width: 100%;
		height: 70vh;
		z-index: 50;
		margin-top: 3vh;
		
		padding-top: 2vh;
		padding-left: 1vh;
		padding-right: 1vh;
}

.sub-steps1{
	color: white;
	text-shadow: 1px 0px 1px #77034c, 0px 1px 1px #77034c, 2px 1px 1px #77034c, 1px 2px 1px #77034c, 3px 2px 1px #77034c, 2px 3px 1px #77034c, 4px 3px 1px #77034c, 3px 4px 1px #77034c, 5px 4px 1px #77034c, 4px 5px 1px #77034c, 6px 5px 1px #77034c;
		font-size: 5vh
}

.sub-steps2{
    color: white;
    font-size: 4vh;
}

.welcome-th6{
		color: white;
		font-size: 6vh;
		text-shadow: 1px 0px 1px #77034c, 0px 1px 1px #77034c, 2px 1px 1px #77034c, 1px 2px 1px #77034c, 3px 2px 1px #77034c, 2px 3px 1px #77034c, 4px 3px 1px #77034c, 3px 4px 1px #77034c, 5px 4px 1px #77034c, 4px 5px 1px #77034c, 6px 5px 1px #77034c;
		text-align: CENTER;
		margin-bottom: 0px;
}

.welcome-th7{
		color: white;
		font-size: 6vh;
		text-shadow: 1px 0px 1px #77034c, 0px 1px 1px #77034c, 2px 1px 1px #77034c, 1px 2px 1px #77034c, 3px 2px 1px #77034c, 2px 3px 1px #77034c, 4px 3px 1px #77034c, 3px 4px 1px #77034c, 5px 4px 1px #77034c, 4px 5px 1px #77034c, 6px 5px 1px #77034c;
		text-align: CENTER;
		margin-bottom: 10px;
}





.draghelper{
	 position: absolute;
	 width: 8vh;
	 z-index: 20;
		 animation:draghelp 2s linear infinite;
		-moz-animation:draghelp 2s linear infinite; /* Firefox */
		-webkit-animation:draghelp 2s linear infinite; /* Safari and Chrome */      
}

@keyframes draghelp{
		from {top: -9vh;} 
		to{top:6vh;} 
}
@-moz-keyframes draghelp{
		 from {top: -9vh;} 
		to{top:6vh;} 
}
@-webkit-keyframes draghelp{
			from {top: -9vh;} 
		to{top:6vh;} 
}​

.agreenmentHolder{
	    display: block;
    margin: 0 auto 1vh;
   
    font-size: 3vh;
    text-transform: uppercase;
    color: #393583!important;
    background-color: white;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1vh;
    padding-right: 1vh;
}

.checkbox-custom{
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label{
       display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    color: #f4e9cc;
    font-size: 1.5vh;
    font-family: 'Gabriela-Regular';
    font-weight: normal;
    text-shadow: -1px 3px 1px #000;
}

.checkbox-custom-label{
    position: relative;
}

a{
	color: #ffffff;
}

.checkbox-custom + .checkbox-custom-label:before{
        content: '';
    background: #3f2e24;
    border: .3vh solid #ffffff;
    display: inline-block;
    vertical-align: middle;
    width: 2.5vh;
    height: 2.5vh;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 4px #3f2e24;
    box-shadow: inset 0px 0px 0px 4px #3f2e24;
}

.accept,.decline{
	width: 16vh;
}


.spider{
	width: 36vh;
    margin: -1vh auto 1vh;
}

.checkbox-custom:focus + .checkbox-custom-label{
 
}

.skip{
	    width: 9vh;
    display: inline-block;
    margin-right: 4vh;
}

.submit{
	    width: 17vh;
    display: inline-block;
}

.buttonholders{
    text-align: center;
    margin: 2vh auto 1vh;
    display: block;
}

.accepttext{
	margin-left: -0.5vh;
    font-size: 1.5vh;
    font-family: sans-serif;
}
.tchead{
	    width: 36vh;
    margin: 0vh auto 3vh;
    display: block;
}

.m_christmas{
	    width: 41vh;
    margin: 0vh auto 3vh;
    display: block;
}


.d_thanks{
	    width: 43vh;
    margin: 0vh auto 3vh;
    display: block;
}

.holder-howto{
	padding-bottom: 10vh;
}

.popup-text{
	font-size: 3vh;
}
.popup-title{
	font-size: 4vh;
}


.valassis_loading{
	width: 25vh;
    margin: 14vh auto 1vh;
}

.vtext{
	    width: 33vh;
    margin: 6vh auto -2vh;
}

.cardholder{
	position: relative;
    margin: 0 auto;
}

.merryxmas{
	width: 28vh;
    position: absolute;
    margin: 5vh auto 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.taphere{
	width: 22vh;
    position: absolute;
    margin: 29vh auto 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.cardplain{
	    width: 36vh;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 0;
}


.cards {
	display: none;
}

.card-toggle {
  display: none;
}

.card {
  display: block;
    width: 40vh;
    height: 100%;
    position: relative;
    -webkit-perspective: 700;
    margin: 30px auto;
    cursor: pointer;
}

.fimg{
	width: 40vh;
}

.card:hover .face {
  -webkit-transition: all 0.3s ease-out;
}

.face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.5s ease-out;
  -webkit-transform-origin: 0 0;
}

.front {
  -webkit-transform: rotateY(0deg);
  z-index: 3;
  -webkit-backface-visibility: hidden;
}

.inner-left {
  -webkit-transform: rotateY(0deg);
  z-index: 2;
}

.inner-left > img {
  -webkit-transform: rotateY(180deg);
}

.inner-right {
  -webkit-transform: rotateY(0deg);
  z-index: 1;
}

.card:hover .front,
.card:hover .inner-left {
  -webkit-transform: rotateY(0deg);
}

.card-toggle:checked + .card .front,
.card-toggle:checked + .card .inner-left {
  -webkit-transform: rotateY(-180deg);
}

.card-toggle:checked + .card .inner-right {
  -webkit-transform: rotateY(0deg);
}

.gifts{
	position: absolute;
    left: -16vh;
    right: 0;
    margin: 0 auto;
    width: 20vh;
    z-index: 2;
    top: 45vh;
}

.santaback{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    width: 40vh;
}

.santa{
	    position: absolute;
    left: 0;
    right: -18vh;
    margin: 0 auto;
    z-index: 1;
    top: 41vh;
}

.realgifts{
	    position: absolute;
    left: 0;
    right: -21vh;
    margin: 0 auto;
    z-index: 1;
    top: 38vh;
}


.greengift{
	    position: absolute;
    left: -46vh;
    right: 0;
    margin: 0 auto;
    z-index: 4;
    width: 13vh;
    top: -22vh;
}

.pinkgift{
       position: absolute;
    left: 0;
    right: -3vh;
    margin: 0 auto;
    z-index: 4;
    width: 13vh;
    top: -23vh;
}


.tapone{
	    position: absolute;
    left: -22vh;
    right: 0;
    margin: 0 auto;
    z-index: 4;
    width: 12vh;
    top: -25vh;
    pointer-events: none;
}

.orangegift{
    position: absolute;
    left: 0;
    right: 21vh;
    margin: 0 auto;
    z-index: 4;
    width: 13vh;
    top: -36vh;

}

.confetticannon{
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}


.selectgift{ display: none; }

.floating2{
  animation: floating2Frames linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: floating2Frames linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: floating2Frames linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: floating2Frames linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: floating2Frames linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes floating2Frames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  40% {
    transform:  translate(-15px,-8px)  ;
  }
  70% {
    transform:  translate(-13px,-15px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes floating2Frames{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  40% {
    -moz-transform:  translate(-15px,-8px)  ;
  }
  70% {
    -moz-transform:  translate(-13px,-15px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes floating2Frames {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  40% {
    -webkit-transform:  translate(-15px,-8px)  ;
  }
  70% {
    -webkit-transform:  translate(-13px,-15px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes floating2Frames {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  40% {
    -o-transform:  translate(-15px,-8px)  ;
  }
  70% {
    -o-transform:  translate(-13px,-15px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes floating2Frames {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  40% {
    -ms-transform:  translate(-15px,-8px)  ;
  }
  70% {
    -ms-transform:  translate(-13px,-15px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}


.floating1{
  animation: floating1Frames linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: floating1Frames linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: floating1Frames linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: floating1Frames linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: floating1Frames linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes floating1Frames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  40% {
    transform:  translate(-23px,-1px)  ;
  }
  70% {
    transform:  translate(-17px,-23px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes floating1Frames{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  40% {
    -moz-transform:  translate(-23px,-1px)  ;
  }
  70% {
    -moz-transform:  translate(-17px,-23px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes floating1Frames {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  40% {
    -webkit-transform:  translate(-23px,-1px)  ;
  }
  70% {
    -webkit-transform:  translate(-17px,-23px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes floating1Frames {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  40% {
    -o-transform:  translate(-23px,-1px)  ;
  }
  70% {
    -o-transform:  translate(-17px,-23px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes floating1Frames {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  40% {
    -ms-transform:  translate(-23px,-1px)  ;
  }
  70% {
    -ms-transform:  translate(-17px,-23px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
.floating{
  animation: floatingFrames linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: floatingFrames linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: floatingFrames linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: floatingFrames linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: floatingFrames linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes floatingFrames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  31% {
    transform:  translate(-8px,-4px)  ;
  }
  72% {
    transform:  translate(3px,-2px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes floatingFrames{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  31% {
    -moz-transform:  translate(-8px,-4px)  ;
  }
  72% {
    -moz-transform:  translate(3px,-2px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes floatingFrames {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  31% {
    -webkit-transform:  translate(-8px,-4px)  ;
  }
  72% {
    -webkit-transform:  translate(3px,-2px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes floatingFrames {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  31% {
    -o-transform:  translate(-8px,-4px)  ;
  }
  72% {
    -o-transform:  translate(3px,-2px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes floatingFrames {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  31% {
    -ms-transform:  translate(-13px,-4px)  ;
  }
  72% {
    -ms-transform:  translate(3px,-2px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
.armr{
  animation: armrFrames ease 1s;
  animation-iteration-count: infinite;
  transform-origin: 100% 0%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: armrFrames ease 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 100% 0%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: armrFrames ease 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 100% 0%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: armrFrames ease 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 100% 0%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: armrFrames ease 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 100% 0%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes armrFrames{
  0% {
    transform:  rotate(44deg) ;
  }
  30% {
    transform:  rotate(94deg) ;
  }
  60% {
    transform:  rotate(40deg) ;
  }
  100% {
    transform:  rotate(44deg) ;
  }
}

@-moz-keyframes armrFrames{
  0% {
    -moz-transform:  rotate(44deg) ;
  }
  30% {
    -moz-transform:  rotate(94deg) ;
  }
  60% {
    -moz-transform:  rotate(40deg) ;
  }
  100% {
    -moz-transform:  rotate(44deg) ;
  }
}

@-webkit-keyframes armrFrames {
  0% {
    -webkit-transform:  rotate(44deg) ;
  }
  30% {
    -webkit-transform:  rotate(94deg) ;
  }
  60% {
    -webkit-transform:  rotate(40deg) ;
  }
  100% {
    -webkit-transform:  rotate(44deg) ;
  }
}

@-o-keyframes armrFrames {
  0% {
    -o-transform:  rotate(44deg) ;
  }
  30% {
    -o-transform:  rotate(94deg) ;
  }
  60% {
    -o-transform:  rotate(40deg) ;
  }
  100% {
    -o-transform:  rotate(44deg) ;
  }
}

@-ms-keyframes armrFrames {
  0% {
    -ms-transform:  rotate(44deg) ;
  }
  30% {
    -ms-transform:  rotate(94deg) ;
  }
  60% {
    -ms-transform:  rotate(40deg) ;
  }
  100% {
    -ms-transform:  rotate(44deg) ;
  }
}

.santahead{
	    position: absolute;
    left: 0;
    right: -2vh;
    margin: 0 auto;
    z-index: 4;
    width: 10vh;
    top: -7vh;
}

.armleft{
	    position: absolute;
    left: 0;
    right: -9vh;
    top: 3vh;
    margin: 0 auto;
    z-index: 3;
    width: 4vh;
}

.armright{
	    position: absolute;
    left: -9vh;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    width: 4vh;
    top: 3vh;
}

.santabody{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 10vh;
}
.headshake{
  animation: animationFrames linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  -1% {
  }
  0% {
    transform:  rotate(0deg) ;
  }
  25% {
    transform:  rotate(11deg) ;
  }
  61% {
    transform:  rotate(-11deg) ;
  }
  61% {
  }
  100% {
    transform:  rotate(0deg) ;
  }
}

@-moz-keyframes animationFrames{
  -1% {
  }
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  25% {
    -moz-transform:  rotate(11deg) ;
  }
  61% {
    -moz-transform:  rotate(-11deg) ;
  }
  61% {
  }
  100% {
    -moz-transform:  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFrames {
  -1% {
  }
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  25% {
    -webkit-transform:  rotate(11deg) ;
  }
  61% {
    -webkit-transform:  rotate(-11deg) ;
  }
  61% {
  }
  100% {
    -webkit-transform:  rotate(0deg) ;
  }
}

@-o-keyframes animationFrames {
  -1% {
  }
  0% {
    -o-transform:  rotate(0deg) ;
  }
  25% {
    -o-transform:  rotate(11deg) ;
  }
  61% {
    -o-transform:  rotate(-11deg) ;
  }
  61% {
  }
  100% {
    -o-transform:  rotate(0deg) ;
  }
}

@-ms-keyframes animationFrames {
  -1% {
  }
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  25% {
    -ms-transform:  rotate(11deg) ;
  }
  61% {
    -ms-transform:  rotate(-11deg) ;
  }
  61% {
  }
  100% {
    -ms-transform:  rotate(0deg) ;
  }
}



.arml{
  animation: armlFrames ease 1s;
  animation-iteration-count: infinite;
  transform-origin: 0% 0%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: armlFrames ease 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 0% 0%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: armlFrames ease 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 0% 0%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: armlFrames ease 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 0% 0%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: armlFrames ease 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 0% 0%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes armlFrames{
  0% {
    transform:  rotate(-44deg) ;
  }
  30% {
    transform:  rotate(-94deg) ;
  }
  65% {
    transform:  rotate(-40deg) ;
  }
  100% {
    transform:  rotate(-44deg) ;
  }
}

@-moz-keyframes armlFrames{
  0% {
    -moz-transform:  rotate(-44deg) ;
  }
  30% {
    -moz-transform:  rotate(-94deg) ;
  }
  65% {
    -moz-transform:  rotate(-40deg) ;
  }
  100% {
    -moz-transform:  rotate(-44deg) ;
  }
}

@-webkit-keyframes armlFrames {
  0% {
    -webkit-transform:  rotate(-44deg) ;
  }
  30% {
    -webkit-transform:  rotate(-94deg) ;
  }
  65% {
    -webkit-transform:  rotate(-40deg) ;
  }
  100% {
    -webkit-transform:  rotate(-44deg) ;
  }
}

@-o-keyframes armlFrames {
  0% {
    -o-transform:  rotate(-44deg) ;
  }
  30% {
    -o-transform:  rotate(-94deg) ;
  }
  65% {
    -o-transform:  rotate(-40deg) ;
  }
  100% {
    -o-transform:  rotate(-44deg) ;
  }
}

@-ms-keyframes armlFrames {
  0% {
    -ms-transform:  rotate(-44deg) ;
  }
  30% {
    -ms-transform:  rotate(-94deg) ;
  }
  65% {
    -ms-transform:  rotate(-40deg) ;
  }
  100% {
    -ms-transform:  rotate(-44deg) ;
  }
}

.prizetoptext{
	width: 25vh;
    display: block;
    margin: 0 auto;
}

.prizerevealholder{
    position: relative;
    margin: 22vh auto 0vh;
    width: 100%;
    height: 20vh;
}

.prizerevealholder_alreadyplayed{
    position: relative;
    margin: 30vh auto 0vh;
    width: 100%;
    height: 20vh;
}

.gifttop{
	    width: 25vh;
    position: absolute;
    left: -3.5vh;
    right: 0;
    margin: 0 auto;
    top: -9vh;
    z-index: 2;
    transform: rotate(-8deg);
}

.giftbottom{
	    width: 25vh;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: .1vh;
    z-index: 3;
    transform: rotate(-8deg);
}

.tag{
	width: 8vh;
    position: absolute;
    left: -18vh;
    right: 0;
    margin: 0 auto;
    top: -4.9vh;
    z-index: 5;
}

.statictop{
	    left: -4.6vh!important;
    top: 4.8vh!important;
    transform: rotate(-8deg);
}

.gifttopanim{
     animation: gifttopFrames ease 2s;
    animation-iteration-count: 1;
    transform-origin: 18% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: gifttopFrames ease 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 18% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: gifttopFrames ease 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 18% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: gifttopFrames ease 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 18% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: gifttopFrames ease 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 18% 50%;
    -ms-animation-fill-mode: forwards;
}

@keyframes gifttopFrames{
  0% {
    transform:  rotate(0deg) ;
  }
  39% {
    transform:  rotate(0deg) ;
  }
  70% {
    transform:  rotate(-146deg) ;
  }
  100% {
    transform:  rotate(-146deg) ;
  }
}

@-moz-keyframes gifttopFrames{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  39% {
    -moz-transform:  rotate(0deg) ;
  }
  70% {
    -moz-transform:  rotate(-146deg) ;
  }
  100% {
    -moz-transform:  rotate(-146deg) ;
  }
}

@-webkit-keyframes gifttopFrames {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  39% {
    -webkit-transform:  rotate(0deg) ;
  }
  70% {
    -webkit-transform:  rotate(-146deg) ;
  }
  100% {
    -webkit-transform:  rotate(-146deg) ;
  }
}

@-o-keyframes gifttopFrames {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  39% {
    -o-transform:  rotate(0deg) ;
  }
  70% {
    -o-transform:  rotate(-146deg) ;
  }
  100% {
    -o-transform:  rotate(-146deg) ;
  }
}

@-ms-keyframes gifttopFrames {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  39% {
    -ms-transform:  rotate(0deg) ;
  }
  70% {
    -ms-transform:  rotate(-146deg) ;
  }
  100% {
    -ms-transform:  rotate(-146deg) ;
  }
}

.burstanimation{
  animation: burstanimationFrames ease 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: burstanimationFrames ease 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: burstanimationFrames ease 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: burstanimationFrames ease 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: burstanimationFrames ease 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes burstanimationFrames{
  0% {
    transform:  translate(0px,91px)  scaleX(0.00) scaleY(0.00) ;
  }
  37% {
    transform:  translate(0px,90px)  scaleX(0.00) scaleY(0.00) ;
  }
  62% {
    transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes burstanimationFrames{
  0% {
    -moz-transform:  translate(0px,91px)  scaleX(0.00) scaleY(0.00) ;
  }
  37% {
    -moz-transform:  translate(0px,90px)  scaleX(0.00) scaleY(0.00) ;
  }
  62% {
    -moz-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes burstanimationFrames {
  0% {
    -webkit-transform:  translate(0px,91px)  scaleX(0.00) scaleY(0.00) ;
  }
  37% {
    -webkit-transform:  translate(0px,90px)  scaleX(0.00) scaleY(0.00) ;
  }
  62% {
    -webkit-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes burstanimationFrames {
  0% {
    -o-transform:  translate(0px,91px)  scaleX(0.00) scaleY(0.00) ;
  }
  37% {
    -o-transform:  translate(0px,90px)  scaleX(0.00) scaleY(0.00) ;
  }
  62% {
    -o-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -o-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes burstanimationFrames {
  0% {
    -ms-transform:  translate(0px,91px)  scaleX(0.00) scaleY(0.00) ;
  }
  37% {
    -ms-transform:  translate(0px,90px)  scaleX(0.00) scaleY(0.00) ;
  }
  62% {
    -ms-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}


.prizeimganimation{
  animation: prizeimganimationFrames ease 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: prizeimganimationFrames ease 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: prizeimganimationFrames ease 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: prizeimganimationFrames ease 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: prizeimganimationFrames ease 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes prizeimganimationFrames{
  0% {
    transform:  translate(0px,91px)  scaleX(0.00) scaleY(0.00) ;
  }
  47% {
    transform:  translate(0px,90px)  scaleX(0.00) scaleY(0.00) ;
  }
  72% {
    transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes prizeimganimationFrames{
  0% {
    -moz-transform:  translate(0px,91px)  scaleX(0.00) scaleY(0.00) ;
  }
  47% {
    -moz-transform:  translate(0px,90px)  scaleX(0.00) scaleY(0.00) ;
  }
  72% {
    -moz-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes prizeimganimationFrames {
  0% {
    -webkit-transform:  translate(0px,91px)  scaleX(0.00) scaleY(0.00) ;
  }
  47% {
    -webkit-transform:  translate(0px,90px)  scaleX(0.00) scaleY(0.00) ;
  }
  72% {
    -webkit-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes prizeimganimationFrames {
  0% {
    -o-transform:  translate(0px,91px)  scaleX(0.00) scaleY(0.00) ;
  }
  47% {
    -o-transform:  translate(0px,90px)  scaleX(0.00) scaleY(0.00) ;
  }
  72% {
    -o-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -o-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes prizeimganimationFrames {
  0% {
    -ms-transform:  translate(0px,91px)  scaleX(0.00) scaleY(0.00) ;
  }
  47% {
    -ms-transform:  translate(0px,90px)  scaleX(0.00) scaleY(0.00) ;
  }
  72% {
    -ms-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}


.gifttopholder{
	       position: relative;
   
    right: 0;
    margin: 0 auto;
    
    z-index: 4;
   
}

.burst{
   width: 40vh;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -18.9vh;
    z-index: 0;
}

.prizeimg{
	    width: 31vh;
    position: absolute;
    left: -5.5vh;
    right: 0;
    margin: 0 auto;
    top: -22vh;
    z-index: 6;
}

.extratext{
	width: 100%;
    display: none;
    margin: 0 auto;
}

.taganim{
  animation: tagFrames ease 2s;
  animation-iteration-count: 1;
  transform-origin: 100% 0%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: tagFrames ease 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 100% 0%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: tagFrames ease 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 100% 0%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: tagFrames ease 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 100% 0%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: tagFrames ease 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 100% 0%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes tagFrames{
  0% {
    transform:  rotate(0deg) ;
  }
  36% {
    transform:  rotate(0deg) ;
  }
  64% {
    transform:  rotate(117deg) ;
  }
  100% {
    transform:  rotate(117deg) ;
  }
}

@-moz-keyframes tagFrames{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  36% {
    -moz-transform:  rotate(0deg) ;
  }
  64% {
    -moz-transform:  rotate(117deg) ;
  }
  100% {
    -moz-transform:  rotate(117deg) ;
  }
}

@-webkit-keyframes tagFrames {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  36% {
    -webkit-transform:  rotate(0deg) ;
  }
  64% {
    -webkit-transform:  rotate(117deg) ;
  }
  100% {
    -webkit-transform:  rotate(117deg) ;
  }
}

@-o-keyframes tagFrames {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  36% {
    -o-transform:  rotate(0deg) ;
  }
  64% {
    -o-transform:  rotate(117deg) ;
  }
  100% {
    -o-transform:  rotate(117deg) ;
  }
}

@-ms-keyframes tagFrames {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  36% {
    -ms-transform:  rotate(0deg) ;
  }
  64% {
    -ms-transform:  rotate(117deg) ;
  }
  100% {
    -ms-transform:  rotate(117deg) ;
  }
}

.actualprizetext{
	display: none;
	width: 40vh;
    margin: 0 auto;
}

.toprightlogo{
	    width: 12vh;
    right: .5vh;
    position: absolute;
    top: .5vh;
}

.plus_title{
	    width: 20vh;
    display: block;
    margin: 10vh auto 1vh;
}

.plus_text{
	    width: 35vh;
    display: block;
    margin: 2vh auto 1vh;
}

.prizetext{
	width: 35vh;
    margin: 3vh auto 0vh;
    display: block;
}

.instructions{
	width: 35vh;
    margin: 6vh auto 0vh;
    display: block;
}

.hamper{
	    width: 35vh;
    display: block;
    margin: 0vh auto -4vh;
}

.already_played_text{
	width: 25vh;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -25vh;
    z-index: 6;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}