#topOverContainer {
	display: none;
}

.mnModSlider .mnModSlide {
    top: 25%;
}

@media screen and (max-width : 768px) {
	.mnModSlider .mnModSlide {
	    top: 20%;
	}
}

#button-0 {
  display: inline-block; /* IMPORTANT */
  background: #d62828;
  color: #fff;
  padding: 12px 30px;
  border: none;
  cursor: pointer;

  --r: 15px;

  -webkit-mask:
    radial-gradient(circle var(--r) at 0 0, transparent 98%, black) 0 0 / 51% 51% no-repeat,
    radial-gradient(circle var(--r) at 100% 0, transparent 98%, black) 100% 0 / 51% 51% no-repeat,
    radial-gradient(circle var(--r) at 0 100%, transparent 98%, black) 0 100% / 51% 51% no-repeat,
    radial-gradient(circle var(--r) at 100% 100%, transparent 98%, black) 100% 100% / 51% 51% no-repeat;

  mask:
    radial-gradient(circle var(--r) at 0 0, transparent 98%, black) 0 0 / 51% 51% no-repeat,
    radial-gradient(circle var(--r) at 100% 0, transparent 98%, black) 100% 0 / 51% 51% no-repeat,
    radial-gradient(circle var(--r) at 0 100%, transparent 98%, black) 0 100% / 51% 51% no-repeat,
    radial-gradient(circle var(--r) at 100% 100%, transparent 98%, black) 100% 100% / 51% 51% no-repeat;
}

#topMenuContainer #topMenu #topMenuLogo {
    float: left;
    padding: 15px;
}

.mnModMenu10 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu102 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu11 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu110 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu8 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu9 .slatMenuWidget .slateMenuDishGridBottom {
    display: none;
}
.mnModMenu8 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu8cat .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu9 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu9cat .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu10 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu10cat .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu11 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu11cat .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu82 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu102 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu102cat .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu110 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu110cat .slatMenuWidget .slateMenuDishGridBottom {
	display: none ;
}

@media screen and (max-width : 1106px) {
	#topMenuLogoImg{
		display: none !important;
	}
}

.mod44-col1, .mod48-col1, .mod52-col2 {
	border: 1px solid #003825;
}

.mod45-col1 {
	background-color: #007a54;
}