@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	/* [disabled]margin-top: -9px; */
	/* [disabled]margin-left: 6px; */
	position: relative;

}

#canvas {
	display: block;
	padding: 0;
	margin: 0 auto;
	margin-top: 0;
	background-size: 100% auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	float: left;
	width: 100%;
}

.fluidList {
	list-style: none;
	list-style-image: none;
}

/* Mobile Layout: 480px and below. */

body {
	margin-right: auto;
	margin-left: auto;
	overflow-x: hidden;
}

.h3 {
	font-weight: 600;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 1.1rem;
	color: #0066cc;
	text-align: center;
}
.h5 {
	color: black;
	font-weight: 600;
	font-size: 1.0rem;
	padding-top: 10px;
	text-align: center;
}




.learning__boxTop {
	display: grid;
	justify-content: center;
	gap: 0;
	margin-top: 0;
	/* padding: 0.5rem; */
	padding-top: 0;
	width: 98%;
	/* background-color: aliceblue; */

	.learning__word {
		width: 94vw;
		cursor: pointer;
		margin: 0 auto;
		/* padding: 0.5rem; */
		padding-bottom: 0;
		background-color: #bbeeff;
		border-radius: 15px;
		margin-bottom: 0.5rem;

		.learning__top {
			gap: 1rem;
			background-color: #69d4f7;
			padding: 1rem;
			border-radius: 15px 15px 0 0;

			.learning__titleSP {
				font-size: 1.5rem;
				font-weight: bolder;
				margin: 0.5rem auto;
				color: #000000;
				text-align: center;
			}

			.learning__titleEN {
				font-size: 1.2rem;
				font-weight: 200;
				margin: 0;
				padding: 0;
				color: rgb(95, 101, 108);
				text-align: center;
			}
		}
		.learning__bottom {
			/* background-color: #bbeeff; */
			font-size: 1.5rem;
			color: #e58603;
			font-weight: bolder;
			padding: 0.1rem;
			text-align: center;
			/* border-radius: 0 0 15px 15px; */
		}

		.learning__bottom1 {
			font-size: 20px;
			/* display: flex; */
			justify-content: center;
			align-items: center;
			text-align: center;
			cursor: default;

			#newsletter-form {
				width: 85%;
				margin: 0 auto;
				margin-bottom: 10px;
			}

			.newsletter-text {
				text-align: left;
			}

			#email {
				font-size: 20px;
    		width: 100%;
			}

			.donation-text {
				width: 90%;
        margin: 0 auto;
        font-size: 20px;
        margin-top: 15px;
				text-align: left;
			}

			.donation-button {
				transform: scale(1.5);
				margin-top: 20px;
			}
		}

	}

	.learning__date {
		width: 94vw;
		cursor: pointer;
		margin: 0 auto;
/* 
		padding: 0.5rem; */
		background-color: #bbeeff;
		border-radius: 15px;
		margin-bottom: 0.5rem;


		.learning__top {
			background-color: #69d4f7;
			padding: 1rem;
			border-radius: 15px 15px 0 0;

			.learning__titleSP {
				font-size: 1.5rem;
				font-weight: bolder;
				margin: 0.5rem auto;
				color: #000000;
				text-align: center;
			}

			.learning__titleEN {
				font-size: 1.2rem;
				font-weight: 200;
				margin: 0;
				padding: 0;
				color: rgb(95, 101, 108);
				text-align: center;
			}
		}
		.learning__bottom {
			/* background-color: #bbeeff; */
			font-size: 1.5rem;
			color: #e58603;
			font-weight: bolder;
			padding: 0.1rem;
			text-align: center;
			/* border-radius: 0 0 15px 15px; */
		}
	}
}

.learning__boxBottom {
	display: grid;
	justify-content: center;
	gap: 0;
	margin-top: 0;
	/* padding: 0.5rem; */
	padding-top: 0;
	width: 98%;
	/* background-color: aliceblue; */

	.learning__pun {
		width: 94vw;
		margin: 0 auto;
		cursor: pointer;
		margin-bottom: 0.5rem;
		/* justify-content: center; */
		/* padding: 0; */
		/* padding: 0.5rem; */

		.learning__top {
			gap: 1rem;
			background-color: #69d4f7;
			padding: 1rem;
			border-radius: 15px 15px 0 0;

			.learning__titleSP {
				font-size: 1.5rem;
				font-weight: bolder;
				margin: 0.5rem auto;
				color: #000000;
				text-align: center;
			}

			.learning__titleEN {
				font-size: 1.2rem;
				font-weight: 200;
				margin: 0;
				padding: 0;
				color: rgb(95, 101, 108);
				text-align: center;
			}
		}
		.learning__bottom {
			background-color: #bbeeff;
			border-radius: 0 0 15px 15px;
			height: 200px;
			padding: 0.5rem;

			#pun-image {
				display: flex;
				max-width: 90%;
				height: 200px;
				margin: 0 auto;
				/* padding: 0.5rem; */
			}
		}
	}

	.learning__read {
		width: 94vw;
		margin: 0 auto;
		cursor: pointer;
		/* padding: 0.5rem; */
		margin-bottom: 0.5rem;

		.learning__top {
			background-color: #69d4f7;
			padding: 1rem;
			border-radius: 15px 15px 0 0;

			.learning__titleSP {
				font-size: 1.5rem;
				font-weight: bolder;
				margin: 0.5rem auto;
				color: #000000;
				text-align: center;
			}

			.learning__titleEN {
				font-size: 1.2rem;
				font-weight: 200;
				margin: 0;
				padding: 0;
				color: rgb(95, 101, 108);
				text-align: center;
			}
		}
		.learning__bottom {
			display: flex;
			gap: 1.1rem;
			background-color: #bbeeff;
			border-radius: 0 0 15px 15px;
			height: 160px;
			padding: 0.5rem;
			align-items: center;

			.read__icon {
				width: 8rem;
				border-radius: 150%;
				height: 8rem;
				padding: 0.3rem;

				img {
					height: 127px;
				}
			}

			.read__title {
				display: flex;
				flex-direction: column;
				justify-content: center;

				.read__titleSP {
					font-size: 1.3rem;
					/* font-weight: bolder; */
					margin: 0.5rem auto;
					color: #f02fa8;
				}
			}
		}
	}
}


