/* header #2196f3
footer #2196f3
body #fff176

button #2c45ce
*/

html, body {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: 'SassoonInfant-Regular', Arial, serif;
	background: #e6e6e6;/*ff7800ba*/
	background: url('../img/bg.jpg') repeat;
	height: 100vh;
}

.wrapper, .container
{
    height: 100%;
	
}

.auto{cursor:pointer}
.mute{cursor:pointer}

.header {
    width: 100%;
    position: absolute;
    background: #4e4e4e;
    padding: 25px 0px;
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
  	height: 10%;
    color: #FFF;
    top: 0px;
    transition: all .2s ease-in;
}

.footer {
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    text-align: center;
    color: #FFF;
}

/* .image-info {
  color:red;
  animation-name: footer;
  animation-duration: 2s;
}
 */

 
@keyframes footer {
  0%  {background-color: red;}
  0%  {color:blue;}
  
  25%  {background-color: lime;}
  25%  {color:red;}
  
  50%  {background-color: blue;}
  50%  {color:white;}
  
  100% {background-color: green;}
}


.title-h4 {
    font-size: 1.5em;
}

.content {
	margin: auto;
	z-index: 9;
	position: relative;
	transition: all .2s ease-in;
	height: 100%;
}

.button-wrapper {
    display: block;
    width: 100%;
    margin-top: 10px;
	    height: 99%;
}


.body-container {
    /* width: 75%; */
    /* max-width: 1024px; */
    margin: auto;
    background: #ffffff;
    padding: 6px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 48px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    margin-bottom: 0px;
	    height: 100%;
}
.btn:hover{
	background-color:#2240e4;
}
.btn {
	-webkit-user-select: none;
	-webkit-transition: background .2s .1s;
	transition: background .2s .1s;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	min-width: 4em;
	outline: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-tap-highlight-color: transparent;
	z-index: 0;
	background-color:#6476d8;
	color: #fff;
    /*line-height: 20px;*/
    width: 88px;
}

.question-section ol {
    list-style: decimal;
    list-style-position: outside;
    margin: 0px 20px 0px 22px;
}

.sub-header {
    background: #2196f3;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
	margin-bottom: .5%;
	height: 4%;
}

.question-section {
    border: 2px solid #1e5498;
    padding: 2px;
    position: relative;
	    height: 92%;
}

.question-section ol li {
    margin: 10px 0px;
    font-size: 24px;
    position: relative;
    /* padding: 20px 20px; */
    transition: all .2s ease-in;
	line-height:28px;
}

.btn:disabled {
    opacity: .4;
    cursor: not-allowed;
}

.question-section input[type="text"] {
    background: #fdfce2;
    border: none;
    font-size: 20px;
    height: 25px;
    text-align: center;
    width: 150px;
    padding: 4px;
    border: 1px solid black;
    background: #FFF;
}


.img-submit {
    width: 28px;
    position: absolute;
    left: -59px;
    display: none;
    top: 18px;
}

.attempt-correct .img-submit.img-correct{
	display: block;
}

.attempt-incorrect .img-submit.img-incorrect {
	display: block
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.37);
    top: 0px;
    left: 0px;
    z-index: 10;
	display: none;
}

.modal-container {
    width: 400px;
    height: 200px;
    position: absolute;
    background: #FFF;
    text-align: center;
    background: white;
    left: 50%;
    top: 20%;
    margin-left: -200px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}

.modal-content {
    min-height: 120px;
}

.question-section .attempt-correct input[type="text"][readonly] {
    background: #dafff1;
}

.question-section .static-ans input[type="text"][readonly] {
    background: #4285f4;
    color: white;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    border-color: white;
    cursor: default;
}

.feedback-text {
	font-size: 28px;
}

.input-uppercase input[type="text"] {
	text-transform: uppercase;
}

.input-lowercase input[type="text"] {
	text-transform: lowercase;
}


