/* fonts */
@font-face {
    font-family: 'Core Sans Narrow';
		src: url('../fonts/CoreSansNR67CnBold.eot');
		src: url('../fonts/CoreSansNR67CnBold.eot?#iefix') format('embedded-opentype'),
		    url('../fonts/CoreSansNR67CnBold.woff2') format('woff2'),
		    url('../fonts/CoreSansNR67CnBold.woff') format('woff'),
		    url('../fonts/CoreSansNR67CnBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Condensed';
		src: url('../fonts/DINCondensed-Bold.eot');
		src: url('../fonts/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),
		    url('../fonts/DINCondensed-Bold.woff2') format('woff2'),
		    url('../fonts/DINCondensed-Bold.woff') format('woff'),
		    url('../fonts/DINCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'KG HAPPY Solid';
    src: url('../fonts/KGHAPPYSolid.eot');
    src: url('../fonts/KGHAPPYSolid.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KGHAPPYSolid.woff2') format('woff2'),
        url('../fonts/KGHAPPYSolid.woff') format('woff'),
        url('../fonts/KGHAPPYSolid.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KG Primary Penmanship';
    src: url('../fonts/KGPrimaryPenmanship.eot');
    src: url('../fonts/KGPrimaryPenmanship.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KGPrimaryPenmanship.woff2') format('woff2'),
        url('../fonts/KGPrimaryPenmanship.woff') format('woff'),
        url('../fonts/KGPrimaryPenmanship.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body.modalOpen {
	position: fixed;
	width: 100%;
	height: 100%;
}

.modalOpen #header,
.modalOpen #main .row {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}


.videoWrapper {
	position: relative;
	padding-bottom: 53.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.awd-lesson-content {
    margin-top: 20px;
}

.awd-sub-outer {
	overflow: auto;
	position: fixed;
	top: 0;   left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
	table-layout: fixed;
	z-index: 999;
}

.awd-sub-outer.test {
	display: table;
}

.awd-sub-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.awd-sub-content {
	display: inline-block;
	outline: none;
	text-align: left;
	background-color: rgba(0,0,0,0.8);
	padding: 30px;
	min-width: 980px;
	max-width: 90%;
}

#awd-invite-sub {
	background: rgba(255, 255, 255, 0.8);
}

.single-lessons #awd-invite-sub:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background: #000;
  opacity: .6;
  width: 100%;
  height: 100%;
}

.single-lessons #awd-invite-sub .awd-sub-inner {
	height: 100vh;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
	bottom: 0;
	margin: auto;
  width: 100%;
  display: flex;
}

.single-lessons .awd-ctr-sub-content-txt,
.single-lessons .awd-sub-content-inner {
	top: 0;
}

#awd-invite-sub .awd-sub-content {
	background-image: url(../img/NumberockBannerDesktopBg.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 525px;
	height: 485px;
	min-width: 525px;
	max-width: 525px;
	overflow-y: auto;
  margin: auto;
	padding: 0;
	font-weight: normal;
  box-shadow: 0 0 30px #000;
}

#awd-invite-sub .awd-sub-content-inner {
	max-height: 100vh;
}

.awd-sub-content-inner {
	opacity: 1;
	color: white;
	position: relative;
	top: -29px;
}

.ctrl-sub-close {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 10px;
		cursor: pointer;
}

#awd-invite-sub .ctrl-sub-close {
  top: -3px;
  right: 1px;
  font-size: 1.75em;
  z-index: 9999;
}

.awd-ctr-sub-content-txt {
	position: relative;
	top: 40px;
}

.popup-content-positioner {
	height: 485px;
	width: 525px;
}

.daysfree {
	font-family: Core Sans Narrow;
	color: #ffcd41;
	position: absolute;
  left: 51px;
  top: 30px;
}

.daysfree .large-txt {
	font-size: 8.15em;
	font-family: DIN Condensed;
}

.daysfree .small-txt {
	font-size: 3.55em;
	display: inline-block;
	line-height: .87;
}

.daysfree .days-move {
  display: inline-block;
  margin-left: 1px;
}

.daysfree .small-txt .alt {
  color: #fff;
  display: block;
  margin-left: 3px;
  margin-top: -2px;
}

.daysfree .bottom-txt {
  font-family: KG HAPPY Solid;
  font-size: .875em;
  color: #6ec4d6;
  display: block;
  margin-top: -7px;
  margin-left: 4px;
  letter-spacing: .005em;
}

.kid-right {
	position: absolute;
  right: 14px;
  top: 13px;
}

img.mobile {
	display: none;
}

img.desktop {
	display: block;
}

.teachers-rock {
	position: absolute;
  top: 194px;
  left: 70px;
	font-family: KG HAPPY Solid;
	color: #6ec4d6;
}

.teachers-rock .rock-top {
	font-size: 1.05em;
  display: block;
  margin-left: -3px;
}

.teachers-rock .rock-bottom {
	font-size: 1.55em;
	display: block;
  line-height: .6;
  margin-left: -3px;
}

.free-trial {
	position: absolute;
  top: 302px;
  left: 34px;
	color: #002855;
	text-align: center;
	font-family: Core Sans Narrow;
}

.free-trial .mobile-text {
	display: none;
}

.geta {
  font-size: 1.1em;
  color: #002855;
  font-family: KG HAPPY Solid;
  display: block;
  letter-spacing: .05em;
  margin-left: -8px;
}

.pill {
	background: #002855;
	color: #ffcd41;
	font-family: KG HAPPY Solid;
  font-size: 2.2em;
  display: block;
  padding: 10px 10px;
	border-radius: 40px;
  margin-bottom: 6px;
  letter-spacing: -1px;
}

.pill:hover {
	color: #ffcd41;
	box-shadow: 2px 3px 5px #00224eba;
}

.pill .alt-color {
	color: #fff;
  display: inline-block;
  margin-right: 8px;
  margin-left: 4px;
}

.lower-free {
  font-size: .965em;
  max-width: 246px;
  display: block;
  line-height: 1.25;
}

.feauture-list {
	position: absolute;
	top: 245px;
	left: 318px;
	text-align: center;
}

.feauture-list ul {
	list-style: none;
	padding: 0;
}

.feauture-list .set-block {
	display: block;
  margin-bottom: 5px;
}

.feauture-list li {
	color: #002855;
	font-size: .95em;
	font-family: KG Primary Penmanship;
	line-height: 1;
}

.feauture-list li.videos {
  margin-bottom: 17px;
}

.feauture-list li.videos .set-block {
  margin-right: 2px;
}

.feauture-list li.materials  {
  margin-bottom: 12px;
}

.feauture-list li.materials  {
  margin-left: 2px;
}

span.lower-li {
  letter-spacing: .02em;
  margin-left: 7px;
}

.feauture-list .list-heading{
	font-family: KG HAPPY Solid;
	letter-spacing: -0.015em;
	color: #ff5959;
	display: inline-block;
	padding-left: 17px;
	background-image: url(../img/red-circle-check.png);
	background-repeat: no-repeat;
	background-position: left center;
  background-size: contain;
}

.popup-footer {
	background-color: #ff5959;
	font-family: KG HAPPY Solid;
	text-align: center;
	font-size: 1.15em;
	padding: 8px 0 4px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#awd-frm-inline-login,
#awd-frm-inline-login .login-username,
#awd-frm-inline-login .login-password,
#awd-frm-inline-login .login-submit,
.awd-ctr-inline-sub {
    display: inline-block;
}

.awd-ctr-frm-inline-login {
	width: 60%;
	float:left;
	white-space: nowrap;
}

#user_login, #user_pass {
    width: 125px;
}

#awd-frm-inline-login #wp-submit {
    border: none;
}

