
	
/*******************************************************************************************
section page setup
*******************************************************************************************/


/****************activity page content*********************/
.activitydescription {
	display: inline-block;
	position: relative;
	width: 650px;
	height: 260px;
	padding: 5px 10px 5px 15px;
	margin: 0px 10px 10px 0px;
	border-radius: 8px;	
	vertical-align: top;
	background-color: #fff;
	box-shadow: 3px 3px 2px #aaa;	
    border: 0px solid #4a6796;
}

.activitysection {
	vertical-align: top;
	width: 650px;
	background-color: #fff;
	box-shadow: 3px 3px 2px #aaa;	
	border-radius: 8px;		
	padding: 8px 10px 1px 15px;
	margin: 8px 0px 8px 0px;
}

.grammarsection {
	vertical-align: top;
	width: 650px;
	background-color: #fff;
	box-shadow: 0px 0px 0px #aaa;		
	padding: 8px 10px 1px 15px;
	margin: 8px 0px 8px 0px;
}

.pcactivitypic {
	display: inline-block;
	width: 485px;
	height: 175px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.handactivitypic {
	display: none;
}

.update {
	color: green;
	font-size: smaller;
}



	
/******social media icons for activities***********/	

.share {
	position: absolute;
	bottom: 10px;
	width: 95%;
}

.reload {
	color: #000;
	font-family: Calibri, Helvetica, Helvetica;
	font-weight: 800;
	font-size: 20px;
}


	


	
/****************icon set up*************************/

.bigicon	{
	float: left;
	width: 54px;
	padding: 7px 15px 5px 5px;
	}



	
	
/****************vocab popup setup******************/
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.popup .vpopup  {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    margin: auto;
    border-radius: 3px;
    padding: 5px 5px 1px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

.popup .vpopup::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -27px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
} 




/****************Summary Explanation******************/

.sumExp  {
    border-radius: 3px;
    padding: 8px 8px 8px 8px;
    position: absolute;
    z-index: 1;
	
    visibility: hidden;
	width: 300px;
	margin: 0px 0px 0px 10px;
    bottom: 50%;	
	background-color: #ccffff;
	border: 1px solid black;
	
	color: #000;
	font-family: Calibri, Helvetica, Helvetica;
	font-size: 15px;
}


.sumBut {
	font-family: Calibri, Helvetica, Helvetica;
	font-size: 14px;
	vertical-align: top;
}




.tipExp  {
    border-radius: 3px;
    padding: 8px 8px 8px 8px;
    position: absolute;
    z-index: 1;
	
    visibility: hidden;
	width: 380px;
	margin: 0px 0px 0px 10px;
    bottom: 50%;	
	background-color: #ccffff;
	border: 1px solid black;
	
	color: #000;
	font-family: Calibri, Helvetica, Helvetica;
	font-size: 15px;
}


.tipBut {
	font-family: Calibri, Helvetica, Helvetica;
	font-size: 14px;
	vertical-align: top;
	
	
}
	
	
/****************audio/video player setup*********************/

.videoframe {
	display: inline-block;
	position: fixed;
	width: 480px;
	height: 270px;
	vertical-align: top;

	padding: 0px;
	box-shadow: 3px 3px 2px #aaa;	
	margin: auto;
	z-index: 10;
	}

.audioframe	{
	display: inline-block;
	position: fixed;
	width: 485px;
	height: 268px;
	vertical-align: top;

	padding: 0px;
	box-shadow: 3px 3px 2px #aaa;
	border: 1px solid #000;
	margin: auto;
	z-index: 10;	
	}
	
.player {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0px;
    padding: 0px;
	z-index: 1;
	}

.inplayer {
	position: relative;
	width: 250px;
	height: 30px;
	margin: 25px 0px 5px 0px;
    padding: 0px;
	z-index: 1;
	}
	
	
#hsticky {
	width: 100%;
	background-color: #fff;
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
}

#psticky {
	width: 100%;
	background-color: #fff;
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
}


/****************Natural Language Video Player**************/

.natLangVid {
	height: 240px;
	width: 420px;
}

.natLangVid2 {
	height: 360px;
	width: 360px;
}




/****************PC background picture setup**************/

