/* MAIN STYLES *****************************/

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 0px;
/*	text-shadow: 1px 1px 1px rgba(0,0,0,1);*/
	line-height: 1;
}
h1{
	font-size: 66px;
	font-weight: 700;
	text-transform: uppercase;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
}
:focus{
	-moz-outline-style:none;
	outline: 0;
}
a {
    color: #FFFFFF;
    text-decoration: underline;
	outline: 0!important;
}
a:hover, a:focus {
    color: #CCCCCC;
    text-decoration: none;
}	
a img {
	border: none;
	outline:0;
}
a.button, input.button, .button-orange{
	cursor: pointer;
	color: #000000;
	line-height: 20px;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0px;
	border: 1px solid #9acd02;
	outline: none;
	text-align: center;
/*	text-shadow: 0px 0px 1px #000;*/
	background: rgba(232,250,129,1);
	background: -moz-linear-gradient(top, rgba(232,250,129,1) 0%, rgba(206,243,53,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,250,129,1)), color-stop(100%, rgba(206,243,53,1)));
	background: -webkit-linear-gradient(top, rgba(232,250,129,1) 0%, rgba(206,243,53,1) 100%);
	background: -o-linear-gradient(top, rgba(232,250,129,1) 0%, rgba(206,243,53,1) 100%);
	background: -ms-linear-gradient(top, rgba(232,250,129,1) 0%, rgba(206,243,53,1) 100%);
	background: linear-gradient(to bottom, rgba(232,250,129,1) 0%, rgba(206,243,53,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8fa81', endColorstr='#cef335', GradientType=0 );
	box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.4);
}
a.button-orange {
	border: 1px solid #f6b84e;
	background: rgba(255,221,0,1);
	background: -moz-linear-gradient(top, rgba(255,221,0,1) 0%, rgba(255,201,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,221,0,1)), color-stop(100%, rgba(255,201,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,221,0,1) 0%, rgba(255,201,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,221,0,1) 0%, rgba(255,201,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,221,0,1) 0%, rgba(255,201,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,221,0,1) 0%, rgba(255,201,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd00', endColorstr='#ffc900', GradientType=0 );
}
a.button{
	display: inline-block;
	text-decoration: none;
	padding: 5px 15px;
}
a.button + a.button{
	margin-left: 15px;
}
a.button:hover, input.button:hover, .btn-primary:hover, .btn:hover, 
a.button:focus, input.button:focus, .btn-primary:focus, .btn:focus {
	color: #000000;
	background: rgba(206,243,53,1);
}
a.button-orange:hover {
	background: rgba(255,201,0,1);
}

/* HEADER STYLES *****************************/

#header{
	position: relative;
	z-index: 2;
}
#nav-top{
	position: relative;
	padding: 3px 0px 0px 0px;
	border-bottom: 1px solid rgba(220,193,143,.93);
	background: #191f27;
    text-align: center;
}
#nav-top .container{
	padding-left: 100px;
	padding-right: 100px;
}
.logo-main{
	position: relative;
	display: inline-block;
}
.logo-main img{
    height: 70px;
	max-width: 100%;	
}
/*
.nav-menu{
	position: relative;
	float: right;
}
.nav-left, .nav-right{
	display: block;
	float: left;
	margin: 10px 0px 0px 10px;
	text-align: center;
}
.nav-menu a.button{
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
}
.nav-menu a{
	display: block;
	max-width: 100%;
	font-family: 'PT Sans', sans-serif;
}
.nav-menu .txt-link{
	color: #afbd87;
	text-decoration: none;
	cursor: pointer;
}
*/

/* FOOTER STYLES *****************************/