#awd-frm-inline-login #wp-submit:hover {
    background: none;
	color: #5acdd4;
}

.sidebar-header aside {
    margin-top: 66px !important;
    margin-bottom: 0;
}

#awd-ctr-lessons-carousel {
	margin-top: 20px;
	margin-bottom: 20px;
}

.awd-lessons-carousel-item {
    float: left;
    padding: 20px;
	box-sizing: border-box;
	width: 33.3333333%;
	position: relative;
}

.awd-ctr-lessons-header {
	text-align: right;
}

.awd-ctr-lessons-teaser-nav {
	margin-top: 1em;
}

.awd-lessons-carousel-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.awd-lessons-carousel-overlay-play {
	background-size: 88% 90%;
    background-position: 20px 1px;
    background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2017/04/play-arrow-overlay.png");
}

.awd-lessons-carousel-overlay-free {
	background-size: 80% 104%;
    background-position: 20px 1px;
    background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2017/04/free-lesson-overlay.png");
}

.awd-ctr-video-cat-nav {
    color: #606e71;
    display: inline-block;
    float: left;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 12px;
    text-transform: uppercase;
	text-align: center;
}

.awd-video-cat-nav-item {
	cursor: pointer;
	padding: 10px 0;
	background-color: #cde8fd;
}

.awd-video-cat-nav-item-active {
	background-color: white;
}

