body{
	/*font-family: 'Roboto', 'Open Sans', 'Kameron', sans-serif;*/
	font-family: 'Amaranth', sans-serif;
	background:#FFFFFF url(../images/main-background.png) repeat center top;
}

a:hover, a:active, a:focus, object, embed{
   outline: 0;
}

.transition {
    transition:all 0.5s ease 0s;
}

.no-margin{
	margin:0!important;
}

#mainNav{
	background-color:#FFFFFF;
	border-color:transparent;
	min-height:55px;
}

#mainNav .menu-hover-left{
	background:url(../images/menu-hover-left.png) no-repeat;
	width:25px;
	height:11px;
	margin-right:5px;
}

#mainNav .menu-hover-right{
	background:url(../images/menu-hover-right.png) no-repeat;
	width:25px;
	height:11px;
	margin-left:5px;	
}

#mainNav .navbar-nav li .menu-hover-left,
#mainNav .navbar-nav li .menu-hover-right,
#mainNav .navbar-nav li:hover .menu-hover-left,
#mainNav .navbar-nav li:hover .menu-hover-right{
	display:none;	
}

#mainNav .navbar-nav li.active .menu-hover-left,
#mainNav .navbar-nav li.active .menu-hover-right{
	display:inline-block;	
	transition:all 0.5s ease 0s;
}

#mainNav .navbar-nav li a:hover{
	border-top:4px solid #F36E26;
}

#mainNav .navbar-nav > li > a{
	padding:15px 10px;
	text-align:center;
	transition:all 0.1s ease 0s;
	font-size:13px;
	color:#2C3E50;
}

#mainNav .navbar-nav > .active > a, 
#mainNav .navbar-nav > .active > a:focus, 
#mainNav .navbar-nav > .active > a:hover{
	background-color:transparent;
	color:inherit;
	border:0 none;
} 
/*#mainNav .navbar-nav > li > a.event{
	width:150px;
}
#mainNav .navbar-nav > li > a.works{
	width:180px;
}
#mainNav .navbar-nav > li > a.winners{
	width:180px;
}
#mainNav .navbar-nav > li > a.partners{
	width:145px;
}*/

#mainNav .navbar-brand{
	/*font-family: 'Kameron', sans-serif;*/
	color:#2C3E50;
	font-size:25px;
	font-weight:700;    
	padding-top: 6px;
}

#mainNav.affix {
    background-color:#fff;
    border-color:rgba(34, 34, 34, 0.05);
}

#mainBanner .item img{
	display:block;
	width:100%;
	height:auto;
}
/*#mainBanner .item{
	cursor:pointer;
}*/

.mainCarousel{
	width:auto;
	overflow:hidden;
	/*max-height:600px;*/
	margin-top:35px;
}

#mainBanner .owl-controls{
	display:none !important;
}

.roadShowBlk{
	background:url(../images/road-show-background.png) repeat;
	padding:40px 0;
	width:auto;
}

p{
    font-size:16px;
    line-height:1.5;
    margin-bottom:20px;
	color:#FFFFFF;
}

.roadShowbegins{
	background:url(../images/road-show-season-image.png) no-repeat;
	width:526px;
	height:364px;
	left:23%;
	position:absolute;
	top:-207px;	
	/*font-family:'Kameron', sans-serif;*/
}

.roadShowBlk .text-faded{
	padding-top:3px;
}

.roadShowBlk .splitter{
	margin:160px 0 0 0;	
}

.roadShowbegins .head{
	font-size:35px;
	display:block;
	margin-top:170px;
	line-height:43px;
	display:none;
}

.roadShowbegins .text{
	font-size:20px;
	line-height:20px;
	display:none;	
}

.btn-xl {
    padding:15px 30px;
}

.btn {
    border:0 none;
    border-radius:300px;
    font-weight:700;
    text-transform:uppercase;
}