.store__boxTop {
	display: grid;
	justify-content: center;
	width: 94%;
	background-color: #bbeeff;
	border-radius: 15px;
	margin-left: 0.5rem;

	.store__title {
		font-size: 1.5rem;
		font-weight: bolder;
		margin: 0 auto;
		margin-top: 1.5rem;
		color: #000000;
		text-align: center;
	}

	.store__msg {
		color: #000000;
		margin: 0 auto;
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 30px;
		text-align: left;
		width: 90%;
	}

	.store__bottom {
		display: grid;
		margin: 0 auto;
		justify-items: center;
	}

	.store__carousel {
		width: 100%;
    border-radius: 15px;
    /* border: 2px solid #028bef; */
    margin: 0 auto;
    /* margin-bottom: 2rem; */
    grid-column: 1;
    grid-row: 2;
	}

	.store__right {
		display: grid;
		gap: 1rem;
		margin-bottom: 1rem;

		img {
			width: 13rem;
		}
	}

	.store__left {
		justify-content: center;
		/* align-content: center; */
		align-items: center;
		display: flex;
		border-radius: 15px;
    border: 2px solid #028bef;
    margin: 0 auto;
    margin-bottom: 2rem;
    background-color: white;
    width: 80%;
	}

	#store__image_top,
	#store__image_bottom {
		cursor:pointer;
	}
}


.title_category-left {
	/* height: 85px;
	padding-top: 2px;
	margin-bottom: 5px;
	background: gold;
	border-radius: 25px;
	width: 85% */
}
.title_category-right {
	height: 85px;
	padding-top: 2px;
	margin-bottom: 5px;
	background: gold;
	border-radius: 25px;
	width: 85%
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
#canvas {
	width: 100%;
	height: auto;
	background-size: 100% auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#top {
	width: 100%;
}
#top img {
	background-image: url(https://onlinefreespanish.com/images/img01.jpg);
	display: block;
	width: 100%;
}
#bottom {
}
#header-wraper {
	background-color: #fcda00;
	/* background-image: url(https://onlinefreespanish.com/images/source/header.jpg); */
}
#header-top {
	width: 100%;
	margin-left: 10px;
}
#header-bottom {
	background-color: #005CAC;
	padding-bottom: 10px;
}
#header-featured {
	background-color: #FCDA00;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
#header-featured h8{
	color: #000;
	font-weight: bold;
}

#header-top img {
	width: auto;
	margin-top: -170px;
}
body {
	background-color: #E4DBDB;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 16px;
}
#mainNav {
}
#mainNav ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	/* padding-right: 30px; */
	/* padding-left: 30px; */
	padding-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	/* font-size: 20px; */
	font-weight: 500;
	color: #FFF;
}
#mainNav ul li a:hover {
	color:#FF8400;
}

#menuSystem {
	margin-left: 0px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#social_box {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 20px;

	.footer-icon {
		width: 40px;
		height: 40px;
	}
}
.menuItem {
	font-size: 18px;
}
#menuIcons {
}
.menuIcon {
	clear: none;
	width: 50px;
}
.container {
	background-color: #FFFFFF;
}
.container_gallery {
}

main {
	background-color: #FFFFFF;
}
.container-top {
	margin-bottom: 20px;
}
.left-column {
	width: 37%;
	margin-left: 10px;
	margin-top: 15px;
}
#container-line-top {
	width: 100%;
	background-color: #79CE01;
	color: #0042B4;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	margin-top: 10px;
}
.title-level {
	width: 100%;
	margin-top: -11px;
}
.right-column {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.full-column {
	width: 98%;
	margin-left: 1%;
	clear: both;
}
#container-ad-top {
	margin-top: 15px;
}
#left-column-ad-top {
}
#left-column-ad-bottom {
	margin-top: 30px;

}
#accordion-wrapper {
}
#container-accordion {
}
#accordion-lesson-image {
	padding-left: 42px;
	padding-bottom: 19px;
}
.accordion__body {
}


.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_4:first-child {
	margin-left: 0;
}
.images_1_of_4 {
	width:100%;
	padding:1.5%; 
	text-align: left;
	position: relative;
	background:#006666;
}
.images_1_of_4  a{
	display:block;
}
.images_1_of_4  img {
	max-width: 100%;
}
.images_1_of_4  h3{
	color:#ff9900;
	font-size:25px;
	padding-bottom:5px;
}
.images_1_of_4  p {
	font-size:22px;
	color: #333;
}
.text-lesson{
	border-top:1px solid #eee;
}
.text-lesson p span.sp_name_lesson{
	font-size:25px;
	color:#c0f058;
}	
.text-lesson span.en_name_lesson{
	font-size: 20px;
	color: #eeeeee;
}	
.image_lesson {
	width: 20%;
	padding: 1.5%;
	float: left;
	border: 5px double #009899;
	background: #66ffff;
}	
.number_lesson {
	width: 70%;
	text-align: left;
	float: right;
	clear: right;
}	