.awd-ctr-lessons-carousel-paginate > div {
  box-sizing: border-box;
  width: 50%;
  float: left;
	font-size: 40px;
	font-weight: bold;
	padding: 0 10px;
}

.awd-ctr-lessons-carousel-paginate > div > span {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
}

.awd-ctr-lesson-prev {
	text-align: right;
}

.awd-ctr-lesson-next {
	text-align: left;
}

.awd-related-lessons-item {
    margin-bottom: 20px;
	position: relative;
}

.awd-loading {
	display: none;
	height: 280px;
	text-align: center;
}

.awd-video-cat-row {
	display: none;
}

.awd-video-cat-row-arithmetic {
	display: block;
}

.ctr-lesson-grp {
	display: none;
}

.ctr-lesson-grp-1 {
	display: block;
}

.awd-lnk-lesson-prev, .awd-lnk-lesson-next {
	cursor: pointer;
	color: black;
	font-weight: bold;
}

.lnk-disabled {
    cursor: pointer;
    color: #d3d3d3;
	font-weight: normal;
}

.sub-A-btn-premium {
	float: none !important;
}

.ovly-lnk {
    display: block;
    width: 100%;
    height: 100%;
}

.awd-lessons-carousel-item {
    min-height: 240px;
}

.awd-ctr-lessons-carousel-paginate {
    clear: both;
}

.awd-lesson-suggested {
	float: none !important;
	color: #426CAB;
	font-weight: 900;
}

.btn.btn-promo-free {
    display: inline-block;
    color: #4570ad;
    background-color: blue;
    padding: 10px 20px;
    border-radius: 20px;
}

.ctr-vlib-listing {
    box-sizing: border-box;
    width: 400px;
	height: 400px;
    padding: 10px;
    float: left;
}

.ctr-vlib-thumb-ovly {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY( -50% );
}

.ctr-vlib-thumb {
    position: relative;
}

.vlib-play {
	width: 60px;
	height: 60px;
	font-size: 60px;
	color: #999999;
}

.ctr-vlib-grade {
    float: left;
    width: 40px;
    height: 40px;
    margin: 2px;
}

.btn-selected {
    background: darkgray;
}

#btn-vs {
    float: left;
    width: 38px;
    height: 38px;
    position: relative;
    bottom: 1px;
}

.page-template-page-video_library #content {
    margin-top: 0px;
}

#ico-vs {
    width: 40px;
    height: 40px;
    line-height: 35px;
    position: relative;
    right: 12px;
}

#txt-vs {
    float: left;
}

.ctr-vlib-concept {
    width: 100%;
    margin: 5px 0;
    padding: 5px 0;
	font-size: 22px;
}

.page-template-page-video_library .widget-title {
    padding: 0 !important;
    text-align: left !important;
    font-weight: bold;
}

.page-template-page-video_library .widget {
    margin-bottom: 20px;
}

#custom_html-8 {
    width: 100%;
}

.page-template-page-video_library .cherry-sidebar-main.sidebar-main.widget-area {
    padding-top: 40px;
}

.vs-all {
    display: block;
    color: #7a7a7a;
    text-align: center;
    width: 100%;
    border: 1px solid #7a7a7a;
    background: #d3d3d3;
    padding: 5px 0;
}

.awd-comic-slides.rslides.rslides1 {
	padding: 0;
    list-style-type: none;
}

.ctr-awd-comic-slides {
    display: block;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.clearfix {
	clear: both;
}

.rslides_nav.rslides1_nav.prev, .rslides_nav.rslides1_nav.next {
    width: 100%;
    display: block;
    box-sizing: border-box;
    float: left;
    background-color: #426CAB;
    color: white;
    padding: 3px 5px;
	text-align: center;
}

.rslides_nav.rslides1_nav.next {

}

.survey-wrap {
	margin: 0 auto;
}

.ctr-survey-results {
	display: none;
}

.ctr-survey-funny, .ctr-survey-not-funny {
    width: 50%;
    box-sizing: border-box;
    float: left;
    text-align: center;
	padding: 10px;
}

.ctr-survey-vote-text {
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.ctr-survey-funny-img, .ctr-survey-not-funny-img {
    padding: 38px;
}

.ctr-survey-not-funny-img {
	position: relative;
	top: 4px;
}

#btn-survey-funny {
    padding: 5px 10px;
    color: white;
    background-color: #426CAB ;
    font-family: 'Fontdiner Swanky', cursive;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 2px;
	width: 100%;
}

#btn-survey-not-funny {
    padding: 5px 10px;
    color: white;
    background-color: red;
	position: relative;
	top: 5px;
	font-family: 'Fontdiner Swanky', cursive;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 2px;
	width: 100%;
}

