@charset "utf-8";

html {
}
body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: 'Kavivanar', cursive;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 28px;
	background-color: #3e5e61;
	/*background-repeat: repeat-x;
	background-image: url(../images/banner_stripe.png);*/
}


b, strong {
	font-weight: bold;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	/*padding: 0;
	margin: 0;
	list-style-type: disc;
	text-indent: 50px;
	list-style-position: inside;*/
}
h1, h2, h3, h4, h5, h6, p {

	font-family: 'Kavivanar', cursive;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	font-size: 2.6em;
	font-weight: 300;
	margin-left: -60px;
}
h2 {
	font-weight: 400;
	font-size: 2em;
	line-height: 2em;
}
h3 {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.3em;
}
p {	
	
}
input, button, select, textarea {
   /* font-size: inherit;*/
    font-size: 1.2em;
}
select {
    margin-right: 10px;
}
video {
    margin-top: -51px;
}
audio, video {
    display: block;
}
canvas {
	/*background-color: rgb(28, 66, 131);*/
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #00111b;
	text-decoration: none; 
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #9ebbcc;
}

.menu-button-text {
	color: #333;
	cursor: pointer;
}

.menu-button-text:hover, .button-text:active, .button-text:focus {
	color: #000;
}

.menu-button {
	cursor: pointer;	
	border-radius: 150px;
}
.menu-button:hover, .menu-button:focus, .menu-button:active, .menu-button.active, .menu-button.disabled, .menu-button[disabled] {
	border-width: 10px;
	border-color: #61a6cd;
	border-radius: 150px;
	border-style: solid;
}

button {
	cursor: pointer;
	font-size: 1em;
	font-weight: normal; 
	text-align: center; 
	vertical-align: middle;
	line-height: 1em;
	/* padding-bottom: 8px; */
	color: #000;
	border: none;
	background: #FFF;
	display: inline-block;
	min-width: 150px;
	height: 40px;
}
button:hover, button:active, button.active {
	color: #666;
	outline: none;
	box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.19);
}
button.disabled, button[disabled] {
	color: #FFF;
	outline: none;
	box-shadow: none;
	cursor:initial;
}



.smallBtnCorner {
	cursor: pointer;
	display: inline-block;		
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;
	background-position: center top;	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: absolute;
	right: 5px;
	top: 5px;
}
.smallBtnClose {
	background-image: url('../images/btnClose.png');
}
.smallBtnClose:hover, .smallBtnClose:focus, .smallBtnClose:active, .smallBtnClose.active, .smallBtnClose.disabled, .smallBtnClose[disabled] {
	background-image: url('../images/btnClose_1.png');
	outline: none;
}
/**/

.imgBtn {
    cursor: pointer;
    height: 35px;
    width: 35px;
    font-size: 30px;
    line-height: 35px;
    border-radius: 20px;
    color: #000;
    background-color: #FFF;
}

