@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,700,900);

@font-face {
    font-family: 'Helvetica';
    src: url("../fonts/Helvetica.eot") format("embedded-opentype");
}

.homepage-header {
    z-index: 10;
    position: relative;
}

.homepage-header .header-grey-line-outer .header-links {
    display: inline-block;
    margin-left: 8px;
}
@media (max-width: 768px) {
    .homepage-header .header-grey-line-outer .header-links {
        display: none;
    }
}
@media (max-width: 1115px) {
    .homepage-header .header-grey-line-outer .header-links a {
        font-size: 15px;
        margin-right: 3px;
    }
}

.homepage-header .header-grey-line-outer .header-links a {
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    border-bottom: 3px solid transparent;
    padding-bottom: 3px;
}

.homepage-header .header-grey-line-outer .header-links a.active {
    border-bottom: 3px solid #4A9EF9;
}

.homepage-header .header-grey-line-outer .header-links a:hover {
    text-decoration: none;
}

.wrapper {
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
}

.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 {
    margin: 0;
    letter-spacing: -1px;
}

.wrapper h1 {
    font-size: 40px;
    font-weight: bold;
    margin-top:20px;
}

@media (max-width: 768px) {
    .wrapper h1 {
        font-size: 35px;
    }
}

@media (max-width: 420px) {
    .wrapper h1 {
        font-size: 28px;
    }
}

.wrapper h2 {
    font-size: 32px;
    font-weight: bold;
}

.wrapper h3 {
    font-size: 26px;
}

.wrapper h4 {
    font-size: 16px;
}

.wrapper h5 {
    font-size: 42px;
}

.wrapper h6 {
    font-size: 27px;
}

.wrapper small {
    font-size: 12px;
}

.wrapper .light-blue {
    color: #4A9EF9;
}

.wrapper .gray-bg {
    background-color: #f5f5f7;
}

.wrapper .blue-bg {
    background-color: #2189e3;
}

.wrapper .btn {
    border-radius: 0;
    padding: 0;
}

