@font-face {
	font-family: 'Cloudy';
	src: url('../../fonts/cloudy.eot');
	src: url('../../fonts/cloudy.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/cloudy.woff2') format('woff2'),
		url('../../fonts/cloudy.woff') format('woff'),
		url('../../fonts/cloudy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Arial Black';
	src: url('../../fonts/arialblack.eot');
	src: url('../../fonts/arialblack.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/arialblack.woff2') format('woff2'),
		url('../../fonts/arialblack.woff') format('woff'),
		url('../../fonts/arialblack.ttf') format('truetype'),
		url('../../fonts/arialblack.svg#cabold_comicregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
    font-family: 'CaboldComic';
    src: url('../../fonts/cabold_comic.eot');
    src: url('../../fonts/cabold_comic.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/cabold_comic.woff2') format('woff2'),
    url('../../fonts/cabold_comic.woff') format('woff'),
    url('../../fonts/cabold_comic.ttf') format('truetype'),
    url('../../fonts/cabold_comic.svg#cabold_comicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'ArialRounded';
	src: url('../../fonts/arial-rounded.eot');
	src: url('../../fonts/arial-rounded.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/arial-rounded.woff2') format('woff2'),
		url('../../fonts/arial-rounded.woff') format('woff'),
		url('../../fonts/arial-rounded.ttf') format('truetype'),
		url('../../fonts/arial-rounded.svg#arial_rounded_mt_bold') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'MyriadProRegular';
	src: url('../../fonts/myriadpro-reg.eot');
	src: url('../../fonts/myriadpro-reg.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/myriadpro-reg.woff') format('woff'),
		url('../../fonts/myriadpro-reg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* @font-face {
	font-family: 'MyriadProBold';
	src: url('../../fonts/myriadpro-bold.eot');
	src: url('../../fonts/myriadpro-bold.eot?#iefix') format('embedded-opentype'),
		 url('../../fonts/myriadpro-bold.woff') format('woff'),
		 url('../../fonts/myriadpro-bold.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
} */


*{
	padding: 0;
	margin: 0;
}
img{
	border: 0;-moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none;
}
#tableId {
	border:0;
	padding:0;
	border-collapse:collapse;
}
#tableId td {
	padding:0;
}
html{
	height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body {
	background-attachment: fixed;
	height: 100%;
}
.body_container{
	/*background: url(../img/body.jpg) no-repeat center 0;*/
	background-attachment: fixed;
	width: 100%;
	/*overflow: hidden;*/
	min-height: 100%;
	position: relative;
	min-width: 1010px;
}
.site_container{
	/*	background: url(../img/body.jpg) no-repeat center 0;
		background-attachment: fixed;*/
  margin: auto;
  max-width: 1600px;
  min-width: 1010px;
  margin-top: 25px;
}
.center-block h3,.center-block h1,
.left-block h3,.left-block h1,
.right-block h3,.right-block h1{
  border-bottom: 1px solid #1BAFE2;
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 14px;
  padding-bottom: 17px;
  text-align: left;
}
/* head */
.head-wrap {
	/*background: url(../img/body.jpg) no-repeat center 0;*/
	width: 100%;
	top: 0;
	height: 214px;
	z-index: 1000;
}
.head-bg {
	/*	background: url(../img/bg.jpg) repeat-x 0 0;
		position: fixed;*/
	position: static;
	width: 100%;
	top: 0;
	height: 214px;
	z-index: 1000;
	-moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none;
}
.head {
	/*	background: url('../img/shadow.png') no-repeat center bottom;*/
  margin: 0 auto;
  width: 1000px;
  padding-top: 0px;
  height: 209px;
  position: relative;
}
.center-block p{margin-bottom: 20px;}
/* soc icons */
.links a {
	border-radius: 50%;
	display: block;
	width: 42px;
	height: 42px;
	float: left;
}
.links img {
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.links img:hover {
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
/* login */
.login-button {
	z-index: 1;
	background: 0 none;
	display: block;
  float: right;
  position: relative;
  border:2px solid #0e73a4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 28px;
  /*width: 82px;*/
  text-align: center;
  color: #fff;
  margin: 10px 0 0 10px;
  font-size: 14px;
  padding: 0 23px 2px;
  font-weight: 700;
  text-transform: uppercase;
}
.login-button:hover {
	cursor: pointer;
	background: #11769f;
}
.login-button:hover span{	
	/*width: 155px;*/
	height: 24px;
}
.login-button span{
	z-index: 5;
	overflow: hidden;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	left: 50%;
	line-height: 24px;
	margin-top: 5px;
	padding: 0;
	position: absolute;
	text-align: center;
	text-transform: none;
	top: 100%;
	white-space: nowrap;
	width: 155px;
	height: 0;
	margin-left: -73px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* menu */
.menu.log {
	display: block;
  float: none;
  position: relative;
  width: 100%;
  height: 72px;
  margin-top: 17px;
}
.menu.log:before {
	position:absolute;
	content: "";
	display: block;
	width: 35px;
	height: 85px;
	left: -35px;
	top: 0;
}
.menu.log:after {
	position:absolute;
	content: "";
	display: block;
	width: 35px;
	height: 85px;
	right: -35px;
	top: 0;
}
/* logo */
.logo {
	height: 174px;
  position: relative;
  top: -67px;
  width: 168px !important;
  border-radius: 50%;
}
.logo a:hover {
	background: 0 none !important;
}
.no-separator {
	background: 0 none !important;
}
/* wrapper */
.wrap {
	width: auto;
	max-width:1100px;
	margin:0 auto;
}
.wrapper {
	position: relative;
	height:auto;
	padding: 15px 0 295px;
	/*padding: 223px 0 295px;*/
}
.left-block {
	width: 170px;
	padding: 0 5px;
	float: left;
}
.center-block {
  color: #FFFFFF;
  float: left;
  font-size: 14px;
  line-height: 20px;
  padding: 0 5px;
  text-align: justify;
}
.center-block.nullcolumn{width: 1000px;margin: 0px;}
.center-block.onecolumn{width: 800px;margin: 0 0px 0 17px;}
.center-block.twocolumn{width: 517px;margin: 0 10px 0 17px;}

.right-block {
	width: 257px;
	padding: 0 5px;
	float: right;
}
/* footer */
.footer-wrap {
	bottom: -16px;
  height: 294px;
  margin-top: -294px;
  position: relative;
  width: 100%;
  z-index: 100;
  min-width: 1010px;
}
.footer-palms {
	height: 183px;
	width: 100%;
	position: absolute;
	z-index:1;
	top:0;
}
.footer-ambrellas {
	height: 70px;
	width: 100%;
	position: absolute;
	z-index:3;
	bottom:81px;
}
.footer-sand {
	height: 294px;
	width: 100%;
	z-index:2;
	position: absolute;
	text-align: center;
}
.footer-wrap .wrap {
	position: relative;
  top: 188px;
  z-index: 20;
  font-size: 14px;
	color: #7f6a26;
	line-height: 20px;
}
.copiright {
	display: block;
	float: left;
	margin: 0 0 0 6px;
}
.copiright a{
	color: #7F6A26;
	text-decoration: underline;
}
.copiright a:hover{
	text-decoration: none;
}
.codeit {
	display: block;
	float: right;
	margin: 0 7px 0 0;
}
.paralax-box {
	position:relative
}
/* home */
/* link-block */
.link-block {
	background: url('../../themes/img/arrw.png') no-repeat 8px 50%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 3px;
}
.link-block .arrow {
	border-radius: 50% 50% 50% 50%;
  display: block;
  float: left;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}
span.text {
	color: #FFFFFF;
  display: block;
  margin: 0 0 0 35px;
  padding: 10px 10px 10px 0;
  text-align: center;
	font-size: 14px;
}
.link-block.blue {background-color: #0f5c98;}
.link-block.green {background-color: #6cae22;}
.link-block.pink {background-color: #9a3959;}
.link-block.red {background-color: #e16e07;}
.link-block.darkblue {background-color: #086289;}
.link-block.darkgreen {background-color: #1e8176;}
.link-block.blue:hover {background-color: #0b538b;}
.link-block.green:hover {background-color: #5c9918;}
.link-block.pink:hover {background-color: #8b2e4d;}
.link-block.red:hover {background-color: #d56704;}
.link-block.darkblue:hover {background-color: #055a7f;}
.link-block.darkgreen:hover {background-color: #167268;}
.facebook-icon{background: url('../img/socicons/facebook.png') no-repeat 107px 13px;}
.blog-icon{background: url('../img/socicons/blog.png') no-repeat 99px 17px;}
.pinterest-icon{background: url('../img/socicons/pinterest.png') no-repeat 104px 13px;}
.twitter-icon{background: url('../img/socicons/twitter.png') no-repeat 99px 15px;}
.youTube-icon{background: url('../img/socicons/youtube.png') no-repeat 102px 12px;}
.linkedIn-icon{background: url('../img/socicons/linkedin.png') no-repeat 103px 12px;}
.contactUsIcon{margin: 0 0 0 31px;}
.box-small {margin-bottom: 15px;}

.modify_links{float: left;margin: 3px 0 0 -5px;}
.footer_menu_box{float: left;width: 100%;padding-bottom: 18px;text-align: center}
.creted{float: left;margin: 0 10px 0 0;}
.footer_menu_box .footer_menu{display:inline-block;padding-left: 10px;}
.footer_menu_box .footer_menu li{display: block;float: left;margin-right: 28px;}
.footer_menu_box .footer_menu li a{color: #975E29;float: left;font-size: 14px;text-transform: uppercase;}
.footer_menu_box .footer_menu li a:hover{text-decoration: underline;}

.imgSiteBar{
    border: 4px solid #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*float: left;*/
    margin: 0;
    max-width: 100%;
    box-sizing: border-box
}
.textSiteBar{
    /*border-bottom: 1px dashed #8bd0e8;*/
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    line-height: 20px;
    /*margin: 0 0 23px;*/
    margin: 0;
    padding: 0 0 22px;
    text-align: left;
    width: 100%;
}
.linkSiteBar{color: #90F3FF;float: left;margin: 23px 0 0;text-decoration: underline;}
.whiteLink:hover,a.link:hover,.linkSiteBar:hover{text-decoration: none;}
a.link{color: #90F3FF;text-decoration: underline;}
.whiteLink{font-size: 18px;text-decoration: underline;color: #fff;}
.body-promotions .center-block{text-align: center;}
.body-promotions .center-block img{margin: 5px 0 15px;}
.body-promotions .center-block p{font-weight: bold;}
.imgBorder{border: 4px solid #FFFFFF;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.body-system-requirements .right-block,.body-red-apple-reading .right-block,.body-why-it-works .right-block,.body-testimonials .right-block{width: 204px;}
.body-system-requirements .center-block,.body-red-apple-reading .center-block,.body-why-it-works .center-block,.body-testimonials .center-block{width: 574px;}
.body-testimonials .center-block span{font-weight: bold;color: #7bddff;}
.body-system-requirements .right-block{color: #fff;font-size: 14px;line-height: 19px;}
.verticalAlignTop td{vertical-align: top;}
.marker{background: #FFFFFF;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;float: left;height: 4px;margin: 8px 5px 0 0;width: 4px;}
.flashInfo td{padding: 15px 0;border-bottom: 1px dotted #8bd0e8;}
.forgetpass{height: 156px;padding-bottom: 60px;padding-top: 16px;}
.divwidth1{float: left;width: 453px;}
.textwidth{margin-left:0px;font-size: 13px;text-align: left;width: 100px;}
textarea:focus, input:focus,select:focus{outline: 0;}


.loginForm{height: 554px; margin: auto;width: 732px;clear: both;}
/*.loginForm{background: url('../img/loginbg2.jpg') no-repeat; height: 539px; margin: auto;width: 718px;clear: both; padding: 5px; border: 5px dashed #fff; border-radius: 10px; margin-left: -4px; margin-top: -4px;}
*/
.loginForm{height: 539px; margin: 8px; width: 718px; clear: both; border-radius: 5px; position: relative; z-index: 1;}
.loginForm:before{content: ""; width: 733px; height: 553px; border: 5px dashed rgba(256,256,256,0.7); border-radius: 14px; position: absolute; top: -12px; left: -12px; z-index: -1;}
.wrappForm_container {position: relative;max-width: 100%; width: 100%;min-height: 600px; height: 100%; overflow-x: hidden}
.wrappForm{position:absolute; top: 30px; left: 50%; width: 735px; height: 555px; margin: 0 0 0 -367px; overflow: hidden; border-radius: 10px;}

.loginBox {float: left;padding: 205px 195px 0 185px;width: 350px;}
#user_name_login.input_text,#password_login.input_text{background: none;border: 0 none;color: #FFFFFF;float: left;font-family: comic sans MS,Arial,Helvetica,sans-serif;font-size: 30px;height: 44px;line-height: 44px;margin: 15px 0 0 4px;padding: 10px 10px 11px;text-align: center;width: 315px;}

#user_name_login.input_text::-webkit-input-placeholder,
#password_login.input_text::-webkit-input-placeholder { color: #fff; font-size: 32px; opacity: 1; }

#user_name_login.input_text:-moz-placeholder,
#password_login.input_text:-moz-placeholder { color: #fff; font-size: 30px; opacity: 1; }

#user_name_login.input_text::-moz-placeholder,
#password_login.input_text::-moz-placeholder{ color: #fff; font-size: 30px; opacity: 1; }

#user_name_login.input_text:-ms-input-placeholder,
#password_login.input_text:-ms-input-placeholder { color: #fff; font-size: 30px; opacity: 1; }

#user_name_login.input_text:active::-webkit-input-placeholder,
#password_login.input_text:active::-webkit-input-placeholder,
#user_name_login.input_text:focus::-webkit-input-placeholder,
#password_login.input_text:focus::-webkit-input-placeholder { opacity: 0; }

#user_name_login.input_text:active:-moz-placeholder,
#password_login.input_text:active:-moz-placeholder,
#user_name_login.input_text:focus:-moz-placeholder,
#password_login.input_text:focus:-moz-placeholder { opacity: 0; }

#user_name_login.input_text:active::-moz-placeholder,
#password_login.input_text:active::-moz-placeholder,
#user_name_login.input_text:focus::-moz-placeholder,
#password_login.input_text:focus::-moz-placeholder{ opacity: 0; }

#user_name_login.input_text:active:-ms-input-placeholder,
#password_login.input_text:active:-ms-input-placeholder,
#user_name_login.input_text:focus:-ms-input-placeholder,
#password_login.input_text:focus:-ms-input-placeholder { opacity: 0; }



.forgetPassLink{float: left;width: 100%;}
#forgetLink{float: left;font-family: comic sans MS,Arial,Helvetica,sans-serif;font-size: 15px;height: 27px;line-height: 27px;margin: 9px 0 0 62px;padding: 0 0 5px;width: 226px;color: #818181;}
#forgetLink:hover{color: #000;}
.loginLinkBtn{float: left;width: 100%; text-align: center;}
.loginLinkBtn a{background: #095C8B;border-bottom: 3px solid #003e53;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px;color: #FFFFFF;float: none;font-size: 18px;margin: 40px 0 0 0;display:inline-block;padding: 18px 36px 17px 40px;}
.loginLinkBtn a:hover{background: #06537e;}
.submitBtn{background: #006B90;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;color: #FFFFFF;float: left;font-size: 15px;padding: 13px 28px;text-align: center;}

.freeplayFormLevels{background: url('../img/freeplaybg_with_border_levels.png') no-repeat;}
.freeplayForm{background: url('../img/freeplaybg_with_border.png') no-repeat;}
.freeplayForm #user_name_login.freeplay_input{background: url('../img/freeplayinputbg_new.png') no-repeat; background-position: 50%;}
.freeplayForm .loginLinkBtn a {background: url('../img/freeplaybtn.png') no-repeat;text-indent: -9999px;margin-top: 15px;width: 274px;margin-left: 0px;border: none;padding-bottom: 20px;}
.freeplayFormLevels .parkBtn img, .freeplayFormLevels .islandBtn img {width: 350px;}
.freeplayFormLevels .islandBtn {padding-top: 46px;}

.freetrialNewFormLevels{background: url('../img/freetrial_with_border_levelsNew2.jpg') no-repeat;}
.freetrialNewForm{background: url('../img/freetrial_with_border_levelsNew3.jpg') no-repeat; height: 539px;}
.newFreeTrialInputArea {position: relative; top: -88px;}
.freetrialNewForm .loginBox{padding-top: 284px; padding-left: 191px;}
.freetrialNewForm #user_name_login.freetrial_input{background: url('../img/freeplayinputbg_new.png') no-repeat; background-position: 50%;}
.freetrialNewForm .loginLinkBtn a.freetrial_i {position: absolute; background: none; margin: 260px 174px 0 0; padding: 0; border: none; height: 25px; right: 0;
																							 top: 0;}
.freetrialNewForm .loginLinkBtn a.playBtn {background: url('../img/freetrialbtn.png') no-repeat;text-indent: -9999px;margin-top: -74px;width: 275px;margin-left: -5px;border: none;padding-bottom: 21px;}
.freetrialNewFormLevels .parkBtn img, .freetrialNewFormLevels .islandBtn img {width: 350px;}
.freetrialNewFormLevels .islandBtn {padding-top: 46px;}
.freetrialNewText {
	width: 100%;
	height: 50px;
	margin: 39px 0px 0px;
	background: url('../img/freeplay-text.png') center  no-repeat;
}

.popupRedapple {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  padding: 16px;
  z-index: 1002;
  overflow: auto;
}
.innerPopupRedapple {
  position: absolute;
  left: 50%;
  top: 81px;
  margin: 0 0 0 -150px;
  width: 280px;
  border-radius: 10px;
  background: #001B2C;  
}
.headPopupRedapple {
  /*background: #f1f1f1;
  border-bottom: 1px solid #d0d0d0;*/
  position: relative;
  border-radius: 4px 4px 0 0;
  font-size: 20px;
  padding: 0 0 0 20px;
  font-family: Arial, sans-serif;
  height: 35px;
  line-height: 37px;
}
.closePopupRedapple {
  background: url('../img/freetrial_i_close.png') no-repeat;
  display: block;
  position: absolute;
  right: 4px;
  top: 10px;
  width: 23px;
  height: 22px;
  cursor: pointer;
}
.contentPopupRedapple {
  color: #CCD1D4;
}
.contentPopupRedapple p.freeloginP1,
.contentPopupRedapple p.freeloginP2 {
  padding-left: 20px;
  padding-right: 50px;
  text-align: left;
  font-size: 10px;  
}
.contentPopupRedapple p.freeloginP1 i,
.contentPopupRedapple p.freeloginP2 i{
  font-weight: bold;
}
.contentPopupRedapple p.freeloginP2 {
  padding-top: 11px;
  padding-bottom: 23px;
}

.fielderror{clear: both;color: red;padding: 0 11px;}
.reqsignup1{padding-left: 55px;padding-top: 10px;/*	position: absolute; */width: 80px;font-weight:bold;letter-spacing : 0.5px;color:red !important;}
.register_field_right1{  float:left; width:60%; background-image:url('../../img/register-field.png'); background-repeat:no-repeat; height:25px; }
.register_txt_subs_right1{float:left;font-size: 10pt;color: #fff;padding-top:5px;width:37%;text-align:right;padding-right:10px;font-weight: 400;font-family: "Arial", "Helvetica", "Geneva", sans-serif;}
.register_txt_subs_left{float:left;font-size: 10pt;color: #fff;padding-top:5px;width:35%;text-align: right;padding-right:10px;font-weight: 400;font-family: "Arial", "Helvetica", "Geneva", sans-serif;}
.bgbbox_right{  background-color:#c5d6e6; position:relative; padding:5px;width:370px;margin-bottom:2px; }
.head_txt_right1{ font-family:Times New Roman;font-size:12px;padding:5px 0 10px 39.7%;font-weight:bold;color:#334853; }
.red_est{  color:red; }
.blacklink_thanku { color:#000000; text-decoration:none; }
.blacklink_thanku:hover{ color:#385d8a; text-decoration:underline; }
.blue_name{ color:#4F81BE;font-weight:bold; }
.padleft25{padding-left:25px;}
.header_text1{font-weight:bold;color:#334853;font-family:Times New Roman;font-size:12px;float: right; width: 241px; padding-top: 5px;}
.font18{font-size:12pt !important;}
.blueboxP{margin-left : 20px;margin-top : 0px;margin-bottom : 0px;width : 350px}
.register_field_left1{  float:left; width:62%; background-image:url('../../img/register-field.png'); background-repeat:no-repeat; height:25px; }
.headertext{color:#18609B ;font-size: 24px;font-family: sans-serif;font-style: oblique;}
.ptext{font-size: 13px;font-family: sans-serif;}
.livingsociallabel{font-size: 16px;padding-top: 0px;}
.content_form {margin: 23px auto 0px;width: 100%;float: left;}


.redeemVoucherTable{float: left;width: 100%;}
.redeemVoucherTable td{vertical-align: top;padding-bottom: 15px;}
.redeemVoucherTable td.ta-l{text-align: left;}
.redeemVoucherTable td.ta-r{text-align: right;padding-top: 9px;}
.redeemVoucherTable input.txt_field {background: #FFFFFF;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-top: 2px solid #D6D6D6;box-shadow: 0 0 3px -1px #000000;-moz-box-shadow: 0 0 3px -1px #000000;-webkit-box-shadow: 0 0 3px -1px #000000;margin: 3px 0 0 11px;padding: 7px 3px 6px;width: 257px;}
.emailConfirmText{clear: both;color: #B5ECFF;float: left;font-size: 12px;font-weight: bold;line-height: 14px;padding: 3px 12px 0;width: 100%;margin-bottom: -15px;}
.redeemVoucherTable .selectStyle{background: url('../img/select.png') no-repeat;float: left;height: 36px;margin: 0 0 0 10px;width: 265px;}
.redeemVoucherTable .selectText{overflow: hidden;width: 100%;}
.redeemVoucherTable .selectText select{background: transparent;border: 0 solid;cursor: pointer;margin: 2px !important;padding: 7px 0;width: 282px !important;}
.redeemVoucherTable .selectText select option{background: #fff;padding: 1px 5px;}

.myfaq{position:relative;clear: both;}
.myfaq .titleFaq{background: url("../img/faqswitch.png") no-repeat 0 -24px;color: #FFFFFF;cursor: pointer;float: left;font-family: arial;font-size: 14px;font-weight: bold;height: 20px;line-height: 20px;margin: 0 0 8px;padding: 2px 0 2px 36px;}
.myfaq .titleFaq.active{background-position: 0 0;}
.myfaq .descriptionFaq{color: #B5ECFF;font-size: 12px;padding: 0 0 17px 40px;}
.myfaq div{position:relative;clear: both;}
.slideAllSwitch{border: 2px solid #36c7f9;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;color: #FFFFFF;display: inline;float: left;font-size: 12px;margin: 0 5px 18px 0;padding: 5px 4px;text-align: center;width: 74px;cursor: pointer;}
.slideAllSwitch:hover{background: #40cdff;border: 2px solid #40cdff;color: #067197;}


.lessonsBox img.book{float: left;}
.lessonsBox a{float: left;clear: both;position: relative;cursor: pointer;}
.lessonsBox a:nth-child(odd){margin-left: 11px;}
.lessonsBox a:nth-child(even):hover{left: 20px;}
.lessonsBox a:nth-child(odd):hover{left: 10px;}

.levels{position: relative;float: left;width: 100%;}
.levelImg{float: left;margin: 124px 20px 0 1px;}
.leftBooks{float: left;margin: 171px 0 0 9px;width: 281px;}
.rightBooks{float: left;margin: 171px 0 0;}
.videoLink{float: right;height: 423px;margin: 16px -30px 0 0;width: 385px;position: relative;z-index: 99;}
.videoLink a{float: left;height: 192px;padding: 0;text-indent: 99999px;width: 292px;}
.videoLink.flamengo{background: url("../img/lessonsbg/flamengo.png") no-repeat;}
.videoLink.dolphin{background: url("../img/lessonsbg/dolphin.png") no-repeat;}
.videoLink.flamengo a{margin: 175px 0 0 50px;}
.videoLink.dolphin a{margin: 158px 0 0 50px;}
.shadow{background: url('../img/lessons-shadow.png') no-repeat;height: 81px;left: -31px;position: absolute;width: 1074px;bottom: 12px;z-index: 9;}

/*select level*/
.selectLevelBox {
	margin: auto;
	border: 1px dashed #FFF;
	border-radius: 10px;
	padding: 10px;
}

.selectLevelBox img {
	width: 100%;
}

.contact-form-box input.txt_field {background: #FFFFFF;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-top: 2px solid #D6D6D6;box-shadow: 0 0 3px -1px #000000;-moz-box-shadow: 0 0 3px -1px #000000;-webkit-box-shadow: 0 0 3px -1px #000000;margin: 3px 0 0 12px;padding: 7px 3px 6px;width: 257px;}
.contact-form-box{float: left;width: 100%;padding: 8px 0 0;}
.contact-form-box .rowField{float: left;width: 100%;padding-bottom: 10px;}
.contact-form-box .left-fields{float: left;width: 515px;}
.contact-form-box .left-fields .titleField{clear: both;float: left;padding: 10px 0 0;text-align: right;width: 228px;}
.contact-form-box .left-fields .inputField{float: left;}
.contact-form-box .right-fields{float: left;width: 400px;}
.contact-form-box .right-fields .titleField{float: left;padding: 10px 13px 0 0;text-align: right;width: 62px;}
.contact-form-box .right-fields .inputField{float: left;}
.contact-form-box textarea.textareaStyle{background: #FFFFFF;padding: 7px 3px 6px;overflow: auto;width: 257px;border-color: #D6D6D6 transparent transparent;border-style: solid none none;border-width: 2px 0 0;height: 155px;margin: 3px 0 0;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;box-shadow: 0 0 3px -1px #000000;-moz-box-shadow: 0 0 3px -1px #000000;-webkit-box-shadow: 0 0 3px -1px #000000;resize: none;}
.submitFormBtn{background: #006B90;border: 0 none;color: #FFFFFF;float: right;font-size: 15px;margin: 4px 61px 0 0;padding: 13px 27px;text-align: center;text-transform: uppercase;cursor: pointer;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;}
.submitFormBtn:hover{background: #025e7e;}

#sticky_msg .sticky_mid{position: relative;/*top: -36px;*/}
.body-forget_password .sticky_msg{background: none;float: left;left: auto;margin: 0 0 15px 0 !important;}
.body-login .sticky_msg {
    position: absolute;
    width: 96%;
    left: 0;
    right: 0;
    top: 13px;
    margin: 0 auto !important;
    background: rgba(255,255,255,0.6);
    border-radius: 5px;
    padding: 5px;
}
.body-login .sticky_mid{
    margin: 0 auto;
    max-width: 400px;
}
.body-login .sticky_msg .footer_corleft,.body-login .sticky_msg .footer_corright{display: none !important;}
.body-forget_password .sticky_msg .footer_corleft,.body-forget_password .sticky_msg .footer_corright{display: none !important;}
.body-login .sticky_msg .footer_navbg{background: none !important;}
.body-forget_password .sticky_msg .footer_navbg{background: none !important;}
.body-forget_password .sticky_msg .sticky_mid{color: #f00 !important;}


.youtubeVideo{float: left;position: relative;}
.youtubeVideo #youTubePlayer{float: left;}
.youtubeVideo #pleyVideoBtn{cursor: pointer;left: 0;position: absolute;top: 0;z-index: 99;}
.youtubeVideo #videoImg{cursor: pointer;left: 0;position: absolute;top: 0;z-index: 9;}

.newContent{left: -1015px;position: relative;margin: 0 0 0 -505px;}
.oldContent{position:absolute;top:15px;/*top:223px;*/}
.pageContentBox{width: 1010px; display: inline-block;}




.body-program .center-block.twocolumn{width: 574px;}
.body-program .right-block{width: 204px;}
.pricingBtn{background: #006B90;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px;color: #FFFFFF;float: left;margin: 40px 0 0 36px;padding: 12px 17px 11px;}
.pricingBtn:hover{background: #016284;}
.parentlink{margin-left: /*352px*/245px;}
.educatorlink{padding: 12px 8px 11px 11px;}
#flamengoLevels .videoImg{position: absolute;right: 11px;top: 195px;z-index: 99;}
#dolphinLevels .videoImg{position: absolute;right: 13px;top: 175px;z-index: 99;}
.imageSwitch{width: 291px;height: 188px;float: left;}
.col1{width: 150px !important;}
.col2{width: 185px !important;}
.col3{width: 200px !important;}
.plans.col3 span >br{display: none;}
#videoImg{height: 192px;width: 256px;}
#pleyVideoBtn{background: url('../img/youtube.png') no-repeat center center;height: 192px;width: 256px;}

#mobileLogo{display: none; width:140px; height: 61px}
#mobileLogo img{max-width: 100%; max-height: 100%}
.item_mobHome{display: none;}
.sampleVideo {display: none;height: 390px;}

.toursFormBox{width: 100%;border-top: 1px dashed #8bd0e8;float: left;padding: 33px 0 20px 0;}
.bottomElements{float: left;padding: 10px 0 0 0;width: 100%;}
.videoTourBox{float: left;border: 7px solid #FFFFFF;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
.formTourBox{border: 1px solid #4fb6db;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;float: left;margin: 0 0 0 37px;padding: 25px 64px 23px 65px;width: 390px;}
.formTourBox .tourFormInp {background: #fff;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-width: 2px 0 0 0;border-style: solid  none none none;border-color: #D6D6D6 transparent transparent transparent;box-shadow: 0 0 3px -1px #000000;-moz-box-shadow: 0 0 3px -1px #000000;-webkit-box-shadow: 0 0 3px -1px #000000;margin: 3px 0 0 12px;padding: 7px 3px 6px;width: 257px;height: 18px;}
.leftFormText {float: left;padding: 10px 0 0;text-align: right;width: 80px;}
.rightFormInput{float: left;padding: 0 0 16px;position: relative;}
.rightFormInput .red_est{font-size: 12px;line-height: 12px;padding: 4px 0 0 12px !important;position: absolute;}
.interestedType{margin-left: 12px;}
.interestedType input{float: left;margin: 14px 8px 0 3px;cursor: pointer;}
.interestedType label{float: left;margin: 11px 12px 0 2px;cursor: pointer;}
.tourFormLInk{float: left;margin: 0px 0 10px;text-align: center;width: 100%;}
.tourSubmitLink.pricingBtn{margin: 9px 0 0 141px;padding: 13px 43px 12px;}


.contentResources{float: left;width: 100%;}
.resourseRow{float: left;width: 100%;}
.resoursesImgBox{float: left;width: 175px;}
.resoursesDescr{float: left;width: 624px}
.levelsBlokSlider{width: 395px;}

/* level c header */
.audioSlider {
	background: url("../img/level_c_header/sound_slider_bg.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
	margin-left: 22px;
	position: absolute !important;
	top: 90px;
	width: 15px !important;
	z-index: 99999 !important;
	display: none;
}

.audioSlider .ui-slider-range {
	background: transparent;
}

.audioSlider .ui-slider-handle {
	background: url(../img/level_c_header/sound_slider.png) no-repeat 0px 0px transparent;
	left: -0.7em !important;
	width: 40px !important;
}

.day30Banner{float: left;width: 50%;}
.awardBanner{float: right;width: 49%;}
.day30Banner,.awardBanner{}
.day30Banner img,.awardBanner img{float: left;width: 100%;height: auto;}
.day30Banner-pr-page{width: 100%;float: left;}
.day30Banner-pr-page img{width: 140px;margin: auto;height: auto;}


.pricingPage{background: url('../img/pricing-bg.png') no-repeat center top;height: 825px;}
.pricingContent{float: left;width: 675px;margin: 2px 0 0 160px;}
.topText{width:626px; height:86px; color: #590000;float: left;font-family: 'MyriadProRegular',Arial,Helvetica,sans-serif;font-size: 22px;padding: 41px 20px 0 24px;text-align: center;line-height: 27px;}
.columnsBox{float: left;padding: 84px 0 0;width: 100%;}
.pricingColumn{float: left;width: 204px;}
.pr_col_1{ margin: 0 10px;}
.pr_col_2{ margin: 0 10px 0 7px;}
.pr_col_3{margin: 0 0 0 16px;}
.titleImg{float: left;margin: 4px 50px 0 45px;}
.columnicon{float: left;margin: 2px 0 0 13px;}
.prColTit{font-family: 'MyriadProRegular',Arial,Helvetica,sans-serif;color: #4c1811;float: left;font-size: 18px;line-height: 22px;padding: 5px 0 0 20px;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.priceOptions{float: left;padding: 5px 0 0 21px;}
.priceOptions li{font-family: 'MyriadProRegular',Arial,Helvetica,sans-serif;color: #82230d;display: block;float: left;line-height: 19px;width: 100%;font-size: 16px;white-space: nowrap;}
.priceBtn{background: url('../img/pricing-page/btn.png') no-repeat;border: 0 none;cursor: pointer;height: 45px;margin: 2px 0 8px 11px;overflow: hidden;width: 181px;}
.priceBtn:hover{background-position: 0 -45px;}
.priceImg{float: left;margin: 0 0 0 2px;}
.bestPrBanner{float: right;margin: -75px -26px 0 0;position: relative;}
.pr_col_2 .titleImg{margin: 7px 50px 0 36px;}
.pr_col_3 .titleImg{margin: 4px 50px 0 48px;}
.pr_col_2 .columnicon{margin: 0px 0 0 17px;}
.pr_col_3 .columnicon{margin: -4px 0 0 24px;}
.pr_col_2 .priceBtn {margin: 3px 0 8px 13px;}
.pr_col_3 .priceBtn {margin: 41px 0 8px 14px;}
.pr_col_1 .priceImg {margin: 0px 0 0 66px;}
.pr_col_2 .priceImg {margin: 0px 0 0 71px;}
.pr_col_3 .priceImg {margin: 0px 0 0 51px;}
.pricingStep2 .pr_col_1 .priceImg {margin: 0px 0 0 2px;}
.pricingStep2 .pr_col_2 .priceImg {margin: 0px 0 0 7px;}
.pricingStep2 .pr_col_3 .priceImg {margin: 0px 0 0 7px;}
.pricingBanners{float: left;width: 100%; margin: 0 0 6px; padding: 20px 0 0;}
.banner_bbb{float: left;margin: 30px 0 0 0px;width: 147px;}
.banner_childsite{float: left;margin: 11px 0 0 44px;width: 91px;}
.banner_iql{float: left;margin: 9px 0 0 47px;width: 92px;}
.banner_choiceadw{float: left;margin: 10px 0 0 35px;width: 90px;}
.banner_guarantee{float: left;margin: 10px 0 0 35px;width: 90px;}
.greenBtn{color: #FFFFFF;font-family: 'MyriadProRegular',Arial,Helvetica,sans-serif;position: absolute;right: 175px;top: -35px;width: 200px;height: 20px;padding: 7px 10px;font-size: 21px;text-align: center;line-height: 24px;border: 1px solid #69b70e;background: #5eab0d;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlYWIwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Yzg4MGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #5eab0d 0%, #4c880a 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eab0d), color-stop(100%,#4c880a));background: -webkit-linear-gradient(top,  #5eab0d 0%,#4c880a 100%);background: -o-linear-gradient(top,  #5eab0d 0%,#4c880a 100%);background: -ms-linear-gradient(top,  #5eab0d 0%,#4c880a 100%);background: linear-gradient(to bottom,  #5eab0d 0%,#4c880a 100%);border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;box-shadow: 0 1px 3px 1px #444;-moz-box-shadow: 0 1px 3px 1px #444;-webkit-box-shadow: 0 1px 3px 1px #444;}
.greenBtn:hover{background: #2c9b00;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjOWIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDdmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #2c9b00 0%, #3d7f00 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c9b00), color-stop(100%,#3d7f00));background: -webkit-linear-gradient(top,  #2c9b00 0%,#3d7f00 100%);background: -o-linear-gradient(top,  #2c9b00 0%,#3d7f00 100%);background: -ms-linear-gradient(top,  #2c9b00 0%,#3d7f00 100%);background: linear-gradient(to bottom,  #2c9b00 0%,#3d7f00 100%);}
.blacklink_thanku.newFontStyle{font-family: "Verdana",Helvetica,Arial,sans-serif;color: #18609B;font-size: 18px;}
.successText{color: #18609B;font-family: "Verdana",Helvetica,Arial,sans-serif;font-size: 18px;padding: 15px 0 10px;display: block;}


#coolMenu.menu_landing > li{background: none;}
#coolMenu.menu_landing li.item_pricing{width: 140px;}
#coolMenu.menu_landing li.item_pricing a{margin: 0 0 0 20px;}
#coolMenu.menu_landing li.item_about{width: 165px;}
#coolMenu.menu_landing li.item_about a{margin: 0 0 0 10px;}
#coolMenu.menu_landing li.item_social{width: 100px;}
#coolMenu.menu_landing li.item_social a{margin: 0 0 0 17px;}
#coolMenu.menu_landing li.item_apps{width: 135px;}
#coolMenu.menu_landing li.item_apps a{margin: 0;}
#coolMenu.menu_landing li.item_program{width: 125px;}
#coolMenu.menu_landing li.item_program a{margin: 0 0 0 18px;}
#coolMenu.menu_landing li.item_faqs{width: 141px}
#coolMenu.menu_landing li.item_faqs a{margin: 0 0 0 20px;}
.footer_menu_box .footer_menu.footer_landing_menu li a{text-transform: uppercase;}
.footer-wrap.footer_landing{overflow: hidden;}
.footer_landing .footer_menu_box .footer_menu{margin-top: 25px;}

.body-freeTrialPage .pageContentBox{padding: 0 77px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.body-freeTrialPage .site_container{/*background: url('../img/numbg.png') no-repeat 244px 176px;*/margin-top: 0;}
.body-freeTrialPage .site_container .wrapper{padding: 12px 0 295px;}
.lendingTit{color: #fff;float: left;font-size: 36px;text-align: center;width: 100%;}
.lendingSubTit{float: left;width: 100%;color: #fff;font-size: 17px;text-align: center;padding: 13px 145px 0;line-height: 24px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.lendingSlide{/*background: url('../img/free_trial_page/bg.png');*/float: left;padding: 22px 0 16px;width:495px;}

.lendingTitH2{color: #fff;float: left;font-size: 19px;padding: 20px 0 0;text-align: center;text-transform: uppercase;width: 100%;}
.whatAns{color: #fff;float: left;width: 100%;text-align: justify;padding: 12px 0 0;font-size: 18px;line-height: 24px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.whatAnsList{float: left;font-size: 20px;line-height: 24px;padding: 12px 0 0;width: 100%;text-align: justify;}
.whatAnsList li{background: url('../img/readytoread/tick.png') no-repeat;display: block;float: left;font-size: 16px;line-height: 18px;padding: 0 0 10px 40px;width: 100%;color: #fff;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.startFreeTrialBox{float: left;width: 100%;border: 2px dashed #8bd1e9;margin: 44px 0 0;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.startFreeTrialBox .pirateImg{float: left; margin: 35px 24px;}
.startFreeTrialBox .startFreeTrialForm{float: right;padding: 54px 34px 0 0;width: 328px;}
.startFreeTrialBox .text_field{border: 0 none;float: left;font-size: 14px;height: 46px;line-height: 46px;padding: 14px 11px;width: 100%;color: #097ea7;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px;box-shadow: 0px 2px 6px -3px #000 inset;-moz-box-shadow: 0px 2px 6px -3px #000 inset;-webkit-box-shadow: 0px 2px 6px -3px #000 inset;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.startFreeTrialBox .startFreeTrialLink{float: left;text-align: center;width: 100%;margin: 0 0 59px;}
.startFreeTrialBox .startFreeTrialLink a{color: #9AF4FF;font-size: 16px;text-decoration: underline;}
.startFreeTrialBox .startFreeTrialLink a:hover{text-decoration: none;}
.startFreeTrialBox .orangeBtn{width: 150px;}
.orangeBtn{background: #FCA83E;cursor: pointer;border: 0 none;color: #FFFFFF;float: left;font-family: arial;font-size: 32px;font-weight: bold;margin: 14px 0 15px;padding: 14px 0;width: 100%;text-shadow: -1px -1px 0 #bd5d0a;-moz-text-shadow: -1px -1px 0 #bd5d0a;-webkit-text-shadow: -1px -1px 0 #bd5d0a;box-shadow: 0 3px 0 0 #C06C25;-moz-box-shadow: 0 3px 0 0 #C06C25;-webkit-box-shadow: 0 3px 0 0 #C06C25;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;appearance:none;-moz-appearance:none;-webkit-appearance:none;}
.orangeBtn:hover{background: #f89a24;}

.testimonialsBox{float: left;padding: 58px 0 0;text-align: left;width: 100%;}
.testimonialsTit{color: #fff;float: left;font-size: 24px;padding: 0 0 15px;width: 100%;text-shadow: 1px 1px 1px #000;-moz-text-shadow: 1px 1px 1px #000;-webkit-text-shadow: 1px 1px 1px #000;}
.leftTestimonialText{float: left;text-align: justify;width: 425px;}
.testimonialsBox span{color: #9af4ff;font-family: arial;font-size: 16px;font-style: italic;line-height: 22px;}
.testimonialsBox p{color: #fff;font-family: arial;font-size: 16px;line-height: 22px;padding: 22px 0 0;}
.rightTestimonialVideo{background: #fff;border-bottom: 3px double #666;float: right;height: 268px;margin: 6px 0 10px;padding: 0;width: 421px;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px;box-shadow: 0 5px 9px -2px #000;-moz-box-shadow: 0 5px 9px -2px #000;-webkit-box-shadow: 0 5px 9px -2px #000;}
.rightTestimonialVideo iframe{background: #fff;border-bottom: 1px solid #999;float: left;margin-bottom: 1px;padding: 3px;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px;}
.centerTestimonialText{float: left;width: 100%;text-align: justify;}

.whyBox{text-align: left;padding: 20px 32px 20px 30px;margin: 70px 0 0;float: left;width: 100%;border: 2px dashed #8bd1e9;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.topWhyBox{border-bottom: 1px solid #067aa3;float: left;padding: 0 0 57px;width: 100%;}
.topWhyBox .whyItIsFreatBox{float: left;margin: 0 34px 0 6px;width: 241px;}
.topWhyBox .whyParentsLoveItBox{float: left;margin: 0 22px 0 0;width: 230px;}
.topWhyBox .whyItWorkBox{float: left;width: 255px;}
.topWhyBox h4{color: #fff;float: left;font-size: 22px;font-weight: normal;width: 100%;text-shadow: 1px 1px 1px #000;-moz-text-shadow: 1px 1px 1px #000;-webkit-text-shadow: 1px 1px 1px #000;}
.topWhyBox ul{float: left;padding: 19px 0 0;width: 100%;}
.topWhyBox ul li{color: #fff;float: left;font-size: 14px;line-height: 20px;list-style: disc;padding: 0 0 2px;width: 100%;}
.btmWhyBox{float: left;width: 100%;border-top: 1px solid #36c7fa;position: relative;}
.btmWhyBox .logos{float: left;margin: 25px 0 0 48px;}
.btmWhyBox .bbbLink{float: left;margin: 26px 0 10px 330px;}
.btmWhyBox .bbbLink .bbblogo{float: left;}

.getItNowBox{float: left;padding: 42px 0 0px;width: 100%;position: relative;}
.getItNowBtnBox{margin: auto;width: 330px;}
.lendingSlideOuter{background: #fff;height: 475px;border-bottom: 3px double #333;float: left;margin: 0 0 0 79px;width: 698px;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px;box-shadow: 0 2px 6px -1px #000;-moz-box-shadow: 0 2px 6px -1px #000;-webkit-box-shadow: 0 2px 6px -1px #000;}
.body-freeTrialPage .lendingSlideOuter{height: 322px;width: 475px;margin: 0;}
.body-freeTrialPage .lendingSlide .flexslider{height: 310px;}
.body-freeTrialPage .lendingSlide .flex-direction-nav a{/*top: auto;bottom: 0;*/opacity: 0.6;}
.body-freeTrialPage .lendingSlide .flex-direction-nav .flex-next {right: 10px; }
.body-freeTrialPage .lendingSlide .flex-direction-nav .flex-prev {left: 10px;}
.body-freeTrialPage .lendingSlide .flexslider:hover .flex-next {right: 10px;opacity: 1;}
.body-freeTrialPage .lendingSlide .flexslider:hover .flex-prev {left: 10px;opacity: 1;}


@font-face {
  font-family: 'impactregular';
  src: url('fonts/impact/impact-webfont.eot');
  src: url('fonts/impact/impact-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/impact/impact-webfont.woff') format('woff'),
		url('fonts/impact/impact-webfont.ttf') format('truetype'),
		url('fonts/impact/impact-webfont.svg#impactregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.free_trial_header{float: left;width: 100%;position: relative;height: 285px;}
.lendingImgTit{float: left;margin: 0 0 0 74px;}
.free_trial_logo{position: absolute;right: 122px;top: 10px;}
.headerIcon{position: absolute;right: 83px;top: 129px;width: 157px;}
.free_trial_lendingSubTit{bottom: 18px;font-family: 'impactregular';left: 86px;position: absolute;text-align: center;text-transform: uppercase;font-size: 22px;line-height: 27px;color: #f7f9fa;text-shadow: -1px 0 #134f69, 0 1px #134f69, 1px 0 #134f69, 0 -1px #134f69;-moz-text-shadow: -1px 0 #134f69, 0 1px #134f69, 1px 0 #134f69, 0 -1px #134f69;-webkit-text-shadow: -1px 0 #134f69, 0 1px #134f69, 1px 0 #134f69, 0 -1px #134f69;}

.whatIsRedAppleBox{float: left;width: 360px;}
.whatIsRedApple{float: left;width: 100%;}
.free_trial_iTunesBox{background: #097099;float: right;height: 125px;margin: 14px 0 0;position: relative;width: 135px;box-shadow: -5px 0 3px -4px #000 inset, 0px -5px 3px -4px #000 inset, 0 5px 3px -4px #fff inset, 5px 0 3px -4px #fff inset;-moz-box-shadow: -5px 0 3px -4px #000 inset, 0px -5px 3px -4px #000 inset, 0 5px 3px -4px #fff inset, 5px 0 3px -4px #fff inset;-webkit-box-shadow: -5px 0 3px -4px #000 inset, 0px -5px 3px -4px #000 inset, 0 5px 3px -4px #fff inset, 5px 0 3px -4px #fff inset;}
.free_trial_iTunesBox .iTunesBox{position: absolute;right: 5px;top: 5px;width: 125px;}
.free_trial_iTunesBox .iTunesBox span{color: #fff;float: left;font-family: arial;font-size: 18px;width: 100%;text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;-moz-text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;-webkit-text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;}
.free_trial_iTunesBox .iTunesBox span.big{font-size: 19px;font-weight: bold;}
.free_trial_iTunesBox .iTunesBox img{float: left;margin: 5px 0 0 11px;width: 107px;}

.selectOuter{float: left;margin: 33px 20px 0 0;}
.startFreeTrialFormTit{float: left;width: 100%;text-align: left;font-size: 28px;font-weight: bold;color: #fff;}
.whyBoxTit{color: #fff;text-align: center;float: left;width: 100%;font-size: 25px;font-weight: normal;padding: 0 0 30px;text-shadow: 1px 1px 1px #000;-moz-text-shadow: 1px 1px 1px #000;-webkit-text-shadow: 1px 1px 1px #000;}
.godaddyLogo{bottom: 0;left: 49px;position: absolute;}
.authorizeLogo{bottom: -7px;position: absolute;right: 38px;width: 140px;}


@font-face {
	font-family: 'continuum_boldregular';
	src: url('fonts/continuum/contb-webfont.eot');
	src: url('fonts/continuum/contb-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/continuum/contb-webfont.woff') format('woff'),
		url('fonts/continuum/contb-webfont.ttf') format('truetype'),
		url('fonts/continuum/contb-webfont.svg#continuum_boldregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'continuum_lightregular';
	src: url('fonts/continuum/contl-webfont.eot');
	src: url('fonts/continuum/contl-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/continuum/contl-webfont.woff') format('woff'),
		url('fonts/continuum/contl-webfont.ttf') format('truetype'),
		url('fonts/continuum/contl-webfont.svg#continuum_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'continuum_mediumregular';
	src: url('fonts/continuum/contm-webfont.eot');
	src: url('fonts/continuum/contm-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/continuum/contm-webfont.woff') format('woff'),
		url('fonts/continuum/contm-webfont.ttf') format('truetype'),
		url('fonts/continuum/contm-webfont.svg#continuum_mediumregular') format('svg');
	font-weight: normal;
	font-style: normal;

}


.apple_bg{background: url('../img/free_trial_page/bg.png');height: 390px;left: 0;position: absolute;top: 295px;width: 100%;}
.body-ready_to_read1 .apple_bg{top: 107px;height: 265px;}
#free_trial_child_years option{padding: 0 7px;}
.customSelect {background: url('../img/free_trial_page/select.png') no-repeat;font-size: 15px;height: 26px;padding: 6px 0 0 10px;text-align: left;width: 141px;}

#siteOverlayBox{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #777;z-index: 999;opacity: 0.5;}
.popupBox{height: 100%;left: 0;position: fixed;top: 0;width: 100%;display: none;z-index: 9999;}
#free_trial_popups{display: none;left: 50%;margin-left: -365px;position: absolute;top: 150px;width: 697px;background: #072333;padding: 15px;z-index: 9999;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;}
.showEmailPopup .getEmailPopup{display: block;}
.showTksPopup .thankYouPopup{display: block;}

.getEmailPopup{display: none;background: #f8f5f1;float: left;width: 100%;font-family: 'continuum_mediumregular';position: relative;text-align: center;}
.closepopup{position: absolute;top: 8px;right: 10px;width: 37px;height: 37px;background: url('../img/free_trial_page/closepopup.png') no-repeat;cursor: pointer;}
.thankYouPopup{display: none;background: #f8f5f1;float: left;width: 100%;padding: 50px 0 0;font-family: 'continuum_mediumregular';text-align: center;}
.submitpopupform{background: #3eace9;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlYWNlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJhOThkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTg4YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #3eace9 0%, #2a98d5 50%, #1a88c5 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3eace9), color-stop(50%,#2a98d5), color-stop(100%,#1a88c5));background: -webkit-linear-gradient(top,  #3eace9 0%,#2a98d5 50%,#1a88c5 100%);background: -o-linear-gradient(top,  #3eace9 0%,#2a98d5 50%,#1a88c5 100%);background: -ms-linear-gradient(top,  #3eace9 0%,#2a98d5 50%,#1a88c5 100%);background: linear-gradient(to bottom,  #3eace9 0%,#2a98d5 50%,#1a88c5 100%);color: #fff;cursor: pointer;padding: 10px 17px;margin: 0 35px 0 0;font-size: 24px;float: right;border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 50px;}
.submitpopupform:hover{background: #1a88c5;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhODhjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJhOThkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZWFjZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #1a88c5 0%, #2a98d5 50%, #3eace9 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a88c5), color-stop(50%,#2a98d5), color-stop(100%,#3eace9));background: -webkit-linear-gradient(top,  #1a88c5 0%,#2a98d5 50%,#3eace9 100%);background: -o-linear-gradient(top,  #1a88c5 0%,#2a98d5 50%,#3eace9 100%);background: -ms-linear-gradient(top,  #1a88c5 0%,#2a98d5 50%,#3eace9 100%);background: linear-gradient(to bottom,  #1a88c5 0%,#2a98d5 50%,#3eace9 100%);}
.popupSubTitle{color: #1871a2;float: left;font-size: 26px;padding: 10px 0 8px;text-align: center;width: 100%;}
.popupTitle{color: #454647;float: left;font-family: 'continuum_boldregular';font-size: 41px;padding: 0 15px 0 0;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.getEmailList{float: left;width: 100%;padding: 14px 0 0 12px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.getEmailList li{background: url('../img/free_trial_page/check.png') no-repeat;color: #595b5c;display: block;float: left;height: 23px;line-height: 26px;padding: 0 0 0px 38px;text-align: left;width: 100%;font-size: 24px;margin: 0 0 10px 0;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
#get_email_popup{float: left;padding: 18px 0 5px 51px;width: 445px;}
.popuptextField{background: url('../img/free_trial_page/input.png') no-repeat;border: 0 none;float: left;height: 42px;width: 445px;font-family: 'continuum_mediumregular';padding: 0 12px;font-size: 24px;line-height: 42px;color: #595b5c;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.inputText{float: left;width: 100%;text-align: right;font-size: 13px;padding: 3px 0 30px;font-family: 'continuum_lightregular';color: #575858;}
.inputText a{color: #575858;text-decoration: none;}
.inputText a:hover{text-decoration: underline;}
.popupIpad{position: absolute;top: 115px;right: 24px;width: 109px;height: 168px;}
.popupLogos{float: left;margin: 0 0 16px 27px;}

.tksLogo{height: 83px;position: absolute;right: 48px;top: 27px;width: 77px;}
.tksLogo img{float: left;}
.tksTextBox{color: #595b5c;float: left;font-size: 24px;line-height: 30px;padding: 30px 33px 3px;text-align: justify;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.tksSubText{float: left;width: 100%;text-align: center;color: #595b5c;}
.continueBox{float: left;width: 100%;padding: 0 0 25px;}
.continuePopupBtn{color: #fff;cursor: pointer;font-size: 32px;margin: 34px 0 0;padding: 10px 35px;font-family: 'continuum_boldregular';display: inline-block;border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 50px;background: #3eace9;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlYWNlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJhOThkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTg4YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #3eace9 0%, #2a98d5 50%, #1a88c5 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3eace9), color-stop(50%,#2a98d5), color-stop(100%,#1a88c5));background: -webkit-linear-gradient(top,  #3eace9 0%,#2a98d5 50%,#1a88c5 100%);background: -o-linear-gradient(top,  #3eace9 0%,#2a98d5 50%,#1a88c5 100%);background: -ms-linear-gradient(top,  #3eace9 0%,#2a98d5 50%,#1a88c5 100%);background: linear-gradient(to bottom,  #3eace9 0%,#2a98d5 50%,#1a88c5 100%);}
.continuePopupBtn:hover{background: #1a88c5;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhODhjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJhOThkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZWFjZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #1a88c5 0%, #2a98d5 50%, #3eace9 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a88c5), color-stop(50%,#2a98d5), color-stop(100%,#3eace9));background: -webkit-linear-gradient(top,  #1a88c5 0%,#2a98d5 50%,#3eace9 100%);background: -o-linear-gradient(top,  #1a88c5 0%,#2a98d5 50%,#3eace9 100%);background: -ms-linear-gradient(top,  #1a88c5 0%,#2a98d5 50%,#3eace9 100%);background: linear-gradient(to bottom,  #1a88c5 0%,#2a98d5 50%,#3eace9 100%);}

.limitTimeBunner{position: absolute;bottom: 110px;left: 20px;}
.blackITunesBox.step2Itunes{bottom: 240px;position: absolute;right: 0;}
.blackITunesBox{width: 130px;float: left;}
.blackITunesBox span{color: #000;float: left;font-family: arial;font-size: 26px;width: 100%;line-height: 31px;}
.blackITunesBox span.big{font-size: 27px;font-weight: bold;}
.blackITunesBox img{float: left;margin: 5px 0 0;}

.pricingPage.educators {
	margin-bottom: 60px;
}
.educators .blackITunesBox {bottom:auto; top:87px; right:20px;}
.educators .columnsBox {min-height:510px; position: relative;}
.educators .topText {font-size:21px;line-height: 21px;}
.educators .titleImg {
	float:none;
	display:block;
	margin:7px auto 6px;
}
.educators .columnicon {
	float:none;
	display:block;
	margin:0 0 0 20px;
}
.educators .note {
	display:block;
	clear:both;
	width:778px;
	height:32px;
	margin:0 auto 6px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../themes/img/pricing-page/note.png);
}
.priceBlock {
	position: absolute;
	bottom:-14px;
	width:184px;
	left:50%;
	margin:0 0 0 -92px;
}
.priceBlock img {
	display:block;
	margin:0 auto;
}
.priceBlock .priceBtn {
	margin:0 auto;
	display:block;
}
.priceBlock.aside {
	right:-200px;
	bottom:-140px;
	left:auto;
	width:240px;
	margin:0;
	text-align:center;
}
.priceBlock.aside .priceBtn {
	margin:0 24px 0 auto;
}
.locked {
	position:relative;
}
.locked:after {
	content:"";
	position:absolute;
	z-index:88;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	background:rgba(91,52,21,.6) url(../../themes/img/pricing-page/text-disabled.png) no-repeat 50% 90px;
}
.locked.fix:after {
	top:-25px;
	left:-6px;
	bottom:-48px;
	width:220px;
}
.btnGreen {
	position:absolute;
	right: 175px;
	top: -35px;
	width: 200px;
	height: 20px;
	padding: 5px 10px 9px;
	color:#fff;
	font-size: 21px;
	text-align: center;
	line-height: 24px;
	background:#8bbb5d;
	box-shadow:0 2px 1px rgba(0,0,0,.4)
}
.limited {
	display:block;
	padding:8px 0 0;
	clear:both;
	font:23px/1.1em "CaboldComic", "Comic Sans MS", cursive, sans-serif;
	color:#fffbe9;
	text-shadow:-2px 1px #5e3718, 0 1px #5e3718;
	white-space:nowrap;
}
.promocode {
	display:block;
	clear:both;
	width:778px;
	height:32px;
	margin:0 auto 6px;
	text-align:center;
	overflow:hidden;
	color:#fffbe9;
	text-shadow:-2px 1px #5e3718, 0 1px #5e3718;
	font:23px/1.1em "CaboldComic", "Comic Sans MS", cursive, sans-serif;
}
.promoPrice {
	display:block;
	text-indent:58px;
	text-shadow:-2px 1px #5e3718, 0 1px #5e3718;
	color:#fffbe9;
	font:62px/1.1em "CaboldComic", "Comic Sans MS", cursive, sans-serif;
}
.oldPrice {
	position:absolute;
	right:12px;
	bottom:10px;
	color:#fffbe9;
	text-decoration:none;
	text-shadow:-2px 1px #5e3718, 0 1px #5e3718;
	font:44px/1.1em "CaboldComic", "Comic Sans MS", cursive, sans-serif;
}
.oldPrice:after {
	content:'';
	position:absolute;
	left:56%;
	top:40%;
	margin:0 0 0 -42px;
	z-index:8;
	height:4px;
	width:90px;
	background:#fa2000;
	-ms-transform: rotate(22deg);
	-webkit-transform: rotate(22deg);
	transform: rotate(22deg);
	border-radius:2px;
}
.priceBlock .promoLogo {
	display:block;
	margin:0 0 0 auto;
}
.pricingBanners.narrow {
	text-align:center;
	white-space:nowrap;
}
.pricingBanners.narrow img {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-left:18px;
}
.pricingBanners.narrow img:first-child {
	margin-left:0;
}
.colorRed {
	color:#fa1c00;
}
.colorGreen {
	color:#289c00;
}


/* new pricing page */
.pricingSection {
	padding:0 160px;
	position:relative;
	text-align:left;
}
.topTextBox {
	overflow:hidden;
	padding:10px 36px 0 52px;
	margin:0 0 10px;
	height:108px;
	color: #590000;
	text-align: center;
	font:23px/23px 'MyriadProRegular',Arial,Helvetica,sans-serif;
	background:url(../img/bg-topTextBox.png) no-repeat 50% 0;
}

.topPrice {
	overflow:hidden;
	text-align:center;
	clear:both;
	padding:0 0 14px;
	text-transform:uppercase;
	color:#fffbe9;
	font:34px/1.1em "CaboldComic", "Comic Sans MS", cursive, sans-serif;
	text-shadow:-2px 1px #5e3718, 0 1px #5e3718;
}
.biggerText {
	font-size:1.3em;
}
.smallerText {
	font-size:0.74em;
}
.crossout {
	position:relative;
	text-decoration:none;
}
.crossout:after {
	content: '';
	position: absolute;
	left:0;
	top: 48%;
	-webkit-transform-origin: 50% 50%;
	z-index: 8;
	height: 4px;
	width:100%;
	border-radius:2px;
	background:#fa2000;
	-ms-transform:rotate(-22deg);
	-webkit-transform:rotate(-22deg);
	transform:rotate(-22deg);
}
.icoInfo {
	display:inline-block;
	vertical-align:bottom;
	width:22px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/pricing-page/ico-info.png) no-repeat;
	cursor:pointer;
}
.redPriceBtn {
	display:inline-block;
	vertical-align:top;
	width:178px;
	height:48px;
	text-indent:-9999px;
	background:#f70510 url(../img/text-getitnow.png) no-repeat 50% 50%;
	border:0;
	margin:0 0 2px;
	padding:0;
	-webkit-box-shadow:1px 1px 2px #000;
	box-shadow:0 1px 1px #000;
	cursor:pointer;
}

.columnsSection {
	position:relative;
	margin:0 0 24px;
	padding:2px 0 0;
	height:526px;
	background:url(../img/bg-pricingColumns.png) no-repeat 50% 0;
}
.columnsSection:after  {
	content:"";
	display:block;
	clear:both;
}
.columnsSection .column {
	float:left;
	height:100%;
	width:210px;
	margin:0 0 0 20px;
}
.columnsSection .column:first-child {
	margin-left:11px;
	margin-right:-4px;
}
.columnsSection .titleImg {
	float:none;
	display:block;
	margin:26px auto 6px;
}
.columnsSection  .columnicon {
	float:none;
	display:block;
	margin:0 auto;
}

.promoBox {
	width:220px;
	position:absolute;
	right:-200px;
	bottom:0;
	text-align:center;
}
.promoBox .promoText {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	padding:40px 0 0;
	text-align:center;
	color:#fffbe9;
	text-shadow:-2px 1px #5e3718, 0 1px #5e3718;
	font:bold 16px/1.2em 'ArialRounded', Arial, Helvetica, sans-serif;
}
.offerPrice {
	display:block;
	margin:0 0 24px;
	color:#fffbe9;
	text-shadow:-2px 1px #5e3718, 0 1px #5e3718;
	font:60px/1em "CaboldComic", "Comic Sans MS", cursive, sans-serif;
}
.promoCodeDetails {
	display:block;
	margin:0 0 30px;
	color:#fffbe9;
	font:23px/1.1em "CaboldComic", "Comic Sans MS", cursive, sans-serif;
	text-shadow:-2px 1px #5e3718, 0 1px #5e3718;
}
.promoCodeDetails .code {
	color:#f7b321;
}

.honorsBar {
	overflow:hidden;
	text-align:center;
	clear:both;
	margin:0 0 30px;
}
.honorsBar img {
	display:inline-block;
	vertical-align:bottom;
	margin:0 12px;
}
.pricingArea,
.testimonialsBlock {
	clear:both;
}
.testimonialsBlock:after,
.pricingArea:after {
	content:"";
	display:block;
	clear:both;
}
.pricingArea {
	padding:27px 0 0;
}
.testimonialsBlock blockquote {
	overflow:hidden;
	margin:0 0 30px;
	color:#dbd6d6;
	font:bold 16px/25px 'ArialRounded', Arial, Helvetica, sans-serif;
	text-align:center;
}
.testimonialsBlock cite {
	display:block;
	font-style:normal;
	color:#66d9f2;
}
.testimonialsBlock cite:before {
	content:'-';
}

.simplePopup {
	/* 	position:absolute;
		z-index:99;
		top:200px;
		left:50%; */
	top:440px;
	margin:0 auto;
	padding:36px 20px 30px;
	width:600px;
	border-radius:16px;
	background:rgba(21, 92, 122, .94);
	text-align:center;
	color:#fffbe9;
	font:30px/1.1em 'ArialRounded', Arial, Helvetica, sans-serif;
	text-shadow: -2px 1px #5e3718, 0 1px #5e3718;
	position:relative;
}
.simplePopup img {
	display:inline-block;
	vertical-align:top;
}
.simplePopup button.mfp-close {
	top:20px;
	right:20px;
	margin:0;
	padding:0;
	border:0;
	background:none;
	color:#fffbe9;
	cursor:pointer;
	text-transform:uppercase;
	text-indent:-9999px;
	opacity:1;
}
.simplePopup button.mfp-close:after {
	content:'X';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	bottom:0;
	color:#fffbe9;
	font:32px/1.5em 'ArialRounded', Arial, Helvetica, sans-serif;
	text-indent:0;
}
.simplePopup-opened.mfp-bg {
	opacity:0.3;
}
.simplePopup-opened.mfp-wrap {
	top:0 !important;
}
.simplePopup .row {
	overflow:hidden;
	margin:0 0 30px;
	font-size:0;
	line-height:0;
}
.simplePopup .row.two img {
	margin:0 0 0 136px;
}
.simplePopup .row.three img {
	margin:0 0 0 80px;
}
.simplePopup .row img:first-child {
	margin-left:0;
}
.simplePopup .text {
	padding:18px 0 0;
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
	color: #cccccc; }
.mfp-preloader a:hover {
	color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100); }
.mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
	margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
.mfp-iframe-holder .mfp-close {
	top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444; }
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px; }
.mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



.newPricingPageContainer *{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.newPricingPageContainer{float: left;padding: 0;margin-left: -29px;text-align: left;width: 1068px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.pricingPageBox{background: rgba(249,251,249,0.8);float: left;padding: 26px 26px 30px;width: 100%;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;}
.pricingPageTitle{color: #163d5c;float: left;font-family: Arial;font-size: 41px;line-height: 40px;width: 100%;font-weight: 900;text-align: center;}
.pricingPageTitle .priceAmount{float: right;font-size: 30px;line-height: 40px;}
.pricingPageListBox{float: left;padding: 54px 0 0 10px;width: 59%;position: relative;}
.pricingPageListTitle{font-family: 'ArialRounded', Arial, Helvetica, sans-serif;font-size: 25px;font-style: italic;font-weight: bold;line-height: 100%;color: #163d5c;}
ul.pricingPageList{float: left;margin: 0;padding: 8px 0 8px 17px;width: 100%;}
ul.pricingPageList li{float: left;font-family: 'ArialRounded', Arial, Helvetica, sans-serif;font-size: 19px;font-weight: 400;line-height: 30px;padding: 8px 0;width: 100%;color: #717171;list-style-type: disc;}
.pricingPageListBox form{position: absolute;right: -22px;top: 63px;}
.buyNowRedBtn{background: #ac2024;border: 0 none;color: #fff;cursor: pointer;float: left;font-size: 15px;font-weight: 700;height: 40px;line-height: 40px;text-align: center;width: 110px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-webkit-appearance: none;}
.buyNowRedBtn:hover{background: #d6080d;}

/*.pricingPageLevelBox{float: left;margin: 25px 0 0;width: 37%;position: relative;}*/
.pricingPageLevelItem{background: #fcfcfc;border: 4px solid #163d5c;float: left;width: 100%;padding: 10px 7px 15px;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
.pricingPageLevelItem.level_b_item{margin-bottom: 35px;}
.pricingPageLevelItem.level_c_item{}
.pricingPageLevelImgLink{display: block;float: left;height: 150px;margin: 15px 0 0 5px;width: 185px;position: relative;}
.openPopup .pricingPageLevelImgLink{position: absolute;bottom: 5px;z-index: 99;margin: 0 auto;left: 0;right: 0;}
.openPopup .pricingPageLevelImgLink .watchIconLink{display: none;}
.pricingPageLevelImg{display: block;width: 100%;}
.pricingPageLevelImgLink .watchIconLink{background: url("../img/level_sprite.png") no-repeat 0 -32px;bottom: 3px;float: right;height: 32px;position: absolute;right: -95px;width: 32px;}

.pricingPageLevelName{color: #163d5c;float: left;font-family: Arial;font-size: 24px;font-weight: 900;line-height: 100%;padding: 8px 115px 12px 0;position: relative;text-align: center;width: 100%;}
.buyNowForm{position: absolute;right: 0;top: 0;}
.pricingPageLevelOption{float: right;height: 165px;padding: 10px 0 0;width: 138px;}
.pricingPageLevelOption span{font-family: 'ArialRounded', Arial, Helvetica, sans-serif;float: left;font-size: 22px;font-weight: 400;line-height: 28px;text-align: left;width: 100%;color: #717171;}
.pricingPageLevelOption .priceBox{float: right;font-family: Arial;font-weight: 900;font-size: 27px;margin: 11px 0 0;line-height: 100%;color: #163d5c;}
.pricingPageLevelItem .infoIconLink{background: url('../img/level_sprite.png') no-repeat 0 0;cursor: pointer;float: left;height: 32px;margin: 8px 0 0;width: 32px;}
.newPricingPageContainer .testimonialsBlock{background: rgba(249,251,249,0.2);float: left;width: 100%;padding: 20px 45px 30px 16px;margin-top: 10px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;}
.newPricingPageContainer .testimonialsBlock blockquote{background: url('../img/q.png') no-repeat;font-family: "ArialRounded",Arial,Helvetica,sans-serif;font-weight: 400;font-size: 21px;line-height: 34px;text-align: left;padding: 48px 0 0 75px;margin: 0;}
.newPricingPageContainer .testimonialsBlock cite{color: #1b4160;text-align: right;}
.newPricingPageContainer .honorsBar{float: left;padding: 20px 0 0;width: 100%;}
.newPricingPageContainer .honorsBar span{background: url('../img/grayscale-trust-icons/trust-icons.png') no-repeat;display: inline-block;height: 182px;margin: 0 15px;}
.newPricingPageContainer .honorsBar span.homeschool{width: 220px;background-position: 0 -182px;}
.newPricingPageContainer .honorsBar span.homeschool:hover{background-position: 0 0;}
.newPricingPageContainer .honorsBar span.topTenReviews{width: 114px;background-position: -220px -182px;}
.newPricingPageContainer .honorsBar span.topTenReviews:hover{background-position: -220px 0;}
.newPricingPageContainer .honorsBar span.momsChoiceAward{width: 160px;background-position: -334px -182px;}
.newPricingPageContainer .honorsBar span.momsChoiceAward:hover{background-position: -334px 0;}
.newPricingPageContainer .honorsBar span.dayMoneyBackGuarantee{width: 162px;background-position: -494px -182px;}
.newPricingPageContainer .honorsBar span.dayMoneyBackGuarantee:hover{background-position: -494px 0;}
.newPricingPageContainer .honorsBar span.bbbAccreditedBusiness{width: 230px;background-position: -656px -182px;}
.newPricingPageContainer .honorsBar span.bbbAccreditedBusiness:hover{background-position: -656px 0;}

.levelInfoPopup{display: none;border: 3px solid #163d5c;bottom: 0;height: 100%;left: 0;position: absolute;width: 100%;background: #fff;padding: 10px;z-index: 9;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;}
.closeLevelInfoPopup{background: url("../../img/small-red-close.png") no-repeat;cursor: pointer;height: 30px;position: absolute;right: 10px;top: 7px;width: 30px;}
.levelInfoPopupTitle{color: #163d5c;font-family: "MyriadProRegular",Arial,Helvetica,sans-serif;font-size: 26px;font-weight: 700;padding: 0 28px 10px 3px;float: left;width: 100%;line-height: 100%;}
ul.levelInfoPopupList{float: left;margin: 0;padding: 0 0 0 30px;width: 100%;}
ul.levelInfoPopupList li{color: #163d5c;font-family: "MyriadProRegular",Arial,Helvetica,sans-serif;font-size: 22px;line-height: 100%;list-style-type: disc;padding: 3px 0;float: left;width: 100%;}
.hiddenSliderImages{display: none;}
#lightbox .lb-dataContainer{display: none !important;}

.getBothLevelsBox{float: left;width: 100%;position: relative;}
.promoCodeContainer{position: relative;border: 4px dashed #163d5c;color: #163d5c;cursor: pointer;float: left;font-family: "ArialRounded",Arial,Helvetica,sans-serif;font-size: 22px;line-height: 30px;padding: 10px 15px;text-align: center;}
/*.promoCodeContainer img{position: absolute;top: -108px;right: -45px;width: 90px;}*/
.promoCodeContainer img{position: absolute;top: -159px;right: -45px;width: 165px;}

.getBothLevels{background: #fcfcfc;border: 4px solid #163d5c;float: right;margin: 26px 0 0;position: relative;width: 587px;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
.getBothLevels span{float: left;font-family: Arial;font-size: 26px;font-weight: 900;line-height: 100%;padding: 29px 9px;width: 100%;color: #163d5c;}
.getBothLevels form{position: absolute;right: 10px;top: 22px;}
.getBothLevels form .buyNowRedBtn{width: 136px;}

.questionsHeaderBox{float: left;padding: 15px 10px 0 0;clear: both;}
.questionsHeaderBox span{color: #fff;float: left;font-family: Arial,Helvetica,sans-serif;font-size: 13px;line-height: 100%;margin-right: 5px;}
.questionsHeaderBox span b{float: right;font-size: 18px;font-weight: 700;margin: 0 10px;}
.questionsHeaderBox a{color: #fff;float: left;font-family: Arial,Helvetica,sans-serif;font-size: 13px;line-height: 100%; clear: both;}
.questionsHeaderBox a:hover{text-decoration: underline;}


.checkoutPageContainer *{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.checkoutPageContainer{background: #f9fbf9;float: left;width: 90%;margin: 0 5% 30px 5%;padding: 10px 45px 30px;text-align: left;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.checkout1PageTitle{text-align: center;width: 100%;padding: 12px 0; margin: 0px;}
.checkout1PageTitle.checkoutConfirmationPageTitle{ float: left; text-align: center; width: 100%; padding: 12px 0; margin: 0;}
.checkout1PageTitle span{color: #163d5c;display: inline-block;font-family: Arial;font-size: 33px;font-weight: 700;line-height: 35px;min-height: 35px;position: relative;}
.checkout1PageTitle span.cart{padding-right: 65px;}
.checkout1PageTitle span.cart:after{background: url("../img/cart-sprite.png") no-repeat;content: "";height: 35px;margin-top: -18px;position: absolute;right: 0;top: 50%;width: 38px;}
.cartContainer{background: #fff;border: 5px solid #163d5c;float: left;width: 100%;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.cartContainer form{float: left;width: 100%;}
.cartRow{float: left;width: 100%;border-bottom: 2px solid #163d5c;padding: 11px 0;}
.cartRow:last-child{border: 0 none;}
.headerRow > div{font-size: 16px;padding: 6px 0;text-align: right;color: #163d5c;font-family: Arial;}
.headerRow.cartRow{border-bottom: 4px solid #163d5c;}
.cartRow .productCol{width: 32%;float: left;}
.cartRow .quantityCol{width: 15%;float: left; text-align: center}
.cartRow .priceCol{width: 12%;float: left;text-align: center;}
.cartRow .widthLeftCol{width: 86%;float: left;text-align: right;padding-right: 9%;}
.cartRow.promoCodeRow .priceCol{padding-top: 14px;}
.grayBoldText{color: #454546;font-family: Arial;font-size: 18px;font-weight: 700;line-height: 100%;}
.grayBoldTotalText{color: #454546;font-family: Arial;font-size: 40px;font-weight: 700;line-height: 40px;}
.grayBoldTotalPrice{color: #454546;font-family: Arial;font-size: 24px;font-weight: 700;line-height: 40px;}
.promoCodeTextCol{float: left;padding: 13px 5px 15px 0px;width: 25%;}
.promoCodeFieldCol{float: left;padding: 3px 0px 3px 3px;width: 75%;}
.promoCodeFieldCol input[type="text"]{color: #979798;background: none;border: 1px solid #ff9933;float: left;font-size: 19px;font-weight: bold;height: 30px;  margin-top: 5px;padding: 8px;width: 225px;text-transform: uppercase;}
.promoCodeFieldCol .applyCodeBtn{background: #ff9933;border: 0 none;color: #fff;cursor: pointer;float: left;font-family: arial;font-size: 16px;font-weight: 700;margin: 5px 0 0 10px;padding: 5px 24px 6px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.promoCodeFieldCol .applyCodeBtn:hover{background: #eb8620;}

.productIconsCol{float: left;width: 32%; text-align: left; height: 80px; padding-left: 2%;}
.productImage{margin: 2px 0 0 0;display: none; max-width: 90%}
.productInfoCol{float: left;width: 29%; text-align: left;}
.productInfoCol span{float: left;padding: 30px 0;width: 100%;}
.productInfoCol select{height: 35px;font-size: 16px;font-weight: bold;color: #454546;}
.quantityRow{float: left;width: 100%;padding: 30px 0; text-align: center;}
.quantityBox{float: none;position: relative; display: inline-block}
.quantityBox .quantity{float: left;}
.quantityBox .quantityUp{border-bottom: 10px solid #000;border-left: 6px solid transparent;border-right: 6px solid transparent;height: 0;position: absolute;right: 0;top: -3px;width: 0;cursor: pointer;}
.quantityBox .quantityDown{border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 10px solid #000;bottom: -3px;height: 0;position: absolute;right: 0;width: 0;cursor: pointer;}
.priceRow{width: 100%;float: left;padding: 30px 0 10px;position: relative;}

.nextStepRow{float: left;width: 100%;}
.greenSubmitBtn{background: #159a3d;border: 0 none;color: #fff;cursor: pointer;display: block;font-family: arial;font-size: 16px;font-weight: 700;margin: 0px auto 0;padding: 5px 12px 6px;width: 250px;height: 60px;text-transform: uppercase;font-size: 22px;line-height: 100%;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.greenSubmitBtn:hover{background: #108633;}
.clearCart{/*background: url("../img/cart-sprite.png") no-repeat -38px 0;*/ height: 20px; color: #fc0606;text-decoration: underline;font-weight: 700;}
.clearCart:hover {	text-decoration: none;}
.confirmationText{float: left;width: 100%;padding: 15px 0;}
.confirmationText span{float: left;font-size: 20px;font-weight: bold;line-height: 36px;text-align: center;width: 100%;font-family: Arial;color: #163d5c;}
.confirmationText span i{background: url("../img/cart-sprite.png") no-repeat 0 -35px;display: inline-block;height: 35px;margin: 0 0 -3px 10px;width: 34px;}

.loginFormBox{float: left;width: 100%;padding: 0 0 30px;}
.loginFormBox form{float: left;width: 100%;}
.formRow{float: left;width: 100%;text-align: center;}
.loginFormBox .loginFields{border: 1px solid #bebebe;color: #777;display: block;font-size: 20px;height: 44px;margin: auto auto 10px;padding:0 10px;text-align: left;width: 310px;box-shadow: 0 1px 2px -1px #000 inset;-moz-box-shadow: 0 1px 2px -1px #000 inset;-webkit-box-shadow: 0 1px 2px -1px #000 inset;}
.loginFormBox .forgotPassLink{color: #0f40bc;display: inline-block;font-size: 16px;text-decoration: underline;}
.loginFormBox .forgotPassLink:hover{text-decoration: none;}
.step_back_btn {
	color: #454546;
	font-size: 14px;
	font-weight: 600;
	float: left;
	vertical-align: bottom;
	text-decoration: underline;
	margin: 23px 0 0 15px;
	line-height: 14px;
}

.black_friday_promo_container {
	color: #fff;
	display: block;
	background-color: #000;
	font-size: 14px;
	width: 440px;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 5px;
	text-align: center;
}

.samplevideoTourBox{
	height: 270px;
}
/*
border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;

box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
*/

/*-- New pricing page --*/
.newPricingPageContainer .pricingPageTitle {
	font-size: 36px;
	text-align: left;
	margin-bottom: 15px;
}
.newPricingPageContainer .pricingPromo, .educatorPromo {
	width: 1068px;
	font-family: "Calibri";
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	text-align: right;
	margin-bottom: 10px;
	margin-top: -15px;
}
.newPricingPageContainer .pricingPageListTitle {	
	margin-left: 50px;
}
.keyFeatures {
	float: right;
	font-family: "Arial";
	font-size: 24px;
	font-weight: 900;
	background: #b0763f;
	color: #ffffff;
	padding: 5px 70px 5px 15px;
	border-radius: 10px;
	position: relative;
	top: -30px;
	left: -30px;
	background: #ac2024;
}

.keyFeatures:before {
	display: inline-block;
	content: "";
	width: 55px;
	height: 55px;
	position: absolute;
	top: -5px;
	right: 5px;
	background: url("../img/sprite.png") no-repeat;
}
.keyFeatures:after {
	display: inline-block;
	content: "";
	width: 40px;
	height: 44px;
	position: absolute;
	top: 24px;
	right: -16px;
	background: url("../img/hend.png") no-repeat;
	top: 32px;
	right: 26%;
}
.keyFeatures:hover {
	background: #DA9049;
	background: #ac2024;
	background: #d6080d;
}

.saleText {
	font-family: "Calibri";
	font-size: 30px;
	font-weight: 700;
	color: #ac2024;
	text-align: center;
	margin-bottom: 10px;
	line-height: 40px;
	text-transform: uppercase;
}
.newPricingPageContainer .pricingPageLevelBox{
	margin: 35px 0 0;	
	/*float: left;margin: 25px 0 0;width: 37%;position: relative;*/
}
.newPricingPageContainer .pricingPageLevelTitle, .educatorsnew .pricingPageLevelTitle {
	width: 876px;
	margin: 0px auto;
	background: none;
	border-radius: 10px;
	padding: 5px 35px;
	font-size: 39px;
	color: #163d5c;
	font-weight: 800;
	text-align: center;
	margin-bottom: 15px
}
.newPricingPageContainer .pricingPageLevelTitle span:first-child, .educatorsnew .pricingPageLevelTitle span:first-child {
	float: left;
}
.newPricingPageContainer .pricingPageLevelBoxItem, .educatorsnew .pricingPageLevelBoxItem {
	margin-bottom: 50px;
}
.newPricingPageContainer .pricingPageLevelTitle span:last-child, .educatorsnew .pricingPageLevelTitle span:last-child {
	float: right;
}
.newPricingPageContainer .pricingPageLevelItem, .educatorsnew .pricingPageLevelItem {	
	width: 295px;	
	height: 235px;
	float: left;
	background: none;	
	border: none;
	padding: 0px;
	border-radius: 0px;
	position: relative;
	box-sizing: content-box;
}
.clearfix:after {
	display: block;
	height: 0;
	content: "";
	clear: both;	
}
.pricingPageLevelItem.level_b_item  {
	border-left: 2px solid #bacacf;
	border-right: 2px solid #bacacf;
	padding: 0px 32px;
}
.newPricingPageContainer .buyNowForm {
	position: static;
	float: left;
	margin-left: 65px;
}
.newPricingPageContainer .pricingPageLevelImgLink, .educatorsnew .pricingPageLevelImgLink {
	width: 150px;
	height: 160px;
	margin: 0px 5px 15px 0px;
}
.newPricingPageContainer .pricingPageLevelItem.level_a_item, .educatorsnew .pricingPageLevelItem.level_a_item {
	padding-right: 32px;
}
.newPricingPageContainer  .pricingPageLevelOption, .educatorsnew .pricingPageLevelOption{
	padding: 53px 0 0;
	text-align: right;
}
.newPricingPageContainer  .pricingPageLevelOption span, .educatorsnew .pricingPageLevelOption span{
	float: none;
}
.newPricingPageContainer  .pricingPageLevelName, .educatorsnew .pricingPageLevelName {
	float: none;
	padding: 0px;
	line-height: 40px;
	margin-bottom: 15px;
}
.newPricingPageContainer  .infoIconLink, .educatorsnew .infoIconLink{
	display: inline-block;
	float: none;
	margin: 0px;
	position: relative;
	top: 8px;
	margin: 0px 2px;
}

.newPricingPageContainer .watchIconLink, .educatorsnew .watchIconLink {
	bottom: -55px;
	right: -135px;
	z-index: 5;
}

.newPricingPageContainer .buyNowRedBtn {
	width: 150px;
	float: none;
	margin-right: 15px;
}
.newPricingPageContainer .priceBox {
	font-family: Arial;
	font-weight: 900;
	font-size: 27px;
	margin: 11px 0 0;
	color: #163d5c;
}
.newPricingPageContainer .openPopup .pricingPageLevelImgLink {
	z-index: 1;
}
.levelInfoPopup {
	display: none;
	background: #163d5c;
	padding: 13px;
	bottom: -65px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 120;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.innerInfoPopup {
	background: #fff;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.newPricingPageContainer .closeLevelInfoPopup, .educatorsnew .closeLevelInfoPopup {
	top: 22px;
	right: 22px;
}

.newPricingPageContainer .level_c_item .pricingPageLevelName, .educatorsnew .level_c_item .pricingPageLevelName {
	line-height: 0px;
	margin-top: 11px;
}
.newPricingPageContainer .level_c_item  .infoIconLink, .educatorsnew .level_c_item  .infoIconLink{
	top: -2px;
	margin-left: -25px;
	left: 22px;
}
.newPricingPageContainer .level_b_item .infoIconLink, .educatorsnew .level_b_item .infoIconLink {
	margin-left: -15px;
	left: 15px;
}
.newPricingPageContainer .pricingPageLevelItem.level_c_item, .educatorsnew  .pricingPageLevelItem.level_c_item{
	padding-left: 30px;
}
.pricingPageBottomLine {
	width: 70%;
	height: 1px;
	background: #a19d9d;
	border: none;
	margin: 0px auto;
}
.newPricingPageContainer .pricingPageCompleteTitle {
	width: 490px;
	margin: 0px auto 20px auto;
}
.pricingPageCompleteBox {
	text-align: center;
	margin-bottom: 45px;
	width: 610px;
  background: #7ab6e6;
  border-radius: 10px;
  padding: 15px 0px 25px 0px;
	margin-top: 35px;
	float: left;
}
.pricingPageCompleteImg {
	width: 540px;
	height: 100%;
	overflow: hidden;
	margin: 0px auto 10px auto;
}
.pricingPageCompleteBox .buyNowBothForm {
	display: inline-block;
	margin-left: 60px;
}
.pricingPageCompleteBox .priceBox {	
	display: inline-block;
}
.pricingCheckoutBtn {
	display: block;
	padding: 15px 60px 15px 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	font-size: 21px;
	color: #ffffff;
	background: #187d18;
	margin-bottom: 25px;
	text-transform: uppercase;
	margin-left: 700px;
  margin-right: 60px;
  width: auto;
	position: relative;
}
.pricingCheckoutBtn:hover {
	background: #22A322;
}
.pricingCheckoutBtn:after {
	content: '>>';
	display: block;
	position: absolute;
  top: 27px;
	right: 40px
}

.newPricingPageContainer .pricingPageListBox, .pricingPageListBox {
	background: #163d5c;
	border-radius: 15px;
	padding: 30px;
	margin: 45px auto 0px auto;
	float: none;
}
.newPricingPageContainer .pricingPageListBox ul, .newPricingPageContainer .pricingPageListBox li,
.educatorsnew  .pricingPageListBox ul, .educatorsnew  .pricingPageListBox li {
	float: none;
}
.newPricingPageContainer .pricingPageListBox li,
.educatorsnew .pricingPageListBox li {
	color: #fbfbfb;
}

.educatorsnew .testimonialsBlock{
	background: rgba(249,251,249,0.2);float: left;width: 89%;padding: 20px 45px 30px 16px;margin-top: 10px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;
}
.educatorsnew .testimonialsBlock blockquote{
	background: url('../img/q.png') no-repeat;font-family: "ArialRounded",Arial,Helvetica,sans-serif;font-weight: 400;font-size: 21px;line-height: 34px;text-align: left;padding: 48px 0 0 90px;margin: 0;
}
.educatorsnew .testimonialsBlock cite{
	color: #1b4160;text-align: right;
}

.newPricingPageContainer .testimonialsBlock, .educatorsnew .testimonialsBlock{
	background: none;
	float: none;
	padding: 20px 50px;
}
.newPricingPageContainer .testimonialsBlock blockquote, .educatorsnew .testimonialsBlock blockquote:last-child {
	color: #a19d9d;
	font-style: italic;
	padding: 48px 105px 0 105px;
}
.newPricingPageContainer .testimonialsBlock blockquote:last-child, .educatorsnew .testimonialsBlock blockquote:last-child {
	background: url("../img/q2.png") 100% 79% no-repeat; 
}
.newPricingPageContainer .honorsBar span.homeschool, .educatorsnew .honorsBar span.homeschool {
	width: 136px;
	background-position: 0 -126px;
	margin-left: 0px;
}
.newPricingPageContainer .honorsBar span, .educatorsnew .honorsBar span {
	height: 113px;
	margin: 0 1px;
}
.newPricingPageContainer .honorsBar span.homeschool:hover, .educatorsnew .honorsBar span.homeschool:hover {
	background-position: 0px -13px;
}
.newPricingPageContainer .honorsBar span.topTenReviews, .educatorsnew .honorsBar span.topTenReviews{
	width: 70px;
	background-position: -137px -113px;
}
.newPricingPageContainer .honorsBar span.topTenReviews:hover, .educatorsnew .honorsBar span.topTenReviews:hover{
	background-position: -137px 0px;
}
.newPricingPageContainer .honorsBar span.momsChoiceAward, .educatorsnew .honorsBar span.momsChoiceAward{
	width: 100px;
	background-position: -208px -117px;
}
.newPricingPageContainer .honorsBar span.momsChoiceAward:hover, .educatorsnew .honorsBar span.momsChoiceAward:hover{
	background-position: -208px -4px;
}
.newPricingPageContainer .honorsBar span.dayMoneyBackGuarantee, .educatorsnew .honorsBar span.dayMoneyBackGuarantee{
	width: 100px;
	background-position: -307px -117px;
}
.newPricingPageContainer .honorsBar span.dayMoneyBackGuarantee:hover, .educatorsnew .honorsBar span.dayMoneyBackGuarantee:hover{
	background-position: -307px -4px;
}
.newPricingPageContainer .honorsBar span.bbbAccreditedBusiness, .educatorsnew .honorsBar span.bbbAccreditedBusiness{
	width: 142px;
	background-position: -408px -116px;
}
.newPricingPageContainer .honorsBar span.bbbAccreditedBusiness:hover, .educatorsnew .honorsBar span.bbbAccreditedBusiness:hover{
	background-position: -408px -3px;
}

.newPricingPageContainer .honorsBar span.EASrec, .educatorsnew .honorsBar span.EASrec {
	width: 125px;
	background-position: -652px -116px;
}

.newPricingPageContainer .honorsBar span.EASrec:hover, .educatorsnew .honorsBar span.EASrec:hover {
	background-position: -652px -2px;
}

.newPricingPageContainer .honorsBar span.safeChildSite, .educatorsnew .honorsBar span.safeChildSite{
	width: 100px;
	background-position: -551px -117px;
}

.newPricingPageContainer .honorsBar span.safeChildSite:hover, .educatorsnew .honorsBar span.safeChildSite:hover {
	background-position: -551px -3px;
}


.headerCartBasket {
	display: inline-block;
	position: absolute;
	top: -35px;
	right: 20px;
	font-family: "Calibri";
	font-size: 26px;
	color: #f9f005;
	font-weight: bold;
	padding-left: 40px;
}
.headerCartBasket:before {
	display: inline-block;
	width: 37px;
	height: 33px;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../img/sprite.png") 0px -67px no-repeat;
}
/*---- модальное окно --*/
.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100010;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
    padding-left: 12.5%;

}
.arcticmodal-container_i2 { padding: 0; margin: 0; border: 0; vertical-align: top; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }

.box-modal {
	position: relative;
	width: 100%;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }

.closeModalAcrt {
	background: url("../../img/small-red-close.png") no-repeat;
	height: 30px;
	position: absolute;
	right: 72px;
	top: 42px;
	width: 30px;
	border: 11px solid #ffffff;
	border-radius: 15px;
    z-index: 10;
}

/*-- New cart - step #1 --*/
.cartRow .totalChildCol {
	float: left;
	width: 13%;
	text-align: center;
}
.cartTotalBox {
	text-align: center;
	float: left;
  width: 40%;
	padding-top: 30px;
	font-family: "Arial Black";	
}
.cartTotalInner {
	display: inline-block;
	font-size: 30px;
}
.pronoCodeBox .clearCart {
	/*right: -78px;*/
}
.totalChildInner {
	padding: 28px 0;
	font-size: 20px;
}
/*.addindProduct {
	background: #ace68c;
}*/
.cartBoxModal .productInfoCol .grayBoldText {
  font-weight: normal;
  padding-left: 34px;
}

.cartSelectAdd {
	width: 59%;
  text-align: right;
	float: left;
}
.cartSelectDesign, .childAccountsModalSelect  {
	width: 225px;
	display: inline-block;
	overflow: hidden;		
	background: #ace68c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.8);
	-ms-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.8);
	-o-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.8);
	position: relative;	
}
.cartSelectDesign:before, .childAccountsModalSelect:before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	right: 6px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 0;
	border-top: 6px solid #787878;
	z-index: 2;
}
.cartSelectDesign:after, .childAccountsModalSelect:after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: 0px;
	height: 94%;
	width: 25px;
	border: 1px solid #F4F4F4;
	border-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	background: #FCFCFC;
	background: -moz-linear-gradient(top, #FCFCFC 0%, #F9F9F9 50%, #EAEAEA 51%, #E7E7E7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #610020), color-stop(50%, #F9F9F9), color-stop(51%, #EAEAEA), color-stop(100%, #E7E7E7));
	background: -webkit-linear-gradient(top, #FCFCFC 0%, #F9F9F9 50%, #EAEAEA 51%, #E7E7E7 100%);
	background: -o-linear-gradient(top, #FCFCFC 0%, #F9F9F9 50%, #EAEAEA 51%, #E7E7E7 100%);
	background: -ms-linear-gradient(top, #FCFCFC 0%, #F9F9F9 50%, #EAEAEA 51%, #E7E7E7 100%);
	background: linear-gradient(to bottom, #FCFCFC 0%, #F9F9F9 50%, #EAEAEA 51%, #E7E7E7 100%);
	z-index: 1;
	border-left: 1px solid rgb(179, 179, 179);
}
.cartSelectDesign select, .childAccountsModalSelect select {
	width: 110%;
	color: #205b10;
	font-weight: 700;
	font-size: 17px;
	padding: 5px;
	background: transparent;
	position: relative;
	z-index: 5;
	cursor: pointer;	
}
.checkoutPageContainer .step_back_btn {
	position: absolute;
	top: 0px;
	left: -25px;
	color: #ffffff;
}
#childAccountsModal {
	width: 500px;
	box-shadow: none;
	z-index: 10;
	border-radius: 0;
}
.childAccountsModal {
	right: 5px;
	top: 15px;
}
.childAccountsMsg {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin: 30px 0px 15px 0px;
}
.childAccountsText {
	text-align: center;	
	font-size: 16px;
	margin-bottom: 15px;
}
.childAccountsModalSelect {
	width: 40%;
	display: block;
	margin: 0px auto;
}
.childAccountsModalSelect select {
	font-size: 20px;
	width: 110%;
}
.childAccountsModalSelect:before {
	top: 18px
}
.childAccountsModalOkayBtn {
	width: 85px;
	height: 40px;
	font-size: 22px;
	color: #ffffff;
	background: #8cbc5e;
	border: none;
	font-weight: 700;
	float: right;
	cursor: pointer;
}
.childAccountsModalOkayBtn:hover {
	background: #A3D870;
}

.samplevideoTourBox{
	height: 270px;
}

/*-- New freeetrial page --*/
.wrappNewFreeTrialBlock {
	position: relative;
	margin-top: 65px;
}

.wrappNewFreeTrialBlock .keyFeatures {
    float: left;
    top: 19px;
    left: 0px;
    font-size: 20px;
    z-index: 100001!important;
}
.wrappNewFreeTrialBlock .keyFeatures:before {
	top: -10px;
}

.purchaseFullAccess {
    float: right;
    font-family: calibri;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    /* margin-right: -30px; */
    text-transform: uppercase;
    width: 125px;
    background: #88b85b;
    border-radius: 5px;
    padding: 5px 20px;
    box-shadow: 0px 5px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 5px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 2px rgba(0,0,0,0.6);
    -o-box-shadow: 0px 5px 2px rgba(0,0,0,0.6);
    -ms-box-shadow: 0px 5px 2px rgba(0,0,0,0.6);
    position: absolute;
    right: 0;
    /*top: 135px;*/
    top: -68px;
    z-index: 1;
    display: inline-block;
}
.purchaseFullAccess:hover {
	box-shadow: none;
}
.freetrialPromoText {
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	top: -60px;
	right: -30px;
}

.freeplayTabsLabels .freeTrialTabs_label {
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
    width: 27%;
}

.freeplayTabsLabels .freeTrialTabs_label + .freeTrialTabs_label {
    margin-left: 10px;
}

.first_animation .freeplayTabsLabels .freeTrialTabs_label,
.first_choise_level_container .arrow {
    -webkit-animation: bounceIn 2s 1s , pulseScale 1.5s linear 3s infinite;
    animation: bounceIn 2s 1s , pulseScale 1.5s linear 3s infinite;
}



.freeplayTabsLabels .freeTrialTabs_label  a {
	font-size: 30px;
	width: 100%;
    display: block;
	padding: 5px 30px 0px 30px;
	background: #08668c;
	border: none;
	line-height: 25px;
	color: #ffffff;
	border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-o-border-radius: 20px 20px 0px 0px;
    box-sizing: border-box;
}
.freeplayTabsLabels .freeTrialTabs_label span {
	font-size: 19px;
    display: block;
    width: 100%;
}

.tabs-closed {
	display: none;
}

.freeplayTabsLabels {
	padding-left: 12.5%;
    padding-top: 10px;
}

.freeplayTabsLabels .freeTrialTabs_label-active a, .freeplayTabsLabels .freeTrialTabs_label a:hover {
	background: #ffffff;
	color: #01304c;	
}
#freeTrialTabs .tabs-wrapper {
	width: 100%;
}
#freeTrialTabs .freeTrialTabs_item {
	padding: 0px;
	border: none;
	width: 100%;
}
.tabs-modal {
	position: absolute;
	top: 17%;
	margin: 0px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
	width: 420px;
	/*height: 470px;*/
	padding: 30px 30px 80px 30px;
    margin-top: 150px;
	background: #09749e;
	font-size: 14px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	box-shadow: 6px 9px 6px rgba(0,0,0,0.7);
	-moz-box-shadow: 6px 9px 6px rgba(0,0,0,0.7);
	-webkit-box-shadow: 6px 9px 6px rgba(0,0,0,0.7);
	-o-box-shadow: 6px 9px 6px rgba(0,0,0,0.7);
	-ms-box-shadow: 6px 9px 6px rgba(0,0,0,0.7);
	z-index: 150000!important;
}

.tabs-modal-container {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 12.5%;
    box-sizing: border-box;
}

.tabs-modal-container .tabs-modal {
    position: relative;
    margin: 32% auto 0;
    top:auto;
    left: auto;
    transform:none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
}

.tabs-modal-container .tabs-modal:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear:both;
}

.tabs-modal_title {
	color: #ffffff;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 20px;
}
.tabs-modal_img {
	float: left;
	margin: 5px 5px 5px 0px;
}
.tabs-modal_text {
	text-align: justify;
	margin-bottom: 20px;
	color: #ffffff;
}
.tabs-modal_text span {
	font-weight: 700px;
	color: #e0ff5b;
}
.tabs-begin-btn {
	padding: 10px 25px;
	background: #6caee0;
	color: #ffffff;
	font-weight: 700;
	font-size: 25px;
	box-shadow: 3px 4px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 4px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 4px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 3px 4px 4px rgba(0,0,0,0.5);
	-ms-box-shadow: 3px 4px 4px rgba(0,0,0,0.5);
	position: absolute;
	bottom: 30px;
	left: 35%;
}

.exitFreeLessBtn {
	position: absolute;
	top: 80px;
	right: -20px;
	font-size: 21px;
	z-index: 5;
	color: #c70c09;
	padding-right: 45px;
	text-shadow: #ffffff 1px 0px, #ffffff 1px 1px, #ffffff 0px 1px, #ffffff -1px 1px, #ffffff -1px 0px, #ffffff -1px -1px, #ffffff 0px -1px, #ffffff 1px -1px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px;
	-webkit-text-shadow: #ffffff 1px 0px, #ffffff 1px 1px, #ffffff 0px 1px, #ffffff -1px 1px, #ffffff -1px 0px, #ffffff -1px -1px, #ffffff 0px -1px, #ffffff 1px -1px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px;
	-moz-text-shadow: #ffffff 1px 0px, #ffffff 1px 1px, #ffffff 0px 1px, #ffffff -1px 1px, #ffffff -1px 0px, #ffffff -1px -1px, #ffffff 0px -1px, #ffffff 1px -1px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px;
	-o-text-shadow: #ffffff 1px 0px, #ffffff 1px 1px, #ffffff 0px 1px, #ffffff -1px 1px, #ffffff -1px 0px, #ffffff -1px -1px, #ffffff 0px -1px, #ffffff 1px -1px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px;
	-ms-text-shadow: #ffffff 1px 0px, #ffffff 1px 1px, #ffffff 0px 1px, #ffffff -1px 1px, #ffffff -1px 0px, #ffffff -1px -1px, #ffffff 0px -1px, #ffffff 1px -1px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px;
}
.exitFreeLessBtn:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: -10px;
	right: 0px;
	width: 43px;
	height: 41px;
	background: url("../img/close-italic.png") no-repeat;
}
#exitFreeModal, #lockedModal {
	width: 370px;
	padding: 30px;
	height: 170px;
	border: 10px solid #01304e;
	box-shadow: none;
	text-align: center;
	color: #01304c;
	font-size: 17px;
	font-weight: 700;	
}
#exitFreeModal .purchaseFullAccess {
	padding: 10px 20px;
	margin-right: 0px;
}
.exitModal_promo {
	font-size: 35px;
	font-weight: 900;
	color: #cd060f;
	margin: 25px 0px;	
}

.exitModal_title {
	font-size: 23px;
	font-weight: 700;
	margin-bottom:10px;
}
#exitFreeModal .closeModalAcrt, #lockedModal .closeModalAcrt {
	background: url("../img/close-italic.png") no-repeat;
	border: none;
	background-size: 80% 80%;
	top: 2px;
	right: -3px;
}

.maybeNextBtn {
	float: left;
	font-family: calibri;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	margin-right: -30px;
	text-transform: uppercase;
	width: 155px;
	background: #a1cdeb;
	border-radius: 5px;
	padding: 15px 20px;
	box-shadow: 0px 5px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 5px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 2px rgba(0,0,0,0.6);
	-o-box-shadow: 0px 5px 2px rgba(0,0,0,0.6);
	-ms-box-shadow: 0px 5px 2px rgba(0,0,0,0.6);
	position: relative;
	z-index: 1;
	top: 4px;
}
.maybeNextBtn:hover, .tabs-begin-btn:hover {
	box-shadow: none;
}
.clearCart:before {
	display: none;
	content: "Delete Item from Cart";
	background: #ffffff;
	border: 1px solid #989898;
	position: absolute;
	bottom: 85%;
	right: -5%;
	color: #000;
	font-size: 14px;
	padding: 20px 10px;
	width: 120px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
}
.clearCart:after {
	display: none;
	content: "";
	border: 8px solid transparent;
	border-top: 8px solid white;
	border-right: 8px solid white;
	bottom: 28px;
	position: absolute;
	right: 35px;
}

.promoCodeRow .clearCart:before {
	content: "Clear a promo code";
}
.promoCodeFieldCol .applyCodeBtn {
	position: relative;
}
.promoCodeFieldCol .applyCodeBtn:before {
	display: none;
	content: "Add a promo code for additional savings!";
	background: #ffffff;
	border: 1px solid #989898;
	position: absolute;
	bottom: 155%;
	left: 75%;
	color: #000;
	font-size: 14px;
	padding: 20px 10px;
	width: 135px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
}
.promoCodeFieldCol .applyCodeBtn:after {
	display: none;
	content: "";
	border: 8px solid transparent;
	border-top: 8px solid white;
	border-left: 8px solid white;
	bottom: 34px;
	position: absolute;
	right: -15px;
}

a.cartChildLink, .cartSelectAdd {
	position: relative;
}

a.cartChildLink {
  font-size: 20px;
  text-decoration: underline;
}

a.cartChildLink:hover {
  text-decoration: none;
}

a.cartChildLink:before {
	display: none;
	content: "Add or Remove children from your plan. $10/child ";
	background: #ffffff;
	border: 1px solid #989898;
	position: absolute;
	bottom: 155%;
	left: 0%;
	color: #000;
	font-size: 14px;
	padding: 20px 10px;
	width: 135px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
}
a.cartChildLinkEducator:before {
	content: "Add or Remove children from your plan. $5/child ";
}
a.cartChildLink:after {
	display: none;
	content: "";
	border: 8px solid transparent;
	border-top: 8px solid white;
	border-left: 8px solid white;
	bottom: 26px;
	position: absolute;
	left: 35px;
}

.cartSelectAdd:before {
	display: none;
	content: "Add another level for $20 or add the full package.";
	background: #ffffff;
	border: 1px solid #989898;
	position: absolute;
	bottom: 155%;
	right: -25%;
	color: #000;
	font-size: 14px;
	padding: 20px 10px;
	width: 125px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
}

.cartSelectAdd:after {
	display: none;
	content: "";
	border: 8px solid transparent;
	border-top: 8px solid white;
	border-left: 8px solid white;
	bottom: 47px;
	position: absolute;
	right: -5px;
}

.clearCart:hover:after, .clearCart:hover:before,
.promoCodeFieldCol .applyCodeBtn:hover:after, .promoCodeFieldCol .applyCodeBtn:hover:before,
a.cartChildLink:hover:before, a.cartChildLink:hover:after,
.cartSelectAdd:hover:before, .cartSelectAdd:hover:after {
	display: block;
}
#childAccountsModal .clearCart:hover:after, #childAccountsModal .clearCart:hover:before{
  display: none;
}

.remove_green_item {
	display: none;
	text-align: center;
	position: absolute;
	bottom: 30px;
  right: 15px;
	width: 180px;
	font-size: 14px;
	padding: 20px 10px;
	background: #ffffff;
	border: 1px solid #848484;
	border-radius: 10px;
	box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
}
.remove_green_item:before {
	display: block;
	content: "";
	bottom: -10px;
	position: absolute;
	right: 14px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid white;
}

.remove_green_item p {
	margin-bottom: 10px;
}

.keep_Btn {
	padding: 5px;
	background: rgb(255, 191, 202);
	color: #000000;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.7);
	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.7);
	-o-box-shadow: 2px 3px 5px rgba(0,0,0,0.7);
	-ms-box-shadow: 2px 3px 5px rgba(0,0,0,0.7);
	border: 1px solid #6C6C6C;
	float: left;
}
.delete_Btn {
	padding: 5px;
	background: rgb(228, 0, 39);
	color: #FFFFFF;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.7);
	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.7);
	-ms-box-shadow: 2px 3px 5px rgba(0,0,0,0.7);
	-o-box-shadow: 2px 3px 5px rgba(0,0,0,0.7);
	border: 1px solid #6C6C6C;
	float: right;
}
.delete_Btn:hover, .keep_Btn:hover {
	box-shadow: none;
}
.clickHereModalBtn {
	color: #ffffff;
}
.clickHereModalBtn:hover {
	text-decoration: underline;
}
#lockedModal .exitModal_title {
	line-height: 25px;	
	text-align: center;
}
.lockedModalBtn {
	float: none;
	padding: 5px 40px;
	font-size: 25px;
}
#lockedModal .exitModal_title + div {
	margin-bottom: 35px;
}

/*-- Freeplay new 28.01.2015 --*/

.freeplayLoginModal_playBtn {
	display: block;
    width: 67%;
    height: 19%;
	background: url("../img/freeplay/freeplay-new-enterBtn.png") center center no-repeat;
    margin: 7% auto 32%;
    background-size: contain;
}
.freeplayLoginModal_infoBtn {
	display: block;
	width: 32px;
	height: 34px;
	background: url("../img/freeplay/freetrial_i.png") no-repeat;
	position: absolute;
    top: 42%;
    right: 20%;
}
.freeplayLoginModal_playBtn:active {
	background: url("../img/freeplay/freeplay-new-enterBtn-active.png") no-repeat;
    
}
.popupRedapple {
	top: 30%;
}
.freeplayLoginModal_input {
	width: 100%;
	height: 10%;
	margin: 4% auto 0;
	display: block;
	background: none;
	border: none;
	text-align: center;
	color: #FFFFFF;
	font-family: comic sans MS,Arial,Helvetica,sans-serif;
	font-size: 30px;
	line-height: 10%;
    padding: 0 10%;
    box-sizing: border-box;
    background-size: contain !important;
}
.freeplayLoginModal_name {
	margin-bottom: 11%;
}
.freeplayLoginModal_input:focus {
	background: none;
}

.overlayFreeplay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    z-index: 10000;
	opacity: 0.75;
	background: #000000;
	display: none;
}
.popupRedapple {
	z-index: 1015;
}
.freeplay_name {
	font-family: Tahoma;
	font-size: 20px;
	color: #f0a332;
	position: absolute;
    /*top: 27%;*/
    top: auto;
    bottom: 65%;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	width: 11.5%;
	overflow: hidden;
	font-weight: bold;
}

/*-- Bunlde block - pricing page--*/
.bundle-block {
	margin: 55px 60px 65px 700px;
  font-size: 20px;
  color: #163d5c;
}

.bundle-block div  {
	margin-bottom: 10px;
}

.bundle_title {
	text-align: center;	
	font-size: 25px;
	text-decoration: underline;
	text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
.bundle_price {
	float: right;
}

.bundle-block hr {
	border: none;
	background: #163d5c;
	height: 2px;
	margin-bottom: 10px;
}

.bundle_level {
	margin-right: 40px;
	text-align: center;
}

.bundle_total {
	text-transform: uppercase;
}

/*-- New cart purchase page 27.03.2015 --*/
.browseLevels {
	float: right;	
	color: #163d5c;
	line-height: 59px;
	font-size: 14px;
	text-decoration: underline;
	position: relative;
	padding-left: 37px;
}
.browseLevels:before {
	position: absolute;
	top: 13px;
	left: 0px;
	display: block;
	width: 32px;
  height: 32px;
	content: '';	
	background: url('../img/level_sprite.png') no-repeat;
}

.browseLevels:hover {
	text-decoration: none;
}

.cartRow .itemCol {
	width: 29%;
	padding-left: 6%;
	float: left;
	text-align: left;
}

.cartRow .deleteCol {
	float: left;
	width: 10%;	
	min-height: 1px;	
	text-align: center;	
	position: relative;
}

.addindProduct .deleteCol {
	padding-top: 32px;
}

.cartRowextraChild .productInfoCol {
	width: 71%;
	text-align: right;
  padding-right: 12%;
}

.cartRowextraChild .quantityBox {
	position: relative;
}

.cartRowextraChild .priceRow {
	padding: 30px 0;
}

.addLevelRow {
	padding: 30px 0px;
}

.ChildinputAccount {
	width: 65px;
	height: 28px;
  padding-right: 15px;
  border: 2px solid #babec4;
  border-radius: 3px;
	text-align: center;
	background: -webkit-linear-gradient(to top, #E5E5E5, #F0F0F0, #FFF9F9);
	background: -moz-linear-gradient(to top, #E5E5E5, #F0F0F0, #FFF9F9);
	background: -o-linear-gradient(to top, #E5E5E5, #F0F0F0, #FFF9F9);
	background: linear-gradient(to top, #E5E5E5, #F0F0F0, #FFF9F9);	
	margin-top: -5px;
}
.childCount  {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
  right: 7px;	
	cursor: pointer;
}

.childMinus {
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #666767 transparent transparent transparent;
	bottom: 6px;
}

.childPlus {
	border-style: solid;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #666767 transparent;
	top: 2px;
}

.childPlus:hover, .childPlus:active {
	border-color: transparent transparent #000 transparent;
}

.childMinus:hover, .childMinus:active {
	border-color: #000 transparent transparent transparent;
}

.addLevelRow .cartSelectDesign {
	background: -webkit-linear-gradient(to top, #E5E5E5, #F0F0F0, #FFF9F9);
	background: -moz-linear-gradient(to top, #E5E5E5, #F0F0F0, #FFF9F9);
	background: -o-linear-gradient(to top, #E5E5E5, #F0F0F0, #FFF9F9);
	background: linear-gradient(to top, #E5E5E5, #F0F0F0, #FFF9F9);
	border-right: 1px solid #A9A9A9;
	width: 175px;
  height: 30px;
}

.addLevelRow .cartSelectDesign select {
	line-height: 28px;
  padding: 0px 5px;
  height: 30px;
}

.addLevelRow .quantityCol {
	width: 36%;
	margin-top: -7px;
	text-align: left;
  padding-left: 18px;
}
.saveItem {
	font-size: 11px;
	font-weight: 400;
	display: none;
}

.promoSave {
	width: 86%;
  float: left;
  text-align: right;
	padding: 15px 27% 15px 0px;
}

.promoSave + .priceCol {
	padding: 15px 0px;
}

.promoCodeBlock {
	float: left;
	width: 60%;
	padding-top: 30px;
}

.checkoutPageTwo .checkout1PageTitle {
	margin: 0px;
	padding: 12px 0px 32px 0px;
}

.checkoutPageTwo .checkout1PageTitle span {
	padding: 0px;
}

.checkoutPageTwo  .checkout1PageTitle span.cart:after {
	content: none;
}

.checkoutPageTwo  .checkout1PageTitle span.cart:before {
	width: 71px;
	height: 71px;
	position: absolute;
	top: 0px;
	left: -70px;
	content: '';
	background: url("../img/for-checkout.png") no-repeat;
}

.checkoutPageTwo .steptwo_account_col, .checkoutPageTwo  .steptwo_billing_col {
	width: 48%;
  float: right; 
}

.checkoutPageTwo .steptwo_billing_col {
	margin-right: 4%;
}

.checkoutPageTwo .steptwo_account_col .steptwo_account_body {
	padding-bottom: 176px;
}

.checkoutPageTwo .steptwo_summary_body {
	clear: both;
  border: none;
  float: left;
  width: 48%;
}

.checkoutPageTwo .steptwo_summary_body p {
	font-size: 17px;
}

.checkoutPageTwo .steptwo_summary_body .title {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 15px;
}

.checkoutPageTwo .steptwo_summary_body p.steptwo_price {
  font-size: 25px;
  text-transform: uppercase;
}

.checkoutPageTwo .steptwo_summary_body p.complite_color {
	margin-top: 10px;
	color: #454546;
}

.checkoutPageTwo .steptwo_summary_body .complite_color span {
	font-size: 20px;
}

.checkoutPageTwo .steptwo_form_btn { 
	margin-bottom: 30px;
}
.checkoutPageTwo .steptwo_btn_container {
	float: left;
  width: 48%;
	margin-left: 4%;
	margin-top: 55px;
}

#clouds1 {
    transform: translateZ(0);
    animation: clouds_fly 45s linear infinite;
    right:-100% !important;
}

#clouds2 {
    transform: translateZ(0);
    animation: clouds_fly_other 70s linear infinite;
    right: auto !important;
    left: 0;
}

#jet3 {
    transform: translateZ(0);
    animation: plane 30s linear infinite;
}

body iframe:last-child {
    /*position: absolute;*/
    bottom:0;
    left: 0;
}

.g-recaptcha div iframe{
    position: static;
}

.freeplayLoginModal_container {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 117px;
}

.freeplayLoginModal {
    max-width: 760px;
    max-height: 600px;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-size: cover;
    box-shadow: none;
    padding: 0;
}

.freeplayLoginModal form {
    display:block;
    height: 100%;
    padding: 22% 17% 0;
    box-sizing: border-box;
}

.freeplayLoginModal_position {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 620px;
    max-width: 760px;
    margin: 8% auto 0;
}

.freeplayLoginModal_name,
.freeplayLoginModal_email,
.freeplayLoginModal_playBtn,
.freeplayLoginModal_playBtn:active {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.notice_popup_wrap {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    max-height: 600px;
    vertical-align: middle;
    text-align: center;
    z-index: 99999;
    display: none;
    background-color: black;
    opacity: 0.9;
}

.notice_popup_wrap:before {
    display: inline-block;
    content: "";
    height: 100%;
    width: 1px;
    vertical-align: middle;
}

.notice_popup {
    background-color: #FA0303;
    width: 640px;
    /*height: 420px;*/
    display: inline-block;
    max-width: 85%;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    white-space: normal;
    padding: 20px;
    display: none;
}

.notice_popup p {
    font-size: 27px;
    max-width: 500px;
    margin-bottom: 10px;
}

.notice_popup p.title {
    font-size: 44px;
    max-width: 100%;
    margin-bottom: 20px;
}

.notice_popup .btn_row {
    text-align: right;
}

.notice_popup .btn_row a {
    color: #FA0303;
    background-color: #fff;
    display: inline-block;
    padding: 7px 20px;
    font-size: 27px;
}

.header-row.left-logo {
    text-align: left;
}

.content-wrap.with_title_fun {
    padding-top: 0;
}

.title_fun_container {
    min-height: 100px;
    color: #054e70;
    font-size: 24px;
    font-weight: bold;
    font-family: "Arial Black", Sans-serif;
    text-align: left;
    box-sizing: border-box;
    padding: 25px 10px 45px;
}

.title_fun_container .fun_icon {
    display: inline-block;
    width: 101px;
    height: 39px;
    background: url("../../img/fun.png") 0 0 no-repeat;
}

.text-upercase {
    text-transform: uppercase;
}

.payments_plan_list {
    color: #163d5c;
    font-size: 20px;
}

.payments_plan_row {
    overflow: hidden;
    position: relative;
    padding: 5px 10px 0;
}

.payments_plan_row .best_deal {
    font-size: 15px;
    font-weight: 300;
    /*font-style: italic;*/
    color: #b50a14;
    text-align: center;
    margin-top:-10px;
    text-transform: uppercase;
}

.payments_plan_cost {
    float: right;
    padding: 8px 0 0;
}

.payments_plan_cost .red_price {
    color: #b50a14;
    display: inline-block;
    width: 45px;
    margin-left: 0;
    text-align: right;
    font-weight: bold;
}

.large_text .payments_plan_cost .red_price {
    width: 43px;
}

.payments_plan_cost .old_price {
    position: relative;
}

.payments_plan_cost .old_price:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 42px;
    background-color: #b50a14;
    top: 50%;
    left: 78%;
    margin:-1px 0 0 -30px;
    /*-webkit-transform: rotate(-45deg);*/
    /*-moz-transform: rotate(-45deg);*/
    /*transform: rotate(-45deg);*/
}

.payments_plan_cost.longer .red_price{
    width: 90px;
}

.payments_plan_cost.longer .old_price:before {
    width: 99px;
    left: 29%;
}

@media (max-width: 1010px) {
    .freeplayLoginModal_container {
        padding-left: 12%;
    }

    .freeplayLoginModal_position {
        padding-top: 79%;
    }
}

@media screen and (max-width: 800px) {
    .payments_plan_cost.longer .red_price{
        width: 75px;
    }
    .payments_plan_cost.longer .old_price:before {
        width: 86px;
        left: 34%;
    }
}


.payments_plan_row sup {
    font-size: 14px;
}

.payments_plan_row label {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.payments_plan_row + .payments_plan_row {
    border-top: 1px solid #6B9BB3;
}

.payments_plan_row input {
    position: absolute;
    opacity: 0;
}

.payments_plan_row .payments_icon {
    display: inline-block;
    width: 42px;
    height: 35px;
    background: url("../../img/check-sprite.png") -64px -3px no-repeat ;
    vertical-align: middle;
    margin: 0 0 10px;
}

.payments_plan_row .payments_icon.checked {
    background-position: -108px -3px;
}

.with_payment_list h4 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.with_payment_list .text-center {
    text-align: center;
}

.promocode_container {
    margin: 0 0 10px;
}

.promocode_field {
    height: 33px;
    border: 3px solid #FE9308;
    border-radius: 6px;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
}

.promo_btn {
    height: 31px;
    color: #fff;
    background-color: #FE9308;
    border: 0;
    border-radius: 6px;
    font-weight: bold;
    padding: 0 25px;
}

.total_payment_container {
    text-align: right;
    padding: 0 0 5px;
    margin-top:-10px;
}

.total_payment_container p {
    font-size: 28px;
    color: #163d5c;
    padding: 0 20px;
    font-weight: 900;
}

.total_payment_container sup {
    text-decoration: none;
    vertical-align: baseline;
    font-size: inherit;
}

.total_payment_container sup:before {
    content: ".";
}

.content-box.with_payment_plan:before {
    margin-top: 165px;
}


.box-modal {
    box-sizing: border-box;
}

.image_popup_container {
    display: inline-block;
    position: relative;
}

.image_popup_container .key_features_link {
    position:absolute;
    height: 30px;
    top:11%;
    left: 52%;
    width: 15%;
}

@media only screen and (max-width: 1000px){
    .body_container, .site_container, .pageContentBox, .wrap{
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }

    .arcticmodal-container_i {
        padding-left: 0;
    }



    .payments_plan_list {
        font-size: 16px;
    }

    .freeplay_name {
        bottom: 55%;
    }
}

@media only screen and (max-width: 900px) {
    .freeplayLoginModal_input {
        font-size: 26px;
    }

    .payments_plan_list {
        font-size: 17px;
    }

}

@media only screen and (max-width: 768px) {
    .freeplayLoginModal_input {
        font-size: 20px;
    }

    .freeplay_name {
        bottom: 45%;
        font-size: 14px;
    }

    .tabs-modal-container .tabs-modal {
        margin: 36% auto 0;

    }

}

@media only screen and (max-width: 550px) {
    .tabs-modal-container {
        padding-left: 0;
    }

    .freeplayLoginModal_input {
        font-size: 16px;
    }

    .notice_popup p {
        font-size: 16px;
    }

    .notice_popup p.title {
        font-size: 20px;
    }

    .notice_popup .btn_row a {
        padding: 5px 10px;
        font-size: 18px;
    }

    .payments_plan_list {
        font-size: 15px;
    }

    .payments_plan_row {
        padding: 5px 0 0;
    }

    .payments_plan_cost {
        padding-top: 13px;
    }

    .payments_plan_row .best_deal {
        font-size: 14px;
    }

    .payments_plan_cost .red_price {
        width: 60px;
    }

    .tabs-modal {
        top: 0;
        left: 50%;
        width: 80%;
        height: auto;
        border-radius: 10px;
        padding: 10px 15px 40px 15px;
    }

    .freeplay_name {
        bottom: 40%;
    }

}

@media only screen and (max-width: 480px){
    #confirmationcartstep3 .formRow input{
        width: 80%;
    }

    .login-button{
        visibility: visible!important;
    }

    .wrappForm {
        margin-left: -300px;
        width: 600px;
        height: 427px;
    }

    .loginForm {
        background-size: cover;
        background-position: center center;
        float: left;
        height: 412px;
        width: 600px;
    }

    .loginForm:before {
        height: 425px;
    }

    .loginBox {
        padding:157px 0 0;
        width: 100%;
    }

    #user_name_login.input_text, #password_login.input_text {
        margin: 0 auto;
        float: none;
        display: block;
        width: 265px;
    }

    #forgetLink {
        display: inline-block;
        float: none;
        margin:0;
    }

    .forgetPassLink {
        text-align: center;
        margin-top: 15px;
    }

    .loginLinkBtn {
        text-align: center;
        padding-top: 3%;
    }

    .loginLinkBtn a {
        float: none;
        display: inline-block;
        margin: 0;
    }

    .wrappForm_container {
        min-height: 470px;
    }

    .footer-palms {
        background-size: cover !important;
    }

    .tabs-modal {
        padding-bottom: 30px
    }

    .tabs-modal_img {
        /*float: none;*/
        bottom: auto !important;
        max-height: 90px;
        width: auto;
    }

    .freeplayLoginModal_input {
        font-size: 14px;
    }

    .notice_popup {
        max-width: 80%;
    }

    .tabs-modal-container .tabs-modal {
        position: absolute;
        bottom:8%;
        left: 5%;
        width: 90%;
        margin:0;
        box-sizing: border-box;
    }

    .tabs-begin-btn {
        padding: 6px 12px;
        font-size: 17px;
    }

    .tabs-modal_title {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .freeplay_name {
        bottom: 35%;
    }

    #sticky_msg .sticky_mid {
        font-size: 16px !important;
        max-width: 300px;
    }
}

#recurring_payment_message {
    font-size: 15px;
    color: #4b4c4d;
}

@media (min-width: 1000px) {
	.head-bg {
		position: relative;
		z-index: 10030;
	}

	.site_container .video-freeplay-wrap .freeplayLoginModal_position {
		vertical-align: top;
	}

	.freeplayLoginModal_position {
		margin-top: 210px;
	}
}