.imgBtnReady {
	cursor: pointer;
	display: inline;	
	background-image: url(../images/btnContinue.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 50px;
	width: 70px;
	background-position: center top;	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
	right: 0px;
	float: right;
}
.imgBtnReady:hover, .imgBtnReady:focus, .imgBtnReady:active, .imgBtnReady.active, .imgBtnReady.disabled, .imgBtnReady[disabled] {
	background-image: url(../images/btnContinue_1.png);
	color: #666;
	outline: none;
}
.navig-title {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin-top: 15px;
	font-size: 1.5em;
    font-weight: 700;
	color: #FFF;
	position: relative;
}
.navig-title:hover, .navig-title:focus, .navig-title:active, .navig-title.active, .navig-title.disabled, .navig-title[disabled] {
	
}
.imgBtnHome {
    position: absolute;
    left: 16px;
    bottom: 141px;
    height: 100px;
    width: 100px;
    background-color: transparent;
    background-image: url(../images/home.png);
}
.imgBtnHome:hover, .imgBtnHome:focus, .imgBtnHome:active, .imgBtnHome.active, .imgBtnHome.disabled, .imgBtnHome[disabled] {	
	outline: none;	
    background-image: url(../images/home_1.png);
}
.imgBtnList {
    position: absolute;
    left: 915px;
    bottom: 140px;
    height: 100px;
    width: 100px;
    background-color: transparent;
    background-image: url(../images/exit.png);
}
.imgBtnList i {
    margin-top: 5px;
    margin-left: -1px;
    font-size: 23px;
}
.imgBtnList:hover, .imgBtnList:focus, .imgBtnList:active, .imgBtnList.active, .imgBtnList.disabled, .imgBtnList[disabled] {
    background-image: url(../images/exit_1.png);
	color: #666;
	outline: none;
}
.imgBtnLeft {
    position: absolute;
    left: 16px;
    bottom: 141px;
    height: 100px;
    width: 100px;
    background-color: transparent;
	font-size: 26px;
}
.imgBtnLeft i {
    margin-top: 5px;
    margin-left: -4px;
}
.imgBtnLeft:hover, .imgBtnLeft:focus, .imgBtnLeft:active, .imgBtnLeft.active, .imgBtnLeft.disabled, .imgBtnLeft[disabled] {
	color: #666;
	outline: none;
}
.imgBtnSound {
    position: absolute;
    left: 49px;
    bottom: 22px;
    height: 100px;
    width: 100px;
    background-color: transparent;
    background-image: url(../images/sound.png);
}

.imgBtnSound:hover, .imgBtnSound:focus, .imgBtnSound:active, .imgBtnSound.active, .imgBtnSound.disabled, .imgBtnSound[disabled] {
	background-image: url(../images/sound_1.png);
	outline: none;
}
.imgBtnSound.off {
    background-image: url(../images/soundOff.png);
}

.imgBtnSound.off:hover, .imgBtnSound.off:focus, .imgBtnSound.off:active, .imgBtnSound.off.active, .imgBtnSound.off.disabled, .imgBtnSound.off[disabled] {
	background-image: url(../images/soundOff_1.png);
}
.imgBtnRight {
    position: absolute;
    left: 883px;
    bottom: 18px;
    height: 100px;
    width: 100px;
    background-color: transparent;    
    background-image: url(../images/forward.png);
}
.imgBtnRight.blink  {
	/*background-color: #EEE;
	transition: background-color 1s;*/
}
/*.imgBtnRight {
    position: absolute;
    font-size: 26px;
    right: 162px;
    top: 694px;
}*/
.imgBtnRight i {
    margin-top: 5px;
    margin-right: -4px;
	font-size: 26px;
	vertical-align: top;
}
.skip-button {
	height: 100px;
    width: 230px;
    background-position-x: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../images/forward.png);

}
.skip-button:hover, .imgBtnRight:hover, .imgBtnRight:focus, .imgBtnRight:active, .imgBtnRight.active, .imgBtnRight.disabled, .imgBtnRight[disabled] {
    background-image: url(../images/forward_1.png);

	outline: none;
}

.sound-button {
	cursor: pointer;
	float:right;
	/*height: 50px;
	width: 60px;
	background-image: url(../images/kuulokkeet_pieni.png);*/	
    background-color: #FFF;
    margin-left: 0px;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    color: #61A6CD;
    font-size: 55px;
    line-height: 0em;
    margin-top: -9px;
    border-radius: 30px;
}
.sound-button:hover, .sound-button:focus, .sound-button:active, .sound-button.active, .sound-button.disabled, .sound-button[disabled] {
	margin-top: -10px;
	margin-bottom: 1px;
	/*box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.19);*/
	outline: none;
}
.sound-button.play  {
	opacity: 1;
}
.sound-button.pause  {
	opacity: 0.5;
}

.divider {
	clear: both;

}


.loading {
	background-image: url('../images/loading_image.png');
}

.page-fade-out {
	opacity: 0;
	transition: opacity 0.5s;
}
.page-fade-in {
	opacity: 1;
	transition: opacity 0.5s;
}


.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transition 0.5s ease;
  transform: translate3d(100%, 0, 0);
}

.page.is-visible {
  transform: translate3d(0, 0, 0);
}

#wrapper {
	position: relative;
	width: 1024px;
	height: 768px;
	padding: 0;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: visible;	
	background-color: #FFFFFF;
	background-image: url(../images/tietokirjasivu_BG.jpg);
    background-position-y: 0px;
}
#navigView {
	height: 0px;
	width: 0px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	z-index: 60;
}
.navigBg-left {
	position: absolute;
	bottom: 0px;
	left:0px;
	z-index: 21;
}
.navigBg-left.i0 {
	bottom: 267px;
}
.navigBg-left.i1 {
	bottom: 140px;
}
.navigBg-left.i2 {
	bottom: 0px;
}
.navigBg-right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 20;
}
.navigBg-right.i0 {
	bottom: 263px;
}
.navigBg-right.i1 {
	bottom: 140px;
}
.navigBg-right.i2 {
	bottom: 0px;
}
#sectionView {
    height: 768px;
}
#pagesContainer {
	width: 100%;
	position: relative;
	clear: both;
}