.wrapper .light-blue-tiny-button {
    background-color: #2189e3;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}

.wrapper .light-blue-tiny-button:hover {
    color: #fff !important;
}

.wrapper .btn-tiny-group {
    margin-top: 35px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .wrapper .btn-tiny-group {
        text-align: center !important;
    }
}

.wrapper .btn-tiny-group > a.btn {
    display: inline-block;
    color: #fff;
    width: 155px;
    letter-spacing: -1px;
    height: 45px;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    padding: 0;
}

@media (max-width: 992px) {
    .wrapper .btn-tiny-group > a.btn {
        width: inherit;
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .wrapper .btn-tiny-group > a.btn {
        font-size: 16px;
        margin-bottom: 3px;
    }
}

.wrapper .btn-tiny-group > a.btn.btn-more {
    background-color: #C7581D;
}

.wrapper .btn-tiny-group > a.btn.btn-more span {
    margin-right: 3px;
    vertical-align: text-top;
}

.wrapper .btn-lg {
    color: #fff;
    font-weight: bold;
    font-size: 31px;
    height: 85px;
    line-height: 85px;
    letter-spacing: -1px;
    width: 316px;
}

@media (max-width: 768px) {
    .wrapper .btn-lg {
        height: 50px;
        font-size: 25px;
        line-height: 50px;
        width: 100%;
    }
}

.wrapper .btn-55 {
    color: #fff;
    font-size: 30px;
    height: 55px;
    line-height: 55px;
    width: 100%;
    margin-bottom: 5px;
    width: 220px;
}

@media (max-width: 992px) {
    .wrapper .btn-55 {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .wrapper .btn-55 {
        width: 220px;
    }
}

.wrapper .btn-white {
    background-color: #4A9EF9;
    border: 1px solid #fff;
}

.wrapper .btn-dark-blue {
    background-color: #3E85D0;
}

.wrapper .btn-span {
    color: #fff !important;
    width: 100%;
    line-height: 76px;
    display: block;
    height: 76px;
    font-size: 28px;
}
.wrapper .btn-span.focus,
.wrapper .btn-span:focus,
.wrapper .btn-span:hover {
	color: #fff !important;
}

@media (max-width: 440px) {
    .wrapper .btn-span {
        font-size: 20px;
        height: 55px;
        line-height: 55px;
    }
}

.wrapper .btn-green {
    background-color: #4dd0d8;
    /*background-color: #fff;*/
}

.wrapper .btn-dark-green {
    background-color: #669389;
}

.wrapper .btn-blue {
    /*background-color: #4A9EF9;*/
    background-color: #fff;
}

.wrapper .btn-blue1 {
    background-color: #4A9EF9;
    /*background-color: #fff;*/
}

.wrapper .btn-orange {
    background-color: #FAA00C;
}

.wrapper .btn-dark-orange {
    background-color: #C7581D;
}

.wrapper .btn-white-bg {
    background-color: #FFF;
    color: #16BAC5 !important;
    border-radius:6px;
}

.wrapper .btn-yellow {
    background-color: #FFCF01;
}

.wrapper .flex-box {
    display: flex;
    align-items: center;
    margin-left:15px;
}

@media (max-width: 768px) {
    .wrapper .flex-box {
        flex-direction: column;
        text-align: center;
    }
}

.wrapper .m-l-20 {
    margin-left: 20px;
}

@media (max-width: 768px) {
    .wrapper .m-l-20 {
        margin-left: 0;
    }
}

.wrapper .m-l-35 {
    margin-left: 35px;
}

@media (max-width: 768px) {
    .wrapper .m-l-35 {
        margin-left: 0;
    }
}

.wrapper .m-r-35 {
    margin-right: 35px;
}

@media (max-width: 768px) {
    .wrapper .m-r-35 {
        margin-right: 0;
    }
}

.wrapper .m-r-20 {
    margin-right: 20px;
}

@media (max-width: 768px) {
    .wrapper .m-r-20 {
        margin-right: 0;
    }
}

.wrapper .hero {
    position: relative;
    width: 1239px;
    max-width: 99%;
    display: inline-block;
}

.wrapper .hero.background-image {
    background-image: url(../images/girl-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    margin-top: -71px;
}

.wrapper .hero .text-center {
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 40px;
    right: 0;
    left: 0;
    padding: 0 15px;
}

.wrapper .hero .text-center h1, .wrapper .hero .text-center h3 {
    color: #fff;
}

.wrapper .hero .text-center .btn {
    margin: 20px 0;
}

@media (max-width: 768px) {
    .wrapper .hero h3 {
        font-size: 18px;
    }
}

.wrapper .button-section {
    margin-top: 70px;
}

.wrapper .button-section h2 {
    letter-spacing: -2px;
}

.wrapper .button-section h2 + div {
    margin-bottom: 9px;
    font-size: 21px;
    letter-spacing: -1px;
}

.wrapper .button-section .row > [class*="col-"] {
    padding: 0 9px;
    margin: 6px 0;
}

.wrapper .music-stars {
    background-color: #4A9EF9;
    padding: 10px 0;
    margin-top: 70px;
    color: #fff;
}

.wrapper .music-stars .row .middle-box {
    margin-left: 15px;
    margin-right: 40px;
}

@media (max-width: 992px) {
    .wrapper .music-stars .row .middle-box {
        margin-right: 15px;
    }
}

.wrapper .music-stars h5 + p {
    font-size: 21px;
    line-height: 1.1;
}

.wrapper .created-by {
    margin-top: 38px;
    margin-bottom: 56px;
}

@media (max-width: 768px) {
    .wrapper .created-by {
        text-align: center;
    }
}

.wrapper .created-by img {
    border: 5px solid #E3E3E3;
    border-radius: 50%;
}

.wrapper .created-by h2 {
    color: #4A9EF9;
    margin-bottom: 35px;
}

.wrapper .created-by h2 + p {
    font-size: 21px;
    color: #414142;
    line-height: 1.1;
    color: #000;
}

.wrapper .sales-hero .m-l-20 p {
    color: #414142;
    font-size: 24px;
    line-height: 1.1;
    margin-top: 20px;
    letter-spacing: -1px;
}

@media (max-width: 768px) {
    .wrapper .sales-hero .m-l-20 {
        font-size: 19px;
    }
}

.wrapper .sales-benefits {
    margin: 30px 0;
}

.sales-benefits.sales-academy > div {
    display: flex;
    align-items: center;
    min-height: 180px;
}

.sales-benefits.sales-academy > div.no-height {
    height: auto;
}

.wrapper .sales-benefits.sales-academy .flex-box .single-item > div {
    box-shadow: none;
}

@media (max-width: 768px) {
    .wrapper .sales-benefits {
        margin-bottom: 0;
    }
}

.wrapper .sales-benefits .mobile-image .flex-box div:nth-of-type(1) {
    text-align: right;
}

@media (max-width: 768px) {
    .wrapper .sales-benefits .mobile-image .flex-box div:nth-of-type(1) {
        order: 2;
        text-align: center !important;
    }

    .wrapper .sales-benefits .mobile-image .flex-box div:nth-of-type(2) {
        order: 1;
    }
}

.wrapper .sales-benefits .flex-box {
    margin: -20px 0;
}

@media (max-width: 768px) {
    .wrapper .sales-benefits .flex-box {
        margin: 10px 0;
    }
}

.wrapper .sales-benefits .flex-box .single-item > div {
    max-width: 192px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(79, 81, 83, 0.57);
    -moz-box-shadow: 2px 2px 8px 0px rgba(79, 81, 83, 0.57);
    box-shadow: 2px 2px 8px 0px rgba(79, 81, 83, 0.57);
}


.wrapper .sales-benefits .flex-box img {
    width: 192px;
}
.wrapper .sales-benefits .flex-box .single-item.big > div {
    max-width: 380px;
}


.wrapper .sales-benefits .flex-box .big img {
    width: 380px;
}

.wrapper .sales-benefits .flex-box .single-image img {
    max-width: 100%;
    width: auto;
}

.wrapper .sales-benefits.sales-academy > div .small-img-child {
    max-width: 120px;
}
.p-9 {
    padding: 29px 0;
}
.p-30 {
    padding: 50px 0;
}
.wrapper .sales-benefits .flex-box .slick-arrow {
    background-color: #414142;
    border: none;
    border-radius: 50%;
    color: #fff;
    width: 45px;
    height: 45px;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    z-index: 10000;
}

.wrapper .sales-benefits .flex-box .slick-arrow:focus {
    outline: none;
}

.wrapper .sales-benefits .flex-box .slick-arrow.slick-next {
    right: -22px;
    background-image: url(../img/next.png);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 10px;
}

.wrapper .sales-benefits .flex-box .slick-arrow.slick-prev {
    left: -22px;
    background-image: url(../img/prev.png);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position-x: 7px;
    background-position-y: 10px;
}

.wrapper .sales-benefits .flex-box .slick-arrow.slick-prev span {
    transform: rotate(180deg);
    margin-top: 5px;

}

.wrapper .sales-benefits .flex-box .slick-arrow span {
    font-size: 27px;
}

.wrapper .sales-benefits p {
    font-size: 24px;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .wrapper .sales-benefits p {
        margin-top: 20px;
    }
}

.wrapper .save-time {
    margin-top: 42px;
    margin-bottom: 35px;
    color: #fff;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .wrapper .save-time {
        margin-top: 0;
    }
}

.wrapper .save-time p {
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -1px;
}

.wrapper .praise p {
    font-size: 24px;
    margin-bottom: 35px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #000;
}

.wrapper .money-back {
    background-color: #414142;
    padding: 15px 0;
    color: #fff;
}

.wrapper .money-back h6 {
    font-size: 32px;
}

.wrapper .money-back p {
    margin-top: 10px;
    font-size: 19px;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1px;
}

.wrapper .saving-now {
    padding-bottom: 110px;
    padding-top: 15px;
}


.wrapper .saving-now .yearly-sub {
    justify-content: center;
}

.wrapper .saving-now .yearly-sub > div {
    padding: 20px;
}

.wrapper .saving-now .yearly-sub > div .money {
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.wrapper .saving-now .yearly-sub > div .money > span {
    font-size: 33px !important;
}
.wrapper .saving-now .yearly-sub > div {
    text-align: center;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 60px;
}
.wrapper .saving-now .yearly-sub .up > div {
    text-align: center;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px !important;
}
.wrapper .saving-now .yearly-sub > div > .btn {
    border-radius: 6px;
}
.wrapper .saving-now .yearly-sub > div.grey-bg {
    background-color: #f5f5f7;
}

.wrapper .saving-now .yearly-sub > div.green-box {
    background-color: #16BAC5;
    color: white;
}

@media (max-width: 768px) {
    .wrapper .saving-now .btn-green {
        margin-top: 10px;
        border-radius: 6px;
    }
}

.wrapper .video-section {
    margin-top: 40px;
}

.wrapper .video-section h2 {
    font-size: 32px;
    letter-spacing: -2px;
    font-weight: bold;
}

.wrapper .video-section h2 + p {
    margin-bottom: 19px;
    font-size: 21px;
    letter-spacing: -1px;
}

.wrapper .video-section a {
    text-decoration: none;
    margin-bottom: 15px;
}

.wrapper .video-section a img {
    width: 100%;
}

.wrapper .video-section a img + div {
    font-size: 14px;
    margin-top: 5px;
    color: #000;
}

.fancybox-toolbar {
    visibility: visible;
    opacity: 1;
}

.fancybox-toolbar > button {
    display: none;
}

.fancybox-toolbar > button:last-child {
    display: block !important;
}

.fancybox-toolbar .fancybox-button--close:after, .fancybox-toolbar .fancybox-button--close:before {
    width: 23px;
    height: 5px;
}

.fancybox-toolbar .fancybox-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.fancybox:focus {
    outline: none;
}

.fancybox-slide--iframe .fancybox-content {
    width: 640px;
    height: 360px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
    top: -58px;
}

.fancybox-navigation {
    display: none;
}

.fancybox-is-open .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s;
}

.fancybox-caption-wrap {
    background: none;
    width: 640px;
    text-align: center;
    left: 50%;
    margin-left: -320px;
    top: 66%;
    bottom: auto;
    padding: 0;
    text-align: left;
    background-color: #fff;
}

@media (max-width: 800px) {
    .fancybox-caption-wrap {
        max-width: 80%;
        margin-left: -40%;
    }
}

.fancybox-caption-wrap .fancybox-caption {
    background-color: #fff;
    padding: 0;
    color: #000;
}

.fancybox-caption-wrap .fancybox-caption h3 {
    padding: 15px 15px 0 15px;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 24px;
}

.fancybox-caption-wrap .fancybox-caption p {
    padding: 0 15px;
    font-size: 18px;
    margin: 0;
}

.fancybox-caption-wrap .fancybox-caption a {
    padding: 0 15px 15px 15px;
    color: #4A9EF9;
    text-decoration: none;
    font-size: 17px;
    margin-top: 5px;
    display: block;
}

.wrapper .chart-page h1 {
    font-size: 36px;
    color: #000;
    margin-top: 40px;
    font-weight: normal;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .wrapper .chart-page h1 {
        padding: 0 20px;
    }
}

.wrapper .chart-page .green-box {
    background-color: #16BAC5;
    padding: 20px 35px;
    margin-bottom: 40px;
}

.wrapper .chart-page .green-box p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.wrapper .chart-page .right-line {
    position: relative;
}

.wrapper .chart-page .right-line:after {
    content: '';
    display: block;
    width: 1px;
    height: 455px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 768px) {
    .wrapper .chart-page .right-line:after {
        content: none;
    }
}

.wrapper .chart-page .left-section {
    padding-right: 45px;
}

@media (max-width: 768px) {
    .wrapper .chart-page .left-section {
        padding-right: 0;
    }
}

.wrapper .chart-page .left-section .table > tbody > tr > td, .wrapper .chart-page .left-section .table > tbody > tr > th, .wrapper .chart-page .left-section .table > tfoot > tr > td, .wrapper .chart-page .left-section .table > tfoot > tr > th, .wrapper .chart-page .left-section .table > thead > tr > td, .wrapper .chart-page .left-section .table > thead > tr > th {
    border-top: none;
    font-size: 18px;
    color: #000;
    padding: 10px 20px;
}

.wrapper .chart-page .left-section .table > tbody > tr:last-child {
    background-color: #eee;
}

.wrapper .chart-page .left-section .table > tbody > tr:last-child td {
    font-weight: bold;
}

.wrapper .chart-page .left-section .complete-order .btn-light-blue {
    width: 180px;
    height: 43px;
    color: #fff;
    background-color: #4A9EF9;
    line-height: 43px;
    font-size: 18px;
}

.wrapper .chart-page .left-section .complete-order .text-right > div {
    width: 180px;
    display: inline-block;
}

.wrapper .chart-page .left-section .complete-order .strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 2px
}

.wrapper .chart-page .left-section .complete-order .strike > span {
    position: relative;
    display: inline-block;
    font-size: 18px;
}

.wrapper .chart-page .left-section .complete-order .strike > span:before, .wrapper .chart-page .left-section .complete-order .strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 77px;
    height: 1px;
    background: #231F20;
}

.wrapper .chart-page .left-section .complete-order .strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.wrapper .chart-page .left-section .complete-order .strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.wrapper .chart-page .left-section .complete-order img {
    width: 180px;
}

.wrapper .chart-page .left-section .information {
    margin-top: 40px;
}

.wrapper .chart-page .left-section .information p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.1;
    color: #000;
}