.duration1s { animation-duration: 1s; }
.duration2s { animation-duration: 2s; }
.duration3s { animation-duration: 3s; }
.duration4s { animation-duration: 4s; }
.duration5s { animation-duration: 5s; }
.duration6s { animation-duration: 6s; }
.duration7s { animation-duration: 7s; }
.duration8s { animation-duration: 8s; }
.duration9s { animation-duration: 9s; }
.duration10s { animation-duration: 10s; }




.btn a {
    color: inherit;
    text-decoration: none;
}

.image-info {
    /*position: absolute;*/
	position: relative;
    bottom: 0px;
    background: #2196f3;
    padding: 1%;
	overflow-y: auto;
	height: 27%;
    max-height: 27%;
	margin-top: 5px;
}

.image-info p {
    color: #FFF;
    padding-top: .8%;
    font-size: 1.25em;
	padding-bottom:8px;

    /* text-shadow: 2px 2px #000; */
}

.fullscreen-image:hover {
    color: #f5d872;
}

.fullscreen-image {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
}

.mount-head {
    color: #FFF;
    font-weight: bold;
 	font-size: 2.5em;
    /* margin-bottom: 1%; */
    /* text-shadow: 2px 1px #000; */
	text-align:center;
	margin-top:6px;
	line-height: 50px;
}

a#lg-download {
    display: none;
}

.hide {
    display: none;
}

#slider-prev, #slider-next {
    padding: 0px;
}

#slider-prev a, #slider-next a {
    padding: 10px 15px;
    display: block;
}

.outside {
    position: relative;
    width: 96%;
    margin-left: 1%;
    margin-top: .5%;
    height: 12%;
    top: 0%;
}

.audio-icon {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background: #c6479a;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    border: 2px #c6479a solid;
    cursor: pointer;
}
.audio-icon:hover {
    background: #fff;
    border-color: #c6479a;
    color: #c6479a;
}

.bx-wrapper img {
    margin: auto;
	

}

.information-help {
    /*background: #fff176;*/
	    height: 100%;
		padding-top:5px;
}

.bullet:before {
    content:"• ";
}

.disable
{
	opacity: .4;
    pointer-events: none;	
}

@media (max-width: 600px) {

	.title-h4 {
		font-size: .9em;
	}

	.text{font-size: 16px !important;padding-right:10px;}
	
	.question-section ol {
		margin: 15px 15px;
	}
	
	.question-section ol li {
		margin: 5px 0px;
		font-size: 16px;
	}

}


@media (max-height: 420px) {

	.title-h4 {
		font-size: .9em;
	}

	.text{font-size: 16px !important;padding-right:10px;}
	
	.question-section ol {
		margin: 5px 5px;
	}
	
	.question-section ol li {
		margin: 5px 10px;
		font-size: 16px;
		line-height:18px;
	}

}

@media (min-width: 1024px) and (orientation:landscape) {

	.body-container {
		width: 75%;
	}

	.bx-wrapper {
    	height: 90%;
	}
	
	.outside {
    	height: 6%;
	}

}

@media screen and (orientation:portrait){ 

	.outside 
	{
    	top: 6%;
	}
}

/* #screen_1 {


  -webkit-transform: translate3d(0,0px,0px);    
  transform: translate3d(0,0px,0px);    
 */
/* 	transform: rotate(.1deg);
    transition: transform 3s;
 */


   
/* } */

.text_layer{
	
	margin:auto;
	/* border:solid 1px; */
	width:65%;
	height: 70% !important;
	max-height: 70% !important;
	overflow-y:auto;
	background:#989795;
}
	
.text{
	display:table;
	font-size:25px;
	font-family:calibri;
	text-align:left;
	max-width:100%;
	margin:auto;
	height:100%;
	padding:5px 15px;
	}

.text span{display:table-cell;vertical-align:middle;margin:auto;}
	
.text p{margin-top:10px;}

.text span.b{margin-top:10px;font-weight:bold}

.disc p:nth-child(1){list-style: disc;
    margin-left: 22px;
	color: white;}

.num p:nth-child(1) {list-style: none;
    margin-left: 22px;
	text-indent:-22px;
	color: white}
	
li p {margin-left: 22px;}	

.hang{margin-left: 22px;
	text-indent:-22px;
	color: white}

	