
/* Base CSS */
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: 700;
}
html, body { height: 100%; }

a:hover { text-decoration: none; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* css starts here */
/*fonts*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face{
	font-family:"sutonnymj";
	src: url('../fonts/SUTOM___.ttf'),
}
@font-face {
	font-family: 'SolaimanLipi';
	src: url('../fonts/SolaimanLipi.eot');
	src: url('../fonts/SolaimanLipi.woff') format('woff'),
	url('../fonts/SolaimanLipi.ttf') format('truetype'),
	url('../fonts/SolaimanLipi.svg#SolaimanLipiNormal') format('svg'),
	url('../fonts/SolaimanLipi.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+0980-007F;
}
@font-face {
	font-family: Muli;
	src: url(../fonts/Muli-Regular.ttf) format("truetype");
}

* {
	font-family: 'Muli', 'SolaimanLipi', sans-serif;
}
/*
body {
  background: url("images/body-bg-big.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/
body {
	background: url("../images/pat3.png");
	background-repeat: repeat;
}
.top-menu li {
	list-style: none outside none;
}
.header {
	background-color: #114e0b;
}
.top-menu {
	float: right;
}

ul.top-menu li {
	display: inline-block;
	padding: 0 8px;
	margin-top: 8px;
	position: relative;
}
ul.top-menu li a {
	color: #fff;
	font-size: 16px;
}
ul.top-menu li a:hover, ul.top-menu li a:active, ul.top-menu li a:visited, ul.top-menu li a:focus  {
	text-decoration:none;
}
.header {
	padding: 10px 0;
}
.language {
	margin-top: 9px;
	position: relative;
	z-index: 1;
}
.language > a {
	background: none repeat scroll 0 0 #d4e7d3;
	font-size: 14px;
	font-weight: 400;
	padding: 4px 7px;
	color: #193417;
}
ul.nav.navbar-nav {
	background: rgba(6, 120, 4, 0.85);
}
.mainmenu .nav.navbar-nav a {
	color: #fff;
	font-size: 12px;
	position: relative;
	text-align: left;
}
.nav.navbar-nav > li {
	width: 100%;
	max-width: 100%;
}
.nav.navbar-nav > li:after {
	background: none repeat scroll 0 0 #fff;
	content: "";
	height: 1px;
	left: 5%;
	position: absolute;
	width: 90%;
	z-index: 1;
}
.nav.navbar-nav > li:before {
	background: transparent;
	content: "\f0a8";
	left: 90%;
	top: 30%;
	position: absolute;
	z-index: 1;
	font-family: fontawesome;
	color: #fff;
	transition: .4s;
}
.nav.navbar-nav > li:hover:before, .nav.navbar-nav > li:active:before, .nav.navbar-nav > li:focus:before, .nav.navbar-nav > li.active:before {
	content: "\f0a9";
	transition: .4s;
}
.mainmenu .nav.navbar-nav > li:hover, .mainmenu .nav.navbar-nav > li.active, .mainmenu .nav.navbar-nav > li:focus, .mainmenu .nav.navbar-nav > li:active {
	background: #ffb50a;
}
.nav.navbar-nav a:hover, .nav.navbar-nav a:focus, .nav.navbar-nav a:active {
	/*  background-color: #11500C;*/
	background: transparent;
	color: #fff;
}
.mainmenu ul.nav.navbar-nav li a {
	width: 80%;
	max-width: 80%;
}

.breadcrumb ul {
	list-style: none outside none;
}
.breadcrumb ul li {
	display: inline-block;
	padding: 0 8px;
}
.breadcrumb {
	background-color: #fff;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.breadcrumb ul li:after {
	background: none repeat scroll 0 0 transparent;
	content: ">";
	padding-left: 5px;
	position: absolute;
}
.bradcrumb-area > li:last-child:after {
	display: none;
}

ul.bradcrumb-area > li i.fa-home {
	padding-right: 4px;
}

