﻿
.modalG {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    }

.centerG {
    z-index: 1000;
    margin: 150px auto;
    padding: 10px;
    /*background-color: White;
    border-radius: 10px;*/
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .centerG img {
        height: 25px;
        width: 25px;
    }


    .centerG .homealert-box {
        background: #13902a;
        width: 40%;
        margin: 0 auto;
        padding: 30px 0px 35px;
        height: auto;
        color: #fff;
        font-size: 25px;
        text-align: center;
        font-weight: 300;
        font-family: 'Raleway', sans-serif;
        border-radius: 3px;
        z-index: 9999999;
        border:#fff 1px solid;
         }

        .centerG .homealert-box span {
            font-family: Arial, Helvetica, sans-serif;
        }

        .centerG .homealert-box a {
            background: #0a691b;
            font-size: 15px;
            color: #fff;
            text-decoration: none;
            padding: 9px 15px;
            display: inline-block;
            margin-top: 15px;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 3px;
            text-shadow: #076318 3px 3px 10px;
        }

            .centerG .homealert-box a:hover {
                background: #24c140;
                color: #064f13;
            }

@media screen and (min-width: 10px) and (max-width: 767px) {
    .centerG .homealert-box {
        width: 90%;
    }
}