.container-midle {
}
.container-midle-ad {
}
.container-midle-ad-left {
}
.container-midle-ad-right {
margin-left: 0;
clear: both;
width: 100%;
}
.container-bottom {
}
.footer-wraper {
	background-color: #005CAC;
}
.header-left {
	margin-left: 8%;
	margin-top: 15px;
	color: black;
	font-size: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: flex;
	justify-content: center; 
}
.header-right {
	width: 32.2033%;
	float: right;
	margin-right: 60px;


}
.header-line {
	clear: none;
	margin-top: 11px;
	font-size: 16px;
	color: #000000;
	/* [disabled]line-height: 45px; */
	font-style: oblique;
	white-space: normal;
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-left-line {
	width: 100%;
	color: #7d3e64;
	font-size: 14.8px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 6%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
#header-group-right {
}
#header-group-left {
	width: 79%;
}
.index-top {
	margin-top: 0px;
	background-color: #b8e4fe;
	padding-bottom: 1rem;
}
.index-title {
	margin-top: 50px;
	padding-top: 1rem;
	padding-bottom: 0;
	background-color: white;
	text-transform: uppercase;
	.levels-wraper {
		text-align: center;
	}
}
.ad-left {
	margin-left: 3%;
}
.imgslide {
}
.featured-right {
	height: 280px;
}
imgslide1 {
}
.levels-wraper {
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	font-size: 25px;
}
.levels-wraper img {
	width: 100%;
	margin-top: -9px;
}
.level1-box {
	background-color: #FB8D01;
}
.level2-box {
	background-color: #FBEA05;
}
.level3-box {
	background-color: #A3F733;
}
.level4-box {
	background-color: #02CFF9;
}
.level5-box {
	background-color: #D700D7;
}
.level6-box {
	background-color: #FF3131;
}
.level-image {
	width: 30%;
	margin-left: 25px;
	padding-top: 14px;
}
h5 {
	font-size: 22px;
}
.level-text {
	width: 50%;
}
.index-top-middle {
	margin-bottom: 10px;
}
.index-top-content {
}
.content-left {
}
.content-right {
	/* [disabled]float: left; */
}
.fluid.index-top-content .fluid.content-left object {
	margin-left: 25px;
}
.content-left-word {
}
.content-right-reading {
	padding-left: 5%;
}
.list-category {
}
.table-column {
	width: 100%;
}
.col-45-left {
}
.col-55-right {
	margin-left: 3%;
	width: 95%;
}
.custom-ad {
	width: 95%;
	margin-left: 3%;
	margin-bottom: 15px;
}
.newsletter-img {
	/* padding-left: 35%; */
	height: 110px;
}
.newsletter-text {
	margin-top: 15px;
	width: 95%;
}
#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }




.option-ofs-menu {
	width: 170px;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 170px;
}
.option-ofs-img {
}
.option-ofs-name {
	text-align: center;
	width: 150px;
}
.option-ofs-name1 {
	text-align: center;
	width: 150px;
	color: #7B0CBC;
}

.options-ofs-content {
	width: 100%;
	margin-left: 10px;
}

.levels-ofs-content1 {
	width: 88%;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	display: grid;
}

/* .options-ofs-content1 { */
#new-list,
#print-list,
#activity-list {
	width: 98%;
	/* padding: 0.2rem; */
	margin-left: 0.5rem;
	/* margin-right: 7%; */
	display: grid;
	grid-template-columns: 1fr;
	/* flex-direction: column; */
	gap: 0.5rem;

	/* .itemMenu { */
  /* padding: 0.5rem 1rem; */

  .itemMenu__item {
    display: flex;
    border-radius: 15px;
		cursor: pointer;

  }

  .itemMenu__icon {
    display: grid;
    /* padding: 0.5rem 1.2rem; */
  }

  .itemMenu__iconBg {
    width: 7rem;
    border-radius: 150%;
    height: 7rem;
    grid-column: 1;
    grid-row: 1;
    margin: 0 auto;
    margin-top: 0.8rem;
  }

  .itemMenu__img {
    padding: 1.2rem;
    width: 6rem;
    grid-column: 1;
    grid-row: 1;
  }

  .itemMenu__titles {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }

  .itemMenu__titleSp {
    font-size: 1.5rem;
    color: white;
  }

  .itemMenu__titleEn {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    color: yellow;
  }
/* } */

}

.levels__box {
	border-radius: 15px;
	display: grid;
	margin-top: 0;

	p {
		display: flex;
		font-size: 20px;
		font-weight: bold;
		justify-content: center;
		margin-bottom: 0.9rem;
		/* margin-top: -0.5rem; */
	}
}

.levels__icon {
	display: none;
	justify-self: center;
}

.levels__level1 {
  background-color: #fb8d01;
  cursor: pointer;
}

.levels__level2 {
  background-color: #fbea05;
  cursor: pointer;
}

.levels__level3 {
  background-color: #a3f733;
  cursor: pointer;
}

.levels__level4 {
  background-color: #02cff9;
  cursor: pointer;
}

.image-banner {
}
#image-memory {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/memorybanner.png);
	background-size: 100% auto;
}


#image-sliding {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/slidingbanner.png);
	background-size: 100% auto;
}

#image-tictac {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/tictactoebanner.png);
	background-size: 100% auto;
}

