body.notification {
  padding-top: 193px;
}

#notifcation-bar {
  display: none;
}
body.notification #notifcation-bar {
  display: block;
}

#notifcation-bar {
  background-color:#a8426f;
  padding:10px;
  z-index:0;
  position:relative;
}
#notifcation-bar .close-icon {
  float: right;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
#notifcation-bar .close-icon:hover {
  color: #c899ae;
  font-weight: bold;
}
#notifcation-bar .message {
  margin-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  body.notification {
    padding-top: calc(10vw + 43px);
  }
}

@media screen and (max-width: 767px){
  body.notification {
    padding-top: 114px;
  }

  header > .content {
    height: 60px;
  }

  #notifcation-bar .close-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1em;
    height: 1em;
  }
  #notifcation-bar .message {
    white-space: normal;
    line-height: 1.5em;
    text-align: left;
    /*max-height: 3em;*/
  }
}
