
/*******  Home Banner start **************/
.encircle {
    position: relative;
}

.homebanner {
    position: relative;
    padding-bottom: 30px;
    backface-visibility: hidden;
}

.circle-wrapper {
    text-align: center;
}

.circleGlow {
    position: relative;
    text-align: center;
    font-size: 7em;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px; /* size of outer white border  */
    background: #fff;
    -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
    -moz-animation: neon1 1.5s ease-in-out infinite alternate;
    animation: neon1 1.5s ease-in-out infinite alternate;
    border-radius: 50%;
}

#contentCircle {
    margin: 0;
    width: 540px;
    height: 540px;
    padding: 5.5px; /* size of gold border  */
    position: relative;
    background: rgba(255,172,57,1);
    background: -moz-linear-gradient(top, rgba(255,172,57,1) 0%, rgba(255,172,57,1) 1%, rgba(251,255,244,1) 33%, rgba(251,174,59,1) 74%, rgba(249,177,57,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,172,57,1)), color-stop(1%, rgba(255,172,57,1)), color-stop(33%, rgba(251,255,244,1)), color-stop(74%, rgba(251,174,59,1)), color-stop(100%, rgba(249,177,57,1)));
    background: -webkit-linear-gradient(top, rgba(255,172,57,1) 0%, rgba(255,172,57,1) 1%, rgba(251,255,244,1) 33%, rgba(251,174,59,1) 74%, rgba(249,177,57,1) 100%);
    background: -o-linear-gradient(top, rgba(255,172,57,1) 0%, rgba(255,172,57,1) 1%, rgba(251,255,244,1) 33%, rgba(251,174,59,1) 74%, rgba(249,177,57,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,172,57,1) 0%, rgba(255,172,57,1) 1%, rgba(251,255,244,1) 33%, rgba(251,174,59,1) 74%, rgba(249,177,57,1) 100%);
    background: linear-gradient(to bottom, rgba(255,172,57,1) 0%, rgba(255,172,57,1) 1%, rgba(251,255,244,1) 33%, rgba(251,174,59,1) 74%, rgba(249,177,57,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac39', endColorstr='#f9b139', GradientType=0 );
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
}

div.homie .embed-responsive-custom {
    padding-bottom: 56.25%;
    margin-top: -150px;
}

div.homie #contentCircle {
    width: 558px;
    height: 558px;
}

#contentCircle div {
    background-color: #fff;
    color: #fff;
    font-size: 20px;
    text-align: center;
    min-height: 100%;
    border-radius: 50%;
}

.circle-wrapper .circle-text {
    color: #00205B;
    font-size: 50px;
    line-height: 57px;
    font-weight: 500;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}

    .circle-wrapper .circle-text div {
        padding-bottom: 30px;
    }

    .circle-wrapper .circle-text span {
        color: #009BDE;
        font-size: 58px;
    }