#image-frog {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/frogbanner.png);
	background-size: 100% auto;
}

#image-ladder {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/ladderbanner.png);
	background-size: 100% auto;
}

#image-syllables {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/syllablesbanner.png);
	background-size: 100% auto;
}

#image-sort {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/sortbanner.png);
	background-size: 100% auto;
}

#image-clickmatch {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/clickmatchbanner.png);
	background-size: 100% auto;
}

#image-mistery {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/misterybanner.png);
	background-size: 100% auto;
}

#image-alien {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/alienbanner.png);
	background-size: 100% auto;
}

#image-find {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/findbanner.png);
	background-size: 100% auto;
}

#image-beenny {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/beennybanner.png);
	background-size: 100% auto;
}

#image-robot {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/robotbanner.png);
	background-size: 100% auto;
}

#image-slime {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/slimebanner.png);
	background-size: 100% auto;
}

#image-pingu {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/pingubanner.png);
	background-size: 100% auto;
}

#image-puzzle {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/puzzlebanner.png);
	background-size: 100% auto;
}

#image-race {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/racebanner.png);
	background-size: 100% auto;
}

#image-mole {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/molebanner.png);
	background-size: 100% auto;
}

#image-board {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/boardbanner.png);
	background-size: 100% auto;
}

#image-print {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/printbanner.png);
	background-size: 100% auto;
}

#image-bingo {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 170px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/bingobanner.png);
	background-size: 100% auto;
}

#image-magnetcasa {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100% auto;
	padding-top: 200px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/lacasa/images/photo-5.png);
	background-size: 100% auto;
}
.site-list {
}
#nest {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

#headerActivity,
#headerMenu {
  display: flex;
  margin: 0.5rem;
  
  .headerMenu__item {
    display: flex;
    border-radius: 15px;
    width: fit-content;
    /* margin-bottom: 1rem; */
		cursor: pointer;
		/* width: 100%; */
  }

  .headerMenu__item:last-of-type {
    width: 100%;
  }

  .headerMenu__icon {
    display: grid;
    padding: 0.5rem;
  }

  .headerMenu__iconBg {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 150%;
    grid-column: 1;
    grid-row: 1;
    /* margin: 0 auto; */
    /* margin-top: 0.5rem; */
  }

  .headerMenu__img {
    padding: 0.5rem;
    width: 4.5rem;
    grid-column: 1;
    grid-row: 1;
  }

  .headerMenu__titles {
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 0.3rem;;
		/* display: none;
		margin-top: -0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem; */
    /* display: inline-flex;
    flex-direction: column;
    justify-content: center; */
  }

  .headerMenu__titleSp {
    color: yellow;
		font-size: 1.4rem;
  }

  .headerMenu__titleEn {
    margin-top: 0.5rem;
    font-size: 1.1rem;
    color: white;
  }
}

#headerMenu {
	.headerMenu__item:first-of-type {
		.headerMenu__titleSp {
			color: black;
		}
		.headerMenu__titleEn {
			color: black;
		}
	}
}







/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

body {
	margin-right: auto;
	margin-left: auto;
}
	
.h3 {
	font-weight: 600;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 1.4rem;
	color: #0066cc;
	text-align: center;
}
.h5 {
	color: black;
	font-weight: 600;
	font-size: 1.3rem;
	padding-top: 10px;
	text-align: center;
}
.title_category-left {
	height: 85px;
	padding-top: 2px;
	margin-bottom: 5px;
	background: gold;
	border-radius: 25px;
	width: 85%
}
.title_category-right {
	height: 85px;
	padding-top: 2px;
	margin-bottom: 5px;
	background: gold;
	border-radius: 25px;
	width: 85%
}

.gridContainer {
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#canvas {
	width: 100%;
	height: auto;
	background-size: 100% auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#top {
}
#bottom {
}
#header-wraper {
	background-color: #fcda00;
	/* background-image: url(https://onlinefreespanish.com/images/source/header.jpg); */
}
#header-top {
	width: 100%;
	margin-left: 10px;
	height: 9rem;
	/* background-image: url(../images/milan.svg);
	background-repeat: no-repeat;
	background-size: 285px auto;
	background-position: 10% 0%; */
}
#header-logo {
	width: 141px;
	height: 134px;
	top: 0.75rem;
	position: absolute;
	background-image: url(/global/images/milan.svg);
	background-repeat: no-repeat;
	background-size: 141px auto;
	/* background-position: 10% 0%; */
}


#header-bottom {
	padding: 0;
}
#header-featured {
	background-color: #FCDA00;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
#header-featured h8{
	color: #000;
	font-weight: bold;
}

#mainNav {
	margin-bottom: 5px;
}
#mainNav ul li a {
	padding-top: 0px;
}
#menuSystem {
		margin-left: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
}
#social_box {
	/* margin-left: 26%;
	width: 50%; */
}

.menuItem {
	margin-top: 0px;
	margin-bottom: -4px;
	width: 25%;
	clear: none;
	font-size: 18px;
}

#menuIcons {
}
.menuIcon {
	margin-left: 2.5641%;
	clear: none;
	width: 30px;
}
.container {
}
.container_gallery {
}

