@font-face {
  font-family: 'BebasNeueRegular';
  src: url('fonts/BebasNeueRegular/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),  
  url('fonts/BebasNeueRegular/BebasNeueRegular.otf')  format('opentype'),
	     url('fonts/BebasNeueRegular/BebasNeueRegular.woff') format('woff'), 
	     url('fonts/BebasNeueRegular/BebasNeueRegular.ttf')  format('truetype'), 
	     url('fonts/BebasNeueRegular/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}



body {
	font-size: 24px;
	color: #000000;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
}

.size-30 {
	font-size: 30px;
}
.color-white {
	color: #fff !important;
}
.color-pink {
	color: #ca177d;
}
.color-black {
	color: #000;
}

#main-content p {
	margin: 0 0 40px;
}
.regular {
    font-weight: 400;
}
.bold {
    font-weight: bold;
}
.extrabold {
    font-weight: 800;
}
.bordered-headline {
    font-size: 48px;
    margin-bottom: 40px;
    padding: 20px 0;
}
.pink-border {
    border-bottom: 3px solid #ca177d;
    border-top: 3px solid #ca177d;
}
.white-border {
	border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
}
.black-border {
	border-bottom: 3px solid #000;
    border-top: 3px solid #000;
}
h2 {
	font-size: 48px
}

/*Header*/
header#site-header {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 -9px 25px -26px #555 inset;
    padding: 50px 0 14px;
    text-align: center;
}

/*Content*/
/*Global*/
.shadow-bottom {
	position: relative;
}
.shadow-bottom::after {
    background-image: url("images/bottom-shadow.png");
    bottom: -34px;
    content: "";
    display: block;
    height: 34px;
    left: 50%;
    margin-left: -585px;
    position: absolute;
    width: 1170px;
}
.shadow-top {
	position: relative;
}
.shadow-top::before {
    background-image: url("images/top-shadow.png");
    top: -34px;
    content: "";
    display: block;
    height: 34px;
    left: 50%;
    margin-left: -585px;
    position: absolute;
    width: 1170px;
}
.payment-box {
    border-top: 1px solid #fff;
    box-shadow: 0 -1px 0 0 #c0bebe;
    padding-top: 30px;
}
.payment-box > h3 {
    color: #000000;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
}
.payment-btn {
    padding: 0;
    text-align: center;
}
.payment-btn li {
    display: inline-block;
    padding: 0 24px;
}
.payment-btn li a {
    border-radius: 3px;
    color: #fffefe;
    display: block;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 19px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 345px;
}
.yellow-btn {
    background: #ffa200 none repeat scroll 0 0;
}
.pink-btn {
    background: #ca177d none repeat scroll 0 0;
}
.gray-btn {
    background: #6e6e6e none repeat scroll 0 0;
}
.pink-list {
    padding: 0;
}
.pink-list li {
    background-image: url("images/pink-check.png");
    background-position: 0 9px;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 29px;
    padding-left: 50px;
}
.section-title {
    margin-bottom: 50px;
}




/*Section1*/
section#section1 {
    background-image: url("images/section1-bg.jpg");
    color: #fff;
    padding: 40px 0 32px;
    position: relative;
}

.pagesubheadline-section {
    background: rgba(0, 0, 0, 0.58) none repeat scroll 0 0;
    padding: 30px 0;
    position: relative;
    text-align: center;
}
.pagesubheadline-section::after {
    background-image: url("images/purple-transpa-bg.png");
    background-repeat: no-repeat;
    bottom: -60px;
    content: "";
    height: 60px;
    left: 50%;
    margin-left: -120px;
    position: absolute;
    width: 241px;
}
.pagesubheadline-section h2 {
    font-size: 42px;
    margin: 0;
}
#section1 h1 {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}

/*Section2*/
section#section2 {
    background: #fff none repeat scroll 0 0;
    padding: 70px 0 90px;
}

/*Section3*/

section#section3 {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 70px 0 14px;
}

/*section4*/

section#section4 {
    padding: 143px 0 31px;
}
.section4img {
    margin-left: -30px;
    margin-top: -90px;
}

