@font-face {
    font-family: 'Finger Paint';
    src: url('FingerPaint-Regular-webfont.eot');
    src: url('FingerPaint-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('FingerPaint-Regular-webfont.woff2') format('woff2'),
         url('FingerPaint-Regular-webfont.woff') format('woff'),
         url('FingerPaint-Regular-webfont.ttf') format('truetype'),
         url('FingerPaint-Regular-webfont.svg#finger_paintregular') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('Muli-Light.ttf') format('truetype'),
         url('Muli-Regular.ttf') format('truetype'),
         url('Muli-LightItalic.ttf') format('truetype'),
         url('Muli-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
html{
	height:100%;

}
body{
	background-color:#21928E;
}
body *{
	position:relative;
	font-family:Muli, arial, sans-serif;
}
#loader{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	width:100%;
	height:100%;
	background-color:rgba(28,70,92,0.7);
	z-index:99999;
}

#theQuestion{
	color:#fff;
	font-size:3vmin;
	top:-4vmin;
	text-align:left;
	width:80%;
}
/*
#theQuestion > h1{
	position:absolute;
	bottom:-60px;
	color:#404040;
	font-size:3vh;
	
}
*/
#loader img{
	margin-top:20%;
}
#sortable, #listable, #match{
	display:none;
}
#back h1{
font-size: 4vmin;
}
.i{
	font-family:"Finger Paint";
	color:#6C58BC;
}
.blend{
	font-family:"Finger Paint";
	color:#88982C;
}
.it{
	font-family:"Finger Paint";
	color:#DF4A70;
}
.org{
	font-family:"Finger Paint";
	color:#21928E;
	margin-right:40px;
}
body{
	height:100%;
	padding:0;
		margin:0;
	font-family: arial, sans-serif;

	color:#404040; /* Charcoal */
	text-align:center;
	  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-image:url(../assets/background.jpg);
	background-repeat:no-repeat;					
	background-attachment: fixed;
	background-size: cover;
	overflow:hidden;
}
span.label{
	display:inline-block;
	vertical-align:middle;
	min-width:8em;
	color: #fff;
}
#wrap{
	height:auto;
	overflow:hidden;
	background:#21928E;
	color:#fff;

}
#for_img{
	position:absolute;
	display: none;
	top:0px;
	right:1%;
	height:auto;
	width:14vmin;
	border:4px solid #21928E;
	z-index:9999;
}

.lrgImg{
	cursor:pointer;
	width:100%;
	height:auto;
}

.clearfix:before,
.clearfix:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */
#buzz{
	font-size:5vmin;
}
.status{
    font-size: 3vmin;
}
.container{
	display:none;
}
#back{
	display:block;
	position:relative;
	height:100%;
	width:100%;	
	background:#e2e2d3;
}
#question,#status{
	display:inline-block;
	position:relative;
	height:auto;
	overflow:hidden;
	vertical-align: top;
}
#score{
	display:inline-block;
	height:100%;
	float:left;
}
#score img{
	height: 100%;
	overflow:hidden;
	vertical-align: top;
}
#question {
	font-size:5vmin;
	float:left;
	font-weight:900;
}
#status{
	width:65%;
	font-size: 2vmin;
}
#qi{
	height:250px !important;
	width:auto;
}
#keyboard{
	display:block;
	width:100%;
	height: calc(100% - 38%);
	margin:0px auto;
	background:#e2e2d3;
}
#keyboard_top{
	background:#21928E;
	min-height:30%;
	overflow:auto;
}
#keyboard img{
	height:1em;
}
#text0, #text1, #text2{
	background-color:#ffffff;
	color:#404040;
    display: inline-block;
    text-align: center;
    height: auto;
    overflow: hidden;
    height: 8vmin;
    font-size: 5vmin;
    vertical-align: middle;
}
.member{
	color:#0000ff !important;
}
.joinkey{
	color:#ff0000 !important;
}
#text3{
	background-color:#ffffff;
	color:#404040;
    display: inline-block;
    text-align: left;
    overflow-y: scroll;
    font-size: 3vmin;
    vertical-align: middle;
    height: 14vmin;
    min-height: 8em;
    padding: 15px;
    position: absolute;
    top: 20px;
    left: 10%;
}
#choice{
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    top: 0;
}
.label{
	display:inline-block;
	vertical-align:top;
}
.lister{
	border:2px solid green;
}
#paused{
	display:none;
	position:relative;
	top:-75px;
	width:100%;
	height:100%;

	text-align:center;
}
.wordwrap{
	/*display:block;*/
	position:relative;
	width:80%;
	height:1.5em;
	margin:5px auto;
	min-height:1.5em;
	min-width:200px;
	line-height:1em;
	border:2px solid #404040;
	color:#404040;
	border-radius:5px;
	text-align:left;
	white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}
