#cristalhotel-header-tag {
  box-sizing: border-box;
  padding:0;
}

#cristalhotel-header-tag .chh-wp {
  width: 100%;
  position: relative;
}

#cristalhotel-header-tag .block-top {
  width: 100%;
  position: relative;
  height: 133px;
}

#cristalhotel-header-tag .block-top a.cristal-hotel-logo {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url('/files/images/header-background-top.jpg') no-repeat;
  background-size: 100% 100%;
}

#cristalhotel-header-tag .cristal-hotel-menuIcon {
  position: absolute;
  right: 12px; height: 30px !important;
  top: calc(50% - 15px);
  border: 1px solid rgba(98,18,21,0.2) !important;
}

#cristalhotel-header-tag .cristal-hotel-menuIcon .bar {
  background: rgb(98,18,21) !important;
}

#cristalhotel-header-tag .cristal-hotel-menuIcon:hover {
  border: 1px solid rgba(233,124,21,0.2) !important;
}

#cristalhotel-header-tag .cristal-hotel-menuIcon:hover > .bar {
  background: rgb(233,124,21) !important;
}

/* MENU */

#cristalhotel-header-tag nav.navigation {
  background: rgb(98,18,21);
  background: rgba(98,18,21,0.9);
  height: 45px;
  width: 100%;
  box-sizing: border-box;
}

#cristalhotel-header-tag ul.menu {
  height: 100%;
  width: calc(100% - 50px);
  margin: 0; 
  box-sizing: border-box;
  padding: 0 12px;
}

#cristalhotel-header-tag ul.menu li.menu-item {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  margin: 0 3px;
}

#cristalhotel-header-tag ul.menu li.menu-item:first-child {
  margin-right: 0;
}

#cristalhotel-header-tag ul.menu li.menu-item:last-child {
  margin-right: 0;
}

#cristalhotel-header-tag ul.menu a.link-item {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  padding: 0 8px;
  line-height: 42px;
  font-family: 'Noto Sans';
}

#cristalhotel-header-tag ul.menu a.link-item:hover {
  background: rgba(233,124,21,1)
}


@media all and (max-width: 780px) {
  #cristalhotel-body-tag {
    margin: 0 auto;
    padding: 50px 0 0 0;
    border-radius: 0;
  }
  
  #cristalhotel-header-tag {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 50px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
  }
  
  #cristalhotel-header-tag .chh-wp {
    height: 100%;
  }

  #cristalhotel-header-tag .block-top {
    height: 100%;
    background: white;
  }
  
  #cristalhotel-header-tag .block-top a.cristal-hotel-logo {
    width: 100px;
    background: url('/logos/logo.png') no-repeat;
    background-size: auto 90%;
    background-position: left 50% top 50%;
  }
  
  #cristalhotel-header-tag nav.navigation {
    display: none;
    position: fixed;
    left: -200px;
    top: 50px; 
    height: calc(100% - 50px);
    width: 200px;
    background: rgba(98,18,21,0.88);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
  }
  
  #cristalhotel-header-tag nav.showOnMinScreen {
    display: block;
  }
  
  #cristalhotel-header-tag ul.menu {
    width: 100%;
    margin: 0; 
    box-sizing: border-box;
    padding: 0 0 16px 0;
    overflow-y: auto;
  }
  
  #cristalhotel-header-tag ul.menu li.menu-item {
    display: block;
    height: unset;
    margin: 0;
    width: 100%;
  }
  
  #cristalhotel-header-tag ul.menu a.link-item {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  #cristalhotel-header-tag ul.menu a.contact {
    border: 0;
  }
  
}