/*Section5*/
section#section5 {
    background-image: url("images/section5-bg.jpg");
    background-size: cover;
    padding: 60px 0 100px;
}
.signup-recievedbox {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 1048px;
    padding: 50px 80px 90px;
}
.signup-recievedbox > h3 {
    color: #585858;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center;
}
.signup-recievedbox .pink-list {
    color: #585858;
    margin: 0 auto;
    max-width: 830px;
}


/*Section-6*/

section#section6 {
    background: #212121 none repeat scroll 0 0;
    color: #fff;
    padding: 75px 0 0;
}
.section6img {
    margin: -39px 0 0 -100px;
}
.spacer.top-95 {
	margin-top: 95px;
}
.spacer.top-50 {
margin-top: 50px;
}


/*Section7*/

section#section7 {
    background-image: url("images/section7-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #585858;
    padding: 100px 0;
}
.marketerlist {
    font-size: 0;
    margin: 0 -1% 70px;
    padding: 0;
}
.marketerlist li {
    display: inline-block;
    font-size: 36px;
    padding: 0 0.3%;
    text-align: center;
}
.marketerlist h4 {
    color: #585858;
    font-family: BebasNeueRegular;
    font-size: 36px;
    font-weight: bold;
}

/*section8*/
section#section8 {
    padding: 60px 0 50px;
}

/*Section9*/
section#section9 {
    background-image: url("images/section9-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #585858;
    padding: 70px 0 90px;
}
.lesson-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    margin-bottom: 52px;
    padding: 30px;
	margin-top:90px;
}
.lesson-box h4 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lesson-img {
    margin-top: 35px;
}
.col-md-8 .pink-list > li {
    margin-bottom: 10px;
}

/*section 10*/
section#section10 {
    color: #585858;
    padding: 60px 0 0;
}

/*section11*/
section#section11 {
    background-image: url("images/section11-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 86px 0 30px;
}

/*section12*/

section#section12 {
    color: #585858;
    padding: 96px 0 40px;
}
.bordered-box {
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    margin-bottom: 33px;
    padding: 50px 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

.bordered-box h3 {
    color: #ca177d;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}
.borderedboximg {
    margin-top: 30px;
}

/*Section13*/

section#section13 {
    background-image: url("images/section13-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 60px;
}
.section13img {
    margin-bottom: -110px;
    margin-top: 0;
    position: relative;
}

/*Section14*/
section#section14 {
    background: #f0ede1 none repeat scroll 0 0;
    padding: 85px 0 100px;
    color: #585858;
}

/*section15*/
section#section15 {
    padding: 60px 0 30px;
}
.whattorecieve-box {
    background-color: #d95aa0;
    background-image: url("images/torecieve-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 25px;
    padding: 45px 40px;
}

.whattorecieve-box h3 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
}
.whattorecieve-box p {
    margin-bottom: 0 !important;
}
.recievedimg {
    display: block;
    margin: 31px auto 0;
}
#section15 h2.bold {
    margin-bottom: 65px;
}

/*section16*/
section#section16 {
    background-image: url("images/section16-bg.jpg");
    background-position: center bottom;
    color: #585858;
    padding: 80px 0 60px;
}

/*section17*/

section#section17 {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #585858;
    padding: 78px 0 70px;
}
.schedule-btn {
    border-radius: 5px;
    font-size: 0;
    overflow: hidden;
    padding: 0;
}
.schedule-btn li {
    color: #fff;
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    padding: 19px 0;
    text-align: center;
    vertical-align: top;
    width: 33.3333%;
}
.schedule-btn li:first-child {
    background: #77dbed none repeat scroll 0 0;
    color: #333333;
    font-weight: bold;
    padding: 31px 0;
}
.schedule-btn li:nth-child(2) {
    background: #ca177d none repeat scroll 0 0;
}
.schedule-btn li:last-child {
    background: #e2218f none repeat scroll 0 0;
}
.schedule-btn li span {
    display: block;
    font-size: 24px;
    line-height: 1;
}
.schedule-list {
    margin-bottom: 26px;
    padding: 0;
}
.schedule-list li {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin-bottom: 6px;
    padding: 0 40px;
}
.schedule-list li > div {
    display: table-cell;
    height: 71px;
    vertical-align: middle;
}
.schedule-list li > div.schedule-day {
    border-right: 2px solid #f9f9f9;
    color: #77dbed;
    font-weight: bold;
    width: 335px;
}
.schedule-list li > div.schedule-lesson {
    color: #ca177d;
    font-weight: bold;
    padding-left: 40px;
}
.schedule-list li > div.schedule-lesson span {
    color: #000;
}


