/* compiled by scssphp v0.0.12 on Thu, 24 Oct 2019 15:52:14 +1300 (0.1834s) */

/* Image Boxes SCSS Document */
/* Image boxes */
.imageboxes {
  display: block;
}
.imageboxes.owl-carousel .imagebox-item {
  display: block !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.imageboxes .module-image {
  display: block;
  width: 100%;
}
.imageboxes .module-image img {
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imageboxes a.imagebox-item:hover .module-image img {
  opacity: 0.7;
}
.imageboxes .module-text p {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.imageboxes .module-text .readmore {
  /* Grid of images next to text */
}
.imageboxes.imageside .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.imageside .module-image {
  float: left;
  width: 40%;
  display: block;
}
.imageboxes.imageside.grid.one-column .module-image {
  width: 20%;
}
.imageboxes.imageside.grid.seven-column .module-image, .imageboxes.imageside.grid.six-column .module-image, .imageboxes.imageside.grid.five-column .module-image {
  width: 100%;
  padding-bottom: 5px;
}
.imageboxes.imageside .module-text {
  float: right;
  width: 100%;
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* If image shown */
}
.imageboxes.imageside .module-image + .module-text {
  width: 60%;
  padding-left: 20px;
}
.imageboxes.imageside.grid.one-column .module-text {
  width: 80%;
}
.imageboxes.imageside.grid.seven-column .module-text, .imageboxes.imageside.grid.six-column .module-text, .imageboxes.imageside.grid.five-column .module-text {
  width: 100%;
  padding-left: 0px;
  /* Grid of image next to text with the title above */
}
.imageboxes.imagesidetitleabove .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.imagesidetitleabove .module-image {
  float: left;
  width: 40%;
  display: block;
}
.imageboxes.imagesidetitleabove .module-title {
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
.imageboxes.imagesidetitleabove .module-title h4 {
  padding-bottom: 2px;
}
.imageboxes.imagesidetitleabove .module-title h5 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.imageboxes.imagesidetitleabove.grid.one-column .module-image {
  width: 20%;
}
.imageboxes.imagesidetitleabove.grid.seven-column .module-image, .imageboxes.imagesidetitleabove.grid.six-column .module-image, .imageboxes.imagesidetitleabove.grid.five-column .module-image {
  width: 100%;
  padding-bottom: 5px;
}
.imageboxes.imagesidetitleabove .module-text {
  float: right;
  width: 100%;
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
  /* If image shown */
}
.imageboxes.imagesidetitleabove .module-image + .module-text {
  width: 60%;
  padding-left: 20px;
}
.imageboxes.imagesidetitleabove.grid.one-column .module-text {
  width: 80%;
}
.imageboxes.imagesidetitleabove.grid.seven-column .module-text, .imageboxes.imagesidetitleabove.grid.six-column .module-text, .imageboxes.imagesidetitleabove.grid.five-column .module-text {
  width: 100%;
  padding-left: 0px;
}
.imageboxes.imagesidetitleabove .readmore {
  padding-top: 10px;
  /* Grid of images with text under */
}
.imageboxes.textunder .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.textunder .module-image {
  width: 100%;
  display: block;
}
.imageboxes.textunder .module-text {
  width: 100%;
  display: block;
  padding-top: 5px;
  /* Grid of images with text above */
}
.imageboxes.textabove .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.textabove .module-image {
  width: 100%;
  display: block;
  position: relative;
}
.imageboxes.textabove .module-image .view {
  color: #fff;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 600;
}
.imageboxes.textabove a.imagebox-item:hover .module-image .view {
  opacity: 1;
}
.imageboxes.textabove .module-text {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  /* Grid of images with title above and text below */
}
.imageboxes.titleabove .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.titleabove .module-title {
  width: 100%;
  display: block;
}
.imageboxes.titleabove .module-image {
  width: 100%;
  display: block;
  position: relative;
}
.imageboxes.titleabove .module-image .view {
  color: #fff;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 600;
}
.imageboxes.titleabove a.imagebox-item:hover .module-image .view {
  opacity: 1;
}
.imageboxes.titleabove .module-text {
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  /* Grid of icons with text under */
}
.imageboxes.iconover .imagebox-item {
  display: inline-block;
  position: relative;
  text-align: center;
}
.imageboxes.iconover .imagebox-item-icon {
  width: 100%;
  display: block;
  font-size: 60px;
  line-height: 1;
}
.imageboxes.iconover .imagebox-item-icon [class^="icon-"], .imageboxes.iconover .imagebox-item-icon [class*=" icon-"], .imageboxes.iconover .imagebox-item-icon .material-icons {
  font-size: 60px;
  line-height: 1;
}
.imageboxes.iconover .module-text {
  width: 100%;
  display: block;
  /* Grid of image with text over the image */
}
.imageboxes.textover .imagebox-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.imageboxes.textover .module-image {
  float: none;
  width: 101%;
}
.imageboxes.textover .module-image img {
  width: 100%;
}
.imageboxes.textover a.imagebox-item:hover .module-image img {
  opacity: 1;
  /* Waypoint animations if turned on */
}
.waypoints-active .imageboxes.textover.waypoints .imagebox-item .module-image {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.waypoints-active .imageboxes.textover.waypoints .imagebox-item.waypoint-on .module-image {
  opacity: 1;
}
.imageboxes.textover .module-text {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 500;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textover .module-text > span {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 15px 20px;
  /* Waypoint animations if turned on */
}
.waypoints-active .imageboxes.textover.waypoints .module-text {
  opacity: 0;
  -moz-transition: all 0.4s ease, opacity 2s ease;
  -webkit-transition: all 0.4s ease, opacity 2s ease;
  transition: all 0.4s ease, opacity 2s ease;
}
.waypoints-active .imageboxes.textover.waypoints .imagebox-item.waypoint-on .module-text {
  opacity: 1;
}
.imageboxes.textover a.imagebox-item:hover .module-text {
  background-color: rgba(0, 0, 0, 0.4);
}
.imageboxes.textover .module-text, .imageboxes.textover .module-text .silent {
  color: #fff;
  /* Grid of image with text over the image */
}
.imageboxes.slanted {
  position: relative;
}
.imageboxes.slanted .imagebox-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -ms-transform: skew(25deg);
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  height: 315px;
}
.background.dark .imageboxes.slanted-date.grid.four-column .imagebox-item.grid-item {
  margin-bottom: 0;
}
.imageboxes.slanted .module-image {
  float: none;
  height: 100%;
  width: 165%;
  position: relative;
  left: -100px;
  background-size: cover;
  background-position: center;
  -ms-transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.imageboxes.slanted .module-image:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.5s ease;
  -ms-transform: skew(25deg);
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  opacity: 0;
}
.imageboxes.slanted .imagebox-item:hover .module-image:after {
  opacity: 1;
}
.imageboxes.slanted .module-image img {
  width: 100%;
}
.imageboxes.slanted a.imagebox-item:hover .module-image img {
  opacity: 1;
  /* Waypoint animations if turned on */
}
.waypoints-active .imageboxes.slanted.waypoints .imagebox-item .module-image {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.waypoints-active .imageboxes.slanted.waypoints .imagebox-item.waypoint-on .module-image {
  opacity: 1;
}
.imageboxes.slanted .module-text > span {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 15px 20px;
}
.imageboxes.slanted .module-title {
  /* Waypoint animations if turned on */
}
.waypoints-active .imageboxes.slanted.waypoints .module-text {
  opacity: 0;
  -moz-transition: all 0.4s ease, opacity 2s ease;
  -webkit-transition: all 0.4s ease, opacity 2s ease;
  transition: all 0.4s ease, opacity 2s ease;
}
.waypoints-active .imageboxes.slanted.waypoints .imagebox-item.waypoint-on .module-text {
  opacity: 1;
}
.imageboxes.slanted .module-text, .imageboxes.slanted .module-text .silent {
  color: #fff;
}
.imageboxes.slanted .module-title {
  position: absolute;
  bottom: -21px;
  -ms-transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  color: #fff;
}
.imageboxes.slanted .module-title h2 {
  font-size: 72px;
  padding: 0;
}
.imageboxes.slanted.grid.three-column .grid-item .module-title h2 {
  font-size: calc(1vw + 30px);
}
.imageboxes.slanted.grid.three-column .grid-item .module-title {
  bottom: -8px;
  width: 100%;
}
.imageboxes.slanted .module-title {
  bottom: 20px;
}
.imageboxes.slanted .module-title h2 {
  font-size: calc(40px);
  /* Grid of image with title over the image and text to the side */
}
.imageboxes.textoveruneven .imagebox-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #f1941f;
  margin-bottom: 0;
  vertical-align: middle;
}
.imageboxes.textoveruneven .module-image {
  float: none;
  width: 55%;
  display: block;
  max-height: 450px;
  background-size: cover;
}
.imageboxes.textoveruneven .imagebox-item:nth-child(2n+2) .module-image {
  float: right;
  text-align: right;
  position: relative;
  right: -1px;
}
.imageboxes.textoveruneven .module-image img {
  display: block;
  width: 101%;
  visibility: hidden;
}
.imageboxes.textoveruneven .align.center-vert {
  text-align: left;
}
.imageboxes.textoveruneven a.imagebox-item:hover .module-image img {
  opacity: 1;
  /* Waypoint animations if turned on */
}
.waypoints-active .imageboxes.textoveruneven.waypoints .imagebox-item .module-image {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.waypoints-active .imageboxes.textoveruneven.waypoints .imagebox-item.waypoint-on .module-image {
  opacity: 1;
}
.imageboxes.textoveruneven .module-title {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0;
  right: 39.5%;
  bottom: 0px;
  display: block;
  padding: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 500;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textoveruneven .imagebox-item:nth-child(2n+2) .module-title {
  left: 39.5%;
  right: -1px;
}
.imageboxes.textoveruneven .module-title > span {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 15px 10%;
  /* Waypoint animations if turned on */
}
.waypoints-active .imageboxes.textoveruneven.waypoints .module-title {
  opacity: 0;
  -moz-transition: all 0.4s ease, opacity 2s ease;
  -webkit-transition: all 0.4s ease, opacity 2s ease;
  transition: all 0.4s ease, opacity 2s ease;
}
.waypoints-active .imageboxes.textoveruneven.waypoints .imagebox-item.waypoint-on .module-title {
  opacity: 1;
}
.imageboxes.textoveruneven .module-title, .imageboxes.textoveruneven .module-title .silent {
  color: #fff;
}
.imageboxes.textoveruneven .module-text {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 55%;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 0 0 0 0;
  z-index: 500;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textoveruneven .imagebox-item:nth-child(2n+2) .module-text {
  left: 0;
  right: 60.5%;
}
.imageboxes.textoveruneven .module-text > span {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 15px 15%;
  /* Waypoint animations if turned on */
}
.waypoints-active .imageboxes.textoveruneven.waypoints .module-text {
  opacity: 0;
  -moz-transition: all 0.4s ease, opacity 2s ease;
  -webkit-transition: all 0.4s ease, opacity 2s ease;
  transition: all 0.4s ease, opacity 2s ease;
}
.waypoints-active .imageboxes.textoveruneven.waypoints .imagebox-item.waypoint-on .module-text {
  opacity: 1;
}
.imageboxes.textoveruneven .module-text, .imageboxes.textoveruneven .module-text .silent {
  color: #fff;
  /* Grid of text over a background color */
}
.imageboxes.textbg .imagebox-item {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.imageboxes.textbg .module-image {
  display: none;
}
.imageboxes.textbg .module-text {
  float: none;
  width: auto;
  height: 100%;
  display: block;
  text-align: center;
  padding: 15px 20px 20px 20px;
  background-color: rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 510;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textbg .imagebox-item:hover .module-text {
  background-color: rgba(0, 0, 0, 0.4);
}
.imageboxes.textbg .module-text, .imageboxes.textbg .module-text .silent {
  color: #fff;
  /* Backup of original code
			
			.imageboxes.slanted-date .imagebox-item:hover .module-title {opacity:1;}

			.imageboxes.slanted-date .imagebox-item:first-of-type .module-title {
			opacity:1 !important;
			right:0;
			top:80%;
			}

				.imageboxes.slanted-date .imagebox-item:first-of-type .module-title h2 {
				color: #ffffff !important;
				font-size: calc(1.6vw + 10px);
				font-weight: 800;
				line-height: 0.8;
				}

				.imageboxes.slanted-date .imagebox-item:first-of-type .readmore {
				display: none;	
				}

				.imageboxes.slanted-date .imagebox-item .date-title h3 {
				padding: 5px 0 5px 0;
				font-size: calc(0.4vw + 15px);
				}*/
  /* Slanted date */
}
.imageboxes.slanted-date {
  position: relative;
  overflow: hidden;
  width: 106%;
  margin-left: -5%;
}
.imageboxes.slanted-date .imagebox-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -ms-transform: skew(25deg);
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  -webkit-backface-visibility: hidden;
  height: 315px;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imageboxes.slanted-date .imagebox-item:before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  left: 1px;
  z-index: -1;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imageboxes.slanted-date .imagebox-item:hover:before {
  opacity: 0;
}
.imageboxes.slanted-date .imagebox-item:first-of-type {
  background-color: #f1941f;
  color: #fff;
}
.imageboxes.slanted-date .module-image {
  float: none;
  height: 100%;
  width: 165%;
  position: relative;
  left: -30%;
  background-size: cover;
  background-position: center;
  -ms-transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.imageboxes.slanted-date .imagebox-item .module-image:before {
  content: '';
  display: block;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: -30%;
  width: 165%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: 0.3s;
}
.imageboxes.slanted-date .imagebox-item:hover .module-image:before {
  opacity: 1;
}
.imageboxes.slanted-date .imagebox-item .date-title {
  position: absolute;
  top: 0;
  color: #fff;
  width: 110%;
  margin-left: -5%;
  text-align: center;
  background-color: #f1941f;
  -ms-transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.imageboxes.slanted-date .imagebox-item .date-title h3 {
  padding: 5px 0 5px 0;
  font-size: calc(0.4vw + 15px);
}
.imageboxes.slanted-date .imagebox-item .module-title {
  position: absolute;
  top: calc(50% + 10px);
  right: 0;
  top: 85%;
  left: 45%;
  opacity: 1 !important;
  -ms-transform: skew(-25deg) translate(-50%, -50%);
  -webkit-transform: skew(-25deg) translate(-50%, -50%);
  transform: skew(-25deg) translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.imageboxes.slanted-date .imagebox-item:hover .module-title {
  opacity: 1;
  top: 75%;
  left: 45%;
}
.imageboxes.slanted-date .imagebox-item .module-title h2 {
  color: #fff !important;
  padding: 5px 0 5px 0;
  font-size: calc(1vw + 10px);
  margin-left: -30px;
  font-weight: 600;
  color: #f1941f;
  line-height: 0.8;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imageboxes.slanted-date .imagebox-item .readmore {
  opacity: 0;
  background-color: #fff;
  color: #f1941f;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  text-transform: uppercase;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imageboxes.slanted-date .imagebox-item:hover .readmore {
  opacity: 1;
}
.imageboxes.slanted-date .imagebox-item .readmore:hover {
  color: #fff;
  background-color: #f1941f;
  /* Image with rollover text popup */
}
.imageboxes.rollover .imagebox-item {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: auto !important;
  width: 33.33%;
  margin: 0;
}
#function-rooms-bottom-container .imageboxes.rollover .imagebox-item {
  margin: 0 !important;
  width: 33.33%;
}
.imageboxes.rollover .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.rollover .module-text {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 500;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.rollover .imagebox-item .module-text {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.5s ease;
}
.imageboxes.rollover .imagebox-item.slide-left .module-text {
  right: 0;
  left: unset;
}
.imageboxes.rollover .imagebox-item.slide-right .module-text {
  left: 0;
  right: unset;
}
.imageboxes.rollover a.imagebox-item:hover .module-text {
  width: 100%;
}
.imageboxes.rollover .imagebox-item:hover .module-text > span {
  transform: translate(-50%, -50%) scale(1);
}
.imageboxes.rollover .module-text > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  text-align: left;
  width: 315px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.imageboxes.rollover .module-text h3 {
  font-weight: 300;
  display: inline-block;
  font-size: 30px;
  padding: 0;
}
.imageboxes.rollover .module-text h3:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f0c0';
  color: #fff;
  font-weight: 800;
  margin-right: 14px;
}
.imageboxes.rollover .imagebox-item h2 {
  font-size: 5.5vh;
  padding: 0;
  padding-bottom: 17px;
  line-height: 0.9em;
}
.imageboxes.rollover .readmore {
  background-color: #f1941f;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-left: 30px;
  font-size: 20px;
}
.imageboxes.rollover .module-text, .imageboxes.rollover .module-text .silent {
  color: #fff;
  /* Image with rollover text popup */
}
.imageboxes.rollovertickets .imagebox-item {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 50vh;
  height: auto !important;
  margin: 0;
  width: 33.33%;
}
.imageboxes.rollovertickets .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.rollovertickets .module-text {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 500;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.rollovertickets .imagebox-item .module-text {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.5s ease;
  display: none;
}
.imageboxes.rollovertickets a.imagebox-item .module-text {
  display: block;
}
.imageboxes.rollovertickets .imagebox-item.slide-left .module-text {
  right: 0;
  left: unset;
}
.imageboxes.rollovertickets .imagebox-item.slide-right .module-text {
  left: 0;
  right: unset;
}
.imageboxes.rollovertickets a.imagebox-item:hover .module-text {
  width: 100%;
}
.imageboxes.rollovertickets .imagebox-item:hover .module-text > span {
  text-align: center;
  transform: translate(-50%, -50%) scale(1);
}
.imageboxes.rollovertickets .module-text > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 315px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.imageboxes.rollovertickets .module-text h3 {
  font-weight: 300;
  display: block;
  font-size: 30px;
  padding: 0;
  text-align: center;
}
.imageboxes.rollovertickets .imagebox-item h2 {
  font-size: calc(3.5vh + 20px);
  padding: 0;
  padding-bottom: 0px;
  line-height: 0.9em;
  display: block;
  text-align: center;
}
.imageboxes.rollovertickets .readmore {
  background-color: #f1941f;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-left: 0px;
  font-size: 20px;
  margin-top: 20px;
}
.imageboxes.rollovertickets .module-text, .imageboxes.rollovertickets .module-text .silent {
  color: #fff;
  /* Icon side */
}
.imageboxes.iconside .imagebox-item {
  position: relative;
}
.imageboxes.iconside .imagebox-item-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: #000;
  line-height: 73px;
  text-align: center;
}
.imageboxes.iconside .module-text {
  display: block;
  text-align: left;
  padding-left: 80px;
  /* Title only imageboxes */
}
.imageboxes.title-only .imagebox-item {
  background: #f1941f;
  color: #fff;
  padding: 20px 50px;
  box-sizing: border-box;
}
.imageboxes.title-only .imagebox-item:hover {
  background: #180f03;
}
.imageboxes.title-only .module-text {
  text-align: center;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.imageboxes.title-only .module-text h2 {
  font-size: calc(0.5vw + 20px);
  text-align: center;
  padding: 0;
  /* Owl Carousel */
}
.owl-carousel-next, .owl-carousel-prev {
  display: none;
}
.imageboxes.owl-carousel {
  margin-bottom: 20px;
}
.imageboxes.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.imageboxes.owl-carousel .owl-nav [class*='owl-'] {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  line-height: 50px;
  font-size: 50px;
  text-align: center;
  padding: 0 0 0 0;
  color: #ccc;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.imageboxes.owl-carousel .owl-nav [class*='owl-'] .material-icons {
  line-height: 50px;
  font-size: 50px;
}
.imageboxes.owl-carousel .owl-nav [class*='owl-']:hover {
  color: #666;
  text-decoration: none;
}
.imageboxes.owl-carousel .owl-nav .owl-prev {
  right: 100%;
  margin-right: 20px;
}
.imageboxes.owl-carousel .owl-nav .owl-next {
  left: 100%;
  margin-left: 20px;
}
.imageboxes.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.imageboxes.owl-carousel .owl-dots {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.imageboxes.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.imageboxes.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  background: #ccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.imageboxes.owl-carousel .owl-dots .owl-dot.active span, .imageboxes.owl-carousel .owl-dots .owl-dot:hover span {
  background: #666;
  /* Media Queries */
}
@media screen and (max-width: 620px) {
  .mobile-active .waikato-cup-day-page .container-main-top .imageboxes {
    z-index: -1;
  }
  .grid.seven-column .grid-item, .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item, .grid.three-column .grid-item, .grid.two-column .grid-item {
    margin-bottom: 0 !important;
  }
  .imageboxes.slanted-date {
    width: 100%;
    margin-left: 0;
  }
  .imageboxes.slanted-date .imagebox-item {
    margin-bottom: 2px !important;
  }
  .imageboxes.slanted-date .imagebox-item:before {
    z-index: 0;
  }
  .imageboxes.slanted-date .module-image {
    transform: none;
    width: 100%;
    opacity: 0.7;
    left: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .imageboxes.slanted-date .imagebox-item .module-image:before, .imageboxes.slanted-date .imagebox-item .module-image:first-of-type:before {
    display: none;
  }
  .imageboxes.slanted-date .imagebox-item .module-title {
    transform: none !important;
    top: auto;
    right: auto;
    left: 5vw;
    bottom: 5vw;
  }
  .imageboxes.slanted-date .imagebox-item:hover .module-title {
    transform: none !important;
    opacity: 1;
    top: auto;
    left: 5vw;
  }
  .imageboxes.slanted-date .imagebox-item .module-title h2, .imageboxes.slanted-date .imagebox-item:first-of-type .module-title h2 {
    font-size: calc(2vw + 15px) !important;
    float: left;
  }
  .imageboxes.slanted-date .imagebox-item .readmore {
    opacity: 1;
    float: left;
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .imageboxes {
    display: block;
    /* Grid - 1 column */
  }
  .imageboxes.imglefttitleabove .imagebox-item, .imageboxes.imageside .imagebox-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 30px;
  }
  .imageboxes.imglefttitleabove .module-image, .imageboxes.imageside .module-image {
    float: none;
    width: 100% !important;
  }
  .imageboxes.imglefttitleabove .module-text, .imageboxes.imageside .module-text {
    float: none;
    width: 100% !important;
    display: block;
    padding-bottom: 5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .imageboxes.imglefttitleabove .readmore {
    position: relative;
    margin-top: 20px;
  }
  .imageboxes.title-only .imagebox-item {
    margin-bottom: 2px !important;
    padding: 10px 30px !important;
  }
  .imageboxes.title-only .imagebox-item:nth-last-of-type(1) {
    margin-bottom: 0 !important;
    /* Grid of image with title over the image and text to the side */
  }
  .imageboxes.textoveruneven .module-image {
    float: none !important;
    width: 100%;
    display: block;
    text-align: center !important;
    right: auto !important;
  }
  .imageboxes.textoveruneven .module-title {
    position: relative;
    width: 100%;
    top: auto;
    left: auto !important;
    right: auto !important;
    bottom: auto;
    background: none;
    padding: 15px 20px 0 20px;
  }
  .imageboxes.textoveruneven .module-title > span {
    position: relative;
    padding: 0 0 0 0;
    top: auto;
    transform: none;
  }
  .imageboxes.textoveruneven .module-text {
    position: relative;
    width: 100%;
    top: auto;
    left: auto !important;
    right: auto !important;
    bottom: auto;
    background: none;
    padding: 0 20px 25px 20px;
  }
  .imageboxes.textoveruneven .module-text > span {
    position: relative;
    padding: 0 0 0 0;
    top: auto;
    transform: none;
  }
}