.wrapper .chart-page .left-section .information a {
    color: #4A9EF9;
}

.wrapper .chart-page .left-section .information a:hover {
    text-decoration: none;
}

.wrapper .chart-page .right-section {
    padding-left: 45px;
}

.more-info .gray {
    padding: 15px;
    background-color: #eee;
    margin-bottom: 10px;
}

.more-info .gray p {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}

.more-info .dark-green {
    padding: 15px;
    background-color: #295788;
    position: relative;
}

.more-info .dark-green h3 {
    color: #fff;
    letter-spacing: 0;
    font-size: 18px;
}

.more-info .dark-green img {
    position: absolute;
    right: 17px;
    top: 5px;
}

@media (max-width: 768px) {
    .wrapper .chart-page .right-section {
        padding-left: 0;
    }
}

.wrapper .chart-page .right-section .more-info {
    margin-bottom: 20px;
}

.wrapper .chart-page .right-section .more-info .gray {
    padding: 15px;
    background-color: #eee;
}

.wrapper .chart-page .right-section .more-info .gray p {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}

.wrapper .chart-page .right-section .more-info .dark-green {
    padding: 15px;
    background-color: #669389;
    position: relative;
}

.wrapper .chart-page .right-section .more-info .dark-green h3 {
    color: #fff;
    letter-spacing: 0;
    font-size: 18px;
}