.btn-primary{
    background-color:#F6F6F6;
    border-color:#F6F6F6;
    color:#194652;
    transition:all 0.35s ease 0s;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary.active{
	background:#194753;
	color:#FFFFFF;
}

.howitWorksBlk{
	width:auto;
	padding:40px 0;	
}

.howitWorksBlk .mainHead{
	color:#2C3E50;
	font-size:35px;
	font-weight:700;
	/*font-family:'Kameron', sans-serif;*/
	line-height:35px;
}

.howitWorksBlk .mainHead span{
	font-size:28px;
	display:block;
}

.howitWorksBlk .howitWorksIcon{
	margin:10px 0 50px 0;
}

.howitWorksBlk .howitwork-box{
	margin:0 auto;
	width:auto;
}

.howitWorksBlk .howitwork-box .head{
	color:#2C3E50;
	font-size:16px;
	margin-bottom:15px;
	font-weight:bold;
}

.howitWorksBlk .howitwork-box .head span{
	display:block;
	line-height:20px;
}

.howitWorksBlk .howitwork-box .text-muted{
	color:#90939A;
	line-height:18px;
	font-size:14px;
	margin:0;
}

.howitWorksBlk .howitwork-box i{
	display:inline-block;
	width:135px;
	height:135px;
}

.howitWorksBlk .howitwork-box .registrationIcon{
	background:url(../images/registrationIcon.png) no-repeat;
}

.howitWorksBlk .howitwork-box .luckIcon{
	background:url(../images/luckIcon.png) no-repeat;
}

.howitWorksBlk .howitwork-box .keyIcon{
	background:url(../images/keyIcon.png) no-repeat;
}

.howitWorksBlk .howitwork-box .prizesIcon{
	background:url(../images/prizesIcon.png) no-repeat;
}

.adsBannerBlk{
	width:auto;
	margin:75px auto 0;	
}

.adsBannerBlk .banner{
	max-width:320px;
	margin:0 auto 25px;
}

.likeBlk{
	width:auto;
	padding:40px 0 0 0;	
}

.likeBlk .mainHead{
	color:#2C3E50;
	font-size:35px;
	font-weight:700;
	/*font-family:'Kameron', sans-serif;*/
	line-height:35px;
}

.likeBlk .mainHead span{
	font-size:28px;
	display:block;
}

.likeBlk .likeIcon{
	margin:10px 0 50px 0;
}

.likeBlk .feedback span{
	display:block;
	font-size:16px;
	color:#333333;

}

.likeBlk .feedback span.link a{
	color:#F26D26;
	text-decoration:none;
}

.likeBlk .feedback span.link a:hover{
	text-decoration:underline;
}

.loginImg{
	max-width:946px;
	margin:0 auto;
	position:relative;
}

.loginImg .regText{
	position:absolute;
	top:27%;
	left:46.5%;
	font-size:20px;
	color:#FFFFFF;
	line-height:20px;
}

.loginImg .regText a{
	text-decoration:none;
	color:#FFFFFF;
}

.loginImg .regText span{
	display:block;
	font-family: 'Open Sans', 'Kameron', sans-serif;
}

.loginImg .loginWith{
    position:absolute;
    right:36.5%;
    top:34%;
	color:#FFFFFF;
}

.loginImg .loginWith a{
	text-decoration:none;
	color:#FFFFFF;
}

.loginImg .loginWith span{
	display:block;
	padding-top:125%;
}

.partnersBlk{
	position:relative;
	width:auto;
	max-width:1170px;
	margin:0 auto;
}

.partnersBlk .partnersLogo{
	position:absolute;
	margin-top:-23%;
	left:39%;	
}

.partnersBlk .partnersLogo .partnersText{
	color:#2C3E50;
	font-size:16px;
}

.partnersBlk .partnersLogo ul{
	list-style:none;
	margin:20px 0 0 -25%;
	padding:0;
}

.partnersBlk .partnersLogo ul li{
	list-style:none;
	width:95px;
	height:55px;
	display:inline-block;
	text-align:center;
}

.partnersBlk .partnersLogo ul li a{
	display:block;
}

.winnerBlk{
	width:auto;
	margin:0 auto;
	padding:60px 0 40px 0;
	background:url(../images/winner-background.png) repeat;
}

.winnerbottomBG{
	width:auto;
	overflow:hidden;
	height:11px;
	background:url(../images/winner-bottom-bg.png) repeat center center;
}

.winnerBlk .mainHead{
	color:#FFFFFF;
	font-size:35px;
	font-weight:700;
	/*font-family:'Kameron', sans-serif;*/
	line-height:35px;
}

.winnerBlk .mainHead span{
	font-size:28px;
	display:block;
}

.winnerBlk .winnerIcon{
	margin:10px 0 50px 0;
}

.view-more{
    background-color:#17B798;
    border-color:#17B798;
    color:#FFFFFF;
    transition:all 0.35s ease 0s;
}

.view-more:hover, 
.view-more:focus, 
.view-more.focus, 
.view-more:active, 
.view-more.active{
	background:#FFFFFF;
	color:#17B798;
}

#winnerCarousel1{
	padding:0 40px;
	position:relative;
}