.content {
    padding-top: 50px;
    padding-left: 185px;
    width: 875px;
}
.content .scroll {
    overflow: auto;
    height: 536px;
}
.pagesView {
    padding-top: 0px;
	width: 100%;
}
.taskView {
    clear: both;
    position: relative;
    margin-left: 130px;
    /*margin-top: 19px;*/
    width: 1000px;
}
.taskView.presentation, .taskView.full-page {
    margin-left: 0px;
    width: 100%;
}
.taskView.full-height {
    /*height: 602px;*/
}
.taskView.width-2-3 {
    width: 660px;
}
.html-layer {
	height: 0px;
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 13;
}
.presentation .canvas-container {
	height: 768px;
    z-index: 10;
    position: relative; /*z-index vaatii*/
}
.pagesView #bubbles {

    z-index: 12;
}
.pagesView #players {

    z-index: 11;
}
.pagesView img {
	max-width: 100%;
	margin-bottom: 20px;
	display: block;
    max-height: 450px;
}
.pagesView img.half-width {
	max-width: 50%;
	float: right;
}
.pagesView img.inline {
    display: inline-block;
    margin-left: 20px;
}
.assigment {
    background-color: #FFF;
    border-radius: 7px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 3px 3px 5px rgba(125,125,125,0.6);
    margin-left: 108px;
    margin-bottom: 20px;
    display: inline-block;
    max-width: 800px;
    color: #000;
}
.html-content {
	margin-left: 93px;
}

.introView {	
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/tietokirjasivu_BG.jpg);
}
.introView .skip-button {	
    position: absolute;
    top: 649px;
    right: 42px;
    z-index: 24;
    cursor: pointer;
    color: #000;
}
.introView .skip-button label {
    font-weight: bold;
    margin-right: 50px;    
    margin-top: 29px;
    cursor: pointer;
}
.introView .skip-button:hover {
    color: #FFF;
}
.mainIntro.introView {
	z-index: 111
}
.mainIntro.introView .skip-button {
    position: absolute;
    top: 0px;
    right: -62px;
    background-image: none;
    width: 170px;
    cursor: pointer;
    color: #9f9f9f;
}

.mainIntro.introView .skip-button label {
    margin-top: 8px;
}

#infoView.content {
	padding-top: 0px;
    padding-left: 170px;
    width: 870px;
}
#infoView.content.wide {
	padding-top: 0px;
    padding-left: 170px;
    width: 930px;
}

#controlView {
	/*text-align: center;*/
	clear: both;
	padding-top: 0px;    
    position: absolute;
    /*bottom: 7px;*/
    top: 724px;
    left: 244px;
    width: 800px;
    z-index: 50;
    color: #FFF;
}
#controlView.full-height {
    position: absolute;
    top: 718px;
    left: 0px;
    width: 1035px;
    z-index: 50;
}
.control {
	display: inline-block;
}
.pointsContainer{
	font-weight: bold;
    margin-top: 8px;
}
.feedbackContainer {
	margin-left: 20px;	
    margin-top: 3px;
}
#controlView.full-height .feedbackContainer {
   /* background-color: rgba(255, 255, 255, 0.57);*/
    padding: 0px 5px 0px 5px;
    position: absolute;
    top: -45px;
    text-align: center;
    width: 500px;
    margin-left: -292px;
}
.progresContainer {
	margin-right: 20px;	
	margin-top: 4px;
	float: left;
    color: #FFF;
}
#btnNext.control  {
	float: right;
	margin-left: 20px;
    background-color: transparent;    
	transition: background-color 1s;
    height: 90px;
    width: 93px;
    border-radius: 50px;
    left: 619px;
    bottom: 20px;
}
#btnNext.control .fa {
    font-size: 26px;
    margin-top: 0px;
    vertical-align: middle;
}
#btnNext.control.blink  {
	background-color: #FFFF00;
	transition: background-color 1s;
}
#btnAgain.control ,#btnCheck.control , #btnPrev.control  {
	float: left;
	margin-right: 20px;
}
#btnAgain.control  {	
    color: #000;
    margin-top: 2px;
    background-color: transparent;
}
#btnAgain.control:hover, #btnAgain.control:active, #btnAgain.control:focus {	
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.19);
	color: #666;
	outline: none;
}
#btnAgain.control:hover:after {
	content: 'Aloita alusta';
	width: 200px;
    display: block;
    text-align: left;
	font-size: 0.8em;
}
.btnPrev.control {
    display: inline-block;
    min-width: 0px;
    padding-left: 10px;
    padding-right: 11px;
    padding-top: 2px;
    color: #FFF;
    font-size: 26px;
    line-height: 0em;
    margin-top: -3px;
    background-color: transparent;
}
.btnPrev.control:hover, .btnPrev.control:active, .btnPrev.control:focus {
	box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.19);
	/*color: #666;*/
	outline: none;
} 
.btnNext.control {
    /*min-width: 0px;*/
    padding-right: 5px;
}
.btnNext.control span {
    padding-left: 8px;
    padding-right: 11px;
}
button.control {	
    border-radius: 7px;    
    text-transform: uppercase;
    margin-top: -59px;
}

