/********************MEDIA QUERIES******/
@media screen and (max-width: 1000px) {
    .widthStandard
    {
        width:100% !important;
        overflow-x:hidden;
    }
    .onlyMobile
    {
        display:block;
    }

    .noMobile
    {
        display:none;
    }


}

@media screen and (max-width: 768px) {
    .top-left-part{height:60px !important;}
    .logo img{height:auto;width:40px;}
}