.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}

body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
	overflow:hidden;
}
.noPadding
{
	padding : 0%;
}
#playGame
{
	 margin-top:33%;
}
#homeDiv{
	margin-top:1vh;
}
.wrongClass
{
	animation: red_blinker 0.5s linear infinite;
}

.rightClass{
	animation: green_blinker 0.5s linear infinite;
}
.ui-draggable-helper{
font-size:1vw !important;
z-index:999;
position:absolute;
}
#navigationDiv{
	margin-top:20vh;
}
#checkDiv{
	margin-top:5vh;
}
#nextDiv{
	margin-top:2vh;
}
#sentenceDiv{
	padding: 0.5vw;
}
.mainDivs{
	margin-top:-10vh;
}
/* #soundDiv{
	visibility: hidden;
} */
#characterDiv{
	margin-top: 68vh;
}
#splitSentencesDiv,#sentenceDiv{
	display:none;
    background-position: center;
    background-size: 100% 100%;
	height: 94%;
	overflow-x:none;
	overflow-y: auto; 
    padding: 10% 10%;


	/* -moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000; */
}
#splitSentencesDiv::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 2vw;
}

#splitSentencesDiv::-webkit-scrollbar
{	
	width: 1vw;
}
#splitSentencesDiv::-webkit-scrollbar-thumb
{
	border-radius: 2vw;
    background-color: black;
}
#sentenceDiv::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 2vw;
}

#sentenceDiv::-webkit-scrollbar
{
	width: 1vw;
}

#sentenceDiv::-webkit-scrollbar-thumb
{
	border-radius: 2vw;
	border-radius: 2vw;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #00796B), color-stop(0.72, rgb(73, 189, 162)), color-stop(0.86, #00796B));
}
/* #splitSentencesDiv::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 2vw;
}

#splitSentencesDiv::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#splitSentencesDiv::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
	border-radius: 2vw;
} */

/* #sentenceDiv::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 2vw;
}

#sentenceDiv::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#sentenceDiv::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
	border-radius: 2vw;
} */
.storyWords{
	color: #fff;
	font-size:2.3vw !important;
	margin: 0px 0px 1px 0px;
	margin-left:2%;	
	word-break: break-all;
	display: -webkit-inline-box;
	display: inline-box;
	text-align:center;
}
.wordsClass
{
	color: #fff;
    font-size:2.02vw !important;
    text-align:center;
    display:block;
}
/* 
.storyWords{
	color: #fff;
	margin-left:1.7%;	
    font-size:2.02vw !important;
    text-align:center;
} */
/* .transperantStoryText{
	color:rgba(0,0,0,0);
} */
.transperant{
	color:rgba(0,0,0,0);
	margin: 0%;
	border-bottom:2px dashed #fff;
}

.bottomSentences{
display:block;	
/* font-size:2.1vw !important;
text-align:center;
display:block; */
}
.numbers{
	font-size:2.1vw !important;
	color:#fff;
}

@keyframes red_blinker
{
	50% { 
	opacity: 0.7;
	background-color : red;
	}
}
@keyframes green_blinker
{
	50% { 
	opacity: 0.9;
	background-color : green;
	}
}


.spanClass
{
font-size: 2.5vw;
font-weight:bold;
}
.scaleClass
{
font-size:2.3vw !important;
color:rgb(243, 223, 43);
}

#endPage
{
	display:none;
}
#replay{ 
   position: fixed;
    bottom: 0;
}
#acknowledgementDiv 
{
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}
#credits{
	position: fixed;
    right: 0;
    bottom: 0;
}
#gameOver{
	font-size:4.5vw;
	font-weight:bold;
	color: #ffffff;
	margin-bottom:1vh;
}