.tv-header-logo{
width: 130px;
}

/*CSS PARA MODULO DE WHATSAPP*/

.asagiSabit {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.whatsappBlock a {
    outline: none;
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    background: none;
    padding: 25px;
    text-align: center;
}

.whatsappBlock a img {
    position: relative;
    z-index: 8;
    height: 55px;
    border: 1px solid #666;
    width: 55px;
    max-width: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}

.kutucuklar {
    position: absolute;
    left: 25px;
    top: 25px;
}

.message {
    position: absolute;
    right: -200px;
    padding: 6px;
    text-align: center;
    background: #65BC54;
    color: #fff;
    width: 200px;
    top: 40px;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: opacity .3s, right .4s;
    -moz-transition: opacity .3s, right .4s;
    -ms-transition: opacity .3s, right .4s;
    -o-transition: opacity .3s, right .4s;
    transition: opacity .3s, right .4s;
}