html,
button,
input,
select,
textarea {
    color: #222;
}
body{
	overflow:hidden;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0; 
}
textarea {
    resize: vertical;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.section{
	height: 622px;
    margin: 0 auto;
    position: relative;
    width: 680px;	
}
.wrapper {
    height: 622px;
    margin: 0 auto;
    position: relative;
    width: 680px;
	padding-top:1px;
	overflow:hidden;
	background:url(../img/loader.jpg) no-repeat;
}
.learn {
    background-color: #CCCCCC;
    bottom: 61px;
    height: 34px;
    left: 219px;
    position: absolute;
    width: 405px;
	cursor:pointer;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.play {
    background-color: #CCCCCC;
    bottom: 18px;
    height: 34px;
    left: 219px;
    position: absolute;
    width: 405px;
	cursor:pointer;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#overlay {
    background-color: #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	z-index:9; 
    width: 100%;
}
.table {
    border-collapse: separate;
    border-spacing: 5px;
    display: block;
    margin: 152px auto 0;
    text-align: center;
}
.tr{
	display:table-row;
}

.item {
    border-radius: 12px;
    display: block;
    height: 79px;
    margin: 36px auto;
    position: relative;
    width: 416px;
}

.itemName {
    height: 190px;
    position: absolute;
    width: 450px;
    left: -33px;
    top: -26px;
}

/*.item:hover{
	box-shadow: 0 0 19px 5px #FFFFFF;
	-moz-box-shadow:0 0 18px 4px #FFFFFF;
	-webkit-box-shadow:0 0 18px 4px #FFFFFF;
}*/

#item1{
	background:url(../img/01.png) no-repeat;
}

#item2{
	background:url(../img/02.png) no-repeat;
}

#item3{
	background:url(../img/03.png) no-repeat;
}

#item4{
	background:url(../img/04.png) no-repeat;
}


#playGame {
    height: 585px;
	position:relative;
}

.question {
    color: #FFFFFF;
	height:48px;
    font-family: arial;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
	overflow:hidden;
	font-weight:normal;
	padding-top:10px;
	padding-left:10px;
	margin-left: -10px;
	text-shadow: 0 2px 4px #000000, 0 -2px 10px #000000,0 3px 8px #000000, 0 -1px 11px #000000, 0 2px 10px #000000,0 -2px 10px #000000,0 3px 11px #000000,0 -1px 12px #000000;
	filter: Shadow(Color='#000000', Direction=100, Strength=0);
	filter: progid:DXImageTransform.Microsoft.Glow(Color="#000000",Strength="3")
}

.checked{
	background-color:#000 !important;
}
.ansRow div{
	background-color: #FFFFFF;
    display: inline-block;
    height: 50px;
    margin: 0 2px;
    width: 39px;
	font-size:37px;
	font-weight:800;
	text-align:center;
	color:#000;
	vertical-align:top;
}

#answer .ansRow{
    height: 50px;
    margin: 0;
    padding: 0 0 6px;
}

#textBlock {
    left: 162px;
    position: absolute;
    top: 90px;
    width: 488px;
}

.pointer{
	top:441px;
	left:206px;
	width:130px;
	height:38px;
	text-align:right;
	position:absolute;
	background:url(../img/pointer1.png) no-repeat;
}

.pointer > span {
    display: inline-block;
    height: 21px;
    margin-right: 13px;
    margin-top: 8px;
    width: 58px;
}

.lettersGrid {
    bottom: 10px;
    height: auto;
    position: absolute;
    right: 20px;
    width: 241px;
	padding-top:43px;
	padding-left:9px;
	background:url(../img/avilable_letters.png) no-repeat;
	background-position:-20px -19px;
}

.lettersGrid div {
    background-color: #999999;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    height: 32px;
    margin: 2px;
    padding-top: 4px;
    text-align: center;
    vertical-align: top;
    width: 36px;
}

.spinner{
	top: 349px;
	left: 20px;
	width:219px;
	height:218px;
    position: absolute;
	overflow:hidden;
}