#trademark {
    position: relative;
    display: block;
    align-self: flex-end;
    width: 100%;
    background-color:#191f27;
    padding-top: 20px;
}
#trademark .containerBox {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    width:100%;
    background-color:#191f27;
    padding:0;
    padding-top:20px;
    padding-bottom:35px;
    border:none;
}
#trademark p {
    color:#dcdfe4;
    font-size:13px;
    width:100%;
    max-width:1200px;
    text-align:center;
    margin-bottom: 20px;
}
#trademark a {
    color:#dcdfe4;
    text-decoration: none;
}
#trademark .containerBox ul {
    max-width:1200px;
    display:flex;
    justify-content:center;
    padding-top:20px;
    padding-left:25px;
    border-top:1px solid #dcdfe4;
    flex-wrap:wrap;
    list-style: none;
}
#trademark .containerBox ul a {
    padding-right:25px;
    font-size:14px;
    text-transform:uppercase;
    color:#dcdfe4;
    white-space:nowrap;
}
#trademark .containerBox ul a:hover {
    color:#dcdfe4
}
#trademark .info-block {
    width:100%;
    color:#dcdfe4;
    display:flex;
    justify-content:center;
}
#trademark .info-block ul {
    max-width:1200px;
    border:none;
}
#trademark .info-block li {
    padding-right:25px;
    display:flex;
    align-items:center;
}
#trademark .info-block img {
/*
    width:25px;
    height:25px;
    padding-right:5px;
*/
}
#footer-icons .gamecare {
    height:25px!important;
    width:21px!important;
}
#footer-icons .mga {
    height:25px!important;
    width:68px!important;
}
#footer-icons .18 {
    height:25px!important;
    width:25px!important;
}
#trademark .footer-logos {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    padding:0 0 20px;
    text-align:center;
    margin:0 auto;
    background-color:#191f27;
}
#trademark .footer-logos img {
    margin:0 12px 20px;
}



/* MAIN STYLES *****************************/

#wrapper{
    display: flex;
    flex-direction:column;
    min-height: 100vh;
}

#content-main{
	position: relative;
    display: block;
	z-index: 1;
    flex: 1;
	overflow: hidden;
    background: #000000;
/*
	background: url(../images/bg-main.jpg) top center no-repeat;
	background-size: contain;
*/
}
.content-main-shadow{
	position: absolute;
	display: block;
	content: '';
	bottom:40px;
	bottom:39px;
	left: 0;
	width:100%;
	height: 8%;
	z-index: 9999;
	background: rgba(0,0,0,0);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
/*    opacity: 0;*/
}
.content-main-shadow:after{
    position: absolute;
	display: block;
	content: '';
	top:100%;
	left: 0;
	width:100%;
    height: 500%;
    background: #000000;
}
#scene-1{
	opacity: 0;
}
.main-content {
	position: relative;
	display: block;
	padding: 0px 0px 40px 0px;
	margin: 0px;
    margin-top: -7%;
    margin-top: -10%;
	text-align: center;
	z-index: 1;
}
.main-content img{
	max-width: 100%;
}
.main-content a {
    text-decoration: none;   
}
.zoom-wrap-reverse{
    position: relative;
    display: block;
    z-index: 1;    
}
.bg-main{
    position: relative;
    display: block;
    z-index: 1;
}

.stars-clouds{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:50%;
    display:block;
    z-index: 2;
}
.stars, .clouds {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    display:block;
}
.stars {
    background: url(../images/stars.png) repeat top center;
    z-index:1;
    -webkit-animation: opac-pulse-animate 3.8s ease infinite;
	animation: opac-pulse-animate 3.8s ease infinite;
}
.clouds{
    background:transparent url(../images/clouds.png) repeat-x top center;
    z-index:3;
    -webkit-animation:move-clouds-back 200s linear infinite;
    animation:move-clouds-back 200s linear infinite;
}

.zoom-wrap, .casino-wrap, .casino-lights, .casino-door, .ground-lights, .fog-wrap, .fog-left, .fog-right, .gate-wrap, .gate-main, .gate-left, .gate-ground, .forest-wrap, .forest-left, .forest-right, .forest-left-mask, .forest-right-mask, .top-shadow{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    display:block;
}
.zoom-wrap{
    z-index: 3;    
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    display:block;
}
/*
.zoom-wrap-reverse{
}
*/
.casino-wrap{    
    z-index: 3;
}
.casino, .casino-lights span, .ground-lights span{
    position: relative;
    display: block;
    z-index: 1;
}
/*
.casino-door{
    z-index: 2;
    opacity: 0.3;
}
*/
.casino-lights{
    z-index: 3;
    opacity: 0;
}
.ground-lights{
    z-index: 4;
    opacity: 0;
}
.fog-wrap{    
    z-index: 4;
}
.fog-left, .fog-right{    
    z-index: 1;
}
.gate-wrap{
    z-index: 6;
}
.gate-wrap span{
    position: relative;
    display: block;
}
.gate-main{
    z-index: 2;
}
.gate-left{
    z-index: 1;
    left: -12%;
    left: 0%;
}
.gate-right{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    display:block;
    z-index: 1;
/*    left: initial;*/
    right: -12%;
    right: 0%;
}
.gate-ground{
    z-index: 2;
}
.forest-wrap{
    z-index: 6;
}
.forest-left-mask, .forest-right-mask{
    z-index: 1;
}
.forest-left, .forest-right{
    z-index: 2;
}
.top-shadow{
    z-index: 2;
}
.top-shadow span{
    position: relative;
    display: block;
    max-width: 1920px;
    margin: 0 auto;
}
.top-shadow span img{
    opacity: 0;
}
.top-shadow span:before, .top-shadow span:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    top: 0;
}
.top-shadow span:before{
    right: 100%;
}
.top-shadow span:after{
    left: 100%;
}
.casino-mask{
    content: '';
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.9);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.9)), color-stop(60%, rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 60%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 60%);
    top:20%;
    left:0;
    width:100%;
    height:80%;
    opacity: 0;
    opacity: 1;
    z-index: 5;
}

