/* compiled by scssphp v0.0.12 on Thu, 12 Sep 2019 10:38:30 +1200 (0.5145s) */

/* 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%;
  text-align: center;
}
.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 + .module-text.nocolour {
  padding-top: 0px;
}
.imageboxes .module-text .module-text-inner {
  display: block;
}
.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;*/
  text-align: center;
  /* 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;
  background-color: #000;
}
.imageboxes.titleabove .imagebox-item:nth-child(2n+2) {
  background-color: #1a1a1a;
}
.imageboxes.titleabove a .silent {
  color: #fff;
}
.imageboxes.titleabove .module-title {
  width: 100%;
  display: block;
}
.imageboxes.titleabove .module-image {
  display: block;
  width: 100%;
  /*padding: 100% 0 0;*/
  height: 100%;
  overflow: hidden;
  position: relative;
  min-height: 400px;
}
.imageboxes.titleabove .module-image.no-image {
  display: none;
}
.imageboxes.titleabove .module-image .module-image-inner {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.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;
  display: none;
}
.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;*/
  padding: 25px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.titleabove .module-text p i {
  font-style: italic;
}
.imageboxes.titleabove .module-text ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.imageboxes.titleabove .module-text ul > li {
  padding-bottom: 0px;
  padding-left: 20px;
}
.imageboxes.titleabove .module-title h2 {
  font-size: 20px;
  color: #fff;
  background-color: #333;
  padding: 15px 25px;
  /*text-align:center;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.titleabove .imagebox-item:nth-child(2n+2) .module-title h2 {
  background-color: #484848;
}
.imageboxes.titleabove .module-title h3 {
  font-size: 28px;
  color: #fff;
  padding: 25px;
  padding-bottom: 0px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.titleabove .module-title h3 .small {
  font-size: 60%;
}
.imageboxes.titleabove .module-text .price {
  font-size: 28px;
  line-height: 1;
  padding-top: 0px;
  padding-bottom: 10px;
  display: block;
}
.imageboxes.titleabove .module-text .price small {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  /* 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%;
  display: block;
  height: 100%;
  background-color: #000;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imageboxes.textover a.imagebox-item:hover .module-image {
  background-color: #d01e38;
}
.imageboxes.textover .module-image img {
  width: 100%;
  opacity: 0.33;
}
.imageboxes.textover a.imagebox-item:hover .module-image img {
  opacity: 0.33;
  /* 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);
  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;
  top: 0;
  text-align: left;
  padding: 30px 34px;
  -webkit-transform: translateX(0%) !important;
  -moz-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  -o-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
  /* 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 .imagebox-item .module-text h2 {
  font-size: 30px;
}
.imageboxes.textover .module-text, .imageboxes.textover .module-text .silent {
  color: #fff;
  /* 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: #333;
}
.imageboxes.textoveruneven .module-image {
  float: none;
  width: 60.5%;
  display: block;
}
.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%;
}
.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: 60.5%;
  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 10%;
  /* 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;
  /* Image with rollover text popup */
}
.imageboxes.rollover .imagebox-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.imageboxes.rollover .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.rollover .module-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 500;
  -moz-transition: background-color 0.2s ease, opacity 0.6s ease;
  -webkit-transition: background-color 0.2s ease, opacity 0.6s ease;
  transition: background-color 0.2s ease, opacity 0.6s ease;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.rollover .imagebox-item:hover .module-text {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.imageboxes.rollover .module-text > span {
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px 20px;
}
.imageboxes.rollover .module-text, .imageboxes.rollover .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;
  /* Matches */
}
.imageboxes.matches.owl-carousel {
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 0px;
  width: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.matches .imagebox-item {
  margin-bottom: 4px;
  margin-top: 23px;
  position: relative;
  /*border:solid 1px #818181;		
		background:#b9b9b9;*/
  background: #e6e7e8;
  color: #000 !important;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.matches a.imagebox-item:hover {
  color: #000 !important;
  /*background:rgba(185, 185, 185,0.95);*/
  background: rgba(230, 231, 232, 0.95);
}
.imageboxes.matches.owl-carousel .imagebox-item {
  width: 200px;
}
.imageboxes.matches.owl-carousel .imagebox-item.double-size {
  width: 400px;
}
.imageboxes.matches .imagebox-item.double-size {
  background-color: #fff !important;
}
.imageboxes.matches .imagebox-item .silent {
  color: #000 !important;
}
.imageboxes.matches .imagebox-item .colour-strip {
  position: absolute;
  left: 0px;
  right: 0px;
  top: auto;
  bottom: -4px;
  height: 4px;
  display: block;
  z-index: 600;
}
.imageboxes.matches .imagebox-item .date-strip {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -23px;
  left: 0px;
  right: 0px;
  height: 23px;
  width: auto;
  background-color: #3f3f3f;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.imageboxes.matches .imagebox-item .date-strip h3 {
  font-weight: 300;
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  display: block;
  line-height: 1;
}
.imageboxes.matches .imagebox-item.double-size .date-strip {
  background-color: #e5e5e5;
  color: #000;
}
.imageboxes.matches .module-title h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.imageboxes.matches .imagebox-item.double-size .module-title h2 {
  font-weight: 600;
}
.imageboxes.matches .module-image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.imageboxes.matches .imagebox-item.double-size .module-image {
  width: 50%;
  /**/
  margin-top: 0px;
  margin-bottom: 0px;
}
.imageboxes.matches .module-image img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  max-height: 70px;
}
.imageboxes.matches .imagebox-item.double-size .module-image img {
  max-width: 48%;
  display: inline-block;
  max-height: none;
}
.imageboxes.matches .imagebox-item.double-size .module-image img + img {
  margin-left: 4%;
}
.imageboxes.matches a.imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.matches .normal-size .module-text {
  text-transform: uppercase;
}
.imageboxes.matches .module-text .result-box {
  display: block;
  font-weight: 300;
  font-size: 32px;
  line-height: 1;
}
.imageboxes.matches .d-box .module-text, .imageboxes.matches .l-box .module-text, .imageboxes.matches .w-box .module-text {
  font-size: 120%;
  line-height: 1.2;
}
.imageboxes.matches .normal-size .module-text p {
  margin-top: 20px;
  line-height: 1.2;
  font-size: 14px;
}
.imageboxes.matches .normal-size .readmore {
  font-size: 15px;
  padding: 8px 12px;
  /* Home / Away Marker*/
}
.imageboxes.matches .home-away-marker {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px;
  overflow: hidden;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  z-index: 100;
}
.imageboxes.matches.grided .home-away-marker {
  display: inline-block;
  position: absolute;
  top: -30px;
  right: -5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px;
  overflow: hidden;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  z-index: 100;
  border: solid 1px #fff;
}
.imageboxes.fixtures .home-away-marker {
  display: block;
  position: absolute !important;
  top: -30px;
  left: -10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px;
  overflow: hidden;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  z-index: 100 !important;
  /* Matches Grid */
}
.imageboxes.matches.grid .imagebox-item .date-strip h3 {
  padding: 5px 35px 5px 35px;
}
.imageboxes.matches.grid .module-image img {
  max-height: 150px;
}
.imageboxes.matches.grid .normal-size .module-text p {
  font-size: inherit;
  /* 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;
  /* fixtures */
}
.imageboxes.fixtures .imagebox-item {
  margin-bottom: 4px;
  margin-top: 23px;
  position: relative;
  color: #fff !important;
  text-align: center;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.fixtures .imagebox-item > * {
  z-index: 5;
  position: relative;
  /*.imageboxes.fixtures a.imagebox-item:hover {
			color:#ffffff !important;
			background:rgba(230, 231, 232,0.95);
			}*/
}
.imageboxes.fixtures .imagebox-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
}
.imageboxes.fixtures .imagebox-item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../../../images/background_black_rotated.jpg);
  background-size: cover;
  z-index: 2;
  opacity: 0.5;
}
.imageboxes.fixtures .imagebox-item .silent {
  color: #fff !important;
}
.imageboxes.fixtures .imagebox-item .date-strip {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -23px;
  left: 0px;
  right: 0px;
  height: 23px;
  width: auto;
  background-color: #404040;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.imageboxes.fixtures .imagebox-item .date-strip h3 {
  font-weight: 300;
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  padding: 5px 35px 5px 35px;
  display: block;
  line-height: 1;
}
.imageboxes.fixtures .module-title {
  margin: 20px;
  display: block;
}
.imageboxes.fixtures .module-text h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  padding: 0 0 0 0;
  line-height: 1.1;
  margin-bottom: 10px;
}
.imageboxes.fixtures .module-image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  margin-top: 43px;
  margin-bottom: 0px;
}
.imageboxes.fixtures .sponsor-image {
  display: block;
}
.imageboxes.fixtures .module-image img, .imageboxes.fixtures .sponsor-image img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  max-height: 100px;
  width: auto;
}
.imageboxes.fixtures .sponsor-image img {
  margin-top: 20px;
  margin-bottom: 10px;
  max-height: 70px;
}
.imageboxes.fixtures a.imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.fixtures .module-text {
  text-transform: uppercase;
  margin: 20px;
  display: block;
}
.imageboxes.fixtures .module-text.bottom-text {
  text-transform: uppercase;
  margin: 0px;
  margin-top: 20px;
  padding: 10px 20px;
  display: table;
  width: 100%;
  min-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.fixtures .module-text.bottom-text p {
  display: table-cell;
  vertical-align: middle;
  font-weight: 900;
  font-size: 16px;
}
.imageboxes.fixtures .module-text .result-box {
  display: block;
  font-weight: 300;
  font-size: 32px;
  line-height: 1;
}
.imageboxes.fixtures .normal-size .module-text p {
  line-height: 1.2;
  font-size: inherit;
}
.imageboxes.fixtures .fixture-sponsor {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #b6b8ba;
}
.imageboxes.titleonly .imagebox-item {
  background-color: #d01e38;
  color: #fff !important;
  padding: 20px 50px;
  -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.titleonly .imagebox-item:hover {
  background-color: #faa723;
  color: #fff !important;
}
.imageboxes.titleonly .imagebox-item .module-title {
  color: #fff !important;
  text-align: center;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.imageboxes.titleonly .imagebox-item .module-title h2 {
  font-size: 30px;
  color: #fff !important;
  padding: 0 0 0 0;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  /* Media Queries */
}
@media screen and (max-width: 1260px) {
  .imageboxes.matches.grided.grid.four-column .grid-item {
    width: 32%;
    margin-right: 2%;
  }
  .imageboxes.matches.grided.grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .imageboxes.matches.grided.grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .imageboxes.matches.grided.grid.four-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .imageboxes.fixtures.grid.four-column .grid-item {
    width: 32%;
    margin-right: 2%;
  }
  .imageboxes.fixtures.grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 2%;
  }
  .imageboxes.fixtures.grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 0;
  }
  .imageboxes.fixtures.grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .imageboxes.fixtures.grid.four-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .imageboxes.fixtures .module-text.bottom-text {
    display: block;
    text-align: center;
  }
  .imageboxes.fixtures .module-text.bottom-text p {
    display: block;
    text-align: center;
    min-height: 1em;
  }
}
@media screen and (max-width: 1200px) {
  .imageboxes.titleonly .imagebox-item .module-title h2, .imageboxes.textover .imagebox-item .module-text h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .imageboxes.titleabove.grid.four-column.no-spacing .grid-item {
    width: 50%;
  }
  .imageboxes.titleabove.grid.four-column.no-spacing .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .imageboxes.fixtures.grid.four-column .grid-item {
    width: 48.5%;
    margin-right: 3%;
  }
  .imageboxes.fixtures.grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 3%;
  }
  .imageboxes.fixtures.grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 3%;
  }
  .imageboxes.fixtures.grid.four-column .grid-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .imageboxes.fixtures.grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .imageboxes.fixtures.grid.four-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .imageboxes.fixtures.grid.four-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .imageboxes.fixtures .module-text.bottom-text {
    display: block;
    text-align: center;
  }
  .imageboxes.fixtures .module-text.bottom-text p {
    display: block;
    text-align: center;
    min-height: 1em;
  }
}
@media screen and (max-width: 950px) {
  .imageboxes.titleonly .imagebox-item .module-title h2, .imageboxes.textover .imagebox-item .module-text h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .imageboxes.matches.grided.grid.four-column .grid-item {
    width: 48%;
    margin-right: 4%;
  }
  .imageboxes.matches.grided.grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .imageboxes.matches.grided.grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .imageboxes.matches.grided.grid.four-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .imageboxes.matches.grided.grid.four-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .imageboxes.matches.grided.grid.four-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (max-width: 750px) {
  .imageboxes.textover .imagebox-item .module-text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 650px) {
  .imageboxes.matches.owl-carousel .imagebox-item {
    width: 400px;
    max-width: 100% !important;
  }
  .imageboxes.matches .normal-size .readmore {
    font-size: calc(16px + 0.26vw);
    padding: 14px calc(20px + 0.420vw);
  }
}
@media screen and (max-width: 550px) {
  .imageboxes.matches.owl-carousel .imagebox-item {
    width: 300px !important;
    max-width: 100% !important;
  }
  .imageboxes.matches.owl-carousel {
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 520px) {
  .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;
    /* 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;
  }
  .imageboxes.titleonly .imagebox-item {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 480px) {
  .imageboxes.matches.owl-carousel .imagebox-item {
    width: 200px !important;
    max-width: 100% !important;
  }
  .imageboxes.matches.owl-carousel {
    max-width: 200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