.container-top {
	/* margin-bottom: 20px; */
}
.left-column {
	width: 28%;
}
#container-line-top {
	width: 100%;
	padding-top: 15px;
	float: left;
	margin-top: 10px;
}
.title-level {
	width: 100%;
	margin-top: -11px;
}
.right-column {
	width: 61.5384%;
	clear: none;
	margin-left: 2.5641%;
}
#container-ad-top {
}
#left-column-ad-top {


}
#left-column-ad-bottom {


}
#accordion-wrapper {
}
#container-accordion {
}
#accordion-lesson-image {


}
.accordion__body {
	float: left;
}
	
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_4:first-child {
	margin-left: 0;
}
.images_1_of_4 {
	width:97%;
	padding:1.5%; 
	text-align: left;
	position: relative;
	background:#006666;
}
.images_1_of_4  a{
	display:block;
}
.images_1_of_4  img {
	max-width: 100%;
}
.images_1_of_4  h3{
	color:#ff9900;
	font-size:25px;
	padding-bottom:5px;
}
.images_1_of_4  p {
	font-size:22px;
	color: #333;
}
.text-lesson{
	border-top:1px solid #eee;
}
.text-lesson p span.sp_name_lesson{
	font-size:25px;
	color:#c0f058;
}	
.text-lesson span.en_name_lesson{
	font-size: 20px;
	color: #eeeeee;
}	
.image_lesson {
	width: 20%;
	padding: 1.5%;
	float: left;
	border: 5px double #009899;
	background: #66ffff;
}	
.number_lesson {
	width: 70%;
	text-align: left;
	float: right;
	clear: right;
}	



.container-midle {
}
.container-midle-ad {
}
.container-midle-ad-left {
}
.container-midle-ad-right {
clear: both;
margin-left: 0;
width: 100%;
}
.container-bottom {
}
.footer-wraper {
	/* background-color: #005CAC; */
}
.header-left {
	margin-left: 40%;
	margin-top: 43px;
	color: black;
	font-size: 34px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: block;
}
.header-right {
	width: 32.2033%;
	float: right;
	margin-right: 60px;
}
.header-line {
	clear: none;
	margin-top: 11px;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	font-style: oblique;
	white-space: normal;
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 68%;
}
.header-left-line {
	width: 100%;
	color: #7d3e64;
	font-size: 17.8px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 41%;
	display: block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.index-top {
}
.ad-left {
}
.imgslide {
}
.featured-right {
	height: 280px;
}
.levels-wraper {
	/* width: 99%; */
}
.levels-wraper img {
	width: 200%;
}
.level1-box {
	width: 16%;
	background-color: #FB8D01;
	height: 260px;
}
.level2-box {
	width: 16%;
	background-color: #FBEA05;
	height: 260px;
}
.level3-box {
	width: 16%;
	background-color: #A3F733;
	height: 260px;
}
.level4-box {
	width: 16%;
	background-color: #02CFF9;
	height: 260px;
}
.level5-box {
	width: 16%;
	background-color: #D700D7;
	height: 260px;
}
.level6-box {
	width: 16%;
	background-color: #FF3131;
	height: 260px;
}
.level-image {
	width: 30%;
	padding-top: 13px;
}
h5 {
	font-size: 20px;
}
.level-text {
	width: 100%;
}
.index-top-middle {
	margin-top: 10px;
	margin-bottom: 10px;
}
.index-top-content {

}
.content-left {
}
.content-right {
	padding-left: 0px;
}

.fluid.index-top-content .fluid.content-left object {

}

.content-left-word {
}

.content-right-reading {
	padding-left: 23%;


}

.list-category {

}

.table-column {
	width: 46%;

}

.col-45-left {

}

.col-55-right {

}

.custom-ad {
	width: 95%;
	margin-left: 3%;
	margin-bottom: 15px;

}

	
.newsletter-img {
	/* padding-left: 35%; */
	height: 110px;
}
.newsletter-text {
	margin-top: 15px;
	width: 95%;
}

.option-ofs-menu {
	width: 170px;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 170px;

}

.option-ofs-img {


}

.option-ofs-name {
	text-align: center;
	width: 150px;
}
.option-ofs-name1 {
	text-align: center;
	width: 150px;
	/* [disabled]margin-top: 0px; */
}
.options-ofs-content {
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;

}
.levels-ofs-content1 {
	width: 95%;
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	display: flex;
	/* flex-direction: unset; */
}
.levels__box {
	width: 30rem;
	/* margin-bottom: 1rem; */
	p {
		font-size: 16px;
	}
}
.levels__icon {
	display: unset;
	width: 6rem;
}




.learning__boxTop {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 0;
	padding: 0.5rem;
	padding-top: 0;
	/* width: 96%; */

	.learning__word {
		width: 100%;
		cursor: pointer;
		background-color: #bbeeff;
		border-radius: 15px;
		padding: 0;
		margin-bottom: 0;


		.learning__top {
			/* gap: 1rem; */
			background-color: #69d4f7;
			padding: 1rem;
			border-radius: 15px 15px 0 0;

			.learning__titleSP {
				font-size: 1.5rem;
				font-weight: bolder;
				margin: 0.5rem auto;
				color: #000000;
				text-align: center;
			}

			.learning__titleEN {
				font-size: 1.2rem;
				font-weight: 200;
				margin: 0;
				padding: 0;
				color: rgb(95, 101, 108);
				text-align: center;
			}
		}
		.learning__bottom {
			/* background-color: #bbeeff; */
			font-size: 1.5rem;
			color: #e58603;
			font-weight: 600;
			padding: 0.1rem;
			text-align: center;
			/* border-radius: 0 0 15px 15px; */
		}
	}

	.learning__date {
		width: 100%;
		cursor: pointer;
		background-color: #bbeeff;
		border-radius: 15px;
		padding: 0;
		margin-bottom: 0;

		.learning__top {
			background-color: #69d4f7;
			padding: 1rem;
			/* border-radius: 15px 15px 0 0; */

			.learning__titleSP {
				font-size: 1.5rem;
				font-weight: bolder;
				margin: 0.5rem auto;
				color: #000000;
				text-align: center;
			}

			.learning__titleEN {
				font-size: 1.2rem;
				font-weight: 200;
				margin: 0;
				padding: 0;
				color: rgb(95, 101, 108);
				text-align: center;
			}
		}
		.learning__bottom {
			/* background-color: #bbeeff; */
			font-size: 1.5rem;
			color: #e58603;
			font-weight: 600;
			padding: 0.1rem;
			text-align: center;
			/* border-radius: 0 0 15px 15px; */
		}
	}
}

.learning__boxBottom {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 0;
	padding: 0.5rem;
	padding-top: 0;
	/* width: 96%; */
	/* background-color: aliceblue; */

	.learning__pun {
		width: 50%;
		cursor: pointer;
		background-color: #bbeeff;
		border-radius: 15px;
		/* padding: 1rem; */
		margin-bottom: 0;

		.learning__top {
			/* gap: 1rem; */
			background-color: #69d4f7;
			padding: 1rem;
			/* border-radius: 15px 15px 0 0; */

			.learning__titleSP {
				font-size: 1.5rem;
				font-weight: bolder;
				margin: 0.5rem auto;
				color: #000000;
				text-align: center;
			}

			.learning__titleEN {
				font-size: 1.2rem;
				font-weight: 200;
				margin: 0;
				padding: 0;
				color: rgb(95, 101, 108);
				text-align: center;
			}
		}
		.learning__bottom {
			/* background-color: #bbeeff;
			border-radius: 0 0 15px 15px; */
			height: 200px;
			padding: 0.5rem;

			#pun-image {
				display: flex;
				max-width: 90%;
				height: 200px;
				margin: 0 auto;
				/* padding: 0.5rem; */
			}
		}
	}

	.learning__read {
		width: 50%;
		cursor: pointer;
		padding: 0;
		background-color: #bbeeff;
		border-radius: 15px;
		margin-bottom: 0;

		.learning__top {
			background-color: #69d4f7;
			padding: 1rem;
			/* border-radius: 15px 15px 0 0; */

			.learning__titleSP {
				font-size: 1.5rem;
				font-weight: bolder;
				margin: 0.5rem auto;
				color: #000000;
				text-align: center;
			}

			.learning__titleEN {
				font-size: 1.2rem;
				font-weight: 200;
				margin: 0;
				padding: 0;
				color: rgb(95, 101, 108);
				text-align: center;
			}
		}
		.learning__bottom {
			display: flex;
			gap: 1.1rem;
			/* background-color: #bbeeff;
			border-radius: 0 0 15px 15px; */
			height: 200px;
			padding: 0.5rem;
			align-items: center;

			.read__icon {
				width: 8rem;
				border-radius: 150%;
				height: 8rem;
				padding: 0.3rem;

				img {
					height: 127px;
				}
			}

			.read__title {
				display: flex;
				flex-direction: column;
				justify-content: center;

				.read__titleSP {
					font-size: 1.5rem;
					/* font-weight: bolder; */
					margin: 0.5rem auto;
					color: #f02fa8;
				}
			}
		}
	}
}