.videotable {
	color: black;
    font-family: Calibri, Helvetica, Helvetica;
    font-size: 16px;
	font-weight: normal;
	text-align: center;
}
	
.videopics {
	width: 100px;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.knownInfo {
	color: #444;

}


 
/****************PC Vocab Accuracy <li> formatting**************/
.vocabexplain {
	color: black;
    font-family: Calibri, Helvetica, Helvetica;
    font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 5px 0px 20px 10px;
}

.grammarparagraph {
	border: 1px black solid;
	line-height: 1.6;
	padding: 6px 10px 6px 10px;
	margin: 6px 4px;
}


ul.ulPreps li {
		margin-bottom: 10px;
		line-height: 1.3;
	}




/****************American English File*******************/

	.ans3 {
		display: none;
		}


	.sectionMargin {
		padding: 10px 0px 0px 15px;
	}

	.roleplayCard {
		border: 1px solid #a30000;
		padding: 6px 3px 0px 10px;			
	}

	.roleplayTitle {
		color: #a30000;		
		font-family: Calibri, Helvetica, Helvetica;
		font-size: 20px;
		font-weight: bold;			
	}
	
	.diaSpeaker	{
		color: #a30000;
		font-family: Calibri, Helvetica, Helvetica;
		font-size: 16px;
		text-transform: uppercase;
	}

	.diaBullet	{
		margin: 20px 0px 2px -25px;
		font-size: 20px;
		list-style-type: none;		
	}

	.rewriteOrigin	 {
		color: #a30000;		
		padding: 2px 0px;
	}
	
	.tr3 {
		color: #286da8;
		text-decoration: underline;
		text-decoration-color: #286da8;		
	}
	
	.tr4 {
		color: #eee;
		text-decoration: underline;
		text-decoration-color: #286da8;	
	}	

	.tr6 {
		color: #eee;
		text-decoration: underline;
		text-decoration-color: #286da8;		
	}

	.red {
		color: red;
	}

	ol.grammarCheck li {
		padding-bottom: 20px;
	}










	
/****************answer buttons setup*******************/



.answers {
  background-color: #ccc;
  border: none;
  border-radius: 4px;
  color: white;
  padding: 7px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px auto;
  cursor: pointer;
	}

	
.answers  {
  color: #FFF;
  transition: all 0.5s;
  position: relative;
}
.answers::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.2);
  transition: all 0.5s;
}
.answers:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
}
.answers::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  border: 1px solid rgba(255,255,255,0.5);
  transform: scale(1.2,1.2);
}
.answers:hover::after {
  opacity: 1;
  transform: scale(1,1);
}	
	
	
	
.answerdiv {
	margin: 0px 5px;
	}

/****************sign up message formatting************************/
.signupinsert {
	color: black;
    font-family: Calibri, Helvetica, Helvetica;
    font-size: 20px;
	font-weight: normal;
	text-align: center;
    padding: 0px 10px 10px 10px;
	margin: 20px auto 20px auto;
	}
	
/****************Listen & Repeat setup************************/

.previewPlayer {
	display: inline;
	margin: 2px; 
	width: 80px; 
	height: 25px;
	}


.repeatPlayer {
	margin: 2px auto 0px auto; 
	width: 95%; 
	height: 25px;
	}

.repeatText {
	width: 90%;
	background-color: #fff;
	color: #fff;
	padding: 4px 0px 4px 6px;
	margin: 2px 0px 6px 5px;
	transition: all 0.4s;	
	}
	
.wordList {
	width: 90%;
	background-color: #fff;
	color: #fff;
	border: 0px solid red;
	padding: 3px 0px 3px 10px;
	margin: 8px 0px -6px 5px;	
	}
	
.hint {
	background-color: #fff;
	color: #fff;
	border: 0px solid red;
	padding: 2px 0px 3px 5px;
	margin: 2px 0px 3px 0px;	
	}	

.sumInput {
	width: 95%;
	margin: 3px 0px 0px 0px;
	}		
	

/**************** Vocab li  and checkbox styling  ************************/
 
 .pos {
	font-size: 15px; 
 }

li {
    padding: 2px 10px 2px 10px;
	}

.discussQuestion li {
    padding: 8px 10px 8px 10px;
	}

#language li {
    padding: 4px 10px 4px 8px;
	}
	
.Evcb {
		display: none;
}

