/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.2.1
 *  http://devsmash.com/projects/kwicks
 *
 *  Copyright 2013 Jeremy Martin (jmar777)
 *  Contributors: Duke Speer (Duke3D), Guillermo Guerrero (gguerrero)
 *  Released under the MIT license
 *  http://www.opensource.org/licenses/mit-license.php
 */.kwicks{display:block;list-style-type:none;list-style:none;position:relative;margin:0;padding:0}.kwicks>*{display:block;overflow:hidden;padding:0;margin:0}.kwicks.kwicks-processed>*{margin:0;position:absolute}.kwicks-horizontal>*{float:left}.kwicks-horizontal>:first-child{margin-left:0}.kwicks-vertical>:first-child{margin-top:0}

/*   Below: CSS Added by the FUZE team to modify Kwicks DESKTOP */

/*html * {
    color: #FFFFFF;
}*/

.MMM--kwicksContainer div {
    color: #FFFFFF;
}

#panel-4, #panel-3, #panel-2, #panel-1{
    border-right:none !important;
}

.kwicks {
    width: 100%;
    height: 500px;
    background-image: url('https://multimedia.3m.com/mws/media/1649185O/meguiars-5-steps-background.jpg');
    background-size: cover;
}

.kwicks .MMM--ctaBtn{
    background: #CC3333 !important;
}

.kwicks>li {
    height: 499px;
    /* overridden by kwicks but good for when JavaScript is disabled */
    width: 20%;
    float: left;
    transition: background 1s ease-in-out;
    border: 1px solid #999999;
    margin: 0 !important;
    position:relative
    cursor: pointer;

}

.kwicks-container{
    padding: 0;
}

