.tr-language {
    height: 64px;
    font-weight: 600;
    text-align: center;
    background: url('../img/tr_flag.png') repeat scroll 0 0;
    -webkit-transition: all 0.75s ease-in;
    -moz-transition: all 0.75s ease-in;
    -o-transition: all 0.75s ease-in;
    transition: all 0.75s ease-in;
}

    .tr-language:hover {
        background: url('../img/tr_flag_hover.gif');
        /*height: 96px;*/
    }


.en-language {
    height: 64px;
    font-weight: 600;
    text-align: center;
    background: url('../img/en_flag.png') repeat scroll 0 0;
    -webkit-transition: all 0.75s ease-in;
    -moz-transition: all 0.75s ease-in;
    -o-transition: all 0.75s ease-in;
    transition: all 0.75s ease-in;
}

    .en-language:hover {
        /*height: 96px;*/
        background: url('../img/en_flag_hover.gif') repeat scroll 0 0;
    }