.ctr-survey-result, .ctr-survey-result-imgs {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    text-align: center;
}

.survey-result-heading {
    display: block;
    font-weight: bold;
    font-family: 'Fontdiner Swanky', cursive;
    font-size: 30px;
	color: black;
}

.survey-result-count {
    display: block;
    font-weight: 900;
    font-size: 50px;
	color: black;
	margin-top: 20px;
}

.ctr-survey-results .survey-wrap {
	border-bottom: 3px solid black;
}

.ctr-survey-result-img-not-funny {
	display: none;
}

#frm-generate-lnk label, #frm-generate-lnk input {
    display: block;
}

#frm-generate-lnk input {
    margin-bottom: 20px;
}

.ctr-audio-clips {
	padding: 10px 0 30px;
}

.ctr-audio {
    box-sizing: border-box;
    width: 25%;
    padding: 10px;
	float: left;
}

.ctr-vlib-ret-lnk > a {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.ctr-audio-img > img {
    width: 100%;
    height: auto;
}

.prev-img {
    width: 12%;
    position: absolute;
    top: 90px;
    left: -34px;
}

.next-img {
    width: 12%;
    position: absolute;
    top: 90px;
    right: -50px;
}

.ctr-survey-vote-text p {
    color: black;
    font-weight: 900;
}
.awd-lesson-suggested {
    max-height: 526px;
    overflow: hidden;
}
.rel-shw-more, .rel-shw-less {
    color: #436BA8;
    font-weight: 900;
    text-align: center;
    position: relative;
    top: -24px;
    background-color: #D2FBFD !important;
}

.rel-shw-more:hover, .rel-shw-less:hover {
    cursor: pointer;
}
.awd-btn-drk {
    background-color: #436ba8;
    color: white !important;
    text-transform: capitalize !important;
    font-weight: 900;
}


.comic-lnk-right {
    float: right;
}
.vlib-vtitle {
    font-weight: 900;
    font-size: 20px;
}
.page-template-page-video_library .sidebar-main .widget {
    border-bottom: 2px solid;
    padding-bottom: 28px;
}
.page-template-page-video_library .sidebar-main .widget h3 {
	text-transform: capitalize;
}

.rslides1_on > img {
    display: block;
    width: 100%;
}

.rslides1 li {
    width: 100% !important;
}

.ctr-comic-survey, .ctr-survey-results {
    min-height: 367px;
}

.ctr-survey-results .survey-wrap {
    margin-bottom: 0;
    padding-top: 58.5px;
}

.ctr-survey-result {
	position:  relative;
}

.ctr-survey-result .rslides_nav.rslides1_nav {
    top: 192px;
    max-width: 100px;
}

.ctr-survey-result, .ctr-comic-survey {
    position: relative;
    z-index: 99;
}

.ctr-vlib-concept.btn-selected {
    font-weight: bold;
}

.vs-all {
    background-color: #426CAB;
    color: white;
}

.vlib-ovly-icon {
    width: 40px;
}

.page-template-page-video_library .sidebar-main .widget h3 {
    font-size: 30px;
}

.ctr-vlib-grade {
    width: 60px;
    height: 60px;
    font-size: 30px;
}

.awd-ctr-related {
    padding-bottom: 10px;
}

.rel-shw-less {
	display: none;
}

.awd-ctr-inline-sub a {
    font-size: 20px !important;
}

.page-template-page-video_library .cherry-sidebar-main {
    padding-top: 11px !important;
}

.page-template-page-video_library .cherry-sidebar-main .widget {
    padding-bottom: 10px !important;
}

.page-template-page-video_library .cherry-sidebar-main .widget {
    margin-bottom: 10px;
}

.vs-all, .awd-btn-drk {
    border-radius: 20px;
    box-shadow: 2px 2px 1px #d3d3d3;
}

.ctr-survey-result .rslides_nav.rslides1_nav.next {
    right: 0;
	cursor: pointer;
}

.ctr-survey-result .rslides_nav.rslides1_nav.prev {
    left: 0;
	cursor: pointer;
}

.ctr-vlib-concept.btn-selected {
    border-bottom: 1px solid darkgray;
}

.page-template-page-video_library .custom_html-9 {
	border-bottom: none;
}

.awd-ctr-lesson-ctas > a:active, .awd-ctr-lesson-ctas > a:focus {
	background: #004ba8;
}

.ctr-vlib-ret-lnk {
    bottom: 0 !important;
}

.single-lessons .site-content {
    margin-top: 10px;
}

.ctr-comic-nav-img-lnk {
    font-size: 24px;
}

.rslides_nav.rslides1_nav.prev, .rslides_nav.rslides1_nav.next {
    font-size: 20px;
}

.page-id-1962 .site-content {
    margin-top: 2%;
}

.page-template-page-video_library #custom_html-9 {
    border-bottom: none;
}

