/***********  banner  ***********/
section#milkBusters .intro {
    background: url('../images/MilkBusters_LP_Hero_Desktop.png') bottom left no-repeat;
    background-size: cover;
    position: relative;
}
section#milkBusters .intro::after {
    background: transparent url('../images/milkBustersMobile.png') bottom/cover repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    content: none;
}
section#milkBusters .intro .blobBtn {
    font-family: 'VAGRoundedLTPro', sans-serif;
}
section#milkBusters .intro .hero .scaler {
    padding-bottom: 77%;
}
section#milkBusters .intro .content {
    width: 50%;
    text-align: left;
}
section#milkBusters .hl {
    color: #005B51;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.1;
}
section#milkBusters .intro .content p {
    color: #005B51;
    font-size: 20px;
    margin: 18px 0 12px;
}
section#milkBusters .intro .container {
    max-width: 1300px;
}

section#milkBusters .information {
    padding: 40px 0;
    position: relative;
}
section#milkBusters .information .inner::after {
    background: transparent url('../images/milkBustersIntroTwoBirds.svg') center/contain no-repeat;
    position: absolute;
    bottom: -57px;
    right: -50px;
    width: 110px;
    height: 70px;
    content: '';
}
section#milkBusters .information p {
    color: #BC5F0C;
    font-size: 19px;
    margin: 15px 0;
}
section#milkBusters .yellow {
    color: #F9B012;
}
section#milkBusters .graphics {
    background: #F9FED8;
    padding: 20px 0 0;
}
section#milkBusters .graphics .tabs > .tab:first-child {
    width: 40%;
}
section#milkBusters .graphics .contentGraph h3 {
    color: #97C13E;
    font-weight: 700;
    font-size: 26px;
    margin: 0 0 80px;
    font-family: 'VAGRoundedLTPro', sans-serif;
}
section#milkBusters .graphics .contentGraph h3 strong {
    color: #005B51;
}
section#milkBusters .graphics .tabs img {
    display: block;
    max-width: 100%;
    margin: 0 0 0 auto;
}
section#milkBusters .graphics .smallTextGraphics {
    color: #97C13E;
    font-size: 14px;
    margin: 50px 0 0;
}

/***********  bear products  *************/
section#milkBusters .bearProducts {
    margin: 60px 0 30px;
    text-align: center;
}
section#milkBusters .bearProducts h2 {
    color: #B34A00;
}
section#milkBusters .bearProducts h2 span {
    color: #F9B012;
}
section#milkBusters .bearProducts  .navigator {
    padding: 20px 0 0;
}
section#milkBusters .bearProducts  .navigator:after {
    content: '';
    display: block;
    clear: both;
}
section#milkBusters .bearProducts  .navigator .nav {
    width: calc((100% - 120px)/3);
    float: left;
    margin: 20px;
    transition: 0.3s all;
    cursor: pointer;
}
section#milkBusters h2 {
    font-family: 'VAGRoundedLTPro', sans-serif;
    max-width: none;
    font-size: 28px;
    text-transform: none;
    margin: 0 0 10px 0;
}


/********  formula  ********/
section#milkBusters .formula {
    margin: 0 0 40px 0;
    text-align: center;
    color: #B34A00;
}
section#milkBusters .formula .container::after {
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent url('../images/milkBustersLine.svg') center/contain no-repeat;
    width: 100%;
    height: 260px;
    content: '';
    z-index: -1;
}
section#milkBusters .formula h2 {
    color: #B34A00;
}
section#milkBusters .formula h2 span {
    color: #F9B012;
}
section#milkBusters .formula .schema {
    margin: 20px 0;
}
section#milkBusters .formula .schema .block {
    width: 180px;
    vertical-align: top;
    position: relative;
    margin: 10px;
    padding: 0 0 0 40px;
    font-weight: 800;
    line-height: 1.3;
}
section#milkBusters .formula .schema .block .icon {
    max-width: 100px;
    position: relative;
    margin: 0 auto 10px auto;
}
section#milkBusters .formula .schema .block .icon:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background: url('../images/milumilBrownCheckmark.svg') center/contain no-repeat;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -20px;
}

/* Did you know */