.vocabli {	
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	z-index: 5;
}
	
.vcbHid {
    visibility: hidden;
}
	
	
/******************************** Vocab Check marks *************************/

.vcbCheck {
    position: relative;
	display: inline-block;
	left: -28px;
	margin: 0px -24px 0px 0px;

}

.vcbCheck label {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 5px; left: 0px;
    border-radius: 4px;


    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

    background: -webkit-linear-gradient(top, #ccc 0%, #ddd 100%);
    background: -moz-linear-gradient(top, #ccc 0%, #ddd 100%);
    background: -o-linear-gradient(top, #ccc 0%, #ddd 100%);
    background: -ms-linear-gradient(top, #ccc 0%, #ddd 100%);
    background: linear-gradient(to top, #ccc 0%, #ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#d',GradientType=0 );
}

.vcbCheck label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 7px;
    height: 3px;
    background: transparent;
    top: 3px;
    left: 2px;
    border: 3px solid #009999;
    border-top: none;
    border-right: none;
	z-index: 5;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.vcbCheck input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
	z-index: 5;
}




	
/****************Compare to the Text************************/	
	
.text {	
	border: 0px solid red;
	font-family: Georgia;
    font-size: 16px;	
	font-weight: normal;
	line-height: 160%;
	color: #000;
	padding: 8px 18px;
}	

.textTitle {	
	border: 0px solid red;
	font-family: Georgia;
    font-size: 17px;	
	font-weight: bold;
	font-variant: small-caps;
	line-height: 160%;
	color: #000;
	padding: 8px 18px;
}

.tstamp {	
	border: 0px solid red;
	font-family: 'Berkshire Swash', cursive;
    font-size: 16px;	
	font-weight: normal;
	line-height: 160%;
	padding: 0px 5px 0px 0px;
	text-align: center;
}


.booktitle {	
	border: 0px solid red;
	font-family: centauri , cursive;
    font-size: 16px;	
	font-weight: normal;
	line-height: 160%;
	padding: 0px 5px 0px 0px;
}

.prTense {
	font-family: Calibri, Helvetica, Helvetica;
	font-weight: normal;
	color: red;
	padding: 0px 0px 0px 0px;
	font-size: smaller;	
}



hr.bookHr {
    border: 0;
    height: 1px;
	width: 90%;
	margin: 10px auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.dpractice {
	font-family: Calibri, Helvetica, Helvetica;
    font-size: 14px;	
	font-weight: normal;
	color: grey;	
	padding: 0px 0px 0px 0px;
	vertical-align: 10%;
}


	
/****************scriptbox setup************************/
.scriptbox {
	width: 90%;
	border: 0px solid black;
	background-color: white;
    padding: 0px 10px 10px 10px;
	margin: 20px auto 10px auto;
	}

/****************watch next************************/
.nextLesson {
		margin: 0 0 0 -26px;
		padding: 9px 0px 9px 38px;
		list-style: none;
		background-image: url(https://www.listeninenglish.com/sitimg/nextIcon.svg);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 26px;		 
		font-size: 19px;
	}



/****************listen & draw setup**************/
.drawing {
	width: 560px;
	border: 1px solid red;
	margin: 10px 0px 20px 6px;
	padding: 0px 0px 0px 0px;
	}

.dict-table {
	border: 0px solid red;
	width: 550px;
	font-family: Calibri, Helvetica;
    font-size: 16px;
	font-weight: normal;
	color: black;
}	

.shapes {
	height: 60px;
	margin: 2px 10px 2px 10px;
}

	
/****************PC Activitiy Visible****************/

.toggle {	
	display: none;
	}

.ans3 {
		display: none;
		}

.ans4 {
		display: none;
		}

.ans5 {
		display: none;
		}		

.ans6 {
		display: none;
		}
		
.ans7 {
		display: none;
		}
		
.ans8 {
		display: none;
		}
		
.ans9 {
		display: none;
		}
		
.ans10 {
		display: none;
		}

.ans11 {
		display: none;
		}
		



/*******************************************************************************************
links and mouseovers
*******************************************************************************************/



a:link  {
	color: #000000;
	text-decoration:  none;
  	} 
a:visited {
	color: #000000;
	text-decoration:  none;
  	} 
a:hover {
	color: inherit;
	text-decoration:  none;
	cursor: pointer;
  	} 
a:active  {
	color: inherit;
	text-decoration:  none;
  	} 

.gramchoice {
		font-family: Calibri, Helvetica;
		font-size: 14px;
		border: 0px solid #000;
		margin: 2px 0px 2px 30px;
		}	
	
/******underline for IELTS test***********/		
.ielts {
	color: #fff;
	border-bottom: 1px solid black;
	}
	
	
	
											
										/*******************************************************************************************
										********************************************************************************************
										TABLET DEVICES
										********************************************************************************************
										*******************************************************************************************/


										@media only screen and (max-width: 1000px) {
											

										/****************activity page content*********************/
										.activitydescription {
											display: inline-block;
											position: relative;
											width: 380px;
											height: 220px;
											padding: 10px 5px 5px 10px;
											margin: 0px 10px 10px 0px;	
											vertical-align: top;
											background-color: #fff;
											border: 0px solid #4a6796;
										}

										.activitysection {
											vertical-align: top;
											width: 380px;
											background-color: #fff;
											padding: 9px 5px 1px 10px;
											margin: 8px 0px 8px 0px;
										}

										.pcactivitypic {
											display: inline-block;
											width: 350px;
											height: 126px;
											vertical-align: top;
											padding: 0px;
											margin: 0px;
										}

										.handactivitypic {
											display: none;
										}






											
										/******social media icons for activities***********/	

										.share {
											position: absolute;
											bottom: 10px;
											width: 95%;
										}

										.reload {
											color: #000;
											font-family: Calibri, Helvetica, Helvetica;
											font-weight: 800;
											font-size: 16px;
										}

										/****************icon set up*************************/

										.bigicon	{
											float: left;
											width: 46px;
											padding: 7px 15px 8px 5px;
											}
										 
										.premiumStar {
											height: 18px;
											padding: 8px 0px 0px 0px;
											}	

										.pdfIcon {
											float: right;
											height: 50px;
											padding: 0px 0px 0px 0px;
											}	
											
										/****************audio/video player setup*********************/

										.videoframe {
											display: inline-block;
											position: fixed;
											width: 350px;
											height: 200px;
											vertical-align: top;

											padding: 0px;
											box-shadow: 3px 3px 2px #aaa;	
											margin: auto;
											z-index: 10;
											}

										.audioframe	{
											display: inline-block;
											position: fixed;
											width: 350px;
											height: 210px;
											vertical-align: top;

											padding: 0px;
											box-shadow: 3px 3px 2px #aaa;
											border: 1px solid #000;
											margin: auto;
											z-index: 10;
											}
											
										.player {
											position: relative;
											width: 100%;
											height: 50px;
											margin: 0px;
											padding: 0px;
											z-index: 1;
											}

										.inplayer {
											position: relative;
											width: 250px;
											height: 40px;
											margin: 5px 0px 5px 0px;
											padding: 0px;
											z-index: 1;
											}
											
											
										#hsticky {
											width: 100%;
											background-color: #fff;
											border: 0px solid black;
											padding: 0px 0px 0px 0px;
										}

										#psticky {
											width: 100%;
											background-color: #fff;
											border: 0px solid black;
											padding: 0px 0px 0px 0px;
										}



										.natLangVid {
											height: 180px;
											width: 320px;
										}

										.natLangVid2 {
											height: 280px;
											width: 280px;
										}


										.diaSpeaker	{
											color: #a30000;
											font-family: Calibri, Helvetica, Helvetica;
											font-size: 14px;
											text-transform: uppercase;
										}

										.diaBullet	{
											margin: 20px 0px 2px -30px;
											font-size: 17px;
											list-style-type: none;		
										}

										.answers {
										  background-color: #ccc;
										  border: none;
										  border-radius: 4px;
										  color: white;
										  padding: 6px 11px;
										  text-align: center;
										  text-decoration: none;
										  display: inline-block;
										  font-size: 12px;
										  margin: 4px auto;
										  cursor: pointer;
											}

											
										.answerdiv {
											margin: 0px 5px;
											}

										/****************TABLET background picture setup**************/

										.pos {
											font-size: 13px; 
										 }


										.videotable {
											color: black;
											font-family: Calibri, Helvetica, Helvetica;
											font-size: 12px;
											font-weight: normal;
											text-align: center;
										}
											
										.videopics {
											width: 65px;
											border: none;
											margin: 3px 2px;
											padding: 0px;
										}

											

											
										/****************answer buttons setup*******************/
										.button {
											font-size: 13px;
											text-align: center;
											padding: 2px 10px 2px 10px;
											margin: 5px 0 0 0;
											height: 25px;
											}

										.answerdiv {
											margin-left: 0px;
											}


										/****************scriptbox setup************************/
										.scriptbox {
											width: 90%;
											border: 0px solid black;
											background-color: white;
											padding: 0px 10px 10px 10px;
											margin: 20px auto 10px auto;
											}


										/****************watch next************************/
										.nextLesson {
												margin: 0 0 0 -26px;
												padding: 9px 0px 9px 30px;
												list-style: none;
												background-image: url(https://www.listeninenglish.com/sitimg/nextIcon.svg);
												background-repeat: no-repeat;
												background-position: left center;
												background-size: 22px;		 
												font-size: 16px;
											}



										/****************listen & draw setup**************/
										.drawing {
											width: 560px;
											border: 1px solid red;
											margin: 10px 0px 20px 6px;
											padding: 0px 0px 0px 0px;
											}

										.dict-table {
											border: 0px solid red;
											width: 550px;
											font-family: Calibri, Helvetica;
											font-size: 16px;
											font-weight: normal;
											color: black;
										}	

										.shapes {
											height: 60px;
											margin: 2px 10px 2px 10px;
										}

											

											

										}	
											

											
											
											
											
											
	
	
	
/*******************************************************************************************
********************************************************************************************
HANDHELD DEVICES
********************************************************************************************
*******************************************************************************************/


@media only screen and (max-width: 490px) {





/*******************************************************************************************
Hand browser swaps
*******************************************************************************************/

.pc	{
     	display: none;
   	}

.pci	{
     	display: none;
   	}	
	
.hand	{
     	display: block;
   	}

	
/****************activity page content*********************/

.activitydescription {
	display: inline-block;
	position: static;
	width: 96%;
	height: inherit;
	padding: 20px 5px 10px 10px;
	vertical-align: top;
	margin: 0px 0px 10px 0px;
	background-color: #fff;
    border: 0px solid #4a6796;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #aaa;
	z-index: 0;
}	


.activitysection {
	vertical-align: top;
	width: 96%;
	background-color: #fff;
	padding: 8px 5px 1px 6px;
	margin: 4px 0px 0px 0px;
}	
	
.pcactivitypic {
	display: none;
	}

.handactivitypic {
	border: 0px solid red;
	display: block;
	width: 100%;
	padding-top: 0px;
	margin: 8px 0px 0px 0px;
	}

	
/******social media icons for activities***********/

.share {
	position: static;
	margin: 15px 15px 0px 0;
	width: 95%;
}

.reload {
	color: #000;
	font-family: Calibri, Helvetica, Helvetica;
	font-weight: 800;
	font-size: 3.4vw;
}

.a2a_svg, .a2a_count { 
	border-radius: 5px 5px 5px 5px; 
	margin: 10px 2px 0px 2px;
	padding: 1px 4px 1px 4px;
}
	

/*********************icon set up********************/
	
.bigicon {
	float: left;
	width: 13vw;
	padding-top: 7px;
	padding-bottom: 11px;
	padding-left: 4px;
	padding-right: 12px;
	}

.premiumStar {
	height: 22px;
	padding: 2px 0px 0px 0px;
	}
	


/**************** li spacing ************************/
li {
    padding: 3px 10px 4px 10px;
	}

discussQuestion li {
    padding: 6px 10px 6px 10px;
	}


#language li {
    padding: 4px 10px 4px 8px;
	}






.tipExp  {
    border-radius: 3px;
    padding: 8px 10px 8px 10px;
    position: fixed;
	left: 10vw;
    z-index: 1;	
    visibility: hidden;
    top: 15vh;	
	bottom: auto;
	max-height: 70vh;
	overflow: scroll;
	width: 80vw;
	margin: 0px 0px 0px 0px;

	background-color: #ccffff;
	border: 1px solid black;
	
	color: #000;
	font-family: Calibri, Helvetica, Helvetica;
	font-size: 14px;
}








	
	
/****************next activity bar*****************/

.nextbar {
    font-family: Calibri, Helvetica;
    font-size: 15px;
	font-weight: normal;
	text-shadow: 0px 0px 0px #ccc;	
	background-color: #4a6796;
	display: block;
	max-width: 100%;
	min-width: 100%;
	padding: 8px 0px 7px 8px;
	margin: 0px 0px 0px -2%;
	}

.nextdiv {
	display: inline-block;
	border: 1px solid #fff;
	width: 46%;
	padding: 5px 0px 0px 4px;
	margin: 0px 3px 0px 3px;
}

.enddiv {
	display: inline-block;
	border: 0px solid #fff;
	width: 46%;
	padding: 5px 0px 0px 4px;
	margin: 0px 3px 0px 0px;
}

.nextleft {
	border: 0px yellow solid;	
	display: inline-block;
	width: 29%;		
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

.nextright {
	border: 0px red solid;
	display: inline-block;
	width: 57%;
	text-align: left;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    color: #fff;
    font-family: Calibri, Helvetica;
    font-size: 13px;
	font-weight: normal;
	text-shadow: 0px 0px 0px #ccc;
	vertical-align: top;
}	
	
.nextbarimg {
	width: 95%;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.nextprev {
	border: 0px green solid;
	display: inline-block;
	vertical-align: top;
	width: 7%;
}

.nextprevimg {
	height: 50px;
	margin: 0px 5px 0px 0px;
}

.white {
	color: #ffffff;
	}

	
/****************audio/video player setup**************/

.audioframe	{
	display: inline-block;
	position: fixed;
	width: 96%;
	height: 200px;
	vertical-align: top;

	padding: 5px 5px 5px 5px;
	box-shadow: 0px 0px 0px #aaa;
	border: 1px solid #000;
	margin: auto;
	}

.player {
	border: 0px solid green;
	position: relative;
	width: 100%;
	height: 35px;
	margin: 20px 0px 0px 0px;
    padding: 0px;
	z-index: 1;
	}

.inplayer {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 25px 0px 0px 0px;
    padding: 0px 0px 7px 0px;
	z-index: 1;
	}	
	
.videoframediv {
	position: relative;
	width: 96%;
	height: 0;
	padding:   60% 5px 5px 5px;

 }
	
.videoframe {
	display: block;
	position: absolute;
	top:      0;
	left:     0;
	bottom:   0;
	right:    0;
	width:    100%;
	height:   100%;

	box-shadow: 0px 0px 0px #aaa;
}


    /* Style for video player */
    #vid-container {
        position: relative;
        width: 98%;
		padding-bottom: 57%;
		height: 0;
	
    }

    /* Style for fixed video player */
    #vid-container.fixed {
        position: fixed;
        bottom: 5px;
        right: 5px;
        width: 70%;  
		padding-bottom: 40%;
		height: 0;		
        z-index: 1000;
    }

    /* Style for toggle buttons */
	.toggle-button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block;
		border: 1px black solid;
		border-radius: 4px;
		background: none;
		padding: 3px 5px;	        
        margin: 10px 0 10px 5px;
		height: 26px;
		color: #000;
		font-family: Calibri, Helvetica;
		font-size: 13px;
		font-weight: normal;		
    }
	
	.youtubeplayer {
		position: absolute;
		width: 100%;
		height: 100%;
		border: 0;


	}


/* Style for video player */
#video-container {
	position: relative;
	width: 96%;  
	height: 0;
	padding:   60% 5px 5px 5px;		
	margin-bottom: 20px;
}

/* Style for fixed video player */
#fixed-video-container {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 65%; 
	height: 0;
	padding:   40% 5px 5px 5px;		
	z-index: 1000;
	display: none;
}

.videoframefixed {
	display: block;
	position: absolute;
	top:      0;
	left:     0;
	bottom:   0;
	right:    0;
	width:    100%;
	height:   100%;
	z-index: 10;
	box-shadow: 0px 0px 0px #aaa;
}

/* Style for toggle buttons */
 



    /* Style for video player */
    #video-container {
        position: relative;
		width: 96%;  
		height: 0;
		padding:   60% 5px 5px 5px;	
        margin-bottom: 20px;
    }

    /* Style for fixed video player */
    #video-container.fixed {
		position: fixed;
		bottom: 10px;
		right: 10px;
		width: 65%; 
		height: 0;
		padding:   40% 5px 5px 5px;		
		z-index: 1000;
		display: none;
    }

    /* Style for toggle buttons */


	
