    .leftGroup {
        float: left;
        width: 50%;
    }  
    .rightGroup {
        float: right;
        width: 50%; 
    }

#group {
}
    :after.group {
        content:"";
        display: table;
        clear: both;
    }
    @media screen and (max-width: 640px) {
        .leftGroup, .rightGroup {
            float: none;
            width: auto;
        }
    }
}

.shadow-table {
box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.75);
}

@media screen and (min-width: 0px) and (max-width: 640px) {
.DesktopView {
visibility: hidden;
width: 0px;
height: 0px;
display: none;
}
.MobileView {
visibility: visible;
width: 100%;
}
}

@media screen and (min-width: 641px) and (max-width: 6000px) {
.DesktopView {
visibility: visible;
width: 100%;
}
.MobileView {
visibility: hidden;
width: 0px;
height: 0px;
display: none;
}
}


.AgShowsTicker {
height: 100px; !important;
width: 100% !important;
margin-top: 20px !important;
}
@media screen and (max-width: 640px) {
.AgShowsTicker {
height: 40px; !important;
width: 100% !important;
margin-top: 20px !important;
}
}



.HomeFooter {
visibility: visible;
}

@media screen and (max-width: 1024px) {
.HomeFooter {
visibility: hidden;
width: 0px;
height: 0px;
display: none;
}
}


.coloured-box span.today { 
border-radius: 16px;
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,225,0,0.75) 50%, rgba(255,255,255,0) 100%);
color: rgba(0,0,0,1);
padding: 2px;
}




.Benefits {

	background-image: url("images/wheat.jpg");
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px !important;
}


.OpeningHoursTop {
width: 50% !important;
padding: 15px;
border-top: 0px solid rgba(100,100,100,0.2);
border-left: 1px solid rgba(100,100,100,0.2);
border-right: 1px solid rgba(100,100,100,0.2);
border-bottom: 1px solid rgba(100,100,100,0.2);
background: rgba(255,255,255,0.4);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 32px;
border-bottom-right-radius: 32px;
backdrop-filter: blur(8px);
margin-bottom: 25px;
box-shadow: 0px 5px 15px 3px rgba(150,150,150,0.2);
}

@media screen and (max-width: 1280px) {
.OpeningHoursTop {
width: 90% !important;
}
}

@media screen and (max-width: 640px) {
.OpeningHoursTop {
width: 100% !important;
border-radius: 0px;
}
}




.ViewTheRange {
width: 95%;
height: auto;
border-radius: 16px;
padding: 5px;
border: 2px solid rgba(0,0,0,0);

}

.ViewTheRange:hover {
border: 2px solid rgba(255,0,0,1);
}

@media screen and (max-width: 640px) {
.ViewTheRange {
width: 100%;
height: auto;
}
}



.IndexSubHeadings {
font-size: 40pt !important;
line-height: 0.9em;
}
@media screen and (max-width: 640px) {
.IndexSubHeadings {
font-size: 34pt !important;
}
}





/**/