section#milkBusters .didyouknow {
    padding: 40px 0 0 0;
    margin: 0 0 60px 0;
}
section#milkBusters .didyouknow .box {
    border-radius: 20px;
    border: 2px #87A62A dashed;
    padding: 20px 100px 20px 160px;
}
section#milkBusters .didyouknow .box .flag {
    width: 100px;
    position: absolute;
    left:  20px;
}
section#milkBusters .didyouknow .box .ribbon {
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: -25px;
    text-align: center;
}
section#milkBusters .didyouknow .box .ribbon span {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    font-size: 28px;
    text-transform: uppercase;
}
section#milkBusters .didyouknow .box .ribbon .qmark {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
section#milkBusters .didyouknow .box .content p {
    color: #B34A00;
}
section#milkBusters .didyouknow .box .content span {
    color: #F9B012;
}
section#milkBusters .didyouknow .box .flag {
    width: 80px;
    position: absolute;
    left: 50px;
    top: -10px;
}

/***********  article slider  ***********/
section#milkBusters .sliderArticles {
    width: calc(100%/3);
}
section#milkBusters .sliderArticles .flex-viewport {
    width: 100%;
    overflow: inherit !important;
}
section#milkBusters .articleSet .inner {
    overflow: hidden;
}
section#milkBusters .articleSet .box {
    overflow: hidden;
    border-color: #87A62A;
    border-radius: 30px;
    margin: 0 30px 30px;
    padding: 40px 20px;
}
section#milkBusters .articleLeadPool .articleLead .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #97C13E;
}
section#milkBusters .articleLeadPool .articleLead .summary {
    color: #005B51;
}
section#milkBusters .articleLeadPool .articleLead .readBtn {
    color: #BC5F0C;
}
section#milkBusters .articleLeadPool .articleLead {
    width: auto;
    padding: 10px;
    margin: 8px;
}
section#milkBusters .articleLeadPool .articleLead .thumb {
    height: 150px;
}
.spacingSlider {
    max-width: 900px;
    margin: 0px auto;
    overflow: hidden;
}

section#milkBusters .articleSet .flex-direction-nav a {
    opacity: 1;
}
section#milkBusters .articleSet .flex-direction-nav .flex-next {
    right: 70px;
}
section#milkBusters .articleSet .flex-direction-nav .flex-prev {
    left: 70px;
}
section#milkBusters .articleSet .flex-direction-nav a::before  {
    content: '';
    width: 100%;
    height: 100%;
}
section#milkBusters .articleSet .flex-direction-nav .flex-prev::before {
    background: transparent url("../images/ltGreenArrow.svg") center/contain no-repeat;
}
section#milkBusters .articleSet .flex-direction-nav .flex-next::before {
    background: transparent url("../images/rtGreenArrow.svg") center/contain no-repeat;
}
section#milkBusters .spacingSlider h4 {
    font-size: 35px;
    color: #97C13E;
    margin: 10px 0 20px;
}
section#milkBusters .spacingSlider h4 span {
    display: block;
    font-size: 25px;
}


/****************  MOTHERS CHOICE  **************/
section#milkBusters .mothersChoice {
    background: #EAFFFF;
    padding: 50px 0 40px;
    position: relative;
}
section#milkBusters .mothersChoice::after {
    background: transparent url('../images/milkBustersBorder_triunghiuri.svg') bottom/contain repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    content: '';
    transform: rotate(180deg);
}
section#milkBusters .mothersChoice h3 {
    font-family: 'VAGRoundedLTPro', sans-serif;
    color: #F9B012;
    font-size: 27px;
}
section#milkBusters .mothersChoice ul {
    color: #C16312;
    font-size: 26px;
}
section#milkBusters .mothersChoice ul li {
    margin: 5px 0;
}
section#milkBusters .mothersChoice ul li::before {
    content: '';
    background: transparent url('../images/busters_icon_check.svg') center/contain no-repeat;
    display: inline-block;
    margin: 0px 10px -4px 0px;
    width: 25px;
    height: 25px;
}
section#milkBusters .motherStudy {
    width: 40%;
    padding-left: 40px;
}
section#milkBusters .motherStudy p, section#milkBusters .motherStudy p a {
    text-align: right;
    color: #97C13E;
    font-size: 13px;
    text-decoration: none;
}
section#milkBusters .studyMother {
    color: #B34A00;
}
section#milkBusters .studyMother img {
    display: block;
    max-width: 90px;
    margin: 0 4px 0 10px;
}


