.top-menu {
    background: #1e2633;
    height: 95px;
    border-bottom: 2px solid #13467a;
    min-width: 320px;
}

.header-wrapper {
  position: relative;
  height: 95px;
  padding: 0 15px;
}

.top-menu .logo {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: calc(100% - 100px);
}

.top-menu .logo .logo-img {
    float: left;
    background: url("../img/theme/snac_logo.png");
    width: 93px;
    height: 77px;
}

.top-menu .logo .logo-title {
  display: flex;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  padding-left: 10px;
  overflow-wrap: break-word;
}

.top-menu .logo .logo-title a {
  font-size: 22px;
  color: white;
  text-decoration: none;
}

.top-menu .logo .logo-title a:hover {
    opacity: 0.7;
}

.top-menu .auth {
    position: absolute;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
}

.top-menu .auth .donate-button {
    border-radius: 5px;
    width: 155px;
    height: 43px;
    background: #13467a;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 45px;
    text-decoration: none;
}

.top-menu .auth .donate-button:hover {
    opacity: 0.7;
    text-decoration: none;
}

.top-menu .auth .sign {
    text-transform: uppercase;
}

.top-menu .auth .sign a {
  color: white;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: underline;
}

.top-menu .auth .sign a:hover {
  text-decoration: none;
}

/*_______________________________________________________*/

.xs-container {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.xs-menu {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  height: 95px;
  padding-right: 30px;
  z-index: 4;
  font-size: 32px;
}

.xs-menu-items {
  padding: 0;
  background: white;
  z-index: 1;
}

.xs-menu-item {
  position: relative;
}

.xs-menu-item .fa {
  color: grey;
  position: absolute;
  left: 25px;
  top: 15px;
}

.xs-menu-items .book-lnk {
    background: url("../img/theme/ico_books.png") no-repeat 25px 14px;
}

.xs-menu-items .mag-lnk {
    background: url("../img/theme/ico_mag.png") no-repeat 25px 14px;
}

.xs-menu-items .doc-lnk {
    background: url("../img/theme/ico_doc.png") no-repeat 25px 14px;
}

.xs-menu-items .video-lnk {
    background: url("../img/theme/ico_video.png") no-repeat 25px 14px;
}

.xs-menu-items .audio-lnk {
    background: url("../img/theme/ico_audio.png") no-repeat 25px 14px;
}

.xs-menu-items .cat-lnk {
    background: url("../img/theme/ico_cat.png") no-repeat 25px 14px;
    color: #333;
    margin-top: 8px;
}

.xs-menu-items .search-lnk {
    color: #333;
}

.xs-menu-items .signup-lnk {
    background: url("../img/theme/ico_login.png") no-repeat 25px 14px;
    color: #333;
}

.xs-menu-items .signin-lnk {
    background: url("../img/theme/ico_signin.png") no-repeat 25px 14px;
    color: #333;
}

.xs-menu-items ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.xs-menu-items ul li {
    margin: 0;
    padding: 0;
}

.xs-menu-items a {
    width: 100%;
    display: block;
    height: 55px;
    font: normal 23px/56px helioscondcregular;
    color: #333;
    padding-left: 80px;
    text-transform: uppercase;
    border-bottom: 1px solid #4e5868;
}

.xs-menu-items a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.xs-menu-donate {
    padding: 0;
    background: #5c191f;
    z-index: 1;
}

.xs-menu-donate .donate-lnk {
    background: url("../img/theme/ico_donate.png") no-repeat 25px 14px;
}

.xs-menu-donate ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.xs-menu-donate ul li {
    margin: 0;
    padding: 0;
}

.xs-menu-donate a {
    width: 100%;
    display: block;
    height: 55px;
    font: normal 24px/56px helioscondcregular;
    color: #cdcecf;
    padding-left: 80px;
    text-transform: uppercase;
    border-bottom: 1px solid #4e5868;
}

.xs-menu-donate a:hover {
    text-decoration: none;
    opacity: 0.7;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .top-menu .logo .logo-title a {
      font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .top-menu .logo .logo-title a {
      font-size: 18px;
  }
}

@media (min-width: 768px) {
  .xs-container {
    display: none;
  }
}

@media (max-width: 768px) {
  .top-menu .auth {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .top-menu .logo .logo-title a {
    font-size: 22px;
  }
}

@media (max-width: 532px) {
  .top-menu .logo .logo-title a {
      font-size: 18px;
  }
}