/* =============================================================================
   Visitor Notices
   ========================================================================== */
.notice_wrapper{
  width: 100%;
  margin-top: 50px;
}
.notice{
    background: #D62D21; /*Alert Red */
    background: rgba(214,45,33, 1);
    padding: 10px;
    border-radius: 4px;
    color: #D62D21; /*Alert Red */
    color: #fff;
}

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

}
@media screen and (max-width: 979px) {

}
@media screen and (max-width: 859px) {
	
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 479px) {

}