.kwicks-expanded, .kwicks-collapsed{
    background: #2c2c2c; /* Old browsers */
    background: -moz-linear-gradient(top, #2c2c2c 0%, #424242 51%, #2c2c2c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2c2c2c 0%,#424242 51%,#2c2c2c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2c2c2c 0%,#424242 51%,#2c2c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
}

.kwicks-expanded{
    cursor: default;
}

.kwicks-expanded div.panel-number-border{
    left: 20px;
    display: none;
}

.kwicks-expanded div.inner-panel{
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease-in;
    transition-delay: .5s;
}

.inner-panel{
    overflow: hidden;
    opacity: 0;
    width: 0%;
    height: 0%;
}

.vertical-container{
height:400px;
overflow:hidden;
}

.kwicks-collapsed{
    cursor:pointer;
}

.kwicks-collapsed .vertical-text{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    transition: opacity 0.2s ease-in;
    transition-delay: .5s;
}

.kwicks-expanded .vertical-text{
    opacity: 0;
}

.step{
    font-size: 30px;
    text-transform: uppercase;
}
.step-action{
    font-size: 60px;
    /*white-space: nowrap;*/
    overflow: hidden;
}
.step-action-bottom{
    font-size: 24px;
    margin: 25px -50px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'alternate-gothic-no-3-d' !important;
    /*overflow: hidden;*/
}

.step-action-top{
    font-size: 24px;
    margin: 220px -60px 25px -60px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'alternate-gothic-no-3-d' !important;
    /*overflow: hidden;*/
    display: none;
}

.kwicks-collapsed div.step-action-top{
    display: block;
}

.kwicks-collapsed div.step-action-bottom{
    display: none;
    font-family: 'alternate-gothic-no-3-d' !important;
}

.step-description{
    font-family: Open Sans;
}
.text-width{
    max-width: 45%;
    max-height: 325px;
    height: 65%;
    display: inline-block;
    margin: 40px 0 7px 30px;
}
.picture-width{
    max-width: 45%;
    max-height: 350px;
    display: inline-block;
    margin-right:7% !important;
    margin-top: 5% !important;
    text-align: right;
    overflow: hidden;
}
.picture-width img{
    max-width: 200px;
    min-width: 130px;
    width: auto; 
    max-height: 350px;
    height: auto; 
    object-fit: contain;
}

.hide{
    display: none;
}

.red{
    background: #CC3333;
}

div.panel-number-border {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    left: calc(50% - 23px);
    bottom: 80px;
    position: absolute;
    color: black;
}

div.panel-number-border {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    left: calc(50% - 23px);
    top:370px;
    bottom: auto;
    position: absolute;
    color: black;
}

.vertical-container:hover div.panel-number-border {
left: calc(50% - 48px);
margin: 0 25px 0 25px;
animation-name: circleAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    cursor: pointer;
}

div.panel-number-border-expanded {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    margin: 0 25px 0 25px;
    transition: left .5s ease;
    color: black;
    animation-name: circleAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    cursor: pointer;
}

/*   Circle Animation Below   */

@keyframes circleAnimation {
  60% {border-color: rgba(255, 255, 255, 0); padding: 4px; margin-left: 21px; margin-top: -4px;}
  65% {border-color: rgba(255, 255, 255, 0); padding: 2px; margin-left: 23px; margin-top: -2px;}
  84% {border-color: rgba(255, 255, 255, 0); padding: 0px; margin-left: 25px; margin-top: 0;}
  85% {border-color: rgba(255, 255, 255, 0); padding: 0; margin-left: 25px; margin-top: 0;}
100% {border-color: rgba(255, 255, 255, 1); padding: 0; margin-left: 25px; margin-top: 0;}
}


div.panel-number-inner {
    background: #FFDD01;
    color: #000;
    height: 36px;
    width: 37px;
    border-radius: 50%;
    margin: 5px auto;
    font-size: 33px;
    text-align: center;
    position: relative;
    font-family: 'alternate-gothic-no-3-d' !important;
}

@media screen and (max-width: 999px){
.picture-width img{
    max-width: 180px;
    max-height: 310px;
}
}

/*   Below: CSS Added by the FUZE team to modify Kwicks MOBILE   */

@media screen and (max-width: 767px){

div.panel-number-border {
    top:auto;
    bottom: 80px;
}

.MMM--bodyContain .rC-58-HTML .mix-MMM--btn_fullWidthMobileOnly{
padding: 13px 0 10px 0 !important;
}

.kwicks {
    background: #2c2c2c; /* Old browsers */
    background: -moz-linear-gradient(right, #2c2c2c 0%, #424242 51%, #2c2c2c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #2c2c2c 0%,#424242 51%,#2c2c2c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #2c2c2c 0%,#424242 51%,#2c2c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
}

.kwicks-collapsed{
    background: #2c2c2c; /* Old browsers */
    background: -moz-linear-gradient(right, #2c2c2c 0%, #424242 51%, #2c2c2c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #2c2c2c 0%,#424242 51%,#2c2c2c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #2c2c2c 0%,#424242 51%,#2c2c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
}

#panel-4, #panel-3, #panel-2, #panel-1{
    border-right: 1px solid #999999 !important;
    border-bottom: none !important;
}

    .kwicks {
       height: 900px !important;
    }
    .kwicks>li{
        width: 100% !important;
    }
    .step{
        font-size: 16px;
        margin: 15px 0 4px 0;
    }
    .step-action{
        font-size: 26px;
        margin-bottom: 4px;
    }
    .step-description{
        font-size: 11px;
        margin-bottom: 10px;
    }
    .text-width{
        max-width: 90%;
        height: auto;
        margin-left: calc(14% - 35px);
    }
    .step-action-bottom{
        float: right;
        font-size: 24px;
        margin: 6px -88px;
        font-family: 'alternate-gothic-no-3-d' !important;
    }
    .step-action-bottom-FR{
        margin: 6px -104px !important;
    }
    .step-action-top {
        margin-top: 12px;
        margin-left: calc(14% + 20px);
    }
    .step-action-bottom-WASH{
        margin: 0 -79px !important;
    }
    .step-action-bottom-WASH-FR{
        margin: 0 -79px !important;
    }
    .step-action-bottom-WAP{
        margin: 6px -177px !important;
    }
    .step-action-bottom-WAP-FR{
        margin: 6px -197px !important;
    }
    .step-action-bottom-CAP{
        margin: 6px -163px !important;
    }
    .step-action-bottom-CAP-FR{
        margin: 6px -242px !important;
    }
    .step-action-bottom-MAIN{
        margin: 6px -106px !important;
    }
    .step-action-bottom-MAIN-FR{
        margin: 6px -103px !important;
    }
    .panel{
        margin:bottom 14px;
    }
    .picture-width{
        margin: 25px;
    }
    .MMM--ctaBtn{
        font-size: 11px !important;
        padding: 8px 25px !important;
        text-align: center;
    }
    .start-panel-number-bottom{
        bottom: 37px !important;
    }
    div.panel-number-inner{
        float: left;
        margin: 5px;
        height: 26px;
        width: 26px;
        font-size: 22px;
        font-family: 'alternate-gothic-no-3-d' !important
    }
    div.panel-number-border{
        border: 1px solid #fff;
        left: calc(14% - 35px);
        bottom:50px;
        height:36px;
        width:36px;
    }
    div.panel-number-border-expanded{
        border: 1px solid #fff;
        margin: -25px 25px 0 0;
        left: calc(14% - 35px);
        height:36px;
        width:36px;
        animation-name: none;
    }

    .kwicks-collapsed .panel-number-border {
        bottom: 8px;
    }

    .MMM--media_alt .MMM--media-element {
        margin: 0 17%;
        width: 100% !important;
        float: none;
    }
}