.SnapEngage-container
{
    position: fixed;
    top: 45%;
    right: 0;
    width: 40px;
    height: 100px;
    display: block;
    z-index: 999;
}

@media (min-width: 0px) and (max-width: 500px)
{
    .SnapEngage-container
    {
        top: 92%;
        width: 100px;
        height: 50px;
    }
}

.SnapEngage-container .bubble
{
    position: absolute;
    right: 0;
    width: 40px;
    height: 45px;
    background: #d16d19;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

@media (min-width: 0px) and (max-width: 500px)
{
    .SnapEngage-container .bubble
    {
        width: 50px;
        height: 50px;
    }
}

.SnapEngage-container .bubble:hover
{
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 959px), (min-width: 960px) and (max-width: 1024px), (min-width: 1024px)
{
    .SnapEngage-container .bubble:hover
    {
        width: 200px;
        background: #FAAC58;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 501px) and (max-width: 767px)
{
    .SnapEngage-container .bubble:active
    {
        width: 200px;
        background: #e8462d;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

.SnapEngage-container .bubble img, .SnapEngage-container .bubble span
{
    float: left;
    display: inline;
    height: 50px;
}

@media (min-width: 0px) and (max-width: 500px)
{
    .SnapEngage-container .bubble img, .SnapEngage-container .bubble span
    {
        height: 50px;
    }
}

.SnapEngage-container .bubble img
{
    width: 40px;
}

/*@media (min-width: 0px) and (max-width: 500px)
{
    .SnapEngage-container .bubble img
    {
        width: 50px;
    }
}*/

.SnapEngage-container .bubble span
{
    width: 140px; /*font-family: 'BG-bold', sans-serif;*/
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 4px;
}

.SnapEngage-container .phone-bubble
{
    top: 0;
}

@media (min-width: 0px) and (max-width: 500px)
{
    .SnapEngage-container .phone-bubble
    {
        top: 45px;
        right: 0;
    }
}

.SnapEngage-container .chat-bubble
{
    top: 45px;
}

@media (min-width: 0px) and (max-width: 500px)
{
    .SnapEngage-container .chat-bubble
    {
        top: 0;
        left: 0;
    }
}


@media only screen and (min-width:320px) and (max-width: 359px)
{

    .SnapEngage-container
    {
        position: fixed;
        top: 60%;
        right: 0;
        width: 40px;
        height: 100px;
        display: block;
        z-index: 999;
    }

    .SnapEngage-container .bubble
    {
        position: absolute;
        right: 0;
        width: 40px;
        height: 45px;
        background: #d16d19;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .SnapEngage-container .bubble:hover
    {
        width: 200px;
        background: #FAAC58;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .SnapEngage-container .bubble span
    {
        width: 140px; /*font-family: 'BG-bold', sans-serif;*/
        font-size: 14px;
        line-height: 50px;
        text-transform: uppercase;
        padding-left: 10px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 4px;
    }

    .SnapEngage-container .bubble img
    {
        width: 40px;
    }
}


@media only screen and (min-width:360px) and (max-width: 532px)
{

    .SnapEngage-container
    {
        position: fixed;
        top: 60%;
        right: 0;
        width: 40px;
        height: 100px;
        display: block;
        z-index: 999;
    }

    .SnapEngage-container .bubble
    {
        position: absolute;
        right: 0;
        width: 40px;
        height: 45px;
        background: #d16d19;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .SnapEngage-container .bubble:hover
    {
        width: 200px;
        background: #FAAC58;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .SnapEngage-container .bubble span
    {
        width: 140px; /*font-family: 'BG-bold', sans-serif;*/
        font-size: 14px;
        line-height: 50px;
        text-transform: uppercase;
        padding-left: 10px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 4px;
    }

    .SnapEngage-container .bubble img
    {
        width: 40px;
    }
}


@media only screen and (min-width:533px) and (max-width: 639px)
{

    .SnapEngage-container
    {
        position: fixed;
        top: 60%;
        right: 0;
        width: 40px;
        height: 100px;
        display: block;
        z-index: 999;
    }

    .SnapEngage-container .bubble
    {
        position: absolute;
        right: 0;
        width: 40px;
        height: 45px;
        background: #d16d19;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .SnapEngage-container .bubble:hover
    {
        width: 200px;
        background: #FAAC58;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .SnapEngage-container .bubble span
    {
        width: 140px; /*font-family: 'BG-bold', sans-serif;*/
        font-size: 14px;
        line-height: 50px;
        text-transform: uppercase;
        padding-left: 10px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 4px;
    }

    .SnapEngage-container .bubble img
    {
        width: 40px;
    }
}

@media only screen and (min-width:640px) and (max-width: 767px)
{
    .SnapEngage-container
    {
        position: fixed;
        top: 60%;
        right: 0;
        width: 40px;
        height: 100px;
        display: block;
        z-index: 999;
    }

    .SnapEngage-container .bubble
    {
        position: absolute;
        right: 0;
        width: 40px;
        height: 45px;
        background: #d16d19;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .SnapEngage-container .bubble:hover
    {
        width: 200px;
        background: #FAAC58;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .SnapEngage-container .bubble span
    {
        width: 140px; /*font-family: 'BG-bold', sans-serif;*/
        font-size: 14px;
        line-height: 50px;
        text-transform: uppercase;
        padding-left: 10px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 4px;
    }

    .SnapEngage-container .bubble img
    {
        width: 40px;
    }
}

@media only screen and (min-width:768px) and (max-width: 1023px)
{
    .SnapEngage-container
    {
        position: fixed;
        top: 65%;
        right: 0;
        width: 40px;
        height: 100px;
        display: block;
        z-index: 999;
    }

    .SnapEngage-container .bubble
    {
        position: absolute;
        right: 0;
        width: 40px;
        height: 45px;
        background: #d16d19;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .SnapEngage-container .bubble:hover
    {
        width: 200px;
        background: #FAAC58;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .SnapEngage-container .bubble span
    {
        width: 140px;
        font-size: 14px;
        line-height: 50px;
        text-transform: uppercase;
        padding-left: 10px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 4px;
    }

    .SnapEngage-container .bubble img
    {
        width: 40px;
    }
}

@media only screen and (min-width:1024px) and (max-width: 1279px)
{
    .SnapEngage-container
    {
        position: fixed;
        top: 45%;
        right: 0;
        width: 40px;
        height: 100px;
        display: block;
        z-index: 999;
    }

    .SnapEngage-container .bubble
    {
        position: absolute;
        right: 0;
        width: 40px;
        height: 45px;
        background: #d16d19;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .SnapEngage-container .bubble:hover
    {
        width: 200px;
        background: #FAAC58;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .SnapEngage-container .bubble span
    {
        width: 140px;
        font-size: 14px;
        line-height: 50px;
        text-transform: uppercase;
        padding-left: 10px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 4px;
    }

    .SnapEngage-container .bubble img
    {
        width: 40px;
    }
}

@media only screen and (min-width:1280px) and (max-width: 1365px)
{
    .SnapEngage-container
    {
        position: fixed;
        top: 45%;
        right: 0;
        width: 40px;
        height: 100px;
        display: block;
        z-index: 999;
    }

    .SnapEngage-container .bubble
    {
        position: absolute;
        right: 0;
        width: 40px;
        height: 45px;
        background: #d16d19;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .SnapEngage-container .bubble:hover
    {
        width: 200px;
        background: #FAAC58;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .SnapEngage-container .bubble span
    {
        width: 140px;
        font-size: 14px;
        line-height: 50px;
        text-transform: uppercase;
        padding-left: 10px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 4px;
    }

    .SnapEngage-container .bubble img
    {
        width: 40px;
    }
}

@media only screen and (min-width:1366px) and (max-width: 1439px)
{
    .SnapEngage-container
    {
        position: fixed;
        top: 55%;
        right: 0;
        width: 40px;
        height: 100px;
        display: block;
        z-index: 999;
    }

    .SnapEngage-container .bubble
    {
        position: absolute;
        right: 0;
        width: 40px;
        height: 45px;
        background: #d16d19;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .SnapEngage-container .bubble:hover
    {
        width: 200px;
        background: #FAAC58;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .SnapEngage-container .bubble span
    {
        width: 140px;
        font-size: 14px;
        line-height: 50px;
        text-transform: uppercase;
        padding-left: 10px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 4px;
    }

    .SnapEngage-container .bubble img
    {
        width: 40px;
    }
}

@media only screen and (min-width:1440px) and (max-width: 1599px)
{
    .SnapEngage-container
    {
        position: fixed;
        top: 55%;
        right: 0;
        width: 40px;
        height: 100px;
        display: block;
        z-index: 999;
    }

    .SnapEngage-container .bubble
    {
        position: absolute;
        right: 0;
        width: 40px;
        height: 45px;
        background: #d16d19;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .SnapEngage-container .bubble:hover
    {
        width: 200px;
        background: #FAAC58;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .SnapEngage-container .bubble span
    {
        width: 140px;
        font-size: 14px;
        line-height: 50px;
        text-transform: uppercase;
        padding-left: 10px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 4px;
    }

    .SnapEngage-container .bubble img
    {
        width: 40px;
    }
}


@media only screen and (min-width:1600px) and (max-width: 1920px)
{
    .SnapEngage-container
    {
        position: fixed;
        top: 55%;
        right: 0;
        width: 40px;
        height: 100px;
        display: block;
        z-index: 999;
    }

    .SnapEngage-container .bubble
    {
        position: absolute;
        right: 0;
        width: 40px;
        height: 45px;
        background: #d16d19;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .SnapEngage-container .bubble:hover
    {
        width: 200px;
        background: #FAAC58;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .SnapEngage-container .bubble span
    {
        width: 140px;
        font-size: 14px;
        line-height: 50px;
        text-transform: uppercase;
        padding-left: 10px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 4px;
    }

    .SnapEngage-container .bubble img
    {
        width: 40px;
    }
}