.specialFeedbackContainer {
	width: 100%;
	display: block;
    margin-bottom: 20px;
    float: left;
}
.footer {
    clear: both;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 50px;
}
.footer div, .footer img {
	float: left;
	display: inline-block;
	width:25%;
}
.footer img {
	width:291px;
    margin-top: 8px;
}
.footer div.authors, .footer div.terms, .footer div.teachers-guide, .footer div.images-list {
    margin-left: 0px;
    margin-right: 67px;
	margin-top: 34px;
	text-align: right;
}
.home-page-texts {
	width: 100%;
	text-align: center;
}
.home-page-texts .publisher {
	margin-bottom: 70px;
	line-height: 1.2em;
}
.home-page-texts .authors {
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 23px;
}
.home-page-texts .home-page-title {
	font-size: 3em;
	line-height: 1.5em;
	color: #61a6cd;
	margin-bottom: 70px;    
	margin-top: 40px;
}

.section-link {
	min-height: 290px;
	width: 220px;
	display: inline-block;    
	text-align: center;
	float: left;
}
.section-link-text {
	font-size: 1.2em;
	font-style: normal;
    font-weight: bold;
    display: inline-block;
    width: 95%;
    margin-top: 17px;
}
.section-link-img {
	width: 190px;
	margin:auto;
}

.column-half {
	float: left;
	width: 50%;
	padding-top: 50px;
}
.section-page-left {
	border-right: 1px solid #CCC;

}
.section-page-right {
	padding-left: 35px;
	padding-right: 0px;
}
.section-page-img {
	max-width: 100%;
}
.start-section-button {
    margin-bottom: -20px;
    margin-left: 70px;
    z-index: 100;
    display: block;
    position: relative;
    height: 40px;
    padding: 20px;
    padding-top: 10px;
    font-size: 0.8em;
    line-height: 1.2em;
    border-radius: 10px;
    background-color: #61a6cd;
}
.section-title {
	padding-left: 70px;
	padding-right: 30px;
	padding-bottom: 21px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	color: #000;
}
.section-page-dot {
	padding-top: 2px;
	margin-right: 20px;
	display: inline-block;
    cursor: pointer;
}
.section-page-dot-inner {
	border-radius: 15px;
	height: 30px;
	width: 30px;
	background-color: #61a6cd;
}
.section-page-difficulty {
	display: inline-block;
    float: right;
}
.section-page-difficulty-legend {
	display: block;
    float: right;
    height: 50px;
    /* color: #666; */
    font-style: italic;
}
.page-link-header-text {
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;	
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;	
	margin-top: 4px;
    cursor: pointer;
    max-width: 88%;
}
.page-link-header {
	padding: 20px;
	padding-bottom: 17px;
	border-top: 1px solid #CCC;
	width: 100%;
    position: relative;
    clear: both;
}
.page-link:hover .section-page-dot-inner, .page-link:active .section-page-dot-inner, .page-link:focus .section-page-dot-inner {
	background-color: #FFF;
}
.page-link-text {
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;	
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;	
    margin-left: 25px;
	margin-top: 4px;
    cursor: pointer;
}
.page-link {
	padding: 20px;
	padding-bottom: 17px;
	border-top: 1px solid #CCC;
	width: 100%;
    position: relative;
}
.page-link:hover, .page-link:active, .page-link:focus {
	background-color: #61A6CD;
}
.page-link:hover .page-link-text, .page-link:active .page-link-text, .page-link:focus .page-link-text {
	color: #FFF;
}

#sectionsWrapper table {
	width: 100%;
}
#sectionsWrapper td, 
#sectionsWrapper th {
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
} 
#sectionsWrapper th{
	color: #FFF;
    background-color: #525252;
}


/*//////////////// task //////////////*/


.choice-container #draggables-container {
    float: right;
    font-size: 1.2em;    
    border: 1px dashed #999;
    padding: 5px;
    margin-bottom: 10px;
}
.draggable-fill {
    margin-bottom: 20px;
    cursor: move;
}
.draggable-fill.ui-draggable {
	background-color: rgba(256, 256, 256, 0.8);
}
.draggable-fill.ui-draggable-dragging {
	box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.19);
}
.choice-container input.ui-droppable {
	background-color: #eaeaea;
	color: #FFF;
}
.choice-container input.ui-state-active {
	background-color: #ffcd47;

}
.choice-container input.ui-state-highlight {
	background-color: #FFF;

}
.choice-container input.ui-state-hover {
	background-color: #FFF;
}
.choice-container input {
	color: #000;
}
.choice-container input.locked {
	color: #CCC;
}
.choice-container input.locked.ui-droppable {
	color: #000;
}