.main-content-box-top-portion h2 {
	color: #f5ab00;
	position: relative;
	text-transform: uppercase;
	padding-left: 30px;
}
.main-content-box-top-portion h2:after {
	content: "\f1c0";
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}
.dnld-button {
	background-color: #ffb50a;
	border: 1px solid #ffb50a;
	border-radius: 8px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	color: #000;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 1%;
	max-width: 48%;
	padding: 6px 20px;
	width: 50%;
	text-align: center;
}
.dnld-button i.fa-download{
	float: right;
	text-align: right;
	margin-top: 4px;
}

.large-button {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #27a84d;
	border-radius: 12px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	color: #27a84d;
	float: left;
	margin: 6px 3px;
	max-width: 19.2%;
	padding: 4px 3px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 19.2%;
}
.showhover, .reveal-wrapper-shuni object, .reveal-wrapper-shuni.revealed img {
	display: none;
}
.reveal-wrapper-shuni.revealed object {
	display: block;
}
.large-button:hover, .large-button:active, .large-button:focus, .large-button.active {
	background: none repeat scroll 0 0 #27a84d;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
	color: #fff;
	transition: .3s;
	text-decoration: none;
}
.large-button:hover .large-button-text, .large-button:active .large-button-text, .large-button:focus .large-button-text, .large-button.active .large-button-text {
	color: #fff;
}
.large-button:hover .hidehover, .large-button:active .hidehover, .large-button:focus .hidehover, .large-button.active .hidehover {
	display: none;
}
.large-button:hover .showhover, .large-button:active .showhover, .large-button:focus .showhover, .large-button.active .showhover {
	display: inline-block;
	margin: 0 auto;
}
.large-button-text {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.large-button:hover > .large-button-text {
	color: #fff;
}

.status-container {
	background: #27A84D;
	color: #fff;
	margin: 10px 0;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
}
.status-container h2 {
	font-size: 18px;
	padding: 5px 0 5px 20px;
	text-shadow: 0px 4px 2px rgba(0,0,0,.2);
}
.special-container {
	width: 100%;
	margin: 0 -15px;
	padding-left: -15px;
	padding-right: -15px;
}
/*
.navbar-collapse.collapse {
background-color: rgba(6, 120, 4, 0.85);
}
*/
.navbar-collapse.special-nav {
	padding: 0px;
}

.main-content-box {
	background: none repeat scroll 0 0 #fff;
	padding: 10px 0 100px;
}

.main-content-box {
	background: none repeat scroll 0 0 #fff;
	padding: 10px 0 100px;
}
.read-more-button {
	margin-top: 10px;
	padding-bottom: 40px;
}
.read-more-button .dnld-button {
	font-size: 12px;
	padding: 5px 8px;
	width: 100%;
	display: block;
	max-width: 100%;
}

.progress-section {
	background: none repeat scroll 0 0 #fff;
	margin-top: 10px;
	padding: 10px 8px;
}
.paragraph-accordion h5.mb-0 {
	background: none repeat scroll 0 0 #27a84d;
	text-align: center;
	margin-bottom: 0px;
	padding: 12px 0px;
	border-bottom: 1px solid #eee;
	transition: .2s
}
h4.progress-text {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.special-accordion-button {
	color: #fff;
	font-size: 13px;
	transition: .2s
}
.paragraph-accordion h5.mb-0:hover, .paragraph-accordion h5.mb-0:active, .paragraph-accordion h5.mb-0:focus {
	background: #FFB50A;
	transition: .2s
}
.paragraph-accordion h5.mb-0:hover a.special-accordion-button {
	color: #000;
	transition: .2s;
	position: relative;

}
a.special-accordion-button:hover, a.special-accordion-button:active, a.special-accordion-button:focus {
	text-decoration: none;
	color: #000;
	transition: .2s
}
.paragraph-accordion h5.mb-0:hover a.special-accordion-button:after, .paragraph-accordion h5.mb-0:active a.special-accordion-button:after, .paragraph-accordion h5.mb-0:focus a.special-accordion-button:after, a.special-accordion-button.collapsed:after {
	content: "\f01a";
	position: absolute;
	background: transparent;
	z-index: 1;
	font-family: fontawesome;
	left: 100%;
	top: 0;

}

.card-block {
	background: none repeat scroll 0 0 #fff;
	padding: 10px 7px;
	text-align: center;
	border-left: 2px solid #27a84d;
	border-right: 2px solid #27a84d;
	margin-top: -1px;
}

ul.bradcrumb-area {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}
.main-content-tabs .nav.nav-tabs {
	margin: 0 15px;
}
.main-content-tabs ul.nav li a {
	font-size: 14px;
	padding: 5px 20px;
	margin: 0px;
	transition: .3s;
}

.main-content-tabs ul.nav li a:hover {
	background: #FFB50A;
	margin: 0px;
	transition: .3s;
}

.tab-content .tab-pane {
	background: none repeat scroll 0 0 #f5f5f5;
	margin: 0 15px;
	padding: 30px 10px;
}
.main-content-tabs ul.nav li {
	border: 1px solid #49B566;
	margin-right: 1px;
}
.main-content-tabs ul.nav li a {
	color: #000;
}
.main-content-tabs ul.nav li.active {
	border-bottom: none;
}
.main-content-tabs ul.nav li.active a {
	background: #ffb50a none repeat scroll 0 0;
	border-bottom: 2px solid #FFB50A;
	border-radius: 0;
	margin: 0;
	color: #fff;
}

.progress-percent {
	padding: 18px 0;
}
.progress-percent img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
a.dnld-button:hover, a.dnld-button:focus, a.dnld-button:active {
	text-decoration: none;
	color: #fff;
	transition: .2s;
}
.main-content-box-top-portion h2 {
	font-size: 20px;
}
.main-content-box-top-portion {
	padding-bottom: 55px;
}
.mainmenu .special-nav .navbar-nav > li > a {
	padding-bottom: 5px;
	padding-top: 5px;
}
.mainmenu .special-nav .navbar-nav > li > a {
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.top-menu {
	cursor: pointer;
}
.header-menu {
	position: relative;
	z-index: 2;
}
#progress {
	width: 150px;
	height: 150px;
	position: relative;
	background: #EBE200;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
html{
	height: auto;
}
body{
	min-height: 100%;
}
.book-content {
	border-bottom: 1px solid #27a84d;
	border-left: 1px solid #27a84d;
	border-right: 1px solid #27a84d;
	margin-top: -15px;
}
.content-bangla {
	font-family: sutonnymj;
	font-size: 15px;
}
.book-content {
	padding: 10px;
}
.book-content > img.cover-photo {
	margin-bottom: 20px;
}
.tick-ques {
	padding-left: 15px;
	margin-top: 10px;
	color: #000;
}
.form-check.for-tic {
	padding-left: 25px;
	font-size: 13px;
}
@-webkit-keyframes sayeems {
	0% {left: 40%; opacity: 0;}
	100% {left: 2px; opacity: 1;}
}
@keyframes sayeems {
	0% {left: 40%; opacity: 0;}
	100% {left: 2px; opacity: 1;}
}
.answered .hideme {
	z-index: 111;
	animation: sayeems .3s normal forwards ease-in-out;
}
.hideme {
	position: relative;
	z-index: -111;
	opacity: 0;
}
.main-content-box-top-portion {
	padding-bottom: 15px;
}
.jumble-input-group {
	padding-left: 25px;
}
.jumble-input-group .input-group-addon{
	font-size: 12px;
}
.input-group .form-control.jumble-input{
	width: 70%;
	height: 26px;
}
.correct-answer.ques-wrapper, .fill-blanks {
	margin-top: 5px;
	padding-left: 25px;
}
.btn-to-reveal-ans {
	border-radius: 4px 0 0 4px;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 12px;
}
.reveal-wrapper {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: #ccc #ccc #ccc -moz-use-text-color;
	border-image: none;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px medium;
	font-size: 12px;
	height: 26px;
	line-height: 12px;
	margin-left: -4px;
	overflow: hidden;
	padding: 5px 12px;
	position: relative;
	border-radius: 0px 4px 4px 0px;
	opacity: 0;
	left: 30%;
}
.revealed .reveal-wrapper{
	opacity: 1;
	left: 0;
	top: 1px;
	transition: .3s;
	font-weight: bold;
}
.revealed .reveal-wrapper-small {
	opacity: 1;
	left: 5%;
	top: 20%;
	transition: .5s;
}
.reveal-wrapper-small{
	position: relative;
	opacity: 0;
	top: -10%;
	transition: .5s;
}

#blanks input {
	border: none;
	border-bottom: 1px solid #000;
	background: #f5f5f5;
}
.blank-underline {
	text-decoration: underline;
}
.text-bold {
	font-weight: bold;
}
.special-nav ul li:first-child {
	border-top: 1px solid #fff;
}

.for-border {
	-moz-border-bottom-colors: #27a84d;
	-moz-border-left-colors: #27A84D;
	-moz-border-right-colors: #27A84D;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	margin-top: -15px;
	padding-top: 15px;
}
/* code for animated blinking cursor */
.typed-cursor{
	opacity: 1;
	font-weight: 100;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/*end of cursor blinking*/
.read-button {
	margin-bottom: 25px;
}
.with-line-bg {
	background-image: url(../images/line-2.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	/*  padding: 110px 0px;*/
	min-height: 400px;
}
.read-button.in-paragraph {
	left: 4px;
	position: absolute;
	top: 44%;
}
.in-paragraph .btn.btn-primary {
	border-radius: 50%;
	padding: 8px 20px;
}
.stay-put-paragraph {
	padding: 75px 60px 20px 115px;
}
.large-alphabet {
	font-size: 90px;
	vertical-align: middle;
}
.btn-xs.play-button {
	display: block;
	margin: 0 auto;
}
.lns-image {
	max-width: 70px;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
	transition: .5s;
}
.lns-image-container {
	height: auto;
	min-height: 108px;
	transition: .5s;
}
.lns-grow:hover .lns-image-container, .growme:hover img{
	transform: scale(1.2);
	transition: .5s;
}
.l-n-s span {
	color: #cb0100;
}
.l-n-s {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.fancybox-slider .fancybox-content {
	max-width: 1920px;
	max-height: 1080px !important;
	width: 80% !important;
	height: 80% !important;
}
.cl1-srtw .large-alphabet {
	font-size: 50px;
	float: left;
	width: 75%;
}
.book-content.listen-an-say {
	padding: 20px 0px;
}
.listen-an-say .play-button {
	background: #8c120f none repeat scroll 0 0;
	border: 1px solid #8c120f;
}
.listen-an-say {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+49,feecdd+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 49%, #feecdd 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 49%,#feecdd 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 49%,#feecdd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#feecdd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cl1-srtw, .parts {
	overflow: hidden;
}
.cl1-srtw .btn-to-reveal-ans {
	margin-top: 10%;
	border-radius: 4px;
}
.srtw-revealme {
	height: 0;
	left: 10%;
	position: relative;
	top: -80%;
	width: 0;
	transition: .5s;
	opacity: 0;
}
.revealed .srtw-revealme {
	top: 10px;
	opacity: 1;
	transition: .5s;
}
.bangla-font {
	font-family: sutonnymj;
}
.c1swf{
	width: 100%;
	height: 400px;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary {
	background-color: #27A84D;
	border-color: #27A84D;
}
.btn-primary{
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.4);
	text-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
.btn-primary:hover{
	box-shadow: 0 13px 8px -7px rgba(0, 0, 0, 0.4)
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.reveal-wrapper-shuni img, .reveal-wrapper-shuni object {
	margin: 20px auto;
}

.conv-subject {
	display: inline-block;
	max-width: 30%;
	vertical-align: top;
}
.conv-comment {
	display: inline-block;
	max-width: 70%;
	padding-left: 20px;
}
.poem, .caption {
	text-align: center;
	margin: 20px auto;
}
.caption .title {
	color: #008837;
}
.parts{
	position: relative;
}
.main-frame-container{
	width: 100%;
	transition: .3s;
}

.revealed .main-frame-container {
	width: 70%;
}
.sidenote-container {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	width: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: absolute;
	right: 0;
	top: 5%;
	transition: .3s;
	z-index: -100;
}
.revealed .sidenote-container {
	width: 30%;
	height: 100%;
	opacity: 1;
	transition: .3s;
	overflow-y: visible;
	z-index: 100;
}
.sidenote-content {
	padding: 15px 8px;
}
.chapter-cover {
	display: block;
	margin: 5px auto;
}
.topic-link {
	display: block;
	margin-left: 8%;
	padding: 2px 0px;
	border-top: 1px solid #fff;
	padding-left: 5px;
}
.sidenote-container {
	background: rgba(39, 168, 77, 0.2) none repeat scroll 0 0;
	border-left: 1px solid #27a84d;
	border-radius: 20px 0 0;
	border-top: 1px solid #27a84d;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 5%;
	transition: all 0.3s ease 0s;
	width: 0;
	z-index: -100;
}

.okkhor {
	border: 1px solid #bbb;
	float: left;
	margin: 0 auto;
	max-width: 25%;
	min-height: 100px;
	min-width: 25%;
	text-align: center;
}
.okkhor > img {
	cursor: move;
	max-width: 90px;
	max-height: 90px;
}
.place-okkhor {
	border: 1px dashed #27a84d;
	max-height: 100px;
	max-width: 14.2%;
	min-height: 100px;
	min-width: 14%;
	float: left;
	margin: 0 auto;
	overflow: hidden;
}
.w-border-d {
	border: 1px dashed #bbb;
}
.w-border {
	border: 1px solid #27A84D;
}
.one,.two {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}
.min-h-w {
	min-height: 103px;
	min-width: 24%;
}
.draghere.w-border > img, .w-border-d > img {
	max-width: 90px;
	margin: 0 auto;
	display: block;
}
.growme img{
	transition: .5s;
}
.growthis{
	transition: .5s;
}
.growchild:hover .growthis{
	transform: scale(1.3);
	transition: .5s;
}
.mybox {
	border: 2px dashed #27a84d;
	max-width: 100px;
	min-height: 100px;
	transition: all 1s ease 0s;
	margin: 0 auto;
}
.mybox.myborder {
	border: 2px solid #27A84D;
	transition: 3s;
}
.hidden-content {
	text-align: center;
	font-size: 0px;
	opacity: 0;
	transition: .5s;
}
.revealed h2{
	opacity: 1;
	font-size: 74px;
	transition: .5s;
}
#correct, #incorrect {
	background-color: rgba(255, 181, 10, 0.9);
	border: 2px solid #ffb50a;
	border-radius: 50%;
	height: 200px;
	left: 42%;
	position: fixed;
	top: 20%;
	width: 200px;
	z-index: 1000;
}
.top-sign .fa {
	border-bottom: 4px solid #27a84d;
	color: #27a84d;
	display: block;
	font-size: 70px;
	margin: 0 auto;
	padding-bottom: 8px;
	text-align: center;
	text-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
}
.bottom-text p {
	color: #fff;
	font-size: 30px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
}
#incorrect > .top-sign .fa{
	color: red;
	border-bottom: 2px solid red;
}
span.large-button-text {
	padding-top: 5px;
	display: block;
}
.parthokko-image img {
	display: block;
	margin: 0 auto;
	max-height: 135px;
	max-width: 200px;
	text-align: center;
}
.rabbit, .turtle {
	min-width: 97px;
}
.rabbit:hover, .turtle:hover {
	cursor: pointer;
}
.round-pointer-left, .round-pointer-right {
	border: 1px solid #bbb;
	border-radius: 50%;
	height: 10px;
	position: absolute;
	top: 40%;
	width: 10px;
}
.round-pointer-right {
	left: 100%;
}
.round-pointer-left {
	right: 100%;
}
.answer-container {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 10px;
}
.fullformobile {
	margin-top: 15px;
}
.add-bg {
	background-color: rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s ease 0s;
}
.answer-container img {
	display: block;
	margin: 0 auto;
	max-width: 25%;
}
.rabbit, .turtle {
	margin-top: 340%;
}


/* Added by Kafi */
.round-pointer-left2, .round-pointer-right2 {
	border: 1px solid #bbb;
	border-radius: 50%;
	height: 10px;
	position: absolute;
	top: 40%;
	width: 10px;
}
.round-pointer-right2 {
	left: 100%;
}
.round-pointer-left2 {
	right: 100%;
}
.answer-container2 {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 10px;
}

.answer-container2 img {
	display: block;
	margin: 0 auto;
	max-width: 70px;
}
/* STARTS */
.item {
	height: 70px;
	width: 70px;
	margin-right: 8px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 50% 50%;
}
.mainmenu{
	/*overflow-y: scroll;*/
}
.charbox {
	cursor: pointer;
	text-align: center; 
	outline: none;
	display: inline-block;
	vertical-align: top;
	border: 2px dashed #27a84d;
	min-width: 100px;
	min-height: 100px;
	transition: all 1s ease 0s;
	margin: 0 auto;
}
.charbox > * {
	display: none;
	font-size: 80px;
	line-height: 1.2;
}
.charbox .curr_con {
	color: red !important;
}
/*.charbox:last-of-type {
margin-right: 10px;
}*/
.charbox-selected {
	border-style: solid;
}
.grow_me { 
	transition: all .2s ease-in-out; 
	cursor: pointer;
}
.grow_me:hover { 
	transform: scale(1.2); 
}
.paint_container {
	padding: 0px;
}
.pic_to_draw {
	width: 100%;
	text-align: center;
}
.pic_to_draw svg {
	*max-width: 100%;
	*min-width: 100%;
	*height: 500px;
	cursor: url(../images/class1english/bucket.png), auto;
}
.buckets {
	text-align: center;
}
.buckets svg {
	width: 70px;
	height: 70px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	transition: 0.3s;
	z-index: 10;
}
.buckets svg:hover {
	transform: scale(1.2);
}
.color_name {
	padding: 0;
	margin: 0;
	display: block;
}
.color_con {
	display: inline-block;
	text-align: center;
	position: relative;
}
.check_mark_img {
	position: absolute; 
	top: 20px; 
	right: 20px; 
	height: 30px; 
	*filter: invert(100%);
	display: none;
	z-index: 11;
	transition: 0.3s;
}
/*.cl1-srtw {
position: relative;
}
.srtw-revealme {
position: absolute;
bottom: 0px;
}
.srtw-holder {
margin-top: 10px;
}
*/
.curr_con {
	width: 100%;
	display: inline-block;
	position: relative;
	top: 0;
	text-align: center !important;
	margin: 0 auto;
	font-size: 50px !important; 
	color: #7f2a29; 
	margin-top: -4px;
	font-weight: bold;
}
.curr_con {
	display: block;
	text-align: center;
	font-size: 50px; 
	color: #7f2a29; 
	font-weight: bold;
}
.drop_ans .is_ans {
	width: auto !important;
	position: absolute;
	display: none;
}
.drop_ans .is_ans span {
	padding-left: 10px;
}
.drop_ans .ans_con {
	display: inline-block;
	width: auto !important;
}
.drop_ans .show_ans {
	padding: 5px 10px;
	font-size: 17px;
	float: right;
	margin-right: 5px;
	display: block;
	position: relative;
	height: 36px;
	margin-top: 18px;
	border-radius: 5px !important;
}
.drop_ans .drop_ans_con {
	margin-top: 20px;
	padding-left: 30px;
}
.drop_ans .img_con {
	min-height: 350px;
	padding-top: 30px;
/*background-image: url('../images/class1english/drop_bg.png');
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;*/
background-color: #a9856b;
padding: 20px;
z-index: 0;
}
.img_con::before {
	content: "";
	background-color: #a9856b;
	border: 4px solid black;
	padding: 20px;
	background-color: white;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
/*.img_con::after {
content: "<a href='mailto:info@site.com'>info@site.com</a>"; 
position: absolute;
bottom: 0;
}​*/
.drop_ans .img_con div {
	text-align: center; 
	padding: 20px;
}
.drop_ans .img_con img {
	transition: 0.4s; 
	max-height: 100px;
	z-index: 3 !important;
	position: relative;
}
.is_ans {
	position: absolute;
	left: 45px;
}
.growme, .name_me, .lns-grow {
	cursor: pointer;
}

.grad-1 {
	background: #6c757d;
    background: -webkit-linear-gradient(left, #6c757d , #2cc05a);
    background: -o-linear-gradient(right, #6c757d, #2cc05a);
    background: -moz-linear-gradient(right, #6c757d, #2cc05a);
    background: linear-gradient(to right, #6c757d , #2cc05a);
}
.grad-2 {
	background: #00c7aa;
    background: -webkit-linear-gradient(left, #00c7aa , #18b6c2);
    background: -o-linear-gradient(right, #00c7aa, #18b6c2);
    background: -moz-linear-gradient(right, #00c7aa, #18b6c2);
    background: linear-gradient(to right, #00c7aa , #18b6c2);
}
.grad-3 {
	background: #4DD0E1;
    background: -webkit-linear-gradient(left, #4DD0E1 , rgb(168,203,256));
    background: -o-linear-gradient(right, #4DD0E1, rgb(168,203,256));
    background: -moz-linear-gradient(right, #4DD0E1, rgb(168,203,256));
    background: linear-gradient(to right, #4DD0E1 , rgb(168,203,256));
}
.grad-4 {
	background: #A5D6A7;
    background: -webkit-linear-gradient(left, #A5D6A7 , #90CAF9);
    background: -o-linear-gradient(right, #A5D6A7, #90CAF9);
    background: -moz-linear-gradient(right, #A5D6A7, #90CAF9);
    background: linear-gradient(to right, #A5D6A7 , #90CAF9);
}
.grad-5 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6e96c7+0,21ab93+100 */
	background: #6e96c7; /* Old browsers */
	background: -moz-linear-gradient(45deg, #6e96c7 0%, #21ab93 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #6e96c7 0%,#21ab93 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #6e96c7 0%,#21ab93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e96c7', endColorstr='#21ab93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.grad-6 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#219497+0,24cd8c+100 */
	background: #219497; /* Old browsers */
	background: -moz-linear-gradient(45deg, #219497 0%, #24cd8c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #219497 0%,#24cd8c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #219497 0%,#24cd8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#219497', endColorstr='#24cd8c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.box-left, .box-right {
	cursor: pointer;
}
.rot-vert {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.disabled_button img {
  filter: grayscale(1);
  opacity: 0.3;
}
.disabled_button {
  background: rgba(100, 100, 255, 0.2) none repeat scroll 0 0;
  border: 1px solid #bbb;
  color: #bbb;
  pointer-events: none;
}
.disabled_button span.large-button-text {
  color: #bbb;
}
/* ENDS */
.reset-tab {
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    color: white;
    font-size: 18px;
    outline: none;
    box-shadow: 3px 3px 2px rgba(1, 1, 1, 0.2);
    transition: 0.3s;
}
.reset-tab:hover {
    transform: scale(1.1);
}
.inline {
	display: inline-block;
}
.story-title{
    font-size: 25px;
    margin-bottom: 0px;
    background: radial-gradient(ellipse at center, #fbca5a 0%,#fbca5a 49%,#f5ab00 100%);
    border-radius: 10px;
    padding: 30px 0px;
    text-shadow: 0px 2px 2px rgba(0,0,0,.5);
    color: #ffffff;
}

.the-story{
    margin: 20px 0px;
    font-size: 30px;
}
.moral{
    font-size: 30px;
    margin-bottom: 10px;
}
span.moral-box {
    
    color: white;
    padding: 2px 30px;
    border-radius: 5px;
    text-shadow: 0px 2px 2px rgba(0,0,0,.2);
}