#winnerCarousel1 .owl-pagination{
	display:none;
}

#winnerCarousel1 .owl-prev{
	background:url(../images/white-left-arrow.png) no-repeat;
	width:34px;
	height:66px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	position:absolute;
	left:0px;
	top:20%;
	margin:0;
	text-indent:-9999px;
}

#winnerCarousel1 .owl-next{
	background:url(../images/white-right-arrow.png) no-repeat;
	width:34px;
	height:66px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	position:absolute;
	right:0px;
	top:20%;
	margin:0;
	text-indent:-9999px;
}

#winnerCarousel1 .item img{
	display:block;
	width:100%;
	height:auto;
}

#winnerCarousel1 .item{
	width:150px;
	height:150px;
	position:relative;
	margin:0 auto;
}

#winnerCarousel1 .item .winnerBorder{	
	/*border:10px solid #FFFFFF;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;*/
	width:110px;
	height:110px;
	background:url(../images/winner-icon.png) no-repeat;
	margin:0 auto;
}

#winnerCarousel1 .item .winnerBorder .winnerImg{	
	border:4px solid #000000;
	width:90px;
	height:90px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	position:relative;
	top:10px;
	left:10px;
	background:#fff;
}

#winnerCarousel1 .item .winnerBorder img{
	width:82px;
	height:82px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	z-index:0;
}

#winnerCarousel1 .item .winnerName{
	color:#FFFFFF;
	font-size:16px;
}

.winnerGallery{
	position:relative;
}

.winnerGallery .announcementIcon{
	position:absolute;
	max-width:150px;
	right:-80px;
	bottom:-40px;
}

.modal-content{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}

.modal-header{
	min-height:54px;
	overflow:hidden;
	padding:0;
	border-bottom:1px solid #CCCCCC;
}

.modal-header .modal-title{
	color:#2C3E50;
    /*font-family:"Kameron",sans-serif;*/
    font-size:25px;
    font-weight:700;
	width:91%;
	float:left;
	text-align:center;
	line-height:54px;
}

.modal-header .modal-close{
	float:right;
	width:52px;
	height:54px;
	padding:15px;
	border-left:1px solid #CCCCCC;
	cursor:pointer;
}

.modal-body{
	background:#EEEEEE;
	padding:20px 50px;
}

.modal-body .facebookLogin{
	width:268px;
	height:42px;
	margin:0 auto;
	background:url(../images/facebook-image.png) no-repeat;
	text-align:center;
	color:#FFFFFF;
	/*font-family:"Kameron",sans-serif;*/
	font-size:20px;
	line-height:42px;
}

.modal-body a .facebookLogin{
	color:#FFFFFF;
	text-decoration:none;
}

.modal-body a .facebookLogin span{
	display:block;
	padding-left:37px;
	text-decoration:none;
}

.modal-body .orBlock{
	width:268px;
	margin:0 auto;
	position:relative;
}

