@font-face {
	font-family: 'lightfont';
	src: url('fonts/crazy-smart/nimbus_sans_becker_pcon-webfont.eot');
	src: url('fonts/crazy-smart/nimbus_sans_becker_pcon-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/crazy-smart/nimbus_sans_becker_pcon-webfont.woff') format('woff'),
	url('fonts/crazy-smart/nimbus_sans_becker_pcon-webfont.ttf') format('truetype'),
	url('fonts/crazy-smart/nimbus_sans_becker_pcon-webfont.svg#lightfont-n7') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lightfont';
	src: url('fonts/crazy-smart/nimbus_sans_becker_pblacon-webfont.eot');
	src: url('fonts/crazy-smart/nimbus_sans_becker_pblacon-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/crazy-smart/nimbus_sans_becker_pblacon-webfont.woff') format('woff'),
	url('fonts/crazy-smart/nimbus_sans_becker_pblacon-webfont.ttf') format('truetype'),
	url('fonts/crazy-smart/nimbus_sans_becker_pblacon-webfont.svg#lightfont-n7') format('svg');
	font-weight: bold;
	font-style: normal;
}

body {
	padding:0;
	background: #ffe327 url(../images/crazy-smart/bg.png) center center no-repeat;
	background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'lightfont', "Helvetica Neue", "Helvetica", Arial, Sans-serif;
}

.hide {display:none;}

.header {
	left: 0;
	width: 100%;
	background: transparent;
}

.main {
	display: table;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'lightfont', "Helvetica Neue", "Helvetica", Arial, Sans-serif;
}
.center-box {
	display: table-cell;
	padding: 80px 0;
	vertical-align: middle;
	text-align: center;
}