.key:hover{

	color:#ffffff;
	background:#404040;
}
#overlay4{
	position:absolute;
	bottom:10px;
	width:100%;
    height: 45%;
	padding:0;
	overflow:auto;
	overflow-x:hidden;
	box-sizing:border-box;
	
}
.keyboard{
    display: none;
    position: absolute;
    bottom: 15px;
    left: 0px;
    overflow: auto;
    /* max-height: 500px; */
    padding: 0;
    width: 100%;
	height:auto;
	max-width:1025px;
    background: #e2e2d3;
	margin:1px;
}
.key{
    display: inline-block;
    position: relative;
    margin: 1px;
    padding: 0.6vmin;
    width: auto;
	min-width: 9vmin;
    /*font-size: 3.5vmin;*/
    line-height: 7vmin;
	color:#404040;
	background:#c0c0c0;
	/* border:1px solid #404040;*/
/* border-radius:5px;*/
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	vertical-align:top;
	/*text-shadow: 1px 1px #404040;*/
	cursor:pointer;
}
#keys_lower{
	display:block;
}
#text img{
	height:1em;
}
#avatar{

}
.wordwrap { 

}
button{
	display:inline-block;
	position:relative;
	width:auto;
	padding:10px;
	margin:5px;
	border:none;
	background: #BADA55;
	color:#404040;

  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 6px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 6px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 6px;
	cursor:pointer;
  }
  button:focus, select:focus, input:focus, textarea:focus {outline:0;}
  textarea{
        resize:none;

		font-family:sans-serif;
    }
.control{
    /*line-height: 4vmin;*/
    width: auto;
    min-width: 9vmin;
    font-size: 4vmin !important;
	font-weight:700;
}

.Shift{
	margin-right:5px !important;
	background-color:#21928E !important;
	color:#ffffff !important;
}
.abc{
	background-color:#21928E !important;
	color:#ffffff !important;
}
.O123{
	background-color:#21928E !important;
	color:#ffffff !important;
}
.⌫{
	margin-left:5px !important;
	background-color:#21928E !important;
	color:#ffffff !important;
}
.Lang{
	margin-right:5px !important;
	background-color:#21928E !important;
	color:#ffffff !important;
}
.Backspace,.Del{
	background-color:#FF6633 !important;
	color:#ffffff !important;
}
.OK{
	margin-left:5px !important;
	background-color:#21928E !important;
	color:#ffffff !important;
} 
.↲{
	background-color:#21928E !important;
	color:#ffffff !important;
}
.joinImg{
	cursor:pointer;
	width:20%;
	max-width:350px;
	height:auto !important;
	margin:20px;
}