.choice-container {
	padding-bottom: 40px;
	margin-bottom: 10px;
    vertical-align: text-top;
}
.choice-fill {
	font-size: 1.2em;
	line-height: 2em;
    display: inline-block;
    float: left;
    margin-right: 20px;
    /*width: 100%;*/
}
.choice-fill input{
	font-size: 1em;
	line-height: 1.2em;
}
.letter-num-hint {
	font-style: italic;
	color: #b34242;
}
.choice-container .sound-button {
    float:left;
    display: inline-block;
    margin-right: 10px;
}
.choice-container #sortable.horizontal {
	padding-top: 20px;
    padding-bottom: 20px;
}
.choice-statement, .choice-question {
	font-size: 1.2em;
	vertical-align: top;
	display: block;
	margin-right: 20px;
	padding-bottom: 20px;
}
.choice-statement, .choice-question.inline {
    vertical-align: inherit;
	display: inline-block;
    margin-right: 10px;
}
.choice-question.floating {
    float:left;
}
.choice-question.inline {
    float:left;
}
.choice-container .choice-btn-container {	
	display: inline-block;
	float: right;
}
.choice-container.inline  .choice-btn-container.inline {	
	float: left;
}
.choice-container.select img {    
    margin-right: 20px;
    display: block;
    float: left;
}
.choice-container.select img.block-image {
	float: none;
}
.choice-container.select select{    
    float: left;
}
.choice-container {
	font-size: 1.2em;
	font-weight: 400;	
	min-width: 150px;
}
.choice-container .choice-list-item {	
	display: block;
    float: left;
    clear: both;
    margin-bottom: 10px;
    margin-left: 50px;
    height: initial;
    width: 98%;
    text-align: left;
	border: 5px solid transparent;
}
.choice-container .choice-list-item span.text {
    display: inline-block;
    max-width: 93%;
    vertical-align: top;
    font-weight: bold;
}
.choice-container .choice-list-item.img-choice span.text {
    max-width: 66%;
}
.choice-container button.choice-list-item {
	margin-left: 20px;
	float: right;
	background-color: #000;
	padding-left: 13px;
    padding-right: 13px;
    color: #FFF;
}
.choice-container .choice-btn-container .button {	
	background-color: #000;
    margin-right: 10px;
    color: #FFF;
}
.choice-container li.choice-list-item {
    margin-left: 0px;
    padding-left: 10px;
    color: #000;
    display: list-item;
    list-style-type: lower-latin;
    list-style-position: inside;
    cursor: pointer;
}
.choice-container button.img-choice {
	background-color: transparent;
	padding-left: 0px;
    padding-right: 0px;
    color: #000;
}
.choice-container button.img-choice img, .choice-container .img-choice img {
	background-color: transparent;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 10px;
    float: none;
    max-height: 132px;
    display: inline-block;
    vertical-align: top;
}


.choice-container.inline .choice-list-item {	
	display: inline-block;
	clear: none;
    margin-left: 0px;    
    margin-right: 20px;
}
.choice-container.right  .choice-list-item,  .choice-btn-container.right  .choice-list-item {
    clear: none;	
	float: right;
}
.choice-btn-container.inline button {	
	float: left;
}
.choice-container.correct button {
	opacity: 0.7;
}

.choice-container button.selected {
	border: 5px solid #ffa200;
}

.choice-container .img-choice.selected {	
    background-color: rgba(255, 255, 255, 0.42);
    border: 5px solid transparent;
}
.choice-container li.selected.correct {	
    border: 5px solid transparent;
    color: #008000;
    background-color: rgba(255, 255, 255, 0.42);
}
.choice-container.wrong button{
	/*border: 5px dashed #71E483;*/
}

.choice-container.wrong .selected, .choice-container .selected.wrong {
	border: 5px solid #ff2828;
}
.choice-container.wrong li.selected, .choice-container li.selected.wrong {
    border: 5px solid transparent;
    color: #c50000;
}
.choice-container .selected.wrong-fade {
	border-color: #FFF;
	-webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
}
.choice-container.correct button.selected, .choice-container button.selected.correct {
	border: 5px solid #00c51f;
	opacity: 1;
}
.choice-container.correct li.selected, .choice-container li.selected.correct {
	background-color: rgba(255, 255, 255, 0.42);
	color: #007302;
}

/*//////////////// memory //////////////*/


.choice-memory {
	display: block;
    float: left;
    text-align: center;
    position: relative;
    /*background-color: #61A6CD;*/
    border: 1px solid #FFF;
	overflow: hidden;
}
.choice-memory img {
	max-height: 100%;
    display: inline-block;
}
.choice-memory .text {
	width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    padding: 13px 2px 13px 2px;
}
.choice-memory.ready.disappear.effect-activated .text, .choice-memory.ready.disappear.effect-activated .text-only {
    display: none;
}
.choice-memory.ready.effect-activated .text.appear {
    display: initial;
}
.choice-memory .text.appear {
    display: none;
}
.choice-memory .text-only {
	width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #000;
    padding: 13px 2px 13px 2px;
}