.cherry-breadcrumbs_item a:hover {
    color: #474141;
}

.ctr-awd-comic-slides, .ctr-comic-survey {
    display: block;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}

.ctr-survey-results {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}

.o-ctr-comic-nav-block {
    box-sizing: border-box;
    width: 50%;
    float: left;
	position: relative;
	z-index: 3;
}

.o-ctr-comic-nav-block-prev {
	padding: 0 5px 0 0;
}

.o-ctr-comic-nav-block-next {
	padding: 0 0 0 5px;
}

.ctr-comic-nav-block {
    border: 1px solid blue;
    position: relative;
    height: 245px;
}

#prevImg, #nextImg {
    position: absolute;
    top: 50%;
    width: 90%;
    left: 50%;
    transform: translate( -50%, -50% );
}

.rslides1_on {
    margin-bottom: 7px;
}

.post-1962 .entry-content {
    max-width: 1050px;
    margin: 0 auto;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.subscribe {
    background-color: #296299 !important;
    border: medium none !important;
    color: white !important;
    font-size: 38px !important;
    padding: 28px 44px !important;
}

.redbtn {
    font-size: 18px !important;
    text-align: center;
    padding: 14px 4px !important;
    font-weight: normal !important;
	background-color: #db2532 !important;
    margin: 0 0 10px 0;
}

.videosbtn {
    display: block;
    width: 100%;
}

.schedulebtn, .freetrialbtn {
    width: 48%;
    float: left;
    display: block;
}

.freetrialbtn {
    float: right;
}

center {
    width: 300px;
    margin: 0 auto;
}

.explore-btns {
    box-sizing: border-box;
    width: 50%;
    float: right;
	margin-top: 100px;
}

.videosbtn span {
    display: inline-block;
    vertical-align: text-top;
    padding-right: 10px;
}

.ctr-survey-results .ctr-comic-nav-block {
	display: none;
}

.ctr-survey-result .rslides_nav {
	background-color: transparent;
	color: #426CAB;
}

.ctr-survey-result .rslides1_nav.prev{
	text-align: left;
	white-space: nowrap;
	background-color: transparent;
	color: #426CAB;
}

.ctr-survey-result .rslides1_nav.next{
	text-align: right;
	white-space: nowrap;
	background-color: transparent;
	color: #426CAB;
}

.ctr-survey-results .o-ctr-comic-nav-block-prev {
	position: absolute;
	bottom: -110px;
}

.ctr-survey-result .o-ctr-comic-nav-block-next {
	position: absolute;
	left: 80px;
	bottom: -110px;
}

.ctr-comic-nav-block {
	overflow: hidden;
}

.survey-result-heading {
    white-space: nowrap;
}

.videosbtn {
    background-color: #426CAB !important;
}

.awd-lesson-info-block {
    margin-bottom: 20px;
}
.addtoany_shortcode {
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
	.ctr-awd-comic-slides, .ctr-comic-survey, .explore-btns {
		max-width: 95%;
		display: block;
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
		width: auto;
	}
	.ctr-survey-results {
		max-width: 95%;
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
		width: auto;
	}
}

/* Based on user agent detection in js/awd-video-embed.js */
#awd-invite-sub.mobile-popup-view .awd-sub-content {
  width: 320px;
  height: 569px;
  min-width: 320px;
  max-width: 569px;
}

.single-lessons #awd-invite-sub.mobile-popup-view .awd-sub-inner {
  padding: 30px 0 30px 0;
}


.mobile-popup-view#awd-invite-sub .ctrl-sub-close {
  top: 0px;
  right: 0px;
}

.mobile-popup-view .popup-content-positioner {
  width: 320px;
  height: 569px;
  position: relative;
}

.mobile-popup-view .daysfree {
  left: 16px;
  top: 16px;
}