.homebanner .homepage-footer {
    position: absolute;
    bottom:30px;
    z-index: -1;
    width: 100%
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*glow for webkit*/

@-webkit-keyframes neon1 {
    from {
        box-shadow: 0 0 30px #fff, 0 0 50px #fff;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 5px #fff;
    }
}

@-moz-keyframes neon1 {
    from {
        box-shadow: 0 0 30px #fff, 0 0 50px #fff;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 5px #fff;
    }
}

@keyframes neon1 {
    from {
        box-shadow: 0 0 30px #fff, 0 0 50px #fff;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 5px #fff;
    }
}
/******** Home *********/



.homie {
    background: url("/images/homepage/textureCircle.png") no-repeat 0 72%;
    padding-bottom: 50px;
    margin-top:-210px;
}

.video-container {
   position: relative;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: visible;
    background: #fff;
    display: block;
}

.scrollify {
    padding-top:200px;
    min-height:600px;
}


    .detail-wrapper .section-heading, .flushability-wrapper .section-heading {
        font-size: 40px;
        font-weight: 500;
        color: #00205B;
        margin-bottom: 20px;
    }

    .detail-wrapper p, .flushability-wrapper p {
        font-size: 16px;
        font-weight: 300;
        color: #737373;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .detail-wrapper .discover-products {
         padding-top: 0;
        padding-bottom: 0;
    }

    .detail-wrapper .container.coupons-and-offers {
         padding-top: 0;
        padding-bottom: 0;

    }

        .detail-wrapper .discover-products img {
            margin: 0 auto;
            padding-top: 4px;
        }

    .detail-wrapper span, .flushability-wrapper span {
        display: block;
        text-align: center;
    }

    .detail-wrapper .discover-products span a.btn {
        padding: 10px 30px;
        padding: 9px 17px;
    }

    .detail-wrapper .save-now img.dashed-line {
        margin: 0 auto;
    }

    .detail-wrapper .save-now .save-now-circle {
        position: absolute;
        bottom: -25px;
        right: 70px;
        text-align: right;
    }

.flushability-wrapper {
    padding:0;
    padding-top:200px;
}

    .flushability-wrapper .flushability-bg {
        position: absolute;
        top: -200px;
        left: -190px;
    }

    .flushability-wrapper .flushability-pack {
        position: absolute;
        top: -80px;
        left: 85px
    }

div.homie .circle-wrapper .circle-text {
    top: 120px;
}



@media (max-width: 1300px) {
    div.homie .embed-responsive-custom {
        margin-top: -80px;
    }
}

@media (max-width: 1024px) {
    div.homie .embed-responsive-custom {
        margin-top: 120px;
    }
}

@media (max-width: 990px) {

       .homie {
        margin-top: -10px;
    }
}


/*CSS for Tablet starts*/
@media (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 80px;
    }

    .homebanner {
        padding-top: 105px;
    }

        .homebanner .homepage-footer {
            position: static;
        }

    .video-container {
        padding-top: 100px;
    }

    div.homie .embed-responsive video {
        left: 4px;
    }

    .circle-wrapper .circle-text {
        font-size: 34px;
        top: 170px;
    }

        .circle-wrapper .circle-text span {
            font-size: 48px;
        }

    #contentCircle {
        width: 380px;
        height: 380px;
    }

    .circle-wrapper .circle-text div {
        padding-bottom: 16px;
    }
 
    .homie {
        background: url("../images/homepage/textureCircleTab.png") no-repeat 0 46%;
        padding-bottom: 0;
    }

        .detail-wrapper .section-heading, .flushability-wrapper .section-heading {
            font-size: 28px;
        }

        .detail-wrapper .discover-products img {
            padding-top: 30px;
            width: 400px;
        }


        .detail-wrapper .save-now img.dashed-line {
            padding-left: 0;
        }

        .detail-wrapper .save-now .save-now-circle {
            bottom: -30px;
            right: 20px;
            display: inline-block;
            text-align: right;
        }

            .detail-wrapper .save-now .save-now-circle img {
                width: 60%;
            }

    .flushability-wrapper .flushability-bg {
        top: -105px;
        left: -85px;
        width: 85%;
    }

    .flushability-wrapper .flushability-pack {
        top: -35px;
        left: 80px;
        width: 80%;
    }

    div.homie .embed-responsive-custom {
        padding-bottom: 57.25%;
        margin-top: -20px;
    }

    div.homie .content-wrapper {
        padding-top: 10px;
    }

    div.homie #contentCircle {
        width: 380px;
        height: 380px;
    }

    div.homie .circle-wrapper .circle-text {
        top: 170px;
    }

    div.homie .video-container .video-banner-content {
        top: 0;
    }

    div.homie .circle-wrapper .circle-text img {
        width: 18%;
    }
}
/*CSS for Tablet ends*/

/*CSS for Landscape View of Tablet starts*/
@media (min-width: 992px) and (max-width: 1199px) {
    .homie {
         margin-top: -200px;
    }

    div.homie .embed-responsive video {
        left: 4px;
    }

    div.homie .circle-wrapper .circle-text img {
        width: 16%;
    }

    .video-container {
        padding-top: 32px;
    }


    .flushability-wrapper .flushability-pack {
        top: -90px;
        left: 110px;
    }

    .flushability-wrapper .flushability-bg {
        top: -200px;
        left: -90px;
    }

    div.homie .content-wrapper {
        padding-top: 200px;
    }

    div.homie #contentCircle {
        width: 440px;
        height: 440px;
    }

    div.homie .circle-wrapper .circle-text {
        top: 100px;
    }
}

