.noscroll{ overflow: hidden !important }
#popCardPicture img { 
transition: left 0.3s ease, right 0.3s ease;
left: 0; 
    right: 0; 
    position: relative;
}
#popCardPicture img.moveOffRight { 
    right: -100%; 
}
#popCardPicture img.moveOffLeft { 
    left: -100%; 
}
#popCardPicture img.noTransitions { 
    transition: none !important;
}

a[name='ruizfoods'] { 
    padding-top: 4em
}
a[name='wawona'],
a[name='anlin'] { 
    padding-top: 1em
}

.glyphicon-left { padding-right: 1em; }
.glyphicon-right { padding-left: 1em; }
html, body {
  height: 100%;
  margin: 0;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -96px;
}
.footer,
.push {
  height: 96px;
}
.dxeErrorCellSys,
.dxeErrorCellSys td img {
    transition: padding 0.3s ease, margin 0.3s ease, width 0.3s ease;
}

.dxeValidStEditorTable .dxeErrorCellSys {
    width: 1px !important;
    padding: 0 !important;
}

    .dxeValidStEditorTable .dxeErrorCellSys table {
        display: none;
    }

    .dxeValidStEditorTable .dxeErrorCellSys td img {
        width: 1px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

/* When error frame is positioned below the control, 
 use cssclass='errorFrameOnBottom' on the FormLayout Item */
.errorFrameOnBottom .dxeRoot_Mulberry > tbody > tr:nth-of-type(2),
.errorFrameOnBottom .dxeRoot_Mulberry > tbody > tr:nth-of-type(2) * {
    transition: line-height 0.3s ease;
    line-height: 1.42857143;
}

.errorFrameOnBottom .dxeValidStEditorTable > tbody > tr:nth-of-type(2),
.errorFrameOnBottom .dxeValidStEditorTable > tbody > tr:nth-of-type(2) * {
    line-height: 0 !important;
}

.container {
    max-width: 1010px;
    /*! overflow-x: hidden; */
}

.background-images {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.background-images {
    max-width: 578px;
    width: 100%;
    margin: 0 auto;
    display: none;
}

.product-images {
    opacity: 0;
    transition: opacity 0.7s ease-out;
}

.floating-product, .floating-product-2 {
    transition: right 0.7s ease-out, left 0.7s ease-out;
}

.product-images {
    float: right;
}

    .product-images img {
        max-width: 250px;
    }

.section-container.on .product-images,
.background-images.on {
    opacity: 1;
}

footer {
    text-align: center;
    width: 100%;
    padding: 15px 0 40px;
    margin-top: 2em;
    border-top: 1px solid #e7e7e7;
    color: #8d8d8d;
    font-family: "Titillium Web", sans-serif;
}

    footer ul {
        margin: 0;
        padding: 0;
    }

    footer li {
        list-style-type: none;
        display: inline-block;
    }

        footer li a {
            display: inline-block;
            padding: 10px 22px;
            color: #666;
        }

.row.no-margin {
    margin: 0;
}

.navbar-default {
    background: rgba(255,255,255,0.92);
transition: padding 0.2s ease; 
    padding: 20px 0 16px;
}

    .navbar-default.top-nav-collapse {
        padding: 0;
    }

.navbar-brand {
    height: 25px;
    padding: 17px 0;
}

    .navbar-brand > img {
        max-width: 266px;
        padding-right: 1.75em;
        transition: top 0.3s ease;
        position: relative;
        top: 0;
        padding-left: 1.35em;
        max-width: 209px;
    }

.header-subline {
    font-size: 14px;
    color: #FAA61A; 
    line-height: 40px;
    padding-left: 2.7em;
    transition: top 0.3s ease;
    position: relative;
    top: 5px;
    white-space: nowrap;
}

.left-padding {
    padding-left: 24px;
}

.right-padding {
    padding-right: 24px;
}

.navbar-default.top-nav-collapse .header-subline {
    top: 0px;
}

.navbar-default.top-nav-collapse .navbar-brand > img {
    top: -5px;
}

.orange-back-headline {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    margin-top: 0;
    position: relative;
    height: 55px;
}

    .orange-back-headline .title-text {
        padding: 9px 24px 0;
        display: block; 
    }
.orange-back-headline .title-subline {
    display: block; 
    font-size: 14px; 
    line-height: 14px;
    text-transform: none;
    padding-left: 1px;
}
    .orange-back-headline .title-background {
        background: #FAA61A;
        position: absolute;
        width: 0;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transition: width 0.2s ease;
    }

    .orange-back-headline.on .title-background {
        width: 100%;
    }

.section-container {
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

    .section-container:not(.revcom):before {
        content: ' ';
        display: block;
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: left 0.2s ease-out, right 0.2s ease-out;
        pointer-events: none !important;
        overflow: hidden;
    }

    .section-container.ruiz-foods.active:before,
    .section-container.anlin.active:before {
        left: -100%;
    }

    .section-container.wawona.active:before {
        left: 200%;
    }

    .section-container.ruiz-foods {
        background: url(../img/section-back-ruiz-logo.png) no-repeat -200px 25px, #A82428;
    }

    .section-container.wawona {
        background: url(../img/section-back-wawona-logo.png) no-repeat 491px 100px, #8FB83A;
    }

    .section-container.anlin {
        background: url(../img/section-back-anlin-logo.png) no-repeat -180px 100px, #007AC2;
    }

    .section-container.revcom .background-frame {
        min-height: 200px;
        color: #67686B;
        background: url(../img/revcom-background.png) no-repeat 0 0;
        background-size: contain;
        width: 100%;
    }

    
.text-frame { background: #F9A61A; color: #fff; max-width: 360px; padding: 0 2em 4em 0; position: relative; left: 3em;  }

        .section-container.revcom h2 + span {
            max-width: 425px;
            display: block;
            font-size: 16px;
        }

    .section-container.ruiz-foods .background-frame,
    .section-container.anlin .background-frame {
        float: right;
    }

    .section-container.wawona .background-frame {
        float: left;
    }

    .section-container h2 {
        text-transform: uppercase;
        font-size: 27px;
    }

    .section-container.wawona h2 {
        padding-left: 24px;
    }

    .section-container.revcom h2 {
        text-transform: none;
        margin-top: 0;
        padding-top: 20px;
    }

    .section-container h2 span {
        text-transform: lowercase;
        font-size: 14px;
    }

    .section-container h2 span {
        display: block;
    }

@media screen and (min-width: 516px) {
    .navbar-default {
        padding: 20px 0 31px;
    }

    .navbar-brand {
        height: 50px;
        padding: 15px;
    }

        .navbar-brand > img {
            max-width: 209px;
            border-right: 2px solid #A9ABAE;
            padding-right: 1.75em;
            transition: top 0.3s ease;
            position: relative;
            top: 0;
            padding-left: 1.35em;
        }

    .header-subline {
        font-size: 18px;
        color: #FAA61A;
        line-height: 40px;
        padding-left: 0.45em;
        transition: top 0.3s ease;
        position: relative;
        top: 5px;
    }

    footer {
        text-align: left;
    }

        footer nav {
            float: right;
        }

        footer .copyright {
            padding: 10px 22px;
            display: inline-block;
        }
}


/*Mobile Indicator*/
#wideMobileIndicator,
#mobileIndicator {
    display: block;
}


@media screen and (max-width: 767px) {
    .text-frame { left: 0; margin-bottom: 5em; max-width: none; }
    .floating-product-2 {
        display: none;
    }

    .navbar-nav.right-padding {
        padding-right: 0;
    }


    .section-container.anlin,
    .section-container.wawona,
    .section-container.ruiz-foods {
        background-position: center center !important;
        background-size: contain !important;
    }
}

@media screen and (min-width: 768px) {
    .navbar-default {
        padding: 20px 0 40px;
    }
    #mobileIndicator {
        display: inline;
    }

    .section-container.revcom .background-frame {
        height: 429px;
    }

    .product-images img {
        max-width: none;
    }
}

@media screen and (max-width: 991px) {
    #wideMobileIndicator {
        display: inline;
    }
}

@media screen and (min-width: 992px) {
    .section-container.wawona .logo-frame,
    .section-container.anlin .logo-frame,
    .section-container.ruiz-foods .logo-frame {
        height: 306px;
    }

    .section-container.ruiz-foods {
        background-position: -200px 25px !important;
    }

    .section-container.wawona {
        background-position: 491px 100px !important;
    }

    .section-container.anlin {
        background-position: -180px 100px !important;
    }

    .section-container.ruiz-foods {
        background: url(../img/section-back-ruiz-logo.png) no-repeat -200px 25px, #A82428;
    }

    .section-container.wawona {
        background: url(../img/section-back-wawona-logo.png) no-repeat 491px 100px, #8FB83A;
    }

    .section-container.anlin {
        background: url(../img/section-back-anlin-logo.png) no-repeat -180px 100px, #007AC2;
    }

    .product-images {
        float: none;
    }

    .section-container.wawona h2 {
        padding-left: 0;
    }

    .section-container.ruiz-foods .floating-product {
        position: absolute;
        top: 14%;
        left: 9%;
    }

    .section-container.wawona .floating-product {
        position: absolute;
        top: 21%;
        right: 30%;
    }

    .section-container.wawona .floating-product-2 {
        position: absolute;
        top: 33%;
        right: 7%;
    }

    .section-container.wawona.on .floating-product-2 {
        right: 11%;
    }

    .section-container.anlin.on .floating-product {
        left: 18%;
    }

    .section-container.anlin .floating-product {
        position: absolute;
        top: 2%;
        left: 14%;
    }

    .section-container.ruiz-foods.on .floating-product {
        left: 13%;
    }

    .section-container.ruiz-foods.on .floating-product {
        left: 13%;
    }

    .section-container.wawona.on .floating-product {
        right: 26%;
    }

    .section-container.ruiz-foods .logo-frame {
        width: 38%;
        float: left;
    }

    .section-container.wawona .logo-frame {
        width: 38%;
        float: right;
    }

    .section-container.anlin .logo-frame {
        width: 38%;
        float: left;
    }

    .background-images {
        display: block;
    }

    .navbar-brand > img {
        max-width: 266px;
    }

    .header-subline {
        font-size: 25px;
        line-height: 49px;
    }
}
#popViewCard_PW-1 { width: 100% !important}
#popViewCard_PW-1 {
    max-width: 550px; 
    position: absolute !important;
}


@media screen and (max-width: 768px) {
    #popViewCard_PW-1 {
        left: 0 !important;
        width: 100% !important;
    }
}