.choice-memory .cover {
	position: absolute;
	top:0px;
	left:0px;
    display: block;
	background-color: #61A6CD;
	cursor: pointer;
}
.choice-memory .cover.disabled {
	cursor: initial;
}
.choice-memory img {
	max-height: 100%;
    display: inline-block;
}
.choice-memory .text {
	width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    padding: 13px 2px 13px 2px;
}
.choice-memory .text-only {
	width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #000;
    padding: 21px 2px 13px 2px;
}
.choice-memory.six-row .cover {
    width: 158px;
	height: 158px;
}
.choice-memory.six-row {
	width: 158px;
	height: 158px;
}
.choice-memory.six-row .text {
	padding: 13px 2px 13px 2px;;
}
.choice-memory.six-row img.horizontal {
	max-width: none;
	max-height: 158px;
	margin-left: -25%;
}
.choice-memory.six-row img.vertical {
	max-width: 158px;
	max-height: none;
	margin-top: -25%;
}
.choice-memory.six-row-low .cover {
    width: 158px;
	height: 90px;
}
.choice-memory.six-row-low {
	width: 158px;
	height: 90px;
}
.choice-memory.six-row-low .text {
	padding: 13px 2px 13px 2px;;
}
.choice-memory.six-row-low img.horizontal {
	max-width: none;
	max-height: 90px;
	margin-left: -25%;
}
.choice-memory.six-row-low img.vertical {
	max-width: 158px;
	max-height: none;
	margin-top: -25%;
}

.choice-memory.five-row .cover {
    width: 190px;
	height: 140px;
}
.choice-memory.five-row {
	width: 190px;
	height: 140px;
}
.choice-memory.five-row .text {
	padding: 13px 2px 13px 2px;;
}
.choice-memory.five-row img.horizontal {
	max-width: none;
	max-height: 140px;
	margin-left: -25%;
}
.choice-memory.five-row img.vertical {
	max-width: 190px;
	max-height: none;
	margin-top: -25%;
}

.choice-memory.five-row-low .cover {
    width: 190px;
	height: 90px;
}
.choice-memory.five-row-low {
	width: 190px;
	height: 90px;
}
.choice-memory.five-row-low .text {
	padding: 13px 2px 13px 2px;;
}
.choice-memory.five-row-low img.horizontal {
	max-width: none;
	max-height: 90px;
	margin-left: -25%;
}
.choice-memory.five-row-low img.vertical {
	max-width: 190px;
	max-height: none;
	margin-top: -25%;
}

.choice-memory.four-row .cover {
    width: 240px;
	height: 240px;
}
.choice-memory.four-row {
	width: 240px;
	height: 240px;
}
.choice-memory.four-row .text {
	padding: 13px 2px 13px 2px;;
}
.choice-memory.four-row img.horizontal {
	max-width: none;
	max-height: 240px;
	margin-left: -25%;
}
.choice-memory.four-row img.vertical {
	max-width: 240px;
	max-height: none;
	margin-top: -25%;
}

.choice-memory.four-row-low .cover {
    width: 240px;
	height: 90px;
}
.choice-memory.four-row-low {
	width: 240px;
	height: 90px;
}
.choice-memory.four-row-low .text {
	padding: 13px 2px 13px 2px;;
}
.choice-memory.four-row-low img.horizontal {
	max-width: none;
	max-height: 90px;
	margin-left: -25%;
}
.choice-memory.four-row-low img.vertical {
	max-width: 240px;
	max-height: none;
	margin-top: -25%;
}


/*//////////////// lightbox //////////////*/

.lightbox-image {
	cursor: zoom-in;
}
.lightbox {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
    cursor: zoom-out;
}

