@charset "utf-8";
/* CSS Document */

.top-bar {position:fixed; top:0; width:100%; z-index: 8888; background: transparent; transition: all 0.25s ease 0s;}
.top-barC {margin:auto; max-width:1859px; height: 100px; padding: 0 50px; position: relative; transition: all 0.25s ease 0s;}
.logo {position: absolute; top: 20px; left: 4%; width: 207px; line-height: 0; font-size: 0; z-index: 77; transition: all 0.25s ease 0s;}
.shrink{background: rgba(0,0,0,0.8);box-shadow: 0 0 10px rgba(65, 72, 68, 0.1);}


@media only screen and (min-width:993px){
    
}
@media only screen and (max-width:992px){
  
    
}