/****************Natural Language Video player**************/

.natLangVid {
	height: 46vw;
	width: 80vw;
}

.natLangVid2 {
	height: 70vw;
	width: 70vw;
}






	
/****************answer buttons setup*******************/

.answers {
	display: inline-block;
	position: relative;		
	background-color: #ccc;
	border: none;
	border-radius: 4px;
	text-decoration: none;	
	font-size: 3.6vw;
	text-align: center;
	color: #FFF;	
	padding: 2.5vw 3.5vw;
	margin: 4px auto;	
	cursor: pointer;
	transition: all 0.5s;	
	}
	

.answers::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.2);
	transition: all 0.5s;
}
.answers:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.answers::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.2,1.2);
}
.answers:hover::after {
	opacity: 1;
	transform: scale(1,1);
}	
	
	
	
.answerdiv {
	margin: 0px 5px;
	}
	
	
/**************** Dialogue Practice  ************************/

.diaSpeaker	{
	color: #a30000;
	font-family: Calibri, Helvetica, Helvetica;
	font-size: 3.6vw;
	text-transform: uppercase;
}

.diaBullet	{
	margin: 20px 0px 2px -30px;
	font-size: 5.0vw;
	list-style-type: none;		
}




	
/**************** Vocab li  and checkbox styling  ************************/
 
