﻿  .support {
        position: fixed;
        top: 50%;
        left: 0;
        z-index: 2147483643;
    }

    .tagove-chat-logo.tagove-chat-logo.tagove-chat-logo {
        float: left !important;
    }

    .tagove_frame {
        left: 0 !important;
        right: auto !important;
    }


    .support a {
        width: 38px;
        display: block;
        height: 114px;
        background: url("images/new-small-button.png") no-repeat left center;
    }

    .support {
        position: fixed;
        top: 50%;
        left: 0;
        z-index: 2147483643;
    }

        .support a {
            width: 38px;
            display: block;
            height: 114px;
            background: url("images/new-small-button.png") no-repeat left center;
        }

    #habla_window_div {
        right: 20px !important;
        width: 430px !important;
    }

    /*.alert_pop_overlay {
   background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999999;
}*/

    .alert_pop {
        display: none;
    }

    .rightF {
        display: block;
    }

    @media (min-width:320px) and (max-width:640px) {

        .rightF {
            display: none;
        }

        .alert_pop {
            background: #47c2c7 none repeat scroll 0 0;
            bottom: 0;
            height: 81px;
            left: 0;
            margin: 0 auto;
            padding: 12px 0 12px 9px;
            position: fixed;
            right: 0;
            top: 0px;
            border: 1px solid #ccc;
            width: 100%;
            z-index: 999999;
            display: block;
        }

        .alert_pop_left {
            float: left;
            padding-top: 8px;
            width: 60%;
        }

        .alert_pop_right {
            float: right;
            padding: 15px 20px 13px 12px;
            width: 40%;
        }

            .alert_pop_right a {
                  background: #ffffff none repeat scroll 0 0;
                 color: #47c2c7;
                display: block;
                font-size: 13px;
                padding: 5px 0;
                text-align: center;
                text-decoration: none;
                width: 108px;
                float: right;
                margin-top: 4px;
            }

                /*.alert_pop_right a:hover {
                    background: #94d60a;
                }*/

        .cross_popup_alert {
            right: 0;
            position: absolute;
            top: 1px;
        }

        .alert_pop_left > img {
            max-width: 100%;
            width: auto;
            max-height: 50px;
        }

        .cross_popup_alert > a {
            /*background-color: #f4f4f4;*/
            /*border-radius: 80px;*/
            color: #fff;
            font-size: 20px;
            font-weight: normal;
            padding: 5px 15px;
            text-decoration: none;
        }
    }
@media (min-width:320px) and (max-width:370px) {
    .alert_pop_right a {
            width: 88px;
    }
    }