/*CSS for mobile*/
@media (max-width: 767px) {
    body {
        padding-top: 80px;
    }

    div.homie .video-container .video-banner-content {
        top:-10px;
    }

    .homebanner {
        padding-top: 90px;
    }

        .homebanner .homepage-footer {
            position: static;
        }

    .video-container {
        padding-top: 220px;
    }

    .circle-wrapper .circle-text {
        font-size: 28px;
        line-height: 32px;
        top: 170px;
    }

        .circle-wrapper .circle-text span {
            font-size: 40px;
        }

    #contentCircle {
        width: 300px;
        height: 300px;
    }

    .circle-wrapper .circle-text div {
        padding-bottom: 16px;
    }

    .detail-wrapper {
        padding-bottom: 100px;
    }

    .scrollify {
        padding-top:50px;
    }

    .homie {
        background: url("../images/homepage/textureCircleMob.png") no-repeat 0 57%;
        background-size: 100%;
    }

        .detail-wrapper .section-heading, .flushability-wrapper .section-heading {
            font-size: 28px;
        }

        .detail-wrapper p, .flushability-wrapper p {
            margin-bottom: 20px;
        }

        .detail-wrapper .discover-products img {
            padding-top: 30px;
            padding-bottom: 20px;
        }

        .detail-wrapper .discover-products {
            padding-bottom: 130px;
        }

        .detail-wrapper .save-now .save-now-circle {
            bottom: -5px;
            right: 60px;
            display: inline-block;
            text-align: right;
        }

            .detail-wrapper .save-now .save-now-circle img {
                width: 45%;
            }

        .detail-wrapper .save-now img.dashed-line {
            padding: 0;
        }
        .flushability-wrapper .flushability-pack {
            top: 35px;
            left: 30px;
            width: 90%;
        }

        .flushability-wrapper .flushability-bg {
            top: 0;
            left: -60px;
            width: 80%;
        }

        .flushability-wrapper .pack {
            padding-bottom: 95%;
        }

    div.homie .embed-responsive-custom {
        padding-bottom: 56.25%;
         margin-top: 120px;
    }

    div.homie .embed-responsive video {
        left: 2px;
    }

    div.homie .content-wrapper {
        padding-top: 35px;
    }

    div.homie #contentCircle {
        width: 283px;
        height: 283px;
    }

    div.homie .circle-wrapper .circle-text {
        top: 140px;
    }

        div.homie .circle-wrapper .circle-text img {
            width: 30%;
        }

        div.homie .circle-wrapper .circle-text .btn {
            padding: 5px 24px;
        }


    /*CSS for mobile landscape version*/
    @media only screen and (orientation: landscape) {
        div.homie .circle-wrapper .circle-text img {
            width: 18%;
        }

        .video-container {
            padding-top: 95px;
            overflow: visible;
            min-height: 420px;
        }


            .detail-wrapper .save-now .save-now-circle img {
                width: 60%;
            }

            .detail-wrapper .save-now .save-now-circle {
                bottom: 20%;
                right: 20%;
            }

        .flushability-wrapper .pack {
            padding-bottom: 480px;
        }
    }
}







.home-page-section .video-container .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: black;
    opacity: 0.3;
}

.video-container .video-banner-content {
    z-index: 1;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    top: 0;
    top:200px;
}

.embed-responsive-custom {
    padding-bottom: 44.25%;
}

div.homie .content-wrapper {
    padding-top: 145px;
}

/******************************CSS for Cottonelle Difference Page starts here**************************************/
.detail-wrapper.difference-wrapper .embed-responsive-custom {
    padding-bottom: 56.25%;
    margin-top: -90px;
    top: 65px;
}

.detail-wrapper.difference-wrapper .controls {
    position: relative;
    z-index: 100;
    opacity: 0;
}

.detail-wrapper.difference-wrapper {
    background: none;
    padding-top: 40px;
}

    .detail-wrapper.difference-wrapper .section-heading {
        margin-bottom: 20px;
    }

    .detail-wrapper.difference-wrapper .circleCarousel div {
        font-size: 60px;
        font-weight: 500;
        color: #009BDE;
    }

    .detail-wrapper.difference-wrapper .threeX {
        color: #00205B;
        font-size: 140px;
        padding-bottom: 20px;
        line-height: 1;
    }

    .detail-wrapper.difference-wrapper .circle-text {
        top: 130px;
    }

        .detail-wrapper.difference-wrapper .circle-text img {
            margin: 0 auto;
        }

    .detail-wrapper.difference-wrapper .video-container {
        padding-bottom: 0;
    }

        .detail-wrapper.difference-wrapper .video-container .video-banner-content {
            top: 25%;
        }