.content-wrap{
    position: absolute;
    display: block;
    width: 50%;
/*    height: 55%;*/
    top: 57%;
    left: 24%;
    z-index: 9;
}

.copy-wrap{
    position: relative;
    display: block;
    margin-bottom: 20px;
/*
    width: 40%;
    left: 17%;
*/
    opacity: 0;
}
.copy-wrap-ani{
    position: relative;
    display: block;
}
.copy-1, .copy-2, .copy-3{
	position: relative;
	display: block;
	z-index: 2;
    text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.copy-wrap h2{
	font-family: 'Krona One', Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #FFFFFF;
}
.copy-1 h2, .copy-3 h2{
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 26px;
    color: #bba885;
}
.copy-2 h2{
	font-weight: 400;
	letter-spacing: -1px;
	font-size: 44px;
}
 .copy-3 h2{
     font-size: 20px;
}

.btn-wrap{
	position: relative;
    display: block;
    text-align: center;
/*
    width: 50%;
    left: 23%;
    top: 29.5%;
*/
	z-index: 2;
}
#main-btn{
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
	opacity: 0;
}
#main-btn .button{
	position: relative;
	padding: 10px 30px;
	font-family: 'Krona One', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	line-height: 20px;
	overflow: hidden;
	border: none;
	border-radius: 20px;
/*    border: 1px solid #000000;        */
	background: #8c7042;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(146,117,68,1)), color-stop(100%, rgba(197,178,142,1)));
    background: -webkit-linear-gradient(left, rgba(146,117,68,1) 0%, rgba(197,178,142,1) 100%);
    background: linear-gradient(to right, rgba(146,117,68,1) 0%, rgba(197,178,142,1) 100%);
	box-shadow: none;
}
#main-btn .button:hover{
	color: #000;
/*
	background: #bfe30a;
	border: 1px solid #9acd02;
*/
}
#main-btn .button:before{
/*
	content: '';
	position: absolute;
	display: block;
*/
	height:300%;
	width:40%;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(70%, rgba(255,255,255,0.8)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	top: -100%;
	left: 0;
/*
	-webkit-animation: btn-shine-animate 3.6s ease infinite;
	animation: btn-shine-animate 3.6s ease infinite;
*/
}
	
.term-trigger{
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 3px;
    color: #EEEEEE;
	border: none;
	background: #000000;
	opacity: 0;
}
.term-trigger:hover{
	background: rgba(0,0,0,0.8);
    text-decoration: underline;
}

.ac-badge{
    position: relative;
    display: inline-block;
/*    width: 24%;*/
    width: 12.5%;
    opacity: 0;
    max-width: 116px;
    -webkit-transform: perspective(500px);
    transform: perspective(500px);
}
.ac-badge-animate{
    position: relative;
    display: block;
    border-radius: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ac-badge-animate:after {
    background-color: #b78c4e;
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,.25), hsla(0,0%,0%,.25));
    bottom: 0;
    content: '';
    left: 45%;
    position: absolute;
    top: 0;
    width: 4.5%;
    z-index: -10;
    -webkit-transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
}
.ac-badge-animate:before {
    background-color: #b78c4e;
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,.25), hsla(0,0%,0%,.25));
    border-radius: 100%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(-5px);
}
.ac-badge img{
    position: relative;
    display: block;
    z-index: 1;
}
.ac-badge-text{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #000000;
    text-align: center;
    font-family: 'Krona One', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    z-index: 2;
    padding-top: 14%;
}
.ac-badge-text span{
    font-size: 30px;
    line-height: 1;
}