.spinItem{
	width:219px;
	height:218px;
	background: url(../img/spinner.png) no-repeat;
}
.solve {
    background-color: #FF0000;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    height: 31px;
    margin: 2px;
    padding-top: 4px;
    text-align: center;
    vertical-align: top;
    width: 157px;
}

.strikes {
    background: url(../img/avilable_strik.png) no-repeat scroll -18px -18px rgba(0, 0, 0, 0);
    bottom: 10px;
    height: 34px;
    left: 250px;
    padding: 33px 10px 0;
    position: absolute;
    width: 140px;
	text-align:center;
}

.strikes div {
    color: #FFFFFF;
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    height: 32px;
    text-align: center;
    width: 26px;
	background:url(../img/strick.png) no-repeat;
	background-position:0 10px;
}

.strikeComplte{
	opacity:0.4;
}

.scoreBar {
	display:none;
    height: 37px;
	position:relative;
	background-repeat:no-repeat;
	/*background:url(../img/nave.png) no-repeat;*/
}

.textView {
    background: none repeat scroll 0 0 rgba(255, 0, 0, 0.38);
    color: #FFFFFF;
    display: none;
    font-size: 21px;
    height: 120px;
    margin: 8px 6px 0;
    padding: 23px 12px 10px;
    position: relative;
}
.textView div{
	text-shadow:0 2px 4px #000000,0 -2px 10px #000000,0 3px 8px #000000,0 -1px 11px #000000,0 2px 8px #000000,0 -1px 10px #000000,0 2px 10px #000000,0 -1px 11px #000000;
	filter: Shadow(Color='#000000', Direction=100, Strength=0);
	filter: progid:DXImageTransform.Microsoft.Glow(Color="#000000",Strength="5");
}

.choose {
    bottom: 5px;
    position: absolute;
    right: 15px;
	font-size:22px;
	cursor:pointer;
}

.text {
    height: 90%;
	line-height:27px;
}

.text > p {
    margin: 0;
	font-size:22px;
}

.scoreBar > div {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 5px 3px;
    position: absolute;
    line-height: 16px;
}

#tScore{
	left:100px;
	min-width:60px;
}

#score {
    left: 291px;
	min-width:52px;
}

#mute {
    cursor: pointer;
    right: 87px;
    width: 30px;
	height:15px
}

#help {
    cursor: pointer;
    right: 14px;
    width: 30px;
	height:15px
}

.avatar {
    left: 8px;
    position: absolute;
    top: 134px;
}

.choosePic {
    height: 492px;
    margin: 120px auto 0;
    position: relative;
    width: 94%;
}

.character {
    display: inline-block;
	/*height: 175px;*/
    height: 162px;
    margin: 4px 5px 0px 6px;
    width: 148px;
	cursor:pointer;
}

#resultBox,
#helpBox,
#know {
    background:url(../img/popup.png) no-repeat;
    top:43px;
	left:90px;
	z-index:99;
	width:340px;
    height:340px;
	display:none;
	padding: 85px;
    position: absolute;
}

#checkOut {
   /* background-color: #CCCCCC;*/
    bottom: 170px;
    height: 66px;
    left: 45px;
    opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    width: 69px;
}

.cursor{
	cursor:pointer;
}

.default{
	cursor:default;
}

#resultBox > span{
	display:block;
	margin-left:10px; 
	margin-right:10px;
	color:#fff;
	text-shadow: 0 2px 10px #000000, 0 5px 20px #000000, 4px 3px 22px #000000;
	filter: Shadow(Color='#000000', Direction=100, Strength=0);
	filter: progid:DXImageTransform.Microsoft.Glow(Color="#000000",Strength="3")
}

#helpBox > span{
	display:block;
	margin-left:2px; 
	color:#fff;
}

.muted{
	background:url(../img/mute.png) no-repeat scroll 0 8px rgba(0, 0, 0, 0);
}