.wrapper .chart-page .right-section .more-info .dark-green img {
    position: absolute;
    right: 17px;
    top: 5px;
}
.spacer-50 {
    height: 50px;
}
.purchases {
    margin-top: 0;
}
.recent-purchases {
    margin-bottom: 50px;
}
.buttons-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-top: 20px;
}
.buttons-section > a.btn {
    border-radius: 5px;
    color: #000;
    font-size: 24px;
    padding: 8px;
    width: 100%;
    margin: 0 5px;
}
.buttons-width {
    display: flex;
    justify-content: center;
    width: 100%;
}
.buttons-width .buttons-section   {
    margin-bottom: 20px;
    width: 62%;
}
.buttons-width .buttons-section > a.btn  {
    padding: 3px;
    font-size: 30px;
    letter-spacing: -2px;
}
#primer-level h1 {
    margin: 0;
}
#primer-level .weeks {
    margin-top: 55px;
}
#primer-level .weeks .week-box:nth-child(2n) {
    background-color: #f5f5f7;
}
#primer-level .weeks .week-box {
    display: flex;
    min-height: 178px;
    padding: 20px;
}
#primer-level .weeks .week-box .week-date {
    font-size: 32px;
    text-align: center;
    line-height: 0.9;
}
#primer-level .weeks .week-box .week-date span {
    display: inline-block;
    font-size: 36px;
}
#primer-level .weeks .week-box .week-info {
    font-size: 18px;
    margin-left: 30px;
}
#primer-level .weeks .week-box .week-info p {
    margin-top: 35px;
}
@media screen and (max-width: 768px) {
    .buttons-width .buttons-section   {
        width: 100%;
        flex-flow: wrap;
        flex-direction: row;
        justify-content: center;
    }
    .buttons-width .buttons-section > a.btn  {
        width: 22%;
        margin-top: 5px;
    }
    #primer-level .weeks {
        margin-top: 30px;
    }
    #primer-level .weeks .week-box {
        display: flex;
        min-height: 130px;
    }
    #primer-level .weeks .week-box .week-info p {
        margin-top: 15px;
    }
}