.lightbox img {
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:hover {
	outline: none;
}


/*//////////////// page, common //////////////*/

.img-1-2 {
	max-width: 49%;	
	float: left;
}
.img-1-2:first-of-type, .img-1-2:nth-of-type(3), .img-1-2:nth-of-type(5), .img-1-2:nth-of-type(7) {
	margin-right: 2%;
}
.img-1-3 {
	margin-right: 1%;
	max-width: 31%;	
	float: left;
}
.img-1-3:nth-of-type(3), .img-1-3:nth-of-type(6), .img-1-3:nth-of-type(9) {
	margin-right: 0%;
}
.img-1-4 {
	margin-left: 24%;
	margin-right: 1%;
	float: left;
}
.img-1-4:nth-of-type(4), .img-1-4:nth-of-type(8), .img-1-4:nth-of-type(12) {
	margin-right: 0%;
}

.feedbackView {
    margin-bottom: 28px;
    margin-top: 13px;
    background-color: #eee;
    padding: 10px;
    width: 802px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    z-index: 40;
    position: relative;
}
.feedback-text {
	/*float:right;
    font-size: 1.2em;*/

}
img.feedback-image  {
	margin-bottom: 30px;
}
.feedback img {
	max-width: 300px;	
	float: right;    
	margin-left: 20px;
}


.feedback .sound-button {
    margin-left: 20px;
    float: right;
}
.taskView.crossword .hint-container {
	float:right;
	margin-bottom: 10px;
}
.hint {
	position: absolute;
	z-index: 30;
    cursor: pointer;
    top: 96px;
    left: 95px;
    max-width: 828px;
}
.hint.pos1 {
	top: 230px;
} 
.hint.task-hint {
	position: relative;
    left: -19px;
    top: 0px;
    background-color: transparent;
}
.overlay-hint {
	position: absolute;
    top: 20px;
    left: 216px;
    max-width: 528px;
}
.taskView.crossword .hint {
    position: absolute;
    z-index: 30;
    cursor: pointer;
    top: 6px;
    right: 0px;
    left: initial;
    max-width: 828px;
    box-shadow: none; 
}
.choice-container .hint-container {
	float:left;
    margin-left: 20px;
}
.hint-text {
	z-index: 35;
	background-color: #eee;
    padding: 10px;
    font-style: italic;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.hint-img {
	max-width: 300px;	
	float: right;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.hint button {		
    background-color: transparent;
    margin-left: 0px;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    color: #000;
    font-size: 50px;
    line-height: 0em;
    margin-top: -9px;

}
.hint button:hover, .hint button:focus, .hint button:active, .hint button.active, .hint button.disabled, .hint button[disabled] {
	margin-top: -10px;
	margin-bottom: 1px;
	box-shadow: none;
	outline: none;
}
.hint-view .hint button {	
	margin-top: 0px;
}
.choice-container .hint button {	
	border: none;
	opacity: 1;
}

.basket {
    position: absolute;
    height: 526px;
    width: 245px;
    top: -23px;
    left: 600px;
    z-index: 40;
}



.example-answer {
	font-style: italic;
}
.input-field {	
	background-color: white;
	padding-left: 4px;
	padding-right: 4px;
}
.input-field.single-letter {
    width: 27px;
    padding-left: 2px;
    padding-right: 0px;
}
.input-field-group {
	display: inline-block;
}
.input-field.wrong, select.wrong {	
	background-color: #F99;
}
.input-field.correct, select.correct, .input-field.correct.ui-state-highlight, .input-field.correct.ui-state-active {	
	background-color: #CFC;
}
.input-field.correct[disabled], select.correct[disabled] {	
	color: #333;
}
@media screen {
	.wrapper {margin-left: auto;}
}
@media only screen and (max-width: 1024px) {
	.wrapper {
		margin-left: 0px;
		position: relative;	
		background-color:#FFFFFF;
	}

}
@media only screen and (max-width: 1020px) {
	body {
		min-height: 1212px;
	}
}
@media only screen and (max-width: 500px) {
	body {
		min-height: 1555px;
	}
}

@media print {
	.wrapper {margin-left: 0px;}
}


/*//////////////// animsition //////////////*/

.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 360px;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-iteration-count:infinite;
          animation-iteration-count:infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
          animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


/*//////////////// order //////////////*/

#sortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 	 
	padding-left: 50px;
}
#sortable.horizontal { 
 	width: 100%;
	padding-left: 0px;
	overflow-x: hidden;
    overflow-y: hidden;
}
#sortable li { 
	margin: 10px 0px 0px 0px;
	font-size: 1em; 
	cursor: move;
}

#sortable li.disabled {  
	cursor: initial;
}
#sortable li.order-text.disabled {  
	border: none;
}
#sortable li.wrong {  
	border: 5px solid #F76565;
}
#sortable li.correct {  
	border: 5px solid #71E483;
}

#sortable.horizontal li { 
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
#sortable li span { 
	position: absolute; 
	margin-left: -1.3em; 
}
#sortable li img.full-width {
	max-width: none;
}
#sortable.horizontal li img {
	max-width: 230px;
	margin-bottom: 0px; 
}
#sortable.horizontal li { 
	margin: 0px 10px 10px 0px;
	vertical-align: top;
	color: #FFF;
    font-size: 0.7em;
    padding: 5px;
}
#sortable li.order-text { 
	font-size: 2em; 
}



/*//////////////// crossword //////////////*/

.taskView.crossword {
	height: 567px;
}

.taskView.crossword table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	max-width: 100%;
}
.taskView.crossword table tr{
	width: 100%;
}
.taskView.crossword table td {
	width: 2em;
	height: 2em;
	border: 1px solid #cdcdcd;
	padding: 0;
	margin: 0;
	background-color: #333;
	position: relative;
}
		
.taskView.crossword td input {
	width: 100%;
	height: 100%;
	padding: 0em;
	border: none;
	text-align: center;
	font-size: 1.2em;
	color: #666;
	background-color: #f4f4f4;
}

.taskView.crossword td input:focus {
	background-color: #fff;
}

.taskView.crossword td span {
	/*color: #444;
	font-size: 0.8em;
	position: absolute;
	top: -1px;
	left: 1px;*/
	display: none;
}

.taskView.crossword input.done {
	font-weight: bold;
	color: green;
}

.taskView.crossword .active,
.taskView.crossword .clues-active {
	background-color: #ddd;
}
.taskView.crossword .clue-done {
	color: #464646;
	text-decoration: line-through;
}