.pos {
	font-size: 15px; 
 }



li {
    padding: 4px 10px 4px 10px;
	}

discussQuestion li {
    padding: 6px 10px 6px 10px;
	}


#language li {
    padding: 4px 10px 4px 8px;
	}

	
.Evcb {
		display: none;
}



.vocabli {	
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}


	
.vcbHid {
    visibility: hidden;
}
	
	
/******************************** Vocab Check marks *************************/

.vcbCheck {
    position: relative;
	display: inline-block;
	left: -28px;
	margin: 0px -26px 0px 0px;
}

.vcbCheck label {
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 5px; left: 2px;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

    background: -webkit-linear-gradient(top, #ccc 0%, #ddd 100%);
    background: -moz-linear-gradient(top, #ccc 0%, #ddd 100%);
    background: -o-linear-gradient(top, #ccc 0%, #ddd 100%);
    background: -ms-linear-gradient(top, #ccc 0%, #ddd 100%);
    background: linear-gradient(to top, #ccc 0%, #ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#d',GradientType=0 );
}

.vcbCheck label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 4px;
    background: transparent;
    top: 4px;
    left: 3px;
    border: 3px solid #009999;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.vcbCheck input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
	
	
	
	

	
	
/****************listen & draw setup**************/
.drawing {
	width: 95%;
	border: 1px solid red;
	margin: 10px 0px 10px 6px;
	padding: 0px 0px 0px 0px;
}

.dict-table {
	border: 0px solid red;
	width: 98%;
	font-family: Calibri, Helvetica;
    font-size: 13px;
	font-weight: normal;
	color: black;
}	

.shapes {
	height: 30px;
	margin: 1px 5px 1px 2px;
}


/****************video background setup**************/
	
.videotable {
	color: black;
    font-family: Calibri, Helvetica;
    font-size: 3.8vw;
	font-weight: normal;
	text-align: center;
	}
	
.videopics {
	width: 22vw;
	border: none;
	margin: 2px 0px 2px 0px;
	padding: 0px;
	}

/****************scriptbox setup**************/
	
.scriptbox {
	width: 90%;
	border: 0px solid black;
	background-color: white;
    padding: 0px 10px 10px 10px;
	margin: 10px auto 10px auto;
	}	

/****************watch next************************/
.nextLesson {
		margin: 0 0 0 -26px;
		padding: 9px 0px 9px 28px;
		list-style: none outside ;
		background-image: url(https://www.listeninenglish.com/sitimg/nextIcon.svg);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 6vw;		 
		font-size: 4.2vw;
	}



/****************HAND Activitiy Hidden****************/
.toggle {	
	display: none;
	}



 
}