.img_button {
    margin-top: -3px;
    height: 105px;
    border-radius: 5px;
    border: 1px solid #000;
    width: 183px;
    background-color: #fff;
    color: #000;
    display: inline-block;
}
.btn-blue {

    height: 105px;
    border-radius: 5px;
    border: 1px solid #000;
    width: 62px;
    background-color: #fff;
    color: #000;
    line-height: 100px;
    font-size: 40px;
    letter-spacing: -1.5px;

}
.img-boy {
    position: relative;
    left: -30px;
    top: -11px;
    height: 115px;
    width: auto;
    float: left;
    /*clear: left;*/
}

.i_m {
    position: relative;
    font-size: 22px;
    left: 6px;
    top: 20px;
    float: left;
}

.beginner {
    position: relative;
    font-size: 33px;
    letter-spacing: -1.5px;
    top: -80px;
    left: 25px;
}
.btn-cherry {
    background-color: #941f46;
    color: #fff !important;
    padding: 0 20px !important;
    height: 105px;
    line-height: 100px;
}
.btn .btn-green .btn-lg .btn-subscribe-ex {
    background-color: #6BB945;

}
.lock-img {
    margin-top: -6px;
}



@media (max-width: 1200px) {

    .buttons-width .buttons-section {
        width: 80%;
    }

}