/* Cloudy Sky */

.cloudySky {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.cloudySky .cloud {
    width: 150px;
    height: 90px;
    background: url('../images/milkBustersBlueCloud.svg') center no-repeat;
    background-size: contain;
    position: relative;
}
.cloudySky .cloud:nth-of-type(1) {
    animation: moveclouds 15s linear infinite;
}
.cloudySky .cloud:nth-of-type(2) {
    left: 200px;
    transform: scale(0.6);
    opacity: 0.6;
    animation: moveclouds 25s linear infinite;
}
.cloudySky .cloud:nth-of-type(3) {
    left: -250px;
    top: 50px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
    animation: moveclouds 20s linear infinite;
}
.cloudySky .cloud:nth-of-type(4) {
    left: 470px;
    top: -50px;
    transform: scale(0.75);
    opacity: 0.75;
    animation: moveclouds 18s linear infinite;
}
.cloudySky .cloud:nth-of-type(5) {
    left: -150px;
    top: 90px;
    transform: scale(0.8);
    opacity: 0.8;
    animation: moveclouds 20s linear infinite;
}

@keyframes moveclouds {
    0% {left: 100%;}
    100% {left: 0;}
}


/**********  what say specialists  ***********/
section#milkBusters .whatSaySpecialists {
    position: relative;
    padding: 50px 0;
}
section#milkBusters .whatSaySpecialists h2 {
    color: #4AC1E0;
    text-align: center;
    display: block;
}
section#milkBusters .whatSaySpecialists > .container {
    position: relative;
    z-index: 9;
}
section#milkBusters .halfSlide > .tab {
    width: 50%;
    padding: 30px;
    vertical-align: top;
}
section#milkBusters .halfSlide > .tab:first-child {
    padding-right: 60px;
}
section#milkBusters .halfSlide > .tab:last-child {
    padding-left: 60px;
}
section#milkBusters .interiorSlide {
    padding: 70px 40px;
    color: #005B51;
    background: #EAFFFF;
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px;
}
section#milkBusters .sliderParteners .interiorSlide {
    background: #FFEAF8;
    color: #0D41A0;
}
section#milkBusters .interiorSlide::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 80px;
    height: 55px;
    background: transparent url(../images/blueBubbleBorder.svg) center/contain no-repeat;
}
section#milkBusters .sliderParteners .interiorSlide::after {
    background: transparent url(../images/pinkBubbleBorder.svg) center/contain no-repeat;
}
section#milkBusters .interiorSlide a {
    color: #4AC1E0;
    display: block;
    margin: 20px 0 0;
    font-family: 'MilupaHand';
    font-weight: 800;
    text-decoration: none;
    font-size: 18px;
}
section#milkBusters .sliderParteners .interiorSlide a {
    color: #FB037E;
}
section#milkBusters .partner img {
    height: 60px;
    width: auto;
    display: block;
    margin: 0 0 0 auto;
}
section#milkBusters .doctor img {
    max-width: 90px;
    display: block;
    margin: 0 0 0 auto;
}
section#milkBusters .doctor p {
    color: #005B51;
    font-weight: 700;
    text-align: right;
    margin-right: 10px;
}
section#milkBusters .doctor p strong {
    font-size: 17px;
    display: block;
}
section#milkBusters .doctor > .tab:last-child {
   width: 100px;
}
section#milkBusters .whatSaySpecialists .flex-direction-nav .flex-next {
    right: -20px;
}
section#milkBusters .whatSaySpecialists .flex-direction-nav .flex-prev {
    left: -20px;
}
section#milkBusters .whatSaySpecialists .flex-direction-nav a {
    top: 35%;
}
section#milkBusters .whatSaySpecialists .flex-direction-nav a {
    opacity: 1;
}
section#milkBusters .whatSaySpecialists .flex-direction-nav a::before  {
    content: '';
    width: 100%;
    height: 100%;
}
section#milkBusters .whatSaySpecialists .sliderMedics .flex-direction-nav .flex-prev::before {
    background: transparent url("../images/ltBlueArrow.svg") center/contain no-repeat;
}
section#milkBusters .whatSaySpecialists .sliderMedics .flex-direction-nav .flex-next::before {
    background: transparent url("../images/rtBlueArrow.svg") center/contain no-repeat;
}
section#milkBusters .whatSaySpecialists .sliderParteners .flex-direction-nav .flex-prev::before {
    background: transparent url("../images/ltPinkArrow.svg") center/contain no-repeat;
}
section#milkBusters .whatSaySpecialists .sliderParteners .flex-direction-nav .flex-next::before {
    background: transparent url("../images/rtPinkArrow.svg") center/contain no-repeat;
}
.halfSlide > .tab > div {
    position: relative;
}

