The Header of my site, is opening unconfigured in Safari 8.0.8, it is not catching the css:
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
Has anyone had the same problem and was able to solve it?