.center-inner {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 500px;
	background: #fff url(../images/crazy-smart/bg-play.png) center top no-repeat;
	/*background-size: cover;*/
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.crazy-smart-logo {
	position: absolute;
	left: 55px;
	top: 36px;
}

.g-button, .submit {
	position: relative;
	display: inline-block;
	margin: 20px 0 0;
	padding: 0 15px;
	height: 61px;
	line-height: 61px;
	font-family: 'lightfont', "Helvetica Neue", "Helvetica", Arial, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffff00;
	background-color: #303030;
	border-radius:7px;
	transition: .3s;
}

	.g-button, .submit {
		background: #303030; /* Old browsers */
		background: -moz-linear-gradient(top,  #666666 0%, #010101 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#010101)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #666666 0%,#010101 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #666666 0%,#010101 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #666666 0%,#010101 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #666666 0%,#010101 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#010101',GradientType=0 ); /* IE6-9 */
	}



	.g-button:hover, .submit:hover {
		color: #FFF;
		background: #010101; /* Old browsers */
		background: -moz-linear-gradient(top,  #010101 0%, #666666 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#010101), color-stop(100%,#666666)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #010101 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #010101 0%,#666666 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #010101 0%,#666666 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #010101 0%,#666666 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	}

	.yellow {
		background: #f6ee47; /* Old browsers */
		color: #000000;
		margin-right: 10px !important;
		background: -moz-linear-gradient(top,  #ffff6c 0%, #ebdb1d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff6c), color-stop(100%,#ebdb1d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffff6c 0%,#ebdb1d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffff6c 0%,#ebdb1d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffff6c 0%,#ebdb1d 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffff6c 0%,#ebdb1d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff6c', endColorstr='#ebdb1d',GradientType=0 ); /* IE6-9 */
	}

	.yellow:hover {
		background: #f6ee47; /* Old browsers */
		color: #000000;
		background: -moz-linear-gradient(top,  #ebdb1d 0%, #ffff6c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebdb1d), color-stop(100%,#ffff6c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ebdb1d 0%,#ffff6c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ebdb1d 0%,#ffff6c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ebdb1d 0%,#ffff6c 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ebdb1d 0%,#ffff6c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebdb1d', endColorstr='#ffff6c',GradientType=0 ); /* IE6-9 */
	}

	.g-button:active,.submit:active {
		top: 1px;
		box-shadow: 4px 4px rgba(0,0,0,.4)
	}

.play-button {
	margin: 0;
	padding: 0;
	width: 138px;
	height: 61px;
	line-height: 61px;
	font-size: 16px;
	/*box-shadow: 5px 5px rgba(0,0,0,.4);*/
}

.submit, .large {
	margin: 0;
	padding: 0;
	height: 61px;
	line-height: 61px;
	font-size: 24px;
	padding: 0 30px;
	/*box-shadow: 5px 5px rgba(0,0,0,.4);*/
}

.disabled {
	text-indent: -9999px !important;
	background: #ececec url(../images/crazy-smart/loading-icon.gif) 50% 50% no-repeat !important;
	border: none;
	width: 133px !important;
}

.home-btn {
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin: 0 0 0 -65px;
	opacity: 0;
	font-size: 24px;
}

.home-btn:active {
	top: auto;
	bottom: -31px;
	margin: 0 0 0 -65px;
}

.fb-button {
	position: absolute;
	bottom: 43px;
	right: 30px;
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-family: 'lightfont', "Helvetica Neue", "Helvetica", Arial, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #3b5998;
	border-radius:7px;
	transition: .3s;
}

.fb-button:hover {
	color: #000;
}

.center-inner.base {
	background: transparent url(../images/crazy-smart/bg-manual.png) center top no-repeat !important;
}

	.center-inner .content {
		position: absolute;
		top: 30px;
		right: 30px;
		padding: 0 20px 0 0;
		width: 580px;
		height: 430px;
		text-align: left;
		overflow-y: scroll;
	}

		.center-inner .content p {
			color: #666;
			font-size: 16px;
			line-height: 1.5;
			margin-bottom: 15px;
		}

		.center-inner .content h1 {
			color: #000;
			font-size: 4.6rem;
			line-height: 1.5;
			font-weight: bold;
		}

		.center-inner .content h2 {
			color: #000;
			font-size: 2.4rem;
			font-weight: bold;
			line-height: 1.5;
		}


.gamepage-content, .gamepage-result {
	margin: 0 auto;
	height: 500px;
	width: 890px;
	padding: 0 30px;
}

	.game-header {
		min-height: 105px;
		padding: 30px 20px 0;
		text-align: center;
		font-size: 7.2rem;
		font-weight: bold;
		color: #666;
	}

		.game-header h1  {
			font-size: 7.2rem;
		}

		.game-header h1 strong {
			margin: 5px;
			color: #000;
		}

	.status {
		padding: 16px 70px 0 0;
		color: #999;
		font-size: 18px;
		background: url(../images/crazy-smart/bg-status.png) left bottom no-repeat;
		position: absolute;
		top: 30px;
		right: 30px;
		width: 178px;
		height: 66px;
		text-align: right;
		font-weight: bold;
	}

	.statusNoLogin {
		padding: 0;
		background: url(../images/crazy-smart/bg-status_no_login.png) left bottom no-repeat;
		position: absolute;
		top: 15px;
		right: 30px;
		width: 122px;
		height: 145px;
		text-indent: -9999px;
	}

		.status h2{
			color: #000;
			font-size: 26px;
			font-weight: bold;
			text-transform: uppercase;
			line-height: 0.95;
		}

		.status.rowOne h2{
			line-height: 1.8;
		}

		.status span{
			color: #000;
			font-weight: bold;
		}

	#questionsWrapper {
		padding: 30px;
		text-align: center;
		font-size: 36px;
		font-weight: bold;
		line-height: 40px;
		color: #000;
	}

		#questionsWrapper h2 {
			font-size: 2.4rem;
			font-weight: bold;
			line-height: 1.5;
			color: #000;
			min-height: 126px;
		}

		#questionsWrapper .fieldgroup {
			display: none;
		}

		.field label.left {
			display: none;
		}

		ul.optionset {
			width: 60%;
			margin: -10px auto 0;
		}

			ul.optionset li {
				float: left;
				width: 33%;
			}

				ul.optionset li label {
					font-size: 2.4rem;
					font-weight: bold;
				}


				ul.optionset li input[type="radio"]{
					display:none;

				}

				ul.optionset li input[type="radio"] + label{
					background: url(../images/crazy-smart/radio.png) left bottom no-repeat;
					background-size: 24px;
					width: 24px;
					height: 60px;
					display:inline-block;
					border: none;
					padding: 0;
				}

				ul.optionset li input[type="radio"]:checked + label{
					background: url(../images/crazy-smart/radio_checked.png) left bottom no-repeat;
					width: 24px;
					height: 60px;
					display:inline-block;
					padding: 0;
				}

		#questionsWrapper .Actions {
			margin-top: 50px;
		}

.center-inner.result {
	background: transparent url(../images/crazy-smart/bg-result.png) center top no-repeat !important;
}

	.center-inner.result h1 {
		font-size: 4.2rem;
		line-height: 1.9;
		}

	.resultContent {
		padding: 17px 60px;
		text-align: center;
		font-size: 18px;
		font-weight: normal;
		line-height: 1.4;
		color: #000;
		height: 191px;
		min-height: 191px;
	}

		.resultContent h2 {
			font-size: 7.4rem;
			line-height: 1.2;
			font-weight: bold;
		}

		.resultContent h3 {
			font-size: 2.4rem;
			line-height: 1.1;
			font-weight: normal;
		}

		.buttons {
			margin-top: 10px;
		}

		.buttons.exYu {
			margin-top: 35px;
		}

		.buttons .terms {
			margin: 0;
			height: 47px;
		}

		.buttons p {
			font-size: 1.4rem;
			line-height: auto;
		}

		.terms-error {
			display: none;
			color: red;
			font-size: 1.4rem;
			line-height: auto;
		}

		.buttons p label {
			display: inline-block;
		}

		.fb {
			margin-top: 40px;
		}

			.fb h2 {
				font-size: 5.4rem;
			}

.home-visual {
	position: relative;
	margin: 0 auto;
	width: 531px;
	height: 327px;
	opacity: 0;
	transition: .5s;
}

.game-rules {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 630px;
	height: 300px;
	padding: 160px 160px 40px 160px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #666;
	background: #fff url(../images/crazy-smart/bg-manual.png) center top no-repeat;
	border-radius: 10px;
}

	.game-rules strong {
		color: #000;
	}

	.game-rules p {
		margin-bottom: 15px;
	}

	.btn-continue {
		font-size: 24px;
		cursor: pointer;
	}


#agree-holder {
	margin: 0 0 0 27px;
	float: left;
}

#agree-holder input {
	margin: 2px 10px 0 0;
	float: left;
}