/* MODAL STYLES *****************************/

body.modal-open  {
	padding: 0px!important;
}
.modal-backdrop {
    background-color: #000;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-dialog {
    width: 480px;
	min-width: 300px;
    margin: 78px auto 40px auto;
}
.modal-content {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #bba885;
    border-radius: 2px;
    outline: 0px none;
    box-shadow: none;
	color: #FFFFFF;
	padding: 20px 20px;
	margin-right: -17px;
	line-height: 1.6;
}

.modal-content .close {
	position: absolute;
	top:20px;
	right:20px;
    float: none;
	padding: 0px 3px;
    font-size: 21px;
    font-weight: 700;
    line-height: 16px;
    color: #000000;
    text-shadow: none;
	background: #bba885;
    opacity: 1;
	z-index: 99;
}
.modal-content .close:hover {
	opacity: 1;
}
.modal-header {
	padding-bottom: 10px;
	border-bottom: 0px;
}
.modal-content h2{
	font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	color: #fef3db;
}
.modal-body {
	font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	padding-top: 0px;
	font-size: 14px;
}
.modal-body p{
	margin-bottom: 20px;
}
.modal-body:after{
	content: '';
	display: block;
	clear: both;
}
.modal-footer {
    border-top: 0px;
}

/* SCENE 1 ANIMATE *****************************/

#scene-1.animate {
/*
	-webkit-animation: opac-in-animate 0.7s ease-out forwards;
	animation: opac-in-animate 0.7s ease-out forwards;
*/
	-webkit-animation: opac-in-animate 1.5s ease-out forwards;
	animation: opac-in-animate 1.5s ease-out forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
/*
#scene-1.animate .zoom-wrap{
    -webkit-animation: zoom-main-animate 4.0s ease-out forwards;
	animation: zoom-main-animate 4.0s ease-out forwards;
    -webkit-transform-origin: 50% 65%;
    transform-origin: 50% 65%;
}
*/
#scene-1.animate .fog-left{
    -webkit-animation: move-left-animate 2.4s ease-out forwards;
	animation: move-left-animate 2.4s ease-out forwards;
}
#scene-1.animate .fog-right{
    -webkit-animation: move-right-animate 2.4s ease-out forwards;
	animation: move-right-animate 2.4s ease-out forwards;
}
#scene-1.animate .forest-left{
    -webkit-animation: move-left-animate 3.8s ease-out forwards;
	animation: move-left-animate 3.8s ease-out forwards;
}
#scene-1.animate .forest-right{
    -webkit-animation: move-right-animate 3.8s ease-out forwards;
	animation: move-right-animate 3.8s ease-out forwards;
}

#scene-1.animate .casino-lights{
	-webkit-animation: opac-in-animate 0.7s ease-out forwards;
	animation: opac-in-animate 0.7s ease-out forwards;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}
/*
#scene-1.animate .ground-lights{
	-webkit-animation: opac-in-animate 0.7s ease-out forwards;
	animation: opac-in-animate 0.7s ease-out forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
*/
#scene-1.animate .casino-lights span{
	-webkit-animation: opac-pulse-animate 2.4s ease infinite;
	animation: opac-pulse-animate 2.4s ease infinite;
	-webkit-animation-delay: 5.0s;
    animation-delay: 5.0s;
}
/*
#scene-1.animate .ground-lights span{
	-webkit-animation: opac-pulse-animate 1.8s ease infinite;
	animation: opac-pulse-animate 1.8s ease infinite;
	-webkit-animation-delay: 6.0s;
    animation-delay: 6.0s;
}
*/

#scene-1.animate .gate-left{
    -webkit-animation: gate-left-animate 3.0s ease-out forwards;
	animation: gate-left-animate 3.0s ease-out forwards;
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}
#scene-1.animate .gate-right{
    -webkit-animation: gate-right-animate 3.0s ease-out forwards;
	animation: gate-right-animate 3.0s ease-out forwards;
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}
/*
#scene-1.animate .casino-mask{
	-webkit-animation: opac-in-animate 0.5s ease-out forwards;
	animation: opac-in-animate 0.5s ease-out forwards;
	-webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
}
*/