/***********  GRAPHICS  *************/
section#milkBusters .calendar .womenGraphics {
    width: 250px;
    position: absolute;
    right: -120px;
    border: 0;
}
section#milkBusters .calendar .womenGraphics img {
    margin-right: -40px;
}
section#milkBusters .calendar > .tab:first-child {
    width: 200px;
    padding-right: 30px;
}
section#milkBusters .calendar .contents svg {
    max-width: 520px;
    height: auto;
    display: block;
}
section#milkBusters .moreThanMilk {
    background: #F2FFD8;
    padding: 40px 0 30px;
}
section#milkBusters .moreThanMilk h2, section#milkBusters .moreThanMilk p {
    color: #005B51;
}
section#milkBusters .moreThanMilk h2 {
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}
section#milkBusters .moreThanMilk h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 10%;
    width: 90%;
    height: 100%;
    background: transparent url("../images/milkBustersMilumilDashed.svg") bottom/contain no-repeat;
}
section#milkBusters .moreThanMilk h4 {
    color: #BC5F0C;
    text-align: center;
    font-size: 23px;
}
section#milkBusters .disclaimerBusters p {
    font-size: 13px;
}

section#milkBusters .calendar .label {
    border: 1px solid #97C13E;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    color: #005B51;
    font-size: 20px;
    background: #fff;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
section#milkBusters .switch {
    margin: 0 0 12px 0;
}
section#milkBusters .calendar .switch.active .label, section#milkBusters .calendar .switch:hover .label {
    background: #005B51;
    color: #fff;
    border-color: #005B51;
}

/*********  prizes  **********/

section#milkBusters .about {
    padding: 40px 0 20px;
}
section#milkBusters .about h2, section#milkBusters .about h4, section#milkBusters .about p, section#milkBusters .about p a {
    color: #4AC1E0;
    width: 100%;
    text-align: center;
}
section#milkBusters .about p {
    font-size: 19px;
}
section#milkBusters .about p.note {
    font-size: 17px;
}
section#milkBusters .about p.note a {
    color: #244E83;
}
section#milkBusters .prizesBusters > .tab {
    width: 50%;
    text-align: center;
}
section#milkBusters .prizesBusters img {
    max-width: 80%;
}
section#milkBusters .about h4 {
    font-size: 22px;
    padding-bottom: 40px;
    position: relative;
}
section#milkBusters .about h4::after {
    position: absolute;
    right: 60px;
    bottom: 0;
    content: '';
    background: transparent url('../images/milkBustersLineSmall.svg') center/contain no-repeat;
    width: 500px;
    height: 150px;
}
section#milkBusters .about ul li {
    color: #244E83;
    font-weight: 700;
    font-size: 19px;
    margin: 7px 0;
    line-height: 1;
}
section#milkBusters .about ul li::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    content: '';
    width: 20px;
    height: 30px;
    background: transparent url("../images/milkBustersButterfly.svg") center/contain no-repeat;
}
section#milkBusters .about .container::after {
    position: absolute;
    top: 60px;
    right: 0;
    content: '';
    width: 120px;
    height: 140px;
    background: transparent url("../images/milkBustersFluturas.svg") center/contain no-repeat;
}