#puzzle-wrapper {
	float: left;
	width: 59%;
	margin-right: 3%;
}
#puzzle-clues {
	float: left;
	width: 38%;
    font-size: 0.8em;
}

#puzzle-clues li{
    font-size: 1.2em;
    margin: 0.1em;
    line-height: 1.5em;
    margin-left: -28px;
}

/*.taskView.crossword.numbers #puzzle-clues li{
	list-style-type: disc;
}*/
.crossword #puzzle-clues li{
	list-style-type: none;
}
.crossword #puzzle-clues li .media-container{
	display: inline-block;
    vertical-align: top;
    width:92%;
}
.crossword #puzzle-clues li.clue-done .media-container{
	text-decoration: line-through;
}
.crossword #puzzle-clues img {
    margin-bottom: 0px;
}
.media-container .text, .media-container img {
	float:left;
	margin-right: 10px;
}
.crossword .media-container .sound-button {
	margin-top: 0px;
}
.crossword h4 {
	font-style: italic;
    font-size: 1.2em;
}



/*//////////////// WordSeachGame //////////////*/


.wordmaze .wordmaze-container {
	position: relative;
	cursor: pointer;
}	
.wordmaze .wordmaze-container.with-canvas {
	position: absolute;
	top: 0px;
    left: 0px;
}
.wordmaze .cell {
	position:absolute;
	font-weight: 300;
    padding-top: 12px;
    font-size: 2em;
    text-align: center;
}
.wordmaze .cell.emphasis {
	font-weight: 700;
}
.wordmaze .cell.hint {
	font-style: italic;
}
.wordmaze .cell.wrong {
	background-color: #ffcccc;
}
.wordmaze .cell.normal {
	background-color: initial;
	transition: background-color 0.5s
}
.wordmaze .cell.correct {
	background-color: rgba(204,255,204,0.8);
}
.wordmaze .cell.selected {
	background-color: #cceaff;
}


/*/////////////////////////////*/

.rightside-img {
    float: right;
    margin-left: 50px;
}

.feedback-on-left {
	float:left;
}
.cell-50 {
	width: 50%;
	min-height: 50px;
    vertical-align: top;
	/*border: 1px solid #ccc;*/
}
table td.first {
	background-color: #85cff9;
}
table td.second {
	background-color: #f7aeb6;
}
table td.third {
	background-color: #fdc87c;
}
table td.fourth {
	background-color: #88ecb8;
}
#task816 h3 {
	color: #FFF;
} 


.highlight {
	color: #006ed0;
    cursor: pointer;
}
.karaoke-text.s2_7 {
	line-height: 27px;
}
.karaoke-text.s2_7 .karaokeText {
	background-color: transparent;
	box-shadow: none;
    margin-left: 0px;
}
.karaoke-text.s2_7 li {
	list-style-type: none;
}
.karaoke-text {
	font-size: 21px;
    line-height: 28px;
}

.game-buttons-container {
    top: 570px;	
    position: absolute;
}
.game-button {	
	display: block;
    float: left;
    left: 138px;
    top: 0px;
    min-width: 230px;
    text-align: center;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
}
.btn1.game-button {
	left: 440px;
}

.word-game {
	top:0px;
	position: absolute;
}
.word-game .choice-container {
    margin-top: 270px;
    vertical-align: text-top;
    text-align: center;
}
.word-game .choice-word {
    font-size: 4em;
}
.word-game .choice-question {
    font-size: 3em;
    float: left;
    margin-left: 50px;
    margin-bottom: 20px;
    margin-top: -57px;
}

.word-game .game-timer-container {
    position: absolute;
    top: 500px;
    left: 371px;
    width: 63px;
}
.word-game .game-timer-container .text {    
    font-size: 3em;
    color: #000;
    text-align: center;
}
.word-game .game-timer-container .bar {
    background-color: #bf0000;
    height: 8px;
    bottom: 0px;
    position: absolute;
}
.word-game .game-timer-container .bar1 {
    background-color: #000;
    height: 3px;
    margin-top: 18px;
}

.word-game .game-points-container {
    top: 101px;
    right: 18px;
    font-size: 2em;
    position: absolute;
}




.embedded-task-1 {
    position: absolute;
    top: 0px;
    z-index: 52;
}
.subTaskView {
    display: block;
    position: absolute;
    top: 0px;
    z-index: 12;
}
.subTaskView .assigment {
    margin-top: 602px;
    margin-left: 348px;
}

#controlView.embedded-task-1 {
    bottom: -153px;
}

.end-link {
    position: absolute;
    top: 353px;
    left: 188px;
    color: #FFF;
    font-size: 2em;
    z-index: 12;
}
a:link.end-link {
    position: absolute;
    top: 353px;
    left: 359px;
    color: #FFF;
    font-size: 2em;
    z-index: 12;
}
a:hover.end-link {
    color: #FFc;
}

.signature {
    padding-left: 30px;
    font-style: italic;
}