.menu_desk, .menu_desk_short{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 50px;
    background: rgba(17,17,17,0.45);
}

.menu_desk a, .menu_desk_short a{
    text-decoration: none;
    color: #fff;
    position: relative;
    line-height: 50px;
    text-transform: uppercase;
}

.menu_desk a:hover{
    text-decoration: none;
    color: #fff;
}

.menu_desk img, .menu_desk_short img{
    height: 40px;
    margin: 0 20px;
}

.firstCol .socials{
    margin-left: 20px;
}

.firstCol .socials a{
    margin: 10px 5px 11px !important;
}

.menu_desk .socialHexa{
    width: 29px;
    height: 29px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #fc5130;
    position: relative;
}

.menu_desk .socialHexa .hexaFb{
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: absolute;
    top: 2px;
    left: 2px;
}

.facebook{
    background: blue;
    width: 25px;
    height: 25px;
}

.facebook svg{
    width: 15px;
    height: 15px;
    margin: 5px;
}

.youtube{
    background: #ff0000;
    width: 25px;
    height: 25px;
    
}

.youtube svg{
    width: 13px;
    height: 13px;
    margin: 6px;
}

.instagram{
    background: #8015BF;
    width: 25px;
    height: 25px;
    
}

.instagram svg{
    width: 13px;
    height: 13px;
    margin: 6px;
}

.twitter{
    background: #00ACEE;
    width: 25px;
    height: 25px;
    
}

.twitter svg{
    width: 15px;
    height: 15px;
    margin: 5px;
}

.menu_desk .socialHexa .hexaFb svg{
    color: white;
    top: 0;
    position: absolute;
}



.menu_desk .socialHexa .hexaFb svg path{
    fill: white;
}

.thirdCol{
    padding: 0 75px !important;
}

.search{
    line-height: 50px;
}

.search form input{
    background: transparent;
    border: none;
    color: white;
    margin-left: 15px;
    width: 190px;
}

.search svg{
    color: #fc5130;
}

#article_search{
    color: #bbb;
}

.noResult h2{
    color: #bbb;
    line-height: 60px;
}

@media only screen and (max-width:369px){
    .noResult img{
        width: 100%;
        height: auto;
        padding: 0 5px;
    }

}

@media (max-width:775px){
    .menu_desk{
        display: none !important;
    }

    .menu_desk_short{
        display: none !important;
    }

}

@media (min-width: 776px) and (max-width: 1162px){
    .menu_desk_short{
        display: flex !important;
    }

    .menu_desk{
        display: none !important;
    }

}

@media (min-width:1163px){
    .menu_desk_short{
        display: none !important;
    }

    .menu_desk{
        display: flex !important;
    }
}