 #newtime_logo{
        height: 25px;
        display: block;
    }
    
    #newtime_logo .keszitette{
        height: 25px;
        width: 165px;
        display: inline-block;
    }
        #newtime_logo .nt_logo{
        height: 25px;
        width: 25px;
        display: inline-block;
    }
        #newtime_logo .nt_text{
        height: 25px;
        width: 80px;
        display: inline-block;
        padding-left: 5px;
    }
    
            #newtime_logo .logo-wrapper{
        height: 25px;
        display: inline-block;
    }

    /*logó színének megadása*/
    svg{
        height: 25px;
        width: auto;
        fill: #494949;
    }
    @media screen and (max-width: 350px){
            #newtime_logo .keszitette{
                width: 100%;
            }
            footer .right ._bottom .icons {
             padding-top: 5px;
}
    }
    
    
    
    /*Animációk*/
    @-webkit-keyframes spinnerRotate
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes spinnerRotate
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes spinnerRotate
{
    from{-ms-transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);}
}
.spin{

    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -webkit-animation-delay: 3s;
-webkit-animation-fill-mode: forwards;
}