@media (max-width: 992px) {

    .buttons-width .buttons-section {
        margin-bottom: 20px;
        width: 80% !important;
    }

}

@media (max-width: 768px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 23%;
    }

    .buttons-width .buttons-section > a.btn {
        width: 8%;
    }
    .buttons-width >.buttons-section >a.btn-cherry {
        width: 24%;
    }
    .btn-cherry {
        height: 75px;
        line-height: 75px;
    }
    .buttons-width .buttons-section > a.btn {
        font-size: 22px;
    }

    .btn-blue {
        height: 75px;
        line-height: 70px;
    }

    .img-boy {
        left: -21px;
        height: 84px;
        top: -10px !important;
    }

    .i_m {
        left: -5px;
        top: 10px;
        font-size: 18px;
    }

    .beginner {
        font-size: 20px;
        top: -48px;
        left: 17px;
    }

    .img_button {
        height: 75px;
        width: 116px;
    }

    .buttons-width .buttons-section {
        width: 100% !important;
    }

}

@media (max-width: 550px) {
    .img_button {
        height: 75px;
        width: 115px;
    }
}
@media (max-width: 735px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 25%;
    }

}

@media (max-width: 685px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 26%;
    }

}

@media (max-width: 640px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 32%;
    }

}

@media (max-width: 605px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 29%;
    }

}

