﻿/* Common CSS Start */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	line-height: 1;
	-ms-word-break: break-all;
	word-break: break-all;
}
h2 {
	-ms-word-break: normal;
	word-break: normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #000000;
	text-decoration: none;
	outline: none;
	-webkit-transition-property:color, text;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, text;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property:color, text;
	-o-transition-duration:0.3s;
	-o-transition-timing-function: linear, ease-in;
}
a:hover {
	vertical-align: baseline;
	background: transparent;
	color: #009CE0;
	text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*.share .share-icon:hover {
	-webkit-filter: grayscale(1%);
    filter: grayscale(1%);
}*/
/*@-moz-document url-prefix() {
	.social-networks {
		top: 100%;
	}
}
.social-networks:hover {
	height: 625px;
}*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
.main-outer {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
.game-container {
	background-position: center top;
	overflow: hidden;
	width: 375px;
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 667px;
	background-color: #000000;
}
.top-slot {
	width: 100%;
	height: auto;
	float: left;
}
.time-slot {
	width: 100%;
	height: auto;
	float: left;
	background-color: #00B1B1;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gift-choose {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
}
.game-items {
	margin: 20px 2% 20px 2%;
	width: 96%;
	height: auto;
	float: left;
}
.gift-box {
	background-position: left top;
	width: 20%;
	float: left;
	height: 72px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}
.time {
	width: 45%;
	height: auto;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CA0000;
	padding-right: 20px;
}
.score {
	width: 40%;
	height: auto;
	margin-left: 20px;
	float: left;
}
.time h1 {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 6px;
	text-align: right;
	font-family: arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFDA46;
}
.time h2 {
	width: 100%;
	height: auto;
	float: left;
	text-align: right;
	font-family: arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.score h1 {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 6px;
	text-align: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFDA46;
}
.score h2 {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.your-score-slot {
	width: 280px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 10px;
	background-color: #FFFFFF;
}
.your-score-slot h1 {
	width: 100%;
	height: auto;
	font-family: arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.your-score-slot h2 {
	width: 100%;
	height: auto;
	font-family: arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.your-score-slot h3 {
	width: 100%;
	height: auto;
	font-family: arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.form-slot {
	width: 100%;
	height: auto;
	float: left;
}
.your-name {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 5px;
}
.your-name h1 {
	width: 100%;
	height: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.fill-box {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
.box1 {
	padding: 5px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
}
.submit-button {
	width: 100%;
	height: auto;
	float: left;
}
.button1 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	border-style: none;
	cursor: pointer;
}
.high-score-slot {
	width: 100%;
	height: auto;
	float: left;
}
.score-header {
	width: 270px;
	height: auto;
	float: left;
	background-color: #85476A;
	padding: 5px;
}
.score-details-slot1 {
	width: 270px;
	height: auto;
	float: left;
	background-color: #FBD6C4;
	padding: 5px;
}
.rank-slot {
	width: 50px;
	height: auto;
	float: left;
	margin-right: 5px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.player-score {
	width: 140px;
	height: auto;
	float: left;
	margin-right: 5px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.score-noumber {
	width: 70px;
	height: auto;
	float: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.top-no {
	width: 50px;
	height: auto;
	float: left;
	margin-right: 5px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.top-name {
	width: 140px;
	height: auto;
	float: left;
	margin-right: 5px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.score-no {
	width: 70px;
	height: auto;
	float: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.score-details-slot2 {
	width: 270px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}
.help-slot {
	width: 100%;
	height: auto;
	float: left;
}
.help-slot h1 {
	width: 100%;
	height: auto;
	float: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	word-break: normal;
}
.home-container {
	background-position: center bottom;
	overflow: hidden;
	width: 375px;
	margin: 0px auto 0px auto;
	background-color: #001414;
	background-image: url('../images/home-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 667px;
}
.home-header {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 85px;
	text-align: center;
}

.home-header img {
	width: 85%;
	}

.play-button {
	float: left;
	margin-top: 294px;
	position: absolute;
	margin-left: 100px;
}
.high-button {
	float: left;
	margin-top: 195px;
	position: absolute;
	margin-left: 55px;
}
.help-button {
	float: left;
	margin-top: 294px;
	position: absolute;
	margin-left: 234px;
}

.final-container {
	background-position: center top;
	overflow: hidden;
	width: 375px;
	margin: 0px auto 0px auto;
	background-image: url('../images/final-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 667px;
}
.final-content-slot {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.final-content-slot h1 {
	width: 100%;
	height: auto;
	float: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
}
.final-content-slot h2 {
	width: 100%;
	height: auto;
	float: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
	margin-bottom: 15px;
}
.try-button {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
.submit-button {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.main-outer1 {
	width: 100%;
	height: 380px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	background-color: #FFFFFF;
}
.gift-choose h1 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 5px;
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000080;
}
.game-over-slot {
	width: 100%;
	height: auto;
	margin-top: 130px;
	float: left;
	text-align: center;
}


/* Common CSS Ends */



/* Start */


/* Ends */



/* Responsive Media Queries */
@media screen and (max-width:1280px)
{
	
}

@media screen and (max-width:1024px)
{
	
	
}

@media screen and (max-width:980px)
{

}


@media screen and (max-width:800px)
{


	
}

@media screen and (max-width:768px)
{
	
}

@media screen and (max-width:700px)
{
	
}

@media screen and (max-width:640px)
{
		
}

@media screen and (max-width:600px)
{
	
	
}

@media screen and (max-width:540px)
{
		
}

@media screen and (max-width:480px)
{

.gift-box img {
	
	width: 90%;
	}


}

@media screen and (max-width:375px)
{
#cboxContent {
    width: 94% !important;
    padding: 0px !important;
    margin: auto !important;
}

.play-button {
       margin-left: 91px;
}

.help-button {
        margin-left: 192px;
}

}




@media screen and (max-width:360px)
{
.game-container {
	width: 100%;
	
}


.home-container {
		width: 100%;
	}
.final-container {
		width: 100%;
	}

.game-items {
	width: 94%;
}
.gift-box{
height: 60px;
}

.gift-box img {
	
	width: 90%;
	
	}

#cboxContent {
    width: 94% !important;
    padding: 0px !important;
    margin: auto !important;
}

}

@media screen and (min-width:1025px) and (max-width:1280px)
{
	
}

@media screen and (min-width:981px) and (max-width:1024px)
{
	
}

@media screen and (min-width:801px) and (max-width:980px)
{
	
}

@media screen and (min-width:769px) and (max-width:800px)
{
	
}

@media screen and (min-width:701px) and (max-width:768px)
{
	
}

@media screen and (min-width:641px) and (max-width:700px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:541px) and (max-width:600px)
{
	
}

@media screen and (min-width:481px) and (max-width:540px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{
.game-container {
	width: 100%;
	
}


.home-container {
		width: 100%;
	}

	
.play-button {
		margin-left: 80px;
		margin-top: 278px;
}
.high-button {
		margin-left: 20px;
}
.help-button {
		margin-left: 185px;
		margin-top: 278px;
}

.final-container {
		width: 100%;
	}


}