.milkBustersQuiz {
    margin: 30px 0;
}
.milkBustersQuiz > .container::before, .milkBustersQuiz > .container::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
}
.milkBustersQuiz > .container::before {
    bottom: 60px;
    left: 0;
    background: transparent url("../images/milkBustersQuizMilkIcon.svg") center/contain no-repeat;
}
.milkBustersQuiz > .container::after {
    top: 60px;
    right: 0;
    background: transparent url("../images/milkBustersQuizCowIcon.svg") center/contain no-repeat;
}
.milkBustersQuiz .box {
    margin: 0 0 70px 0;
}
.milkBustersQuiz .quiz {
    display: block;
    border: 2px #4AC1E0 solid;
}
.milkBustersQuiz .quiz .questions {
    background: #4AC1E0;
    padding: 20px;
    font-weight: 800;
    font-size: 24px;
    color: #FFF;
    text-align: center;
}
.milkBustersQuiz .quiz .questions .question {
    display: none;
}
.milkBustersQuiz .quiz .questions .question.active {
    display: block;
}
.milkBustersQuiz .quiz .options {
    padding: 20px;
}
.milkBustersQuiz .quiz .options:after {
    content: '';
    display: block;
    clear: both;
}
.milkBustersQuiz .quiz .choices {
    max-width: 800px;
    margin: auto;
}
.milkBustersQuiz .quiz .options .option {
    width: calc((100% - 10px)/2);
    height: 45px;
    float: left;
    display: table;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
    border: 2px #4AC1E0 solid;
    color: #005B51;
    border-radius: 30px;
    cursor: pointer;
}
.milkBustersQuiz .quiz .options .option:nth-of-type(2n) {
    margin: 0 0 10px 0;
}
.milkBustersQuiz .quiz .options .option .label {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
    transition: 0.3s all;
    padding: 10px;
}
.milkBustersQuiz .quiz .options .option.selected {
    background: #97C13E;
    /*color: #FFF;*/
}
.milkBustersQuiz .quiz .car .answer {
    color: #97C13E;
    padding: 0 40px;
    font-size: 19px;
    text-align: center;
}
.milkBustersQuiz .quiz .car .answer.incorect {
    color: #E52018;
}
.milkBustersQuiz .quiz .options .option.incorect.selected {
    background: #ECC82A;
}
.milkBustersQuiz .quiz .navigator {
    padding: 20px;
}
.milkBustersQuiz .quiz .navigator:after {
    content: '';
    display: block;
    clear: both;
}
.milkBustersQuiz .quiz .navigator .nav {
    font-size: 16px;
    color: #0E5B51;
    font-weight: 800;
    transition: 0.3s all;
    cursor: pointer;
}
.milkBustersQuiz .quiz .navigator .nav.inactive {
    color: #BDBDBD;
}
.milkBustersQuiz .quiz .navigator .nav:not(.inactive):hover {
    color: #B34A00;
}
.milkBustersQuiz .quiz .navigator .nav.prevBtn {
    float: left;
}
.milkBustersQuiz .quiz .navigator .nav.prevBtn:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/milkBustersGreenArrow.svg') center no-repeat;
    background-size: contain;
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}
.milkBustersQuiz .quiz .navigator .nav.prevBtn.inactive:before {
    background: url('../images/bearsBrigadeGreyArrow.svg') center no-repeat;
    background-size: contain;
}
.milkBustersQuiz .quiz .navigator .nav.nextBtn {
    float: right;
}
.milkBustersQuiz .quiz .navigator .nav.nextBtn:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/milkBustersGreenArrow.svg') center no-repeat;
    background-size: contain;
    margin: 0 0 0 10px;
}
.milkBustersQuiz .quiz .navigator .nav.nextBtn.inactive:after {
    background: url('../images/bearsBrigadeGreyArrow.svg') center no-repeat;
    background-size: contain;
}
.milkBustersQuiz .reveal {
    padding: 0px 20px 50px;
    position: relative;
    display: none;
    background: #EAFFFF;
    border-radius: 30px;
}
.milkBustersQuiz .reveal::after {
    position: absolute;
    content: '';
    bottom: -60px;
    left: -10%;
    width: 120%;
    height: 190px;
    background: transparent url('../images/milkBustersgraficaSucess.svg') bottom center/ contain no-repeat;
}
.milkBustersQuiz .reveal .check {
    display: inline-block;
}
.milkBustersQuiz .reveal .result {
    max-width: 700px;
    margin: 0 auto 20px;
}
.milkBustersQuiz .reveal .result .badge {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.milkBustersQuiz .reveal .result .content {
    display: block;
    vertical-align: middle;
    margin: 10px auto;
    text-align: center;
    color: #005B51;
    font-weight: 800;
}
.milkBustersQuiz .reveal .result .content .congrats {
    margin: 0 0 20px 0;
}
.milkBustersQuiz .reveal .result .content .congrats:after {
    content: '';
    display: block;
    clear: both;
}
.milkBustersQuiz .reveal .result .content .congrats .stripe {
    font-size: 19px;
    font-weight: 300;
    padding: 5px 40px;
    clear: both;
    margin: 0 0 3px 0;
}
section#milkBusters .milkBustersQuiz .reveal .result .content .congrats .stripe h2 {
    font-size: 33px;
}
.milkBustersQuiz .reveal .result .content .congrats .stripe h2 span {
    font-size: 28px;
}
.milkBustersQuiz .reveal .result .content .congrats .stripe p {
    margin: 10px 0 20px;
}
.milkBustersQuiz .introQuiz {
    background: #EAFFFF;
    padding: 30px 30px 10px;
    text-align: center;
    border-radius: 30px 30px 0 0;
}
.milkBustersQuiz .introQuiz p, .milkBustersQuiz .introQuiz a {
    font-size: 20px;
    color: #244E83;
}
.milkBustersQuiz .introQuiz .blobBtn {
    margin-top: 20px;
    text-transform: none;
    font-family: 'VAGRoundedLTPro', sans-serif;
}