.store__boxTop {
	width: 98%;

	.store__msg {
		width: 100%;
	}

	.store__bottom {
		display: flex;
    gap: 3rem;
	}

	.store__right {
		gap: 0;
		margin-bottom: 0;
	}

	.store__carousel {
		width: 19rem;
	}
}


.image-banner {

}

#image-memory {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/memorybanner.png);
	background-size: 100% auto;
}

#image-sliding {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/slidingbanner.png);
	background-size: 100% auto;
}

#image-tictac {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/tictactoebanner.png);
	background-size: 100% auto;
}

#image-frog {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/frogbanner.png);
	background-size: 100% auto;
}

#image-ladder {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/ladderbanner.png);
	background-size: 100% auto;
}

#image-syllables {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/syllablesbanner.png);
	background-size: 100% auto;
}

#image-sort {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/sortbanner.png);
	background-size: 100% auto;
}

#image-clickmatch {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/clickmatchbanner.png);
	background-size: 100% auto;
}

#image-mistery {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/misterybanner.png);
	background-size: 100% auto;
}

#image-alien {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/alienbanner.png);
	background-size: 100% auto;
}

#image-find {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/findbanner.png);
	background-size: 100% auto;
}

#image-beenny {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/beennybanner.png);
	background-size: 100% auto;
}

#image-robot {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/robotbanner.png);
	background-size: 100% auto;
}

#image-slime {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/slimebanner.png);
	background-size: 100% auto;
}

#image-pingu {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/pingubanner.png);
	background-size: 100% auto;
}

#image-puzzle {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/puzzlebanner.png);
	background-size: 100% auto;
}

#image-race {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/racebanner.png);
	background-size: 100% auto;
}

#image-mole {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/molebanner.png);
	background-size: 100% auto;
}

#image-board {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/boardbanner.png);
	background-size: 100% auto;
}

#image-print {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/printbanner.png);
	background-size: 100% auto;
}

#image-bingo {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 161px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/bingobanner.png);
	background-size: 100% auto;
}

#image-magnetcasa {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100% auto;
	padding-top: 300px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/lacasa/images/photo-5.png);
	background-size: 100% auto;
}