/*section18*/
section#section18 {
    background-image: url("images/section18-bg.jpg");
    background-position: center top;
    background-size: cover;
    color: #585858;
    padding: 90px 0;
}

/*section19*/
section#section19 {
    background-image: url("images/section19-bg.jpg");
    background-size: cover;
    color: #fff;
    padding: 75px 0;
    text-align: center;
}
#section19 h2 {
    margin-bottom: 40px;
}
.signupbox {
    border-top: 2px solid #ffffff;
    padding-top: 40px;
}
.signupbox a {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}
.modal-bg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.pop-up-expire {
    position: absolute;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	top:40%;
	left:38%;
}






@media screen and (max-width: 1400px) {
html {
overflow-x: hidden;
}
}

@media screen and (max-width: 1044px) {
#section1 h1 {
    font-size: 52px;
}
br {
    display: none;
}
.pagesubheadline-section h2 {
    font-size: 32px;
}
.bordered-headline, h2, .payment-box > h3, .signupbox a {
    font-size: 38px;
}
#main-content p {
    margin: 0 0 30px;
}
body {
    font-size: 18px;
    line-height: 1.5;
}
p.size-30 {
    font-size: 24px;
}
.payment-btn li a {
    display: block;
    font-size: 30px;
    padding: 10px 15px;
    width: 305px;
}
.section4img {
    margin-left: 0;
    margin-top: 0;
    max-width: 100%;
}
.section6img {
    margin: 0;
    max-width: 100%;
}
.spacer.top-95 {
    display: none;
}
.spacer.top-50 {
    display: none;
}
.marketerlist {
    margin: 0 0 70px;
    text-align: center;
}
img {
max-width: 100%;
}
.lesson-box.shadow-bottom::after {
    display: none;
}
.marketerlist li {
    width: 20%;
}
.marketerlist h4 {
    font-size: 27px;
}
.pink-list {
    margin-top: 20px;
}
}

@media screen and (max-width: 1000px) {
#section1 h1 {
    font-size: 42px;
}
.pagesubheadline-section h2 {
    font-size: 28px;
}
p.size-30 {
    font-size: 22px;
}
.bordered-headline, h2, .payment-box > h3 {
    font-size: 28px;
}
body {
    font-size: 17px;
}
.lesson-img {
    display: block;
    margin: 20px auto;
}
.schedule-list li > div.schedule-day {
    width: 205px;
}
section#section18 {
    background-color: #edeee9;
    background-image: none;
}
.signup-recievedbox {
    padding: 40px 30px 50px;
}
}
@media screen and (max-width: 768px) {
.shadow-bottom::after,.shadow-top::before {
    content: none;
}
.pop-up-expire {
	left:23%;
}
}



@media screen and (max-width: 750px) {
.marketerlist li {
    width: 40%;
}
.payment-processor-img {
    margin-bottom: 15px;
}
.borderedboximg {
    display: block;
    margin: 0 auto;
}
section#section16 {
    background-color: #f1ede2;
    background-image: none;
}
.schedule-btn li {
    display: block;
    font-size: 24px;
    padding: 12px 0 !important;
    width: 100%;
}
.schedule-btn li span {
    font-size: 15px;
}
.schedule-list li > div.schedule-day {
    width: 95px;
}
}
@media screen and (max-width:560px){
#logo img {
    max-width: 100%!important;
}
}


@media screen and (max-width: 400px) {
#section1 h1 {
    font-size: 29px;
}
.bordered-headline, h2, .payment-box > h3 {
    font-size: 24px !important;
}
p.size-30 {
    font-size: 18px;
}
.pagesubheadline-section::after {
    display: none;
}
.payment-btn li {
    display: block;
    padding: 0;
}
.payment-btn li a {
    max-width: 100%;
}
.schedule-list li > div {
    display: block;
    height: auto;
    padding: 4px 0 !important;
    text-align: center;
    width: 100% !important;
}
.marketerlist li {
    margin-bottom: 15px;
    width: 100%;
}
.pop-up-expire {
	left:5%;
}
}