﻿.slide-div {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    /*max-width: 100% !important;*/
}

.button-social {
    position: absolute;
    right: 0;
    bottom: 0;
}

.button-social {
    width: 50px;
    height: 50px;
    border: none;
    float: right;
    background-color: #ccc;
    z-index: 1000;
}

.slide .inner {
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    padding: 6px;
    background-color: #ccc;
    color: #333;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    margin-top: 7px;
    margin-left: 10px;
}

/*section button {
    margin: 0 auto;
    font-size: 2rem;
    padding: 1.25rem 2.5rem;
    display: block;
    background-color: #009ac9;
    border: 1px solid transparent;
    color: #ffffff;
    font-weight: 300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/

.slide-div i {
    margin-right: 5px;
    font-size: 25px;
    font-weight:800;
}

.com-text a {
    color: #757575 !important;
}

@media all and (max-width:767px) {
    .com-text {
        display: none;
    }
}