.site-list {

}

#nest {

}

.hide_tablet {

display: none;

}

.zeroMargin_tablet {

margin-left: 0;

}




#headerMenu {
  .headerMenu__titles {
		/* display: block; */
	}
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

body {
	margin-left: 0px;
	margin-right: 140px;
}

.h3 {
	font-weight: 600;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 1.5rem;
	color: #0066cc;
	text-align: center;
}
.h5 {
	color: black;
	font-weight: 600;
	font-size: 1.5rem;
	padding-top: 10px;
	text-align: center;
}
.title_category-left {
	height: 85px;
	padding-top: 2px;
	margin-bottom: 5px;
	background: gold;
	border-radius: 25px;
	width: 85%
}
.title_category-right {
	height: 85px;
	padding-top: 2px;
	margin-bottom: 5px;
	background: gold;
	border-radius: 25px;
	width: 100%
}


.gridContainer {
	max-width: 1000px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	/* [disabled]clear: none; */
	/* [disabled]float: none; */
	margin-left: auto;
	width: 100%;
}
#canvas {
	width: 100%;
	height: auto;
	background-size: 100% auto;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#top {
	background-image: url(https://onlinefreespanish.com/images/img01.jpg);
	width: 100%;
}
#bottom {
}
#header-wraper {
	background-color: #fcda00;
	/* background-image: url(https://onlinefreespanish.com/images/source/header.jpg); */
}
/* #header-top {
	padding-left: 59px;
	padding-top: 5px;
	background-image: url(../images/milan.svg);
	background-repeat: no-repeat;
	background-size: 285px 150px;
	background-position: 90% 0%;
} */

#header-logo {
	width: 192px;
	height: 182px;
	top: 0.75rem;
	position: absolute;
	background-image: url(/global/images/milan.svg);
	background-repeat: no-repeat;
	background-size: 192px auto;
	/* background-position: 10% 0%; */
}

#header-bottom {
	background-color: #005CAC;
	padding-bottom: 0px;
}
#header-featured {
	background-color: #FCDA00;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
#header-featured h8{
	color: #000;
	font-weight: bold;
}
#mainNav {

}
#menuSystem {
	margin-left: 160px;
	margin-bottom: -2px;
}
#social_box {
	/* width: 40%;
	clear: left;
	float: right;
	margin-top: -42px;
	margin-right: -144px; */
}
#social_box ul a {
	/* padding:5px; */
}
#social_box ul a:hover img {
	/* opacity:0.8;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg); */
}

.menuItem {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 18%;
	clear: none;
	font-size: 20px;
}
#menuIcons {
}
.menuIcon {




}
.container {
	/* [disabled]background-color: rgba(11, 68, 97, 0.6); */
}
.container_gallery {
}

