﻿body {
}

    .fixed-clcc-btn {
        position: fixed;
        /*background: #913c33;*/
        background: #7B68EE;
        width: 180px;
        height: 45px;
        bottom: 8%;
        right: 3%;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        border-radius: 50% 20% / 10% 40%;
        box-shadow: 10px 5px 5px gray;
        z-index: 2;
    }

    .fixed-clcc-btn p {
        text-transform: uppercase;
        font-family: Arial;
        font-weight: 800;
        color: #fff;
        margin-top: 10px;
    }

    .fixed-clcc-btn a {
            text-decoration:none;
    }

    .fixed-clcc-btn:active {
        color: #EC9C00;
    }

    .fixed-clcc-btn:hover {
        /*background-color: #EC9C00;*/
        background-color: #CCCCFF;
    }

        .fixed-clcc-btn:hover p {
            /*color: #913c33;*/
            color: #7B68EE;
        }

    /* MOBILE */

        .fixed-clcc-mobile-btn {
            position: fixed;
            background: #7B68EE;
            width: 100%;
            height: 45px;
            bottom: 5%;
            margin: 0 auto;
            text-align: center;
            cursor: pointer;
            font-weight: bold;
            z-index: 2;
        }

        .fixed-clcc-mobile-btn p i{
            text-transform: uppercase;
            font-family: Arial;
            font-weight: 800;
            color: #fff;
            margin-top: 8px;
        }

        .fixed-clcc-mobile-btn a {
            text-decoration: none;
        }

        .fixed-clcc-mobile-btn:active {
            color: #EC9C00;
        }

        .fixed-clcc-mobile-btn:hover {
            background-color: #CCCCFF;
        }

        .fixed-clcc-mobile-btn:hover em {
            color: #7B68EE;
        }


        .mobile_headertext_wjs {
            color: Blue;
        }