/* Milk Busters Graphic SVG */

#milumilFormula.vitaminD {
    transform: translate(881px, 3825px);
    transition: all 400ms ease-in-out;
}
#milumilFormula.vitaminD rect#first {
    height: 276px;
    transition: all 400ms ease-in-out;
}
#milumilFormula.vitaminD rect#second {
    height: 277px;
    transition: all 400ms ease-in-out;
}
#cowMilk.vitaminD {
    transform: translate(1134px, 4023px);
    transition: all 400ms ease-in-out;
}
#cowMilk.vitaminD rect#cowMilkFirst {
    height: 80px;
    transition: all 400ms ease-in-out;
}
#cowMilk.vitaminD rect#cowMilkSecond {
    height: 81px;
    transition: all 400ms ease-in-out;
}
#milumilFormula.fier {
    transform: translate(881px, 3851px);
    transition: all 400ms ease-in-out;
}

#milumilFormula.fier rect#first {
    height: 254px;
    transition: all 400ms ease-in-out;
}
#milumilFormula.fier rect#second {
    height: 255px;
    transition: all 400ms ease-in-out;
}

#cowMilk.fier {
    transform: translate(1134px, 4030px);
    transition: all 400ms ease-in-out;
}
#cowMilk.fier rect#cowMilkFirst {
    height: 73px;
    transition: all 400ms ease-in-out;

}
#cowMilk.fier rect#cowMilkSecond {
    height: 74px;
    transition: all 400ms ease-in-out;
}

#milumilFormula.calciu {
    transform: translate(881px, 3750px);
    transition: all 400ms ease-in-out;
}

#milumilFormula.calciu rect#first {
    height: 346px;
    transition: all 400ms ease-in-out;
}
#milumilFormula.calciu rect#second {
    height: 345px;
    transition: all 400ms ease-in-out;
}

#cowMilk.calciu {
    transform: translate(1134px, 3785px);
    transition: all 400ms ease-in-out;
}
#cowMilk.calciu rect#cowMilkFirst {
    height: 315px;
    transition: all 400ms ease-in-out;

}
#cowMilk.calciu rect#cowMilkSecond {
    height: 316px;
    transition: all 400ms ease-in-out;
}

#milumilFormula.vitaminC {
    transform: translate(881px, 3750px);
    transition: all 400ms ease-in-out;
}