#agree-holder label {
	width: 255px;
	float: left;
}

.game-footer {
	position: absolute;
	right: 20px;
	bottom: 15px;
	text-align: right;
	font-size: 12px;
	color: #666;
}
.game-footer a {
	color: #666;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								TABLET (479-950)
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
@media screen and (max-width: 950px) {


	.center-box {
		padding: 60px 0 0;
	}

	.center-inner {
		background: transparent;
		border-radius: 0;
		box-shadow: none;
		height: auto;
		width: 100%;
		position: relative;
		vertical-align: top;
	}

	.statusNoLogin {
		display: none;
	}

	.crazy-smart-logo {
		left: 50%;
		margin: 0 auto 0 -80px;
		position: absolute;
		top: 25px;
	}

	.gamepage-content, .gamepage-result {
		width: 100%;
		height: auto;
		padding: 0;
		background: #FFF;
	}

	.game-header {
		min-height: 10px;
		padding: 120px 20px 0;
	}

	.gamepage-result .game-header {
		min-height: auto;
	}

	.gamepage-content .game-header {
		padding: 120px 20px 10px;
	}


	.game-rules{
		background: transparent;
		width: 90%;
		position: static;
		padding: 140px 5% 0;
		height: auto;
	}

	.resultContent{
		height: auto;
	}

	.resultContent h2{
		line-height: 0.8;
		margin: 25px 0;
	}

	#questionsWrapper {
		padding: 0 20px 30px;
	}

	#questionsWrapper h2 {
		min-height: 80px;
		margin-bottom: 20px;
	}

	.home-visual {
		width: 100%;
		height: auto;
		max-width: 531px;
		max-height: 327px;
	}

	.home-visual img{
		width: 95%;
	}

	.center-inner.result {
		background: #FFF !important;
	}

	.g-button{
		margin: 0 auto 25px !important;
		width: 160px;
		display: block;
	}

	.fb-button {
		position: static;
		margin: 0 auto 25px;
	}

	.home-btn{
		margin: 0 0 0 -65px !important;
		padding: 0 49px;
		width: auto;
	}

	.game-footer {
		text-align: center;
		background: transparent !important;
		padding: 20px 0;
		position: static;
	}

	#questionsWrapper .Actions {
		margin-top: 30px;
	}

	.status {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto 25px;
	}

	.buttons .terms {
		height: auto;
		margin: 0 0 25px;
	}

	.center-inner.base {
		background: #FFF !important;
	}


	.center-inner .content {
		height: auto;
		overflow-y: auto;
		position: static;
		padding: 120px 5% 20px;
		width: 90%;
		margin: 0 auto;
	}


	label, input, button, select, textarea {
		font-size: 1.8rem;
	}


}

@media screen and (max-width: 768px) {
	.center-box {
		padding: 50px 0 0;
	}
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								TABLET (-949)
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
@media screen and (max-width: 479px) {

	.home-btn{
		bottom: -60px;
	}


	.game-rules {
		font-size: 24px;
		line-height: 32px;
	}

	#questionsWrapper h2 {
		min-height: 180px;
	}


	ul.optionset {
		width: 100%;
	}


}