.modal-body .orBlock .hrline{
	height:1px;
	background:#CCCCCC;
	width:268px;
	margin:10px 0;
}

.modal-body .orBlock .hrline span{
	background:#eee;
    left:43%;
    padding:0 10px;
    position:absolute;
    top:-10px;
	color:#545454;
	font-size:15px;
}

.modal-body .signInTabs{
	width:auto;
	overflow:hidden;
	margin:15px 0 10px;
}

.modal-body .signInTabs ul{
	padding:0;
	margin:0;
	list-style:none;
}

.modal-body .signInTabs ul li{
	width:49%;
	margin-right:2px;
	float:left;
	background:#D7D7D7;
	color:#686868;
}

.modal-body .signInTabs ul li.active,
.modal-body .signInTabs ul li:hover{
	background:#FF6D3A;
}

.modal-body .signInTabs ul li a{
	color:#686868;
	/*font-family:"Kameron",sans-serif;*/
	font-size:20px;
	text-align:center;
	min-height:54px;
	line-height:54px;
	display:block;
	text-decoration:none;
}

.modal-body .signInTabs ul li.active a,
.modal-body .signInTabs ul li:hover a{
	color:#FFFFFF;
}

.modal-body .messageBlk{
	color:#2C3E50;
	font-size:25px;
	/*font-family:"Kameron",sans-serif;*/
	font-weight:700;
	text-align:center;
	margin:0 0 15px;
}

.modal-body .formFields{
	width:auto;
	overflow:hidden;
}

.modal-body .formFields .row div{
	margin-bottom:15px;
	font-size:14px;
	color:#777777
}

.modal-body .formFields .row div a{
	color:#33BFA4;
	text-decoration:none;
}

.modal-body .formFields .row div input.form-control,
.modal-body .formFields .row div select.form-control{
	border:1px solid #CCCCCC;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	height:40px;
	font-size:16px;
	color:#BABABA;
}

.modal-body .formFields .row div input.actionButton{
	color:#FFFFFF;
	/*font-family:"Kameron",sans-serif;*/
	font-size:16px;
	text-align:center;
	min-height:40px;
	line-height:40px;
	display:block;
	text-decoration:none;
	background:#2D3E50;
	border:1px solid #DDDDDD;
	width:100%;
}

.signUpBlk,
.loginBlk,
.forgotBlk{
	width:auto;
	overflow:hidden;
}

.loginBlk,
.forgotBlk{
	display:none;
}

input.error,
select.error{
	border:1px solid #FF0000 !important;
}

label.error,
.checkboxError,
.error1,
.commonError{
	font-size:13px;
	color:#FF0000;
	line-height:13px;
	margin:0;
	font-weight:normal;
}

.checkboxError{
	margin-bottom:2px !important;
	font-size:13px!important;
	color:#FF0000!important;
	line-height:13px!important;
}

/*.modal-backdrop.in{
	min-height:1010px;
}*/

.errorList{
	margin-bottom:2px !important;
	font-size:13px!important;
	color:#FF0000!important;
	line-height:13px!important;
	display:none;
}

.captchaBlk{
	height:40px;
	background:#1656A5;
	float:left;
	padding-top:1.7%;
	width:17%;
	text-align:center;
}

input#captcha,
input#captcha1,
input#captcha2{
	float:right;
	width:83%;
}

.captchaBlk img{
	width:auto;
	height:auto;
}

.thanksMessageBlk{
	text-align:center;
	/*color:#33bfa4;*/
	color:#1f965b;
	font-size:16px;
	font-weight:bold;
	margin:-15px 0 10px;
	line-height:20px;
	display:none;
}

.facebookMessageBlk{
	text-align:center;
	color:#1f965b;
	font-size:16px;
	font-weight:bold;
	margin:-15px 0 10px;
	line-height:20px;
	display:none;
}