@media (max-width: 575px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 31%;
    }

}

@media (max-width: 545px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 32%;
    }

}

@media (max-width: 525px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 34%;
    }

    .buttons-width .buttons-section > a.btn {
        width: 16%;
    }
    .buttons-width > .buttons-section > a.btn-cherry
    {
        width:34%;
    }
}

@media (max-width: 495px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 36%;
    }

    .buttons-width .buttons-section > a.btn {
        width: 20%;
    }
    .btn-cherry {
        height: 75px;
        line-height: 75px;
        width: 36%;
    }

}

@media (max-width: 470px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 38%;
    }

    .buttons-width .buttons-section > a.btn {
        width: 22%;
    }

}

@media (max-width: 440px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 42%;
    }

    .buttons-width .buttons-section > a.btn {
        width: 15%;
    }

}

@media (max-width: 398px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 45%;
    }

    .buttons-width .buttons-section > a.btn {
        width: 15%;
    }

}
@media (max-width: 375px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 48%;
    }

    .buttons-width .buttons-section > a.btn {
        width: 15%;
    }

    .btn-blue {
        height: 75px;
        line-height: 70px;
    }

    .img-boy {
        left: -21px;
        height: 84px;
    }

    .img_button {
        height: 75px;
    }

}

@media (max-width: 360px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 52%;
    }

    .buttons-width .buttons-section > a.btn {
        width: 16%;
    }

    .btn-blue {
        height: 75px;
        line-height: 70px;
    }

    .img-boy {
        left: -21px;
        height: 84px;
    }

    .img_button {
        height: 75px;
    }

}

@media (max-width: 335px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 54%;
    }

    .buttons-width .buttons-section > a.btn {
        width: 16%;
    }

    .btn-blue {
        height: 75px;
        line-height: 70px;
    }

    .img-boy {
        left: -21px;
        height: 84px;
    }

    .img_button {
        height: 75px;
    }

}

@media (max-width: 325px) {

    .buttons-width .buttons-section > a.btn:first-of-type {
        width: 57%;
    }

    .buttons-width .buttons-section > a.btn {
        width: 16%;
    }

    .btn-blue {
        height: 75px;
        line-height: 70px;
    }

    .img-boy {
        left: -21px;
        height: 84px;
    }

    .img_button {
        height: 75px;
    }

}

#primer-level .weeks .week-box {
    padding: 0px;
}

#primer-level .weeks .week-box .week-date, #primer-level .weeks .week-box .week-info {
    padding: 20px;
}

#primer-level .weeks .week-box:nth-child(2n) .week-date{
    color: #fff;
}
.begn #primer-level .weeks .week-box:nth-child(2n) .week-date{
    background-color: #6bb845;
}
.level_1a #primer-level .weeks .week-box:nth-child(2n) .week-date{
    background-color: #f9a11b;
}
.level_1b #primer-level .weeks .week-box:nth-child(2n) .week-date{
    background-color: #E44A70;
}
.level_2 #primer-level .weeks .week-box:nth-child(2n) .week-date{
    background-color: #6196cf;
}
.level_3 #primer-level .weeks .week-box:nth-child(2n) .week-date{
    background-color: #8d5b97;
}
.level_4 #primer-level .weeks .week-box:nth-child(2n) .week-date{
    background-color: #c65a28;
}
.level_5 #primer-level .weeks .week-box:nth-child(2n) .week-date{
    background-color: #982749;
}
aqua {
    color: #4dd0d8 !important;
    font-weight: normal; /* Keeps it clean and professional */
}