.container-top {
}
.left-column {
	width: 20%;
	margin-left: 15px;
}
#container-line-top {
	padding-top: 15px;
	width: 100%;
	margin-top: 10px;
}
.title-level {
	width: 88.6363%;
	margin-top: -11px;
}
.right-column {
	width: 70%;
}
#container-ad-top {
	width: 100%;
	top: 0px;
}
#left-column-ad-top {
	/* margin-left: 10%; */

}
#left-column-ad-bottom {
	/* margin-left: 10%; */
}
#accordion-wrapper {
	color: #FFFFFF;
}
#container-accordion {
	float: left;
}
#accordion-lesson-image {
	width: 25%;
	padding-bottom: 19px;
}
.accordion__body {
	padding-top: 5px;
	width: 66%;
	clear: right;
	float: left;
}
	
	
	
	

	
	
	
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_4:first-child {
	margin-left: 0;
}
.images_1_of_4 {
	width:97%;
	padding:1.5%; 
	text-align: left;
	position: relative;
	background:#006666;
}
.images_1_of_4  a{
	display:block;
}
.images_1_of_4  img {
	max-width: 100%;
}
.images_1_of_4  h3{
	color:#ff9900;
	font-size:25px;
	padding-bottom:5px;
}
.images_1_of_4  p {
	font-size:22px;
	color: #333;
}
.text-lesson{
	border-top:1px solid #eee;
}
.text-lesson p span.sp_name_lesson{
	font-size:30px;
	color:#c0f058;
}	
.text-lesson span.en_name_lesson{
	font-size: 25px;
	color: #eeeeee;
}	
.image_lesson {
	width: 20%;
	padding: 1.5%;
	float: left;
	border: 5px double #009899;
	background: #66ffff;
}	
.number_lesson {
	width: 70%;
	text-align: left;
	float: right;
	clear: right;
}	
		
	
	
	
	
	
.container-midle {
	padding-left: 0px;
	padding-top: 64px;

}
.container-midle-ad {
	margin-left: 25px;


}
.container-midle-ad-left {
	width: 15%;
}
.container-midle-ad-right {
	clear: none;
	margin-left: 1.6949%;
	width: 80%;

}
.container-bottom {
}
.footer-wraper {
	/* background-color: #005CAC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; */
}
.header-left {
	/* width: 65.909%; */
	margin-left: 40%;
	margin-top: 30px;
	color: black;
	font-size: 43px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.header-right {
	width: 32.2033%;
	float: right;
	margin-right: 60px;


}
.header-line {
	margin-top: 11px;
	font-size: 16px;
	color: #000000;
	line-height: 21px;
	font-style: oblique;
	white-space: normal;
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 87%;
}
.header-left-line {
	width: 100%;
	color: #7d3e64;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 41%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.index-top {
}
.ad-left {
	padding-left: 30px;

}
.imgslide {
}
.featured-right {
	width: 30%;
	height: 280px;
	margin-left: 10px;
}
.levels-wraper {
	/* width: 65%;
	margin-left: 20px; */
}
.levels-wraper img {
	width: 90%;
}
.level1-box {
	background-color: #FB8D01;
	width: 16%;
	height: 280px;
}
.level2-box {
	background-color: #FBEA05;
	width: 16%;
	height: 280px;
}
.level3-box {
	background-color: #A3F733;
	width: 16%;
	height: 280px;
}
.level4-box {
	background-color: #02CFF9;
	width: 16%;
	height: 280px;
}
.level5-box {
	background-color: #D700D7;
	width: 16%;
	height: 280px;
}
.level6-box {
	background-color: #FF3131;
	width: 16%;
	height: 280px;
}
.level-image {
	width: 101%;
	padding-top: 16px;
	padding-bottom: 10px;
	margin-left: 6px;
}
h5 {
	font-size: 18px;
}
.level-text {
	width: 100%;
}
.index-top-middle {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	float: right;
}
.index-top-content {
	padding-left: 31px;

}
.content-left {
	width: 50%;
}
.content-right {
	width: 41%;
}

.fluid.index-top-content .fluid.content-left object {
}

.content-left-word {
	padding-left: 0px;
	padding-top: 0px;
	font-size: larger;

}

.content-right-reading {
	padding-left: 0px;
}

.list-category {
	padding: 0 0 0px 5px;
	margin-left: 3%;
	width: 96%;
}

.list-category  ul{
	width:960px;
	overflow:hidden;
	margin : 20px 0px 0px 0px;
	padding:0px 0px 0px 5px
}

.list-category  li{
	list-style-type:none;
	background-image:url(https://onlinefreespanish.com/images/bullet.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0 0 5px 22px;
	line-height:15px;
	height:30px;
	width:280px;
	float:left;
}

.list-category  a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#595959;
	text-decoration:none;
}

.table-column {
	width: 33%;
}

.col-45-left {
	width: 45%;
}

.col-55-right {
	width: 42%;
}

.custom-ad {
	margin-left: 3%;
	margin-bottom: 15px;
	width: 95%;
}


.newsletter-img {
	/* padding-left: 35%; */
	height: 110px;
}
.newsletter-text {
	margin-top: 15px;
	width: 95%;
}

.option-ofs-menu {
	width: 170px;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 175px;

}

.option-ofs-img {


}

.option-ofs-name {
	text-align: center;
	height: 40px;
	width: 150px;
}
.option-ofs-name1 {
	text-align: center;
	width: 150px;
	margin-top: -20px;
	height: 0px;
}
.options-ofs-content {
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
}
.options-ofs-content1 {
	/* width: 100%;
	margin-top: 10px;
	margin-left: 7%;
	margin-right: 7%; */
		flex-direction: unset;

}
.levels__box {
	width: 30rem;
	/* margin-bottom: 1rem; */
	p {
		font-size: 20px;
	}
}
.levels__icon {
	display: unset;
	width: 8rem;
}





.image-banner {
}

#image-memory {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/memorybanner.png);
	background-size: 100% auto;
}

#image-sliding {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/slidingbanner.png);
	background-size: 100% auto;
}

#image-tictac {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/tictactoebanner.png);
	background-size: 100% auto;
}

#image-frog {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/frogbanner.png);
	background-size: 100% auto;
}

#image-ladder {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/ladderbanner.png);
	background-size: 100% auto;
}

#image-syllables {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/syllablesbanner.png);
	background-size: 100% auto;
}

#image-sort {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/sortbanner.png);
	background-size: 100% auto;
}

#image-clickmatch {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/clickmatchbanner.png);
	background-size: 100% auto;
}

#image-mistery {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/misterybanner.png);
	background-size: 100% auto;
}

#image-alien {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/alienbanner.png);
	background-size: 100% auto;
}

#image-find {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/findbanner.png);
	background-size: 100% auto;
}

#image-beenny {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/beennybanner.png);
	background-size: 100% auto;
}

#image-robot {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/robotbanner.png);
	background-size: 100% auto;
}

#image-slime {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/slimebanner.png);
	background-size: 100% auto;
}

#image-pingu {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/pingubanner.png);
	background-size: 100% auto;
}

#image-puzzle {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/puzzlebanner.png);
	background-size: 100% auto;
}

#image-race {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/racebanner.png);
	background-size: 100% auto;
}

#image-mole {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/molebanner.png);
	background-size: 100% auto;
}

#image-board {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/boardbanner.png);
	background-size: 100% auto;
}

#image-print {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/printbanner.png);
	background-size: 100% auto;
}

#image-bingo {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 242px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/images/source/bingobanner.png);
	background-size: 100% auto;
}

#image-magnetcasa {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100% auto;
	padding-top: 400px;
	margin-top: 10px;
	background-image: url(https://onlinefreespanish.com/lacasa/images/photo-5.png);
	background-size: 100% auto;
}

.site-list {
}

#nest {
}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}

#new-list,
#print-list,
#activity-list {
	/* width: 96%; */
	/* padding: 0.2rem; */
	/* margin-left: 7%;
	margin-right: 7%; */
	/* display: grid; */
	/* grid-template-columns: 1fr 1fr; */
}

}

@media only screen and (min-width: 865px) {
#new-list,
#print-list,
#activity-list {
	grid-template-columns: 1fr 1fr;
}

}
