.activity_container {
    width      : 100%;
    height     : 100%;
    position   : relative;
    overflow   : hidden;
    font-size  : 1.3em;
    background : #fff;
    box-shadow : inset 0 0 30px #f2f2f2;
}

.activity_container, .activity_container * {
    position : relative;
    margin   : 0;
    padding  : 0;
}

.activity_container .nextBtn{
    display  : none;
    position : absolute;
    bottom   : 0%;
    right    : 0%;
    width    : 7%;
    height   : 10%;
    z-index  : 10;
}

.activity_container .prevBtn{
    display  : none;
    position : absolute;
    bottom   : 0%;
    left     : 0%;
    width    : 7%;
    height   : 10%;
    z-index  : 10;
}

@font-face {
    font-family: amaranth;
    src: url("../fonts/amaranath/amaranth-regular.ttf");
}

@font-face {
    font-family: patrick;
    src: url("../../../../../../fonts/PatrickHand-Regular.ttf");
}

@font-face {
    font-family: sniglet;
    src: url("../../../../../../fonts/sniglet.ttf");
}


html, body {
	margin: 0;
	height: 100%;
	width: 100%;
}

p{
	margin: 0;
}
.contentwithbg {
	width: 100%;
	height: 100%;
	background: url("http://gituploads.olenepal.org/epaath_media/activity/english/numbers/exercise/images/introduction-slide.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.nextBtn {
	display: none;
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 7%;
	height: 10%;
}

.prevBtn {
	display: none;
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 7%;
	height: 10%;
}

.myNextStyle {
	cursor: pointer;
	background-image: url("../../../../../../images/arrows/arrow.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.myNextStyle:hover {
	background-image: url("../../../../../../images/arrows/arrow_hover.png");
}

.myNextStyle:active {
	background-image: url("../../../../../../images/arrows/arrow_active.png");
}

.myPrevStyle {
	cursor: pointer;
	background-image: url("../../../../../../images/arrows/arrow_prev.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.myPrevStyle:hover {
	background-image: url("../../../../../../images/arrows/arrow_hover_prev.png");
}

.myPrevStyle:active {
	background-image: url("../../../../../../images/arrows/arrow_active_prev.png");
}

.board {
	position: absolute;
	top: 0%;
	left: 0%;
	text-align: center;
	height: 100%;
	width: 100%;
}

.board:lang(en){
    font-family: amaranth;
}
.vertical-horizontal-center {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
}

.vertical-center {
	position: relative;
	top: 45%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}

.coverboardfull {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.generalTemplateblock {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	/*border   : 1px solid red; */
}

div.headerblock {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 20%;
	background-color: #E3D0DA;
	color: #CE00A7;

	/*border   : 1px solid red;*/
}

div.generalTemplateblock[data-templatecontains='hasheaderblock'] div.contentblock {
	top: 20%;
	height: 80%;
	position: absolute;
	width: 100%;
}

div.generalTemplateblock[data-templatecontains="hasonlycontent"] div.contentblock {
  top: 0%;
  height: 100%;
  background: #5DC2F6;
}

div.textblock {
	position: relative;
}

div.imageblock {
	position: absolute;
	top: 39%;
	right: 5%;
	height: 55%;
	width: 40%;
}

.display_image {
	display: flex;
    align-items: center;
    justify-content: center;
}

.hint_image{
	display: none;
	min-height: 45%;
	max-width: 80%;
	max-height: 80%;
}


/*============ exercise template ===================
==================================================== */
.exefin{
  z-index: 5;
}

.question {
    position: relative;
    top: 0%;
    width: 100%;
    font-size: 4vw;
    text-align: left;
    font-family: sniglet;
    background: #FD7968;
    color: white;
    text-align: center;
    padding: 3%;
}

.newques{
  top: 20%;
  font-size: 3.5vw;
  padding: 2%;
}

.thinques{
  padding: 1%;
}

@media (min-aspect-ratio: 4/3){
  .question{
		font-size: 6vmin;
	}
  .newques{
		font-size: 5vmin;
	}
}

.sentence {
    position: absolute;
    top: 34%;
    width: 100%;
    font-size: 5vmin;
    text-align: center;
    font-family: sniglet;
    background: antiquewhite;
}

.sidediv{
  left: 25%;
}

.horidiv {
    flex-direction: row;
    min-width: 100%;
    left: 0%;
    top: 34%;
    height: auto;
}

.imagestartpos.newstart {
    width: 20%;
    top: -70%;
    left: 39%;
}

.optionscontainer {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
    min-width: 100%;
}

.horicontain{
  min-width: 10%;
}

.imagestartpos {
    width: 7%;
    margin-left: 7%;
    display: none;
    position: absolute;
    left: 75%;
    top: 9%;
}

.ispforimage{
	position: absolute;
    width: 21%;
    left: 38%;
    top: 490%;
    display: none;
}

.optionsdiv {
    top: 7%;
    display: flex;
    width: 80%;
    left: 8%;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    height: 44%;
    text-align: center;
    position: relative;
}

.optionsdiv p {
	display: inline;
	/* padding: 3% 5%; */
	background: #D0EFFE;
	border-radius: 15px;
	/* margin: 1%; */
	font-size: 3.7vmin;
	border: 5px solid #D0EFFE;
	font-family: patrick;
	width: 60%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .optionsdiv {
      top: 7%;
      display: flex;
      width: 80%;
      left: 8%;
      flex-direction: column;
      align-items: flex-start;
      align-content: flex-start;
      justify-content: flex-start;
      height: 44%;
      text-align: center;
      position: relative;
    }
    .optionsdiv p {
      display: inline;
      padding: 0%;
      background: #D0EFFE;
      border-radius: 15px;
      margin: 1%;
      font-size: 4vmin;
      border: 5px solid #D0EFFE;
      font-family: patrick;
      width: 60%;
    }

}


.horidiv p{
  font-size: 8vmin;
}

.optimg {
    display: inline;
    border-radius: 15px;
    color: white;
    margin: 0% 1%;
    font-size: 4vmin;
    border: 5px solid #ADAEDB;
    cursor: pointer;
    width: 21%;
}

.forhover{
	cursor: pointer;
}

.forhover:hover {
    background: #87C0EA;
    border: 5px solid #247FE6;
}

.forhoverimg:hover{
	color: #F66E20;
	border: 5px solid #FFD966;
}

.wrongans{
	background: #EA9999;
	color: #F66E20;
}

.rightans{
	background: #6AA84F;
}

.questionimg {
    position: relative;
    top: 27%;
    border: 2px solid blueviolet;
    border-radius: 15px;
    height: 32%;
}

.draggablecontainer {
    position: relative;
    top: 18%;
    width: 100%;
    background: aliceblue;
}

.droppablecontainer {
    position: relative;
    top: 28%;
    width: 100%;
    background: antiquewhite;
    height: 50%;
}

.drop1 {
    background: blueviolet;
    width: 50%;
    height: 83%;
    float: left;
}

.drop2 {
    background: aqua;
    width: 50%;
    height: 83%;
    float: left;
}

.hightext1 {
    color: #0947c6;
    font-weight: bold;
}

.flexcontainerblock{
	position: absolute;
	width: 30%;
	top: 20%;
	display: flex;
	flex-flow: row nowrap;
}

.flexcontainerblock100 {
    position: absolute;
    width: 100%;
    top: 0%;
    display: flex;
    flex-flow: row wrap;
    font-size: 3.56vmin;
    border: none;
}

.flexcontainerblock200 {
    position: absolute;
    width: 30%;
    top: 24%;
    display: flex;
    flex-flow: column wrap;
    font-size: 3.56vmin;
    border: none;
    height: 55%;
    left: 7%;
}

.column {
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
    color: white;
    font-family: sniglet;
    background: #FF7F78;
    border: 0.1em solid grey;
    justify-content: center;
    font-size: 6vmin;
}
.column2 {
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
    color: white;
    font-family: sniglet;
    background: #FF7F78;
    border: 0.1em solid grey;
    justify-content: center;
    font-size: 4vmin;
}

.blank{
  background: grey;
  color: grey;
}