.texture-wrapper {
    background: url("../images/difference/textureCircle.png") no-repeat 0 195px;
    padding-bottom: 50px;
}

    .texture-wrapper h2 {
        color: #098BDE;
        font-size: 30px;
        font-weight: 300;
        line-height: 35px;
    }

    .texture-wrapper p {
        color: #737373;
        font-size: 16px;
        font-weight: 300;
    }

    .texture-wrapper .waveHelloVid {
        padding-bottom: 100px;
    }

    .texture-wrapper .waveVideo {
        position: relative;
        height: 675px;
    }

        .texture-wrapper .waveVideo video {
            width: 100%;
        }

    .texture-wrapper .subHeading {
        font-size: 40px;
        color: #00205B;
        font-weight: 500;
        margin-bottom: 25px;
        line-height: 46px;
    }

    .texture-wrapper .para {
        margin-bottom: 30px;
    }

    .texture-wrapper .flushableImg img {
        margin: 0 auto;
        width: 80%;
    }

    .texture-wrapper .flushable-wrapper {
        padding-bottom: 100px;
    }

.flushable-wrapper .flushableText {
    margin-top: -20px;
}

.texture-wrapper .sustainableImg img {
    margin: 0 auto;
    width: 80%;
}

.difference-wrapper .videoContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
}

    .difference-wrapper .videoContainer iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.difference-wrapper .videoPlaceholder {
    position: relative;
}

    .difference-wrapper .videoPlaceholder .playButton {
        position: absolute;
        display: block;
        top: 42%;
        left: 44%;
    }

        .difference-wrapper .videoPlaceholder .playButton img:hover {
            opacity: .7;
        }

.difference-wrapper .btn {
    font-size: 16px;
}

.difference-wrapper .flushable-wrapper .btn {
    padding: 8px 30px;
}

.difference-wrapper .sustainable-wrapper .btn {
    padding: 8.5px 39px;
}

@media (max-width: 767px) {

    .detail-wrapper.difference-wrapper .embed-responsive-custom {
        padding-bottom: 57.25%;
        margin-top: -60px;
        top: 240px;
    }

    .detail-wrapper.difference-wrapper .embed-responsive video {
        left: 2px;
    }

    .detail-wrapper.difference-wrapper {
        padding-bottom: 0;
        padding-top: 0;
    }

    .flushable-wrapper .flushableText {
        margin-top: 0;
    }

    .detail-wrapper.difference-wrapper #contentCircle {
        padding: 4px;
        height: 280px;
        width: 280px;
    }

    .detail-wrapper.difference-wrapper .video-container {
        padding-top: 0;
        padding-bottom: 260px;
    }

    .difference-wrapper .videoPlaceholder .playButton img {
        width: 70px;
    }

    .difference-wrapper .videoPlaceholder .playButton {
        top: 40%;
        left: 41%;
    }

    .detail-wrapper.difference-wrapper .homebanner {
        padding-top: 0;
    }

    .detail-wrapper.difference-wrapper .circleCarousel div {
        font-size: 25px;
    }

    .texture-wrapper {
        background: none;
        padding-top: 10px;
    }

        .texture-wrapper h2 {
            font-size: 28px;
            padding: 0 20px;
        }

        .texture-wrapper .waveHelloVid p {
            margin: 0 auto 20px auto;
            width: 80%;
        }

        .texture-wrapper .subHeading {
            font-size: 28px;
            margin-bottom: 20px;
            line-height: 35px;
        }

        .texture-wrapper .flushableImg img {
            margin-bottom: 30px;
        }

        .texture-wrapper .sustainableImg img {
            margin-bottom: 30px;
        }

        .texture-wrapper .waveVideo {
            height: 180px;
        }

    .detail-wrapper.difference-wrapper .propertySection {
        margin-top: -30px;
    }

        .detail-wrapper.difference-wrapper .propertySection .xprop {
            width: 60%;
            margin: 0 auto;
            padding: 40px 0;
            text-align: center;
        }

            .detail-wrapper.difference-wrapper .propertySection .xprop.middle {
                border-bottom: 1px solid #979797;
                border-top: 1px solid #979797;
            }

            .detail-wrapper.difference-wrapper .propertySection .xprop span:last-child {
                font-size: 26px;
                color: #009BDE;
                font-weight: 500;
            }

            .detail-wrapper.difference-wrapper .propertySection .xprop .threeX {
                font-size: 80px;
                font-weight: 500;
                padding-bottom: 0;
            }

    .detail-wrapper.difference-wrapper .circle-text {
        top: 65px;
    }

        .detail-wrapper.difference-wrapper .circle-text img {
            width: 36%;
        }

    .detail-wrapper.difference-wrapper .section-heading {
        margin-top: 30px;
    }

    .detail-wrapper.difference-wrapper .video-container .video-banner-content {
        top: 38%;
    }

    @media only screen and (orientation: landscape) {
        .detail-wrapper.difference-wrapper .circle-text img {
            width: 21%;
        }

        .difference-wrapper .videoPlaceholder .playButton img {
            width: 120px;
        }

        .texture-wrapper .waveVideo {
            height: 360px;
        }
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .texture-wrapper .flushableImg img {
        margin: 0;
    }

    .flushable-wrapper .flushableText {
        margin-top: 0;
    }

    .detail-wrapper.difference-wrapper .propertySection .xprop {
        text-align: center;
    }

    .detail-wrapper.difference-wrapper {
        padding-top: 0;
    }

        .detail-wrapper.difference-wrapper .video-container .video-banner-content {
            top: 22%;
        }

    .difference-wrapper .videoPlaceholder .playButton img {
        width: 100px;
    }

    .texture-wrapper {
        background: url("../images/homepage/textureCircleTab.png") no-repeat 0 350px;
        padding-bottom: 0;
        padding-top: 50px;
    }

    .detail-wrapper.difference-wrapper .propertySection .xprop span:last-child {
        font-size: 24px;
        color: #009BDE;
        font-weight: 500;
    }

    .detail-wrapper.difference-wrapper .propertySection .xprop .threeX {
        font-size: 80px;
        font-weight: 500;
        padding-bottom: 0;
    }

    .detail-wrapper.difference-wrapper .propertySection .xprop.middle {
        border-right: 1px solid #979797;
        border-left: 1px solid #979797;
        margin-top: -15px;
    }

    .detail-wrapper.difference-wrapper .video-container {
        padding-top: 0;
    }

    .detail-wrapper.difference-wrapper .homebanner {
        padding-top: 0;
    }

    .detail-wrapper.difference-wrapper .circle-text {
        top: 80px;
    }

        .detail-wrapper.difference-wrapper .circle-text img {
            width: 24%;
        }

    .detail-wrapper.difference-wrapper .video-container {
        padding-bottom: 110px;
    }

    .texture-wrapper .subHeading {
        font-size: 28px;
        width: 60%;
        margin: 0 auto 20px auto;
    }

    .texture-wrapper .waveVideo {
        height: 420px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .detail-wrapper.difference-wrapper .embed-responsive-custom {
        margin-top: 75px;
    }

    .detail-wrapper.difference-wrapper .embed-responsive video {
        left: 4px;
    }
}

@media (min-width: 1700px) {
    .difference-wrapper .ytp-title-text {
        margin-top: 10px !important;
    }

    .difference-wrapper #contentCircle {
        width: 750px;
        height: 750px;
    }

    .detail-wrapper.difference-wrapper .circle-text {
        top: 230px;
    }

        .detail-wrapper.difference-wrapper .circle-text img {
            width: 15%;
        }

    .circle-wrapper .circle-text span {
        font-size: 80px;
    }

    .detail-wrapper.difference-wrapper .threeX {
        font-size: 180px;
    }
}