#scene-1.animate .copy-wrap{
	-webkit-animation: zoom-pop-animate 0.8s ease-out forwards;
	animation: zoom-pop-animate 0.8s ease-out forwards;
	-webkit-animation-delay: 3.0s;
    animation-delay: 3.0s;
}
#scene-1.animate #main-btn{
	-webkit-animation: btm-in-animate 1.2s ease-out forwards;
	animation: btm-in-animate 1.2s ease-out forwards;
	-webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}
#scene-1.animate .ac-badge{
	-webkit-animation: zoom-pop-animate 0.6s ease-out forwards;
	animation: zoom-pop-animate 0.6s ease-out forwards;
	-webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
#scene-1.animate .ac-badge-animate{
	-webkit-animation: rotate-coin-animate 4.8s linear infinite;
	animation: rotate-coin-animate 4.8s linear infinite;
	-webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

#scene-1.animate .copy-wrap-ani{
	-webkit-animation: zoom-pulse-animate 4.0s linear infinite;
	animation: zoom-pulse-animate 4.0s linear infinite;
	-webkit-animation-delay: 5.0s;
    animation-delay: 5.0s;
}

/*
#scene-1.animate .term-trigger{
	-webkit-animation: opac-in-animate 0.8s ease-out forwards;
	animation: opac-in-animate 0.8s ease-out forwards;
	-webkit-animation-delay: 4.0s;
    animation-delay: 4.0s;
}
*/


#scene-1.reverse .zoom-wrap-reverse{
    -webkit-animation: zoom-main-animate 1.0s ease-out forwards;
	animation: zoom-main-animate 1.0s ease-out forwards;
    -webkit-transform-origin: 49% 65%;
    transform-origin: 49% 65%;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
#scene-1.reverse{
    -webkit-animation: opac-out-animate 1.0s ease-in forwards;
	animation: opac-out-animate 1.0s ease-in forwards;    
}
#scene-1.reverse .casino-mask{
    -webkit-animation: opac-out-animate 0.6s ease-out forwards;
	animation: opac-out-animate 0.6s ease-out forwards;    
}

/*
#scene-1.reverse .gate-left span{
    -webkit-animation: gate-left-animate 1.0s ease-out forwards;
	animation: gate-left-animate 1.0s ease-out forwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
#scene-1.reverse .gate-right span{
    -webkit-animation: gate-right-animate 0.8s ease-out forwards;
	animation: gate-right-animate 0.8s ease-out forwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
*/
/*
#scene-1.reverse .content-wrap, #scene-1.reverse .casino-mask{
    -webkit-animation: opac-out-animate 0.6s ease-out forwards;
	animation: opac-out-animate 0.6s ease-out forwards;    
}
*/


/* ANIMATIONS *****************************/


@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}

/*
@-webkit-keyframes zoom-main-animate {
	0% { -webkit-transform: scale(2.5); }
	100% { -webkit-transform: scale(1); }
}
@keyframes zoom-main-animate {
	0% { transform: scale(2.5); }
	100% { transform: scale(1);	}
}
*/
@-webkit-keyframes zoom-main-animate {
	0% { -webkit-transform: scale(4); }
	100% { -webkit-transform: scale(1); }
}
@keyframes zoom-main-animate {
	0% { transform: scale(4); }
	100% { transform: scale(1);	}
}

@-webkit-keyframes move-left-animate {
	0% { -webkit-transform: translateX(15%); }
	100% { -webkit-transform: translateX(0%); }
}
@keyframes move-left-animate {
	0% { transform: translateX(15%); }
	100% { transform: translateX(0%); }
}
@-webkit-keyframes move-right-animate {
	0% { -webkit-transform: translateX(-15%); }
	100% { -webkit-transform: translateX(0%); }
}
@keyframes move-right-animate {
	0% { transform: translateX(-15%); }
	100% { transform: translateX(0%); }
}
@-webkit-keyframes gate-left-animate {
	0% { left: 0; }
	100% { left: -12%; }
}
@keyframes gate-left-animate {
	0% { left: 0; }
	100% { left: -12%; }
}
@-webkit-keyframes gate-right-animate {
	0% { right: 0; }
	100% { right: -12%; }
}
@keyframes gate-right-animate {
	0% { right: 0; }
	100% { right: -12%; }
}