#milumilFormula.vitaminC rect#first {

    height: 346px;
    transition: all 400ms ease-in-out;
}
#milumilFormula.vitaminC rect#second {
    height: 345px;
    transition: all 400ms ease-in-out;
}
#cowMilk.vitaminC {
    display: none;
}
#cowMilk.vitaminC rect#first {
    display: none;
    /*height: 346px;*/
    /*transition: all 400ms ease-in-out;*/
}
#cowMilk.vitaminC rect#second {
    display: none;
    /*height: 345px;*/
    /*transition: all 400ms ease-in-out;*/
}
#milumilPercentageVitaminD {
    display: none;
}
svg.vitaminD #milumilPercentageVitaminD {
    display: block;
    transition: all 300ms ease-in-out;
}
#cowPercentageVitaminD {
    display: none;
}
svg.vitaminD #cowPercentageVitaminD {
    display: block;
    transition: all 300ms ease-in-out;
}
#milumilPercentageFier {
    display: none;
}
svg.fier #milumilPercentageFier {
    display: block;
    transition: all 300ms ease-in-out;
}
#cowPercentageFier {
    display: none;
}
svg.fier #cowPercentageFier {
    display: block;
    transition: all 300ms ease-in-out;
}
#milumilPercentageCalciu {
    display: none;
}
svg.calciu #milumilPercentageCalciu {
    display: block;
    transition: all 300ms ease-in-out;
}
#cowPercentageCalciu {
    display: none;
}
svg.calciu #cowPercentageCalciu {
    display: block;
    transition: all 300ms ease-in-out;
}
#milumilPercentageVitaminC {
    display: none;
}
svg.vitaminC #milumilPercentageVitaminC {
    display: block;
    transition: all 300ms ease-in-out;
}
#cowPercentageVitaminC {
    display: none;
}
svg.vitaminC #cowPercentageVitaminC {
    display: block;
    transition: all 300ms ease-in-out;
}


.page142 section#home {
    padding: 10px 0 0px;
}
.page142 section#home .actions {
    padding-bottom: 30px;
}
.milkBustersQuiz.inactiveIcons > .container::before,
.milkBustersQuiz.inactiveIcons > .container::after {
    opacity: 0;
}

@media screen and (max-width: 960px) {

    section#milkBusters .information .inner::after {
        right: 10px;
    }
    section#milkBusters .graphics .contentGraph h3 {
        font-size: 22px;
        margin: 0 0 40px;
    }
    section#milkBusters .about .container::after {
        top: 70px;
        right: 5px;
        content: '';
        width: 60px;
        height: 110px;
    }
    .milkBustersQuiz > .container::before, .milkBustersQuiz > .container::after {
        content: none;
    }
    section#milkBusters .calendar .womenGraphics {
        display: none;
    }
    section#milkBusters .halfSlide > .tab:first-child {
        padding-right: 30px;
    }
    section#milkBusters .halfSlide > .tab:last-child {
        padding-left: 30px;
    }
    section#milkBusters .mothersChoice ul {
        font-size: 23px;
    }
    section#milkBusters .mothersChoice h3 {
        font-size: 24px;
    }
    section#milkBusters .sliderArticles {
        width: calc(100%/2);
    }
    section#milkBusters .articleSet .box {
        margin: 0 0px 30px;
        padding: 30px 30px;
    }
    section#milkBusters .articleSet .flex-direction-nav .flex-next {
        right: 27px;
    }
    section#milkBusters .articleSet .flex-direction-nav .flex-prev {
        left: 27px;
    }
    section#milkBusters .spacingSlider h4 {
        font-size: 29px;
    }
    section#milkBusters .formula .schema .block {
        width: 140px;
        font-size: 12px;
    }
    section#milkBusters .formula .schema .block .icon {
        max-width: 70px;
    }
    section#milkBusters .about h4::after {
        right: 80px;
        bottom: -20px;
        width: 80%;
    }
    section#milkBusters .hl {
        font-size: 33px;
    }
    .milkBustersQuiz .reveal::after {
        bottom: -40px;
        height: 150px;
    }

}