.facebookSuccessBlk{
	text-align:center;
	color:#1f965b;
	font-size:16px;
	font-weight:bold;
	margin:10px 0;
	line-height:20px;
	display:none;
}

.ajax-loader{
	background:#FFFFFF;
	top:0;
	left:0;
	position:fixed;
	z-index:9999;
	width:100%;
	height:100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	display:none;
}

.ajax-loaderIcon{
	height:55px;
    left:48%;
    position:fixed;
    top:43%;
    width:54px;
    z-index:999999;
	display:none;
}

.loginText{
	color:#33bfa4;
	text-align:center;
	margin:30px 0 0 0;
}

/* Landing Page Starts Here */
.landingBlk{
	background:url(../images/landing-pagebg.jpg?v=1) no-repeat top center;
	width:100%;
	height:auto;
	position:relative;
}

.landingLogo{
	max-width:252px;
	height:252px;
	margin:40px auto 0;
}

.landingmainText{
	font-size:25px;
	color:#333333;
	margin:40px auto 0;
	font-weight:400;
	line-height:21px;
	max-width:455px;
	text-align:center;
}

.landingStar{
	width:220px;
	margin:8px auto 0;
}

.landingDes{
    color: #333333;
    font-size: 20px;
    line-height: 17px;
    margin: 13px auto;
    max-width: 355px;
}

.landingRegister{
	/*border:10px solid #FFFFFF;
	background:url(../images/landing-page-bg.png) repeat center center;
	padding:20px;*/
	max-width:723px;
	margin:15px auto;
	position:relative;
}

.landingRegister span{
	max-width:723px;
	margin:0 auto;
	display:block;
}

.landingRegister span.landingImg{
	position:absolute;
    right:-31px;
    top:-95px;
}

.landingCopyright{
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	margin:0 0 10px;
}

.landingSocial{
	width:194px;
	margin:55px auto 0;
}

.landingSocial ul{
	list-style:none;
	margin:0;
	padding:0;
	height:58px;
	background:url(../images/landing-page-social-icon-bg.png) no-repeat bottom center;
}

.landingSocial ul li{
	width:48px;
	height:48px;
	background:url(../images/landing-page-social-icon.png) no-repeat;
	display:inline-block;
}

.landingSocial ul li a{
	width:48px;
	height:48px;
	display:block;
}

.landingSocial ul li.facebook{
	background-position:-52px 0;
}

.landingSocial ul li.twitter{
	background-position:-105px 0;
}

.landingImgMobile{
	width:297px;
	margin:30px auto 0;
}

.landingCounter{
	background:#637D88;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	max-width:390px;
	padding:10px 20px;
	color:#FFFFFF;
	font-size:20px;
	line-height:25px;
	margin:25px auto 0;
}

.modal-body a{
	text-decoration:none;
}

.landingRegister span a,
.facebookLogin span{
	cursor:pointer;
}

#mobile{
	background:#fff url("../images/code-img.png") no-repeat;
	padding-left:65px;
}

.modal-dialog{
	margin:10px auto;	
}

/* Game Banner Starts Here */
.game-banner{
	background:#5c9b68 url("../images/landing-pagebg.jpg") repeat-x scroll center top;
	width:100%;
	height:auto;
	position:relative;
}

.game-wrapper{
	max-width:435px;
	height:auto;
	margin:0 auto;
	padding:10px;
}

.game-top-banner{
	max-width:730px;
	margin:0 auto;
}

.game-container{
	width:100%;
	height:auto;
	position:relative;
}

.game-top-icon{
	max-width:310px;
	height:auto;
	margin:0 auto;
	padding-top:0px;
	position:relative;
	z-index:999;
}

.game-container-bg{
	max-width:400px;
	min-height:386px;
	background:url(../images/inner-game-background.png) no-repeat 0 0 / 100% 100%;
	top:-65px;
	margin:0 auto;
	position:relative;
}

.game-level{
	max-width:282px;
	height:auto;
	margin:0 auto;
	z-index:9999;
	position:relative;
	top:-5px;
}