.multiButton {
	display:inline-block;
	width:30%;
	max-width:200px;
	margin:2%;
	padding:2%;
    color: #ffffff;
    text-shadow: 2px 2px #404040;
	  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 6px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 6px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 6px;
	cursor:pointer;
}
.multiButton2 {
    display: inline-block;
    width: 30%;
    height: 20vmin;
    max-width: 270px;
    margin: 0.5%;
    color: #ffffff;
    text-shadow: 2px 2px #404040;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 2.5vmin;
}
 .multiButton3 {
    display: inline-block;
    width: 15%;
    height: 150px;
    /* line-height: 50px; */
    font-size: 3vmin;
    max-width: 220px;
    margin: 0.5%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    vertical-align: top;
    background-color: #ffffff !important;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
#listtable { margin: 0 auto; padding: 0; width: 60%; }

#sortable { list-style-type: none; margin: 0 auto; padding: 10px; width: 60%; height:auto; overflow:auto }

#sortable li span { position: absolute; margin-left: -1.3em; }
#sortable li{
    cursor: move;
    text-align: center;
    margin: 0.7vmin auto;
    background: #425554;
    font-size: 3.5vmin;
    color: #fff;
    max-width: 90%;
}
.hide{
	display:none !important;
}
#match {
	position:relative;
	width: 90%;
	height: 98%;
	overflow:hidden;
}
.thumbs{
	color:#404040;
	display:inline-block;
	position:relative;
	vertical-align:top;
	width:30%;
	height:28%;
	margin:2px;
	border:1px solid #404040;
	cursor:pointer;
	text-align:center;

	line-height:1.4em;
	overflow:hidden;
	background-color: #ffff00;
}
.cover{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(../assets/pattern.png);
	background-size:100% 100%;
	z-index:3;
	-webkit-transition: width 0.25s; /* Safari */
    transition: width 0.25s;
}
.ans{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:6px;
	z-index:2;
	box-sizing:border-box;
}







.flip {
  -webkit-perspective: 800;
   width: 30%;
   max-width:300px;
   height: 28%;
    position: relative;
    margin: 0.3%;
	float:left;
	border:2px solid #404040;
}
.flip .card.flipped {
  -webkit-transform: rotatex(-180deg);
}
.flip .card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
}
.face{
	background-size:100% 100%;
}
.flip .card .face {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden ;
  z-index: 2;

    text-align: center;
}
.flip .card .front {
  position: absolute;
  z-index: 1;
    background: black;
    color: white;
    cursor: pointer;
}
.flip .card .back {
  -webkit-transform: rotatex(-180deg);
    background: blue;
    background: white;
    color: black;
    cursor: pointer;
}



#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    border-radius: 3px;
	width:500px;
    margin: 10px auto;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}
#progress-wrp .progress-bar{
    height: 30px;
    border-radius: 3px;
    background-color: #f39ac7;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
#progress-wrp .status{
    top:3px;
    left:50%;

    position:absolute;
    display:inline-block;
    color: #000000;
}
#overlay3{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#808080;
	text-align:center;
	z-index:9999;
}
#overlay3 > img{
	margin-top:100px;
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-device-width : 321px) {
#overlay3{
	display:block;
}
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-device-width : 320px) {
#keyboard_top{
height:50% !important;
font-size:6vmin !important;
}
#text3{
	height:60vmin !important;
font-size:6vmin !important;
}
#overlay3{
	display:none;
}
}
 
 /* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

#overlay3{
	display:none;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
#keyboard_top{
height:50% !important;
font-size:6vmin !important;
}
#text3{
	height:60vmin !important;
	font-size:6vmin !important;
}
#overlay3{
	display:none;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

#overlay3{
	display:none;
}
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

#overlay3{
	display:none;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
#keyboard_top{
height:50% !important;
font-size:6vmin !important;
}
#text3{
	height:60vmin !important;
	font-size:6vmin !important;
}
#overlay3{
	display:none;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

#overlay3{
	display:none;
}
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

#overlay3{
	display:none;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
#keyboard_top{
height:50% !important;
font-size:6vmin !important;
}
#text3{
	height:60vmin !important;
	font-size:6vmin !important;
}
#overlay3{
	display:none;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

#overlay3{
	display:none;
}
}
 
 
 
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
#overlay3{
	display:none;
}
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
#overlay3{
	display:none;
}
}
 
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
#overlay3{
	display:block;
}
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
#keyboard_top{
height:40% !important;
}
#text3{
	height:60vmin !important;
font-size:6vmin !important;
}
#overlay3{
	display:none;
}

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
#keyboard_top{
height:40% !important;
}
#text3{
	height:60vmin !important;
font-size:6vmin !important;
}
.key{
font-size:9vmin;
}
#overlay3{
	display:none;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
#keyboard_top{
height:40% !important;
}
#text3{
	height:60vmin !important;
font-size:6vmin !important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}