*,
*::before,
*::after {
    box-sizing: border-box
}
header .top-header {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 15px 16vw 15px 4vw;
        
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    background: #fff;
    
}
.topbarfixed {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 1px 1px 5px 1px #ccc;
}
.pdtop {
/*    padding-top: 30px !important;*/
}
header .head-logo {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}
a, a:link, a:active, a:visited, a:focus {
    outline: none;
    text-decoration: none;
    color: #000;
}
img {
    vertical-align: middle;
    border-style: none;
}
img {

    max-width: 100%;
    height: auto;
    fill: #0c0c0c;

}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.rgdev {}

.rgdev ul {

    font-family: 'roboto';
    margin: 0px;
    padding: 0px;
}

.rgdev ul .menu_li {
    text-align: center;
    /*        padding: 10px;*/
    text-transform: uppercase;
}

.rgdev ul .menu_li a {
    font-weight: 600;
    padding: 10px;
    text-decoration: none;
    font-family: 'Gastromond-Italic';
    text-transform: uppercase;
}

article {
    overflow-y: hidden;
}

.topbarfixed {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 1px 1px 5px 1px #ccc;
}
@media(max-width:1050px){
    header .top-header{
        position: fixed;
        z-index: 999;
    }
}