/************** cca-c98 ***************/

.cca-c98 {
    width: 100%;
    /*margin-left: 0 !important;*/
    overflow: visible;
    display: table;
    height: 30px;
    padding-top: 7px;
    margin-top: 10px;
}

.cca-c98 .social {
    float: left;
}

.cca-c98 .twitter {
    margin-right: 10px;
}

.cca-c98 .facebook {
    margin-right: 5px;
}

.cca-c98 .feevas {
    margin: 2px 0 2px 0;
    opacity: 0;
    clear: both;
    filter: alpha(opacity=0);
    transition: all .2s ease-in-out;
    padding-top: 5px;
}

.cca-c98 .feevas.fade-it {
    opacity: 1;
    filter: alpha(opacity=100);
}

.cca-c98 .feevas button {
    background: #82cb24;
    color: #fff;
    height: 30px;
    line-height: 20px;
    border-radius: 3px;
    width: 100%;
    display: block;
}

.cca-c98 .feevas button:active,
.cca-c98 .feevas button:focus {
    background: #82cb24;
    color: #fff;
}

.cca-c98 .url-response {
    padding-top: 10px;
    clear: both;
    display: none;
}

.cca-c98 .url-response input {
    height: 30px;
    width: 100%;
    border-radius: 5px;
    margin-top: -6px;
    border: 1px solid #ccc;
    outline: 0 none; 
    padding: 0 5px;
    font-size: 12px;
    color: #333;
    display: block;
}
 
.cca-c98 .url-response input:focus,
.cca-c98 .url-response input:active {
    outline: 0 none;
}

.home-conteudo .cca-c98 {
    max-width: 1200px;
    margin: 10px auto 35px;
}


@media (min-width: 460px) {

    .cca-c98 .gmais {
        width: 60px;
    }

    .cca-c98 .feevas {
        width: 160px;
        float: left;
        clear: none;
        padding: 0;
        margin: 0 0 0 5px;
    }

    .cca-c98 .feevas button {
        height: 20px;
    }
}

@media (min-width: 620px) {
    .cca-c98 .url-response {
        width: 200px;
        float: left;
        clear: none;
        padding: 0;
        margin-left: 10px;
    }
}