.mobile-popup-view .daysfree .large-txt {
  font-size: 107px;
}

.mobile-popup-view .daysfree .small-txt {
  font-size: 45px;
}

.mobile-popup-view .daysfree .bottom-txt {
  display: none;
}

.mobile-popup-view .kid-right {
  right: 5px;
  top: 22px;
}

.mobile-popup-view .teachers-rock {
  top: 106px;
  left: 43px;
}

.mobile-popup-view .teachers-rock .rock-top {
  font-size: 12px;
  display: block;
  line-height: 1;
  margin: 5px 0 2px;
}

.mobile-popup-view .teachers-rock .rock-bottom {
  font-size: 17px;
  display: block;
  line-height: 1;
}

.mobile-popup-view .feauture-list {
  top: 225px;
  left: 22px;
  text-align: left;
}

.mobile-popup-view .feauture-list li {
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 65px;
  background-repeat: no-repeat;
  background-position: left center;
}

.mobile-popup-view .feauture-list li.videos {
  background-image: url(../img/Capa5.png);
}

.mobile-popup-view .feauture-list li.materials {
  background-image: url(../img/Capa1.png);
}

.mobile-popup-view .feauture-list li.cards {
  background-image: url(../img/Capa2.png);
}

.mobile-popup-view .feauture-list .set-block {
  margin-bottom: 2px;
}

.mobile-popup-view .feauture-list .list-heading {
  font-size: 19px;
  padding-left: 0;
  background-image: none;
}

.mobile-popup-view .free-trial {
  top: 430px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 280px;
  line-height: 1;
  font-size: 15px;
}

.mobile-popup-view .geta {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}

.mobile-popup-view .pill {
  font-size: 35px;
  padding: 10px;
  margin-bottom: 3px;
}

.mobile-popup-view .free-trial .mobile-text {
  display: block;
  font-size: 10px;
  margin-top: 10px;
  color: #6d6d6d;
}

.mobile-popup-view .popup-footer {
  display: none;
}

.mobile-popup-view img.mobile {
  display: block;
}

.mobile-popup-view img.desktop {
  display: none;
}


@media screen and (max-width: 799px) {
	#awd-invite-sub .awd-sub-content {
		width: 320px;
		height: 569px;
		min-width: 320px;
		max-width: 569px;
	}

	#awd-invite-sub .ctrl-sub-close {
    top: 0px;
    right: 0px;
	}

	.popup-content-positioner {
		width: 320px;
		height: 569px;
		position: relative;
	}

	.daysfree {
		left: 16px;
		top: 16px;
	}

	.daysfree .large-txt {
		font-size: 107px;
	}

	.daysfree .small-txt {
		font-size: 45px;
	}

	.daysfree .bottom-txt {
		display: none;
	}

	.kid-right {
		right: 5px;
		top: 22px;
	}

	.teachers-rock {
		top: 106px;
		left: 43px;
	}

	.teachers-rock .rock-top {
		font-size: 12px;
    display: block;
    line-height: 1;
    margin: 5px 0 2px;
	}

	.teachers-rock .rock-bottom {
		font-size: 17px;
    display: block;
    line-height: 1;
	}

	.feauture-list {
		top: 225px;
		left: 22px;
		text-align: left;
	}

	.feauture-list li {
		font-size: 16px;
		margin-bottom: 15px;
		padding-left: 65px;
		background-repeat: no-repeat;
		background-position: left center;
	}

	.feauture-list li.videos {
		background-image: url(../img/Capa5.png);
	}

	.feauture-list li.materials {
		background-image: url(../img/Capa1.png);
	}

	.feauture-list li.cards {
		background-image: url(../img/Capa2.png);
	}

	.feauture-list .set-block {
		margin-bottom: 2px;
	}

	.feauture-list .list-heading {
		font-size: 19px;
		padding-left: 0;
		background-image: none;
	}

	.free-trial {
		top: 430px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 280px;
		line-height: 1;
		font-size: 15px;
	}

	.geta {
		font-size: 15px;
		margin-bottom: 0;
		line-height: 1.5;
	}

	.pill {
		font-size: 35px;
		padding: 10px;
		margin-bottom: 3px;
	}

	.free-trial .mobile-text {
		display: block;
		font-size: 10px;
		margin-top: 10px;
		color: #6d6d6d;
	}

	.popup-footer {
		display: none;
	}

	img.mobile {
		display: block;
	}

	img.desktop {
		display: none;
	}
}