@media(max-width: 539px) {
    section#milkBusters .halfSlide > .tab {
        width: 100%;
        display: block;
        padding: 30px 15px !important;
    }
    .mothersChoice .tabs > .tab {
        display: block;
        width: 100%;
        padding: 0;
    }
    section#milkBusters .motherStudy {
        width: 100%;
        padding: 15px 0;
    }
    section#milkBusters .mothersChoice ul {
        font-size: 18px;
    }
    section#milkBusters .motherStudy p, section#milkBusters .motherStudy p a {
        text-align: left;
    }
    section#milkBusters h2 {
        font-size: 23px;
    }
    section#milkBusters .bearProducts .navigator .nav {
        width: calc((100% - 30px) / 3);
        margin: 5px;
    }
    section#milkBusters .formula .schema .block .icon:before {
        width: 30px;
        height: 30px;
        left: -40px;
    }
    section#milkBusters .formula .schema .block {
        padding: 0 0 0 20px;
    }
    section#milkBusters .formula .container::after {
        content: none;
    }
    section#milkBusters .spacingSlider h4 {
        font-size: 21px;
    }
    section#milkBusters .spacingSlider h4 span {
        font-size: 18px;
    }
    section#milkBusters .sliderArticles {
        width: calc(100%/1);
    }
    section#milkBusters .studyMother img {
        max-width: 30px;
    }

    section#milkBusters .calendar .contents svg {
        width: 100%;
        display: block;
    }
    section#milkBusters .calendar > .tab {
        display: block;
    }
    section#milkBusters .calendar > .tab:first-child {
        width: 100%;
        padding-right: 0;
    }
    section#milkBusters .calendar .womenGraphics {
        width: 280px;
        position: relative;
        right: 0;
        border: 0;
        margin: 0px auto;
    }

    section#milkBusters .didyouknow .box {
        padding: 0px 20px 20px;
        text-align: center;
    }
    section#milkBusters .didyouknow .box .flag {
        width: 80px;
        position: relative;
        left: 0;
        top: -10px;
        margin: 0px auto;
        display: block;
    }
    section#milkBusters .moreThanMilk p br {
        display: none;
    }
    .milkBustersQuiz .quiz .options .option .label {
        font-size: 16px;
    }
    .milkBustersQuiz .quiz .options .option {
        width: calc((100% - 0px) / 1);
    }
    .milkBustersQuiz .quiz .questions {
        padding: 10px;
        font-size: 18px;
    }
    section#milkBusters .prizesBusters > .tab {
        width: 100%;
        display: block;
    }
    section#milkBusters .prizesBusters img {
        margin: 20px auto 0;
    }
    section#milkBusters .moreThanMilk h4, section#milkBusters .mothersChoice h3 {
        font-size: 20px;
    }
    .milkBustersQuiz .introQuiz p, .milkBustersQuiz .introQuiz a {
        font-size: 17px;
    }
    section#milkBusters .about .container::after {
        height: 60px;
        top: 135px;
    }
    section#milkBusters .graphics .tabs > .tab:first-child {
        width: 100%;
    }
    section#milkBusters .graphics .tabs > .tab {
        display: block;
    }
    section#milkBusters .graphics .smallTextGraphics {
        margin: 30px 0 10px;
    }
    section#milkBusters .information p {
        font-size: 16px;
    }
    section#milkBusters .information .inner::after {
        width: 80px;
        height: 50px;
    }
    section#milkBusters .about p {
        font-size: 17px;
    }
    section#milkBusters .calendar .label {
        padding: 7px;
        font-size: 18px;
    }
    .cloudySky .cloud:nth-of-type(1) {
        margin: 10px 0 0;
    }
    section#milkBusters .studyMother > .block, section#milkBusters .studyMother img {
        display: inline;
    }

    /****  banner  ****/

    section#milkBusters .intro .hero .scaler {
        padding-bottom: 0;
    }
    section#milkBusters .intro .tabs > .tab {
        display: block;
        width: 100%;
    }
    section#milkBusters .intro .content {
        text-align: center;
        padding-top: 180px;
    }
    section#milkBusters .intro .content p {
        font-size: 16px;
        margin: 8px 0 10px;
    }
    section#milkBusters .hl {
        font-size: 24px;
    }
    section#milkBusters .intro::after {
        content: '';
        height: 62%;
    }
    section#milkBusters .intro .blobBtn {
        min-width: auto;
        font-family: 'VAGRoundedLTPro', sans-serif;
        font-weight: 400;
        height: auto;
        line-height: 1;
        padding: 10px 25px;
    }
    section#milkBusters .intro > div {
        position: relative;
        z-index: 9;
    }
    section#milkBusters .intro {
        background: transparent url('../images/MilkBusters_LP_Hero_mobile.jpg') center top/contain no-repeat;
    }

    .milkBustersQuiz .quiz .car .answer {
        font-size: 16px;
    }
    section#milkBusters .milkBustersQuiz .reveal .result .content .congrats .stripe h2 {
        font-size: 23px;
    }
    .milkBustersQuiz .reveal .result .content .congrats .stripe h2 span {
        font-size: 18px;
        line-height: 1;
    }
    .milkBustersQuiz .reveal .result .content .congrats .stripe {
        padding: 5px 0px;
    }
    .milkBustersQuiz .reveal::after {
        bottom: 0px;
        height: 75px;
    }


}








