/* =============================================================================
   Visitor Notices
   ========================================================================== */
.notice_wrapper{
  width: 100%;
  eight: 36px;
  min-height: 50px;
  position: relative;
  z-index: 99999;
  background: #D62D21; /*Alert Red */
  background: rgba(214,45,33, 1);
}
.notice{
  padding: 12px 15px 12px 5px;
}
.notice_title{
  font-size: 1em;
  margin: 0 10px 0 0;
  color: #eee;
}
.notice_message{
  font-size: .9em;
  margin: 2px 0 0 0;
  color: #ccc;
}
.notice_close{
  color: #fff;
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
  opacity: .7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
  .notice_close:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }
  .notice_close img{
    width: 15px;
  }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 979px) {
  .notice_title{
    font-size: .9em;
  }
  .notice_message{
    font-size: .7em;
  }
  .notice{
    padding: 15px 30px 3px 5px;
  }
}
@media screen and (max-width: 859px) {
	
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 640px) {
  .notice{
    padding: 3px 30px 3px 5px;
  }
}
@media screen and (max-width: 479px) {

}