/* Add here all your CSS customizations */
.contact-message-back
        {
            background: rgba(0, 0, 0, 0.8);
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            z-index: 1;
            display: none;
        }

        .contact-message-back .contact-message-ground
        {
            display: block;
            margin: auto;
            width: 300px;
            height: auto;
            background: #fff;
            margin-top: 25%;
            border-radius: 8px;
            box-shadow: 0px 0px 10px #929292
        }

        .contact-message-back .contact-message-ground .contact-message-top,.contact-message-back .contact-message-ground .contact-message-bottom
        {
            position: relative;
            display: block;
            background: #e30513;
        }

        .contact-message-back .contact-message-ground .contact-message-top .contact-message-top-close
        {
            color: #fff;
            font-weight: bold;
            font-size: 15px;
            position: absolute;
            right: 6px;
            top: -1px;
            text-decoration: none;
        }

        .contact-message-back .contact-message-ground .contact-message-top .contact-message-top-close:hover {
            font-size:20px;
            right: 5px;
            top: 0px;
        }

        .contact-message-back .contact-message-ground .contact-message-top .contact-message-top-title
        {
            color: #fff;
            margin-left: 5px;
            font-weight: bold;
        }

        .contact-message-back .contact-message-ground .contact-message-content
        {
            text-align: center;
            padding: 10px 5px;
        }

        .contact-message-back .contact-message-ground .contact-message-bottom .contact-message-bottom-button
        {
            display: block;
            width: 100%;
            background: #fff;
            color: #e30513;
            text-align: center;
            border-top: 1px solid #ddd;
            box-shadow: 0px 0px 5px #ddd;
            text-decoration:none;
            font-weight: 700;
        }

        .contact-message-back .contact-message-ground .contact-message-bottom .contact-message-bottom-button:hover
        {
            border-color: #0099e6 #0099e6 #0077b3;
            background-color: #0099e6;
            color: #fff;
        }

        .contact-message-back .contact-message-ground .contact-message-bottom .contact-message-bottom-button:active
        {
            border-color: #0077b3 #0077b3 #0077b3;
            background-color: #0077b3;
            color: #fff;
        }
		
		
		.goog-te-gadget-simple{background-color:#fff;border-left:0px solid !important #d5d5d5;border-top:0px solid !important #9b9b9b;border-bottom:1px solid #e8e8e8;border-right:1px solid #d5d5d5;font-size:10pt;display:inline-block;padding-top:1px;padding-bottom:2px;cursor:pointer;zoom:1;*display:inline}