.ImageRiver {
    background-color: #CCCCCC;
    display: block;
    height: 103px;
    margin: 201px 72px 0 auto;
    opacity: 0;
    width: 130px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.dwnit {
    background-color: #CCCCCC;
    display: block;
    height: 20px;
    margin: 80px 146px 0 auto;
    opacity: 0;
    width: 150px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#know{ text-align:right;}

/*._hTop {
    font-size: 23px;
    font-style: italic;
	margin-bottom:10px;
	text-shadow: 0 2px 6px #000000, 0 -1px 10px #000000, 0 8px 6px #000000, 0 -2px 12px #000000, 0 10px 20px #000000, 0 -1px 25px #000000;
	filter: Shadow(Color='#000000', Direction=90, Strength=1);
	filter: progid:DXImageTransform.Microsoft.Glow(Color="#000000",Strength="10");
}
._hMid> p > label {
    display: inline-block;
    vertical-align: top;
    width: 90%;
	margin-left:4px;
	text-indent:0;
}

._hMid > p {
    line-height: 20px;
    margin: 5px 0;
	text-shadow: 0 5px 15px #000000, 0 -2px 10px #000000, 0 8px 12px #000000, 0 -2px 15px #000000;
	filter: Shadow(Color='#000000', Direction=100, Strength=0);
	filter: progid:DXImageTransform.Microsoft.Glow(Color="#000000",Strength="5")
}

._hBtm {
    font-size: 24px;
    margin-right: 15px;
    text-align: right;
	cursor:pointer;
	text-shadow: 0 2px 6px #000000, 0 5px 15px #000000, 0 6px 20px #000000, 0 8px 25px #000000;
	filter: Shadow(Color='#000000', Direction=100, Strength=0);
	filter: progid:DXImageTransform.Microsoft.Glow(Color="#000000",Strength="6")
}
._hMid {
    min-height: 265px;
}
*/

.continue {
    background-color: #CCCCCC;
    bottom: 65px;
    cursor: pointer;
    height: 68px;
    opacity: 0;
    position: absolute;
    right: 76px;
    width: 128px;
}

/*._rTop {
    font-size: 23px;
	margin-bottom:10px;
}

._rMid {
    font-size: 19px;
    margin-top: 21px;
    min-height: 255px;
}

._wTop {
    font-size: 23px;
    margin-top: 10px;
    text-align: left;
	color:#FF0000 !important;
}

._wMid {
    font-size: 18px;
    margin-top: 22px;
    min-height: 245px;
    text-align: left;
}
*/

._Btm {
    background: url("../img/continue.png") no-repeat scroll -25px -22px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 23px;
    height: 75px;
    text-align: right;
    width: 130px;
}

.tryAgain {
    background-color: #CCCCCC;
    bottom: 74px;
    height: 50px;
    opacity: 0;
    position: absolute;
    width: 103px;
	cursor:pointer;
}
._nTop {
    color: #FF0000;
    display: block;
    font-size: 30px;
    margin-left: 5px;
	text-align:left;
}

._nMid, ._cMid {
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    line-height: 23px;
    margin-left: 12px;
    margin-top: 8px;
	margin-right:6px;
    min-height: 234px;
	text-align:left;
	font-weight:lighter;
	text-shadow: 0 2px 6px #000000, 0 -1px 10px #000000, 0 8px 20px #000000, 0 -2px 22px #000000, 0 10px 20px #000000, 0 -1px 25px #000000;
	filter: Shadow(Color='#000000', Direction=90, Strength=1);
	filter: progid:DXImageTransform.Microsoft.Glow(Color="#000000",Strength="10");

}

._stamp {
    border-radius: 50px;
    bottom: 92px;
    height: 100px;
    left: 41px;
    opacity: 0.8;
    position: absolute;
    width: 100px;
}

._passport {
    bottom: 54px;
    height: 69px;
    left: 94px;
    position: absolute;
    width: 50px;
}
/*._cBtm {
    font-size: 22px;
    margin-right: 10px;
    margin-top: 190px;
    text-align: right;
	cursor:pointer;
}
._cTop {
    color: #FF0000 !important;
    font-size: 24px;
    font-weight: bold;
    margin-top: 1px;
    text-align: left;
}*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