@media (max-width: 640px) {

    .scrollify {padding-top:50px;}

    .detail-wrapper {
        background: none;
        padding-bottom: 0;
    }

    .flushability-wrapper {
        padding-top:100px;
    }

}

/******************************CSS for Cottonelle Difference Page ends here**************************************/



div.homie .content-wrapper {
    padding-top: 145px;
}





.detail-wrapper.difference-wrapper .circle-text img {
    margin: 0 auto;
}

@media (min-width: 1800px) {
    div.homie #contentCircle {
        width: 900px;
        height: 900px;
    }

    div.homie .circle-wrapper .circle-text {
        top: 235px;
    }

        div.homie .circle-wrapper .circle-text img {
            width: 16%;
            max-width:450px;
        }
}

@media(min-width:420px) and (max-width:599px) {
    div.homie .circle-wrapper .circle-text img {
        width: 20%;
    }

    .detail-wrapper.difference-wrapper .circle-text img {
        width: 26%;
    }

    .detail-wrapper.difference-wrapper #contentCircle {
        height: 380px;
        width: 380px;
    }

    .detail-wrapper.difference-wrapper .circle-text {
        top: 130px;
    }
}

@media(min-width:600px) and (max-width:767px) {
    div.homie .circle-wrapper .circle-text img {
        width: 16%;
    }

    .detail-wrapper.difference-wrapper .circle-text img {
        width: 20%;
    }
}

@media (min-width:2000px) {
    .detail-wrapper.difference-wrapper .circle-text {
        top: 285px;
    }

    .difference-wrapper #contentCircle, div.homie #contentCircle {
        width: 950px;
        height: 950px;
    }
}
