﻿body {
}
input.fixBtn {
    background: rgba(0, 0, 0, 0.54);
    border-color: white;
    color: white;
}

    input.fixBtn:hover {
        color: black;
        background: rgba(255, 255, 255, 0.86);
        border-color: black;
    }


input[type="button" i].fixBtn {
    /*background: transparent;*/
    background: rgba(0, 0, 0, 0.54);
    border-color: white;
    color: white;
}

    input[type="button" i].fixBtn:hover {
        color: black;
        background: rgba(255, 255, 255, 0.86);
        border-color: black;
    }






input[type="button" i].waterExploreBtn {
    background: #60b1cc;
}

    input[type="button" i].waterExploreBtn:hover {
        color: #60b1cc;
        background: rgba(255, 255, 255, 0.86);
        border-color: #60b1cc;
    }
.productImgDivWater img{
    height: 11.979166666666666vw;
    min-height: 150px;
}
.waterDrops img {
    /* top: auto; */
    height: 5.416666666666667vw;
    z-index: 5;
    position: absolute;
    bottom: 30%;
    animation: fall 1s linear;
    transform: scale(0.7, 1);
    opacity: 0;
    animation-fill-mode: forwards;
    transition: 3s;
}


@keyframes fall {


    100% {
        transform: translateY(100%);
        opacity: 1;
    }
    /*100% {
        transform: translateY(0rem) scale(0.7, 0.3);
        opacity: 0.7
    }*/
}
@media screen and (min-width: 650px) {
    .edgeCallout > div {
        display: table-cell;
    }
    .wwtSensorDiv > div {
        display: table-cell;
        width:50%;
    }
    .productImgDivWater {
        padding-right: 4.7%;
    }


}

@media screen and (max-width: 650px) {
    .edgeCallout > div, .wwtSensorDiv > div {
        float: left;
    }
    .productImgDivWater {
        width: 100%;
    }
}
@media screen and (max-width: 1698px) {
    #waterPipe {
        /*margin-top: -28vw;*/
    }
}
@media screen and (min-width: 1698px),(max-width: 400px) {
    #waterPipe {
        /*margin-top: -14vw;*/
    }
}
@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    #waterPipe {
        /*margin-top: -14vw;*/
    }
}

@supports not (-webkit-overflow-scrolling: touch) {
    /* CSS for other than iOS devices */
  
}

.waterFloat{
    margin-top:17%;

}



    @media screen and (max-width: 767px) {
        .waterFloat {
            width: 100%;
            margin-top: 0;
        }

        .waterDrops img {
            display: none;
            bottom: -15%;
        }
    }
.pulseSensor{
    bottom:28%;
}
@media screen and (max-width: 650px ){
    .pulseSensor {
        bottom: 20%;
    }
}



@media screen and (min-width: 768px) {
    .waterFloat {
        width: 50%;
        margin-top: 17%;
    }

        .waterFloat .container {
            width: 33vw;
        }
}


.pulseSensor:before, .pulseSensor:after, .pulseSpan {
    background: rgba(96, 177, 204, 0.8117647058823529);
    box-shadow: 0 0 0px 20px rgba(96, 177, 204, 0.5607)
}

    .wwtIcons > div {
        height: 8vw;
        min-height: 80px;
        margin: 10px;
    }

    .wwtIcons div {
        float: left;
        width: 9vw;
        /* height: 16vw; */
        text-transform: uppercase;
        min-width: 101px;
        font-size: calc(8px + .25vw);
        letter-spacing: .100vw;
        transition: .3s;
        cursor: pointer;

 
    min-width: 85px;
    font-size: calc(6px + .25vw);

    }

    .wwtIcons {
        text-align: center;
        width: 100%;
        float: left;
        color: #60b1cc;
        margin: 10px;
        font-family: raleway-semibold;
        margin-top: 5%;
    }

        .wwtIcons img {
            width: 4vw;
            min-width: 30px;
            margin-bottom: 1.3020833333333333vw
        }

        .wwtIcons div:hover {
            transform: scale(1.1);
        }


    .marvel-device.note8::after {
        content: "Easy Repair Tracking";
    }

    .marvel-device.ipad::after {
        content: "Daily Leak Alert Report";
    }

    .marvel-device.ipad2::after {
        content: "ADF Trend";
    }

    .marvel-device.macbook:after {
        content: "Riser Analysis";
    }

    .marvel-device.iphone8:after {
        content: "Flow Status"
    }

    .mac2:after {
        content: "Leak Activity report";
        bottom: -1.8vw;
    }