html{margin:0;padding:0}body{margin:0;padding:0}.menu{background-color:#1a5f75;border-bottom:1px solid #a2a2a2;height:57px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-left:5%;position:fixed;top:0;left:0;right:0;z-index:4}
.menu .menu__logo{font-family:Roboto-Thin;font-size:23px;font-weight:300;color:#e1eaed;text-transform:uppercase;text-decoration:none;margin-right:5%;margin-left:5%}
.menu .menu__logo:hover{color:#fff}.menu .menu__search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:50%;margin-left:0}
.menu .menu__search .menu__search__label{margin:0 -36px 0 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:2}
.menu .menu__search .menu__search__label img{display:inline-block}.menu .menu__search .menu__search__label i{display:inline-block;margin-left:5px}
.menu .menu__search .menu__search__input{outline:0;-webkit-border-radius:3px;border-radius:3px;width:100%;padding-left:40px;font-family:Roboto-Light;border-color:transparent}
.menu .menu__search .menu__search__submit{margin-left:-30px;border:0;outline:0;background-color:transparent}
.menu .menu__search .menu__search__submit:hover{cursor:pointer}.menu .menu__right{position:absolute;right:20px;top:11px;bottom:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.menu .menu__right .menu__right__user img{width:38px;height:38px;border:1px solid transparent;-webkit-border-radius:50%;border-radius:50%}
.menu .menu__right .menu__right__user img:hover{border:1px solid #e1eaed;cursor:pointer}
.menu .menu__right .menu__right__bell{margin-right:15px;font-size:23px;color:#282b2c;text-decoration:none;position:relative}
.menu .menu__right .menu__right__bell:hover{color:#e1eaed}.menu .menu__right .menu__right__bell .menu__right__bell__notification{position:absolute;top:0;right:-7px;background-color:red;color:#fff;padding:0 4px;margin:0;font-size:12px;-webkit-border-radius:50%;border-radius:50%}
@media only screen and (max-width:480px){.menu .menu__logo{margin-left:0}}