.game-welcome-message{
	max-width:215px;
	height:auto;
	margin:0 auto;
}

.game-button{
    margin:0 auto;
    max-width:164px;
    position:relative;
	top:-105px;
	min-height:53px;
	z-index:99;
	cursor:pointer;
}

.game-footer{
	max-width:414px;
	height:auto;
	margin:0 auto;
	position:relative;
	top:-105px;	
}

.game-bottom-banner{
	max-width:273px;
	height:auto;
	margin:-65px auto 0;
	padding-bottom:20px;
}

.game-level-bg{
	background:url(../images/inner-game-background1.png) no-repeat 0 0 / 100% 100%;
}

.game-timer{
	max-width:174px;
	min-height:27px;
	margin:0 auto;
	position:relative;
	top:-5px;
}

.game-timer span{
	color:#ffffff;
    font-size:13px;
    font-weight:bold;
    position:absolute;
    right:34px;
    top:4px;
	text-shadow:2px 2px 2px #000;
}

.game-key-layout{
	max-width:400px;
	margin:5px auto 0;
	text-align:center;
}

.game-key-block{
	max-width:66px;
	height:75px;
	display:inline-block;
	position:relative;
	margin:0 10px;
	cursor:pointer;
}

.game-key{
	position:absolute;
	width:30px;
	height:37px;
	background:url(../images/inner-key-on.png) no-repeat;
	top:22%;
	left:27%;
}

.game-key.inactive{
	background:url(../images/inner-key-off1.png) no-repeat;
}

.game-key-bg img{
	cursor: pointer;
}

.game-overlay{
	left:13px;
    position:absolute;
    top:10px;
    z-index:99;
	display:none;
}

.game-timeout{
	position:absolute;
	top:40%;
	left:25%;
    z-index:99;
	display:none;
}

.game-keyfound{
	position:absolute;
	top:32%;
	left:33%;
    z-index:99;
	display:none;
}

.game-key-positions{
	z-index:999;
	background:url(../images/inner-key-location.png) no-repeat;
	width:112px;
}

.game-key-positions .game-key,
.game-key-positions .game-key-bg{
	display:none;
}

.termstext p{
	color: #777777;
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 15px;
}

.play{
	cursor:pointer;
}

.partnerslogo{
    max-width:300px;
	margin:0 auto;
}

.sponsorsLogo{
	max-width:456px;
	/*margin:-10px auto 0;*/
	margin:25px auto 0;
}

.flight{
	left:95px;
	position:absolute;
	top:220px;
}

.game-level-1 .game-key-layout{
	min-height:365px;
}

.game-level-1 .game-overlay img{
	height:444px;
    width:375px;
}

.game-level-2 .game-key-block{
	height:65px;
	margin:0 5px;
	max-width:57px;
}

.game-level-2 .game-key{
	background:url("../images/inner-key-on.png") no-repeat scroll 0 0 / 100% 100%;
	width:26px;
	height:34px;
}

.game-level-2 .game-key.inactive{
	background:url(../images/inner-key-off1.png) no-repeat scroll 0 0 / 100% 100%;
	width:26px;
	height:34px;
}

.game-level-2 .game-key-positions{
	background:url("../images/inner-key-location.png") no-repeat scroll 0 0 / 100% 100%;
	width:57px;
}

.game-level-2 .game-key-layout{
	min-height:390px;
}

.game-level-2 .game-overlay img{
	height:466px;
    width:375px;
}

.game-level-3 .game-key-block{
	height:65px;
    margin:0 3px;
    max-width:50px;
}

.game-level-3 .game-key{
	background:url("../images/inner-key-on.png") no-repeat scroll 0 0 / 100% 100%;
	width: 23px;
	height:30px;
}

.game-level-3 .game-key.inactive{
	background:url(../images/inner-key-off1.png) no-repeat scroll 0 0 / 100% 100%;
	width: 23px;
	height:30px;
}