@-webkit-keyframes btm-in-animate {
	0% { opacity: 0;
		-webkit-transform: translateY(15%);
	}
	100% { opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@keyframes btm-in-animate {
	0% { opacity: 0;
		transform: translateY(15%);
	}
	100% { opacity: 1;
		transform: translateY(0%);
	}
}
@-webkit-keyframes left-in-animate {
	0% { opacity: 0;
		-webkit-transform: translateX(-10%);
	}
	100% { opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
@keyframes left-in-animate {
	0% { opacity: 0;
		transform: translateX(-10%);
	}
	100% { opacity: 1;
		transform: translateX(0%);
	}
}
@-webkit-keyframes right-in-animate {
	0% { opacity: 0;
		-webkit-transform: translateX(10%);
	}
	100% { opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
@keyframes right-in-animate {
	0% { opacity: 0;
		transform: translateX(10%);
	}
	100% { opacity: 1;
		transform: translateX(0%);
	}
}
@-webkit-keyframes rotate-animate {
	0% { -webkit-transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg);}
}
@keyframes rotate-animate {
	0% { transform: rotate(0deg);}
	100% { transform: rotate(360deg);}
}

@-webkit-keyframes zoom-pop-animate {
	0% { opacity: 0;
		-webkit-transform: scale(0);
	}
	90% { opacity: 1;
		-webkit-transform: scale(1.2);
	}
	100% { opacity: 1;
		-webkit-transform: scale(1);
	}
}
@keyframes zoom-pop-animate {
	0% { opacity: 0;
		transform: scale(0);
	}
	90% { opacity: 1;
		transform: scale(1.2);
	}
	100% { opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes zoom-out-animate {
	0% { opacity: 0;
		-webkit-transform: scale(3);
	}
	100% { opacity: 1;
		-webkit-transform: scale(1);
	}
}
@keyframes zoom-out-animate {
	0% { opacity: 0;
		transform: scale(3);
	}
	100% { opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes zoom-in-animate {
	0% { opacity: 0;
		-webkit-transform: scale(0);
	}
	100% { opacity: 1;
		-webkit-transform: scale(1);
	}
}
@keyframes zoom-in-animate {
	0% { opacity: 0;
		transform: scale(0);
	}
	100% { opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes rotate-coin-animate {
	0%, 100% { -webkit-transform: rotateY(0deg);}
	50% { -webkit-transform: rotateY(90deg); }
}
@keyframes rotate-coin-animate {
	0%, 100% { transform: rotateY(0deg);}
	50% { transform: rotateY(90deg);}
}
/*
@keyframes rotate-coin-animate {
	0% { transform: rotateY(0deg);}
	100% { transform: rotateY(180deg);}
}
*/

@-webkit-keyframes opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes  opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@-webkit-keyframes opac-out-animate {
	0% { opacity: 1;}
	100% { opacity: 0;}
}
@keyframes  opac-out-animate {
	0% { opacity: 1;}
	100% { opacity: 0;}
}
@-webkit-keyframes opac-pulse-animate {
	0%,100% { opacity: 1;}
	50% { opacity: 0;}
}
@keyframes opac-pulse-animate {
	0%,100% { opacity: 1;}
	50% { opacity: 0;}
}
@-webkit-keyframes zoom-pulse-animate {
	0%,100% { -webkit-transform: scale(1);}
	50% { -webkit-transform: scale(1.05);}
}
@keyframes zoom-pulse-animate {
	0%,100% { transform: scale(1);}
	50% { transform: scale(1.05);}
}
@-webkit-keyframes btn-shine-animate {
	0%, 100% { opacity: 0;
		-webkit-transform:translateZ(0) skew(-30deg) translateX(-200%);
	}
	9%, 41%{ opacity: 0;}
	10%{ opacity: 0.8;}
	40% { opacity: 0.8;
		-webkit-transform:translateZ(0) skew(-30deg) translateX(250%);
	}
}
@keyframes btn-shine-animate {
	0%, 100% { opacity: 0;
		transform:translateZ(0) skew(-30deg) translateX(-200%);
	}
	9%, 41%{ opacity: 0;}
	10%{ opacity: 0.8;}
	40% { opacity: 0.8;
		transform:translateZ(0) skew(-30deg) translateX(250%);
	}
}


/* RESPONSIVE STYLES *****************************/

@media (min-width: 2000px) {
	.main-content {
        margin-top: 0%;
        margin-bottom: 0px;
    }
    
    #trademark p, #trademark .containerBox ul, #trademark .info-block ul {
        max-width:1500px;
        width:1500px;
    }
	
}

@media (min-width: 1200px) {
	.container{
		width:1200px;
	}

}
@media (min-width: 1200px) and (max-width: 1599px) {
    
    .main-content {
        margin-left: -10%;    
        margin-right: -10%;    
    }
    
    .copy-2 h2 {
        font-size: 40px;    
    }
    #main-btn {
        margin-bottom: 20px;    
    }
    .ac-badge-text {
        font-size: 13px;        
    }
/*
    .ac-badge-text span {
        font-size: 26px;
    }
*/
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .main-content {
        margin-left: -17%;    
        margin-right: -17%;    
    }    
    .stars-clouds{
        height:60%;
    }    
    .copy-1 h2 {
        font-size: 22px;
	}
	.copy-2 h2 {
        font-size: 32px;
	}
	.copy-3 h2 {
        font-size: 18px;
	}    
    #main-btn {
        margin-bottom: 20px;
    }
    #main-btn .button {
        font-size: 16px;    
    }
    .ac-badge-text {
        font-size: 12px;
    }
    .ac-badge-text span {
        font-size: 24px;
    }
    
	
	#nav-top .container, #content-main .container, #footer-content .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.modal-dialog {
		min-width: 300px;
		margin: 78px auto 40px auto;
	}
}
	
@media (min-width: 768px) and (max-width: 991px) {
	
	#nav-top .container, #content-main .container,  #footer-content .container {
		padding-left: 0px;
		padding-right: 0px;
	}
    .main-content {
/*        padding: 40px 0px 40px 0px;*/
    }

    .main-content {
        margin-left: -32%;    
        margin-right: -32%;    
    }    
    .stars-clouds{
        height:60%;
    }    
/*
    .content-wrap {
        width: 54%;
        left: 23%;
        top: 41%;
    }
*/
    .copy-1 h2 {
        font-size: 20px;
	}
	.copy-2 h2 {
        font-size: 32px;
	}
	.copy-3 h2 {
        font-size: 18px;
	}    
    
    .ac-badge-text {
        font-size: 12px;        
    }
    .ac-badge-text span {
        font-size: 24px;
    }
/*
    .btn-wrap{
        top: 32%;
    }
*/
    #main-btn {
        margin-bottom: 15px;
    }
    #main-btn .button {
        font-size: 16px;    
    }
	.modal-dialog {
		min-width: 300px;
		margin: 78px auto 40px auto;
	}
	.modal-content{
		margin: 0px 10px;
	}

}

@media (max-width: 767px) {
	
	.logo-main {

	}
	.logo-main img{
		height:52px;
	}
	#nav-top .container, #footer-content .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	#content-main .container{
		padding: 0px;
	}
    .main-content {
/*        margin-top: 0px;*/
        margin-left: -90%;    
        margin-right: -93%;
        margin-top: -20%;
    }
    .content-main-shadow {
        bottom: 39px;    
    }
    .stars-clouds{
        height:60%;
    }    
/*
    .content-wrap {
        width: 70%;
        left: 15.5%;
        top: 37%;
    } 
*/
    .copy-wrap{
        margin-bottom: 10px;
    }
    .copy-1 h2 {
        font-size: 17px;
	}
	.copy-2 h2 {
        font-size: 28px;
	}
	.copy-3 h2 {
        font-size: 15px;
	}    
    .ac-badge{
        width: 14%;
        max-width: 78px;
    }
    .ac-badge-animate:after {
        width: 6%;
    }
    .ac-badge-text {
        font-size: 11px;        
    }
    .ac-badge-text span {
        font-size: 20px;
    }
    #main-btn {
        margin-bottom: 8px;
    }
	#main-btn .button {
        padding: 5px 15px;
        line-height: 20px;
        font-size: 16px;
        border-radius: 15px;
	}

    .term-trigger {
        font-size: 11px;
    	padding: 3px 7px;
	}
	.footer-nav{
		width:70%;
		margin: 0 0 10px 0;
	}	
	.footer-nav li{
		width:50%;
	}	
	.modal-dialog {
		width: 100%;
		min-width: 300px;
		margin: 78px auto 40px auto;
	}
	.modal-content{
		margin: 0px 10px;
	}
	.visible-xs {
		display: inline-block!important;
	}
	a.button + a.button {
		margin-left: 0px;
	}
    
    #trademark {
        padding: 20px;    
    }

}

@media (max-width: 359px) {

    .main-content {
        margin-top: -22%;
    }
}