.game-level-3 .game-key-positions{
	background:url("../images/inner-key-location.png") no-repeat scroll 0 0 / 100% 100%;
	width:50px;
	height:59px;
	top:-6px;
}

.game-level-3 .game-key-layout{
	min-height:385px;
}

.game-level-3 .game-overlay img{
	height:461px;
    width:375px;
}

.game-level-4 .game-key-block{
	margin:0 2px;
	max-width:52px;
	height:60px;
}

.game-level-4 .game-key{
	background:url("../images/inner-key-on.png") no-repeat scroll 0 0 / 100% 100%;
	width:24px;
	height:32px;
}

.game-level-4 .game-key-layout{
	min-height:433px;
}

.game-level-4 .game-overlay img{
	height:507px;
    width:375px;
}

.game-level-4 .game-key-positions{
	background:url("../images/inner-key-location.png") no-repeat scroll 0 0 / 100% 100%;
	width:52px;
	height:60px;
}

.game-level-4 .game-key.inactive{
	background:url(../images/inner-key-off1.png) no-repeat scroll 0 0 / 100% 100%;
	width:24px;
	height:32px;
}

.game-keylocation{
	background: #8d6d58 none repeat scroll 0 0;
    border-radius: 10px;
    display: none;
    left: 29%;
    margin: 0 auto;
    max-width: 170px;
    padding: 8px 10px 5px;
    position: absolute;
    top: 14%;
    z-index: 999;
}
.game-sloganCollection{
	background: rgba(0, 0, 0, 0) url("../images/slogon-bg.png") no-repeat scroll 0 0;
    height: 260px;
    left: 23%;
    position: absolute;
    top: 26%;
    width: 208px;
    z-index: 999;
	display:none;
}
#sloganCollectionForm{
	margin: 100px auto 0;
    max-width: 157px;
	
	
}

#sloganCollectionForm #sloganAnswer{
	background:#deb886;
    border: 0 none;
    color: #000;
    font-size: 15px;
	font-weight: bold;
    height: 100px;
    margin-top: 2px;
    overflow: hidden;
    padding: 6px 10px 10px;
    resize: none;
    width: 157px;
	
}
#sloganCollectionForm #sloganPhone{
	background: rgba(0, 0, 0, 0) url("../images/input-bg.png") no-repeat scroll 0 2px;
    border: 0 none;
    color: #fff;
    font-size: 11px;
    height: 31px;
    padding: 6px 10px;
    width: 157px;
}
#sloganCollectionForm .sloganButton{
	width:88px;
	height:29px;
	background:url(../images/submit-bg.png) no-repeat;
	border: 0 none;
	text-indent:-9999px;
	margin:10px 0 0 34px;
}

.sloganerrors{
	display:none;
	color:#ff0000;
	text-align:center;
	font-size:11px;
}
.sloganSuccess{
    color: #1f965b;
    display: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    margin: 0 0 5px;
    text-align: center;
}
#mobileD,#tabletD { display:none; }

.loginSection{
	margin:0 auto;
    overflow:hidden;
    padding:5px 10px 0;
}
.loginSection div{
	float:right;
	margin-left:10px;
	color:#8D6D58;
	font-size:14px;
}
.loginSection div#login-username{
	margin:0;
	line-height:25px;
}
.loginSection div a{
	cursor:pointer;
	color:#8D6D58;
}
.loginSection div a img{
	width:24px;
}

input,select,textarea{
	outline:0 none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#ffffff;
   opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#ffffff;
   opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ffffff;
}

.game-helpText{
	background:url(../images/help-background.png) no-repeat center left;
	padding-left:17px;
	max-width:290px;
	position:fixed;
	top:32%;
	right:-273px;
	cursor:pointer;
	z-index: 99999 !important;
}

.game-helpcontainer{
	background:#9B7761;
	padding:10px 15px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.game-helpcontainer .game-helpheading{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.game-helpcontainer .game-helpdescription p{
	color:#ffffff;
    font-size:12px;
    line-height:15px;
    margin:10px 0 0;
}