/* compiled by scssphp v0.0.12 on Fri, 21 Dec 2018 14:23:54 +1300 (0.4115s) */

/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* Background */
/* Spacing */
/* Navigation  */
/* Header */
/* Footer */
/* Other */
/* Animations */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menuicon {
  /* Main body */
  from {
    width: 0;
  }
  to {
    width: 19px;
  }
}
html, body {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #000;
  /* Default links */
}
a {
  color: #d01e38;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #faa723;
  /* Button link */
}
.readmore, .buynow, .backlink {
  display: inline-block;
  line-height: 1;
  color: #737373;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover {
  color: #faa723;
}
.imageboxes.matches .readmore, .imageboxes.titleabove .readmore, .button {
  display: inline-block;
  padding: 14px 28px;
  padding: 14px calc(20px + 0.420vw);
  line-height: 1;
  background-color: #d01e38;
  color: #fff;
  margin-top: 0.8em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-size: calc(16px + 0.26vw);
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imageboxes.matches a:hover .readmore, .imageboxes.titleabove a:hover .readmore, a:hover .button {
  background-color: #faa723;
}
.imageboxes.titleabove .readmore {
  padding: 14px 15px;
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
a.backlink:hover {
  /* Default headers */
}
p.title, h1, h2, h3 {
  font-weight: 900;
  margin: 0px 0px 0px 0px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
article h1, .module-text h2, h4, h5, h6 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
p.title, h1 {
  font-size: 40px;
  line-height: 1.1;
  padding: 10px 0 20px 0;
}
h2 {
  font-size: 38px;
  line-height: 1.1;
  padding: 10px 0 10px 0;
}
h3 {
  font-size: 36px;
  line-height: 1.1;
  padding: 10px 0 10px 0;
}
h4, article h1, .module-text h2 {
  font-size: 22px;
  line-height: 1.2;
  padding: 0px 0 0px 0;
}
h5 {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.large {
  font-size: 110%;
}
.home-page h2 {
  font-size: 75px;
  font-size: calc(40px + 1.86vw);
}
.home-page .module-text h2 {
  font-size: 22px;
  padding: 0 0 0 0;
}
.home-page h3 {
  font-size: 54px;
  font-size: calc(36px + 0.9375vw);
}
.home-page .module-text h3 {
  font-size: 20px;
  padding: 0 0 0 0;
}
h1.vert-bot-spacing, h2.vert-bot-spacing, h3.vert-bot-spacing, .vert-bot-spacing {
  padding-bottom: 100px;
}
.home-page h1.vert-bot-spacing, .home-page h2.vert-bot-spacing, .home-page h3.vert-bot-spacing, .home-page .vert-bot-spacing {
  padding-bottom: 60px;
}
h1.p-bot-spacing, h2.p-bot-spacing, h3.p-bot-spacing {
  padding-bottom: 1.8rem;
}
h1.vert-top-spacing, h2.vert-top-spacing, h3.vert-top-spacing, .vert-top-spacing {
  padding-top: 100px;
}
.home-page h1.vert-top-spacing, .home-page h2.vert-top-spacing, .home-page h3.vert-top-spacing, .home-page .vert-top-spacing {
  padding-top: 60px;
}
.content h1:first-child, .content h2:first-child, .content h3:first-child .content p.title:first-child, .content .layout h1:first-child, .content .layout h2:first-child, .content .layout h3:first-child .content .layout p.title:first-child {
  padding-top: 0;
}
p.title {
  margin: 0 0 0 0;
  /* Backgrounds */
}
.background.light {
  background-color: #f9f9f9;
}
.background.dark {
  color: #fff;
  background-color: #000;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
}
.background.fixed-background, .background.parallax {
  color: #fff;
}
.background.fixed-background {
  background-color: #000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 200px;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Borders */
}
.border, .divider, hr {
  border: solid rgba(0, 0, 0, 0.1) 0px;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.colour.yellow {
  color: #faa723;
}
.colour.white {
  color: #fff;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
  /* list element */
}
ul {
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 10px;
  left: 5px;
  top: 4px;
  display: inline-block;
  vertical-align: middle;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
.small-center {
  line-height: 0.9em;
  text-align: center;
  display: inline-block;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
  pointer-events: none;
}
.small-spacer, .spacer {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
  padding-bottom: 100px;
}
.small-spacer {
  padding-bottom: 60px;
}
.divider {
  height: 0px;
  display: block;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 0 0;
}
p.no-bot-margin {
  margin-bottom: 0px !important;
  /* Image as background */
}
.image-as-background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-as-background img {
  display: none;
  /* Heading over image */
}
.over-image {
  display: block;
  max-width: 720px;
  width: 100%;
  padding: 25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
  /* Standard page elements for laying out the main content of a website. */
}
#container1 {
  padding-top: 150px;
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #fff;
}
.wrap {
  width: 100%;
  max-width: 1600px;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
  /* Header */
}
#container-header {
  background-color: #000;
  height: 150px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 899;
}
#container-header .wrap {
  max-width: 100%;
  padding: 0 50px;
}
#header {
  height: 150px;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 150px;
  line-height: 150px;
  display: inline-block;
  padding-left: 0px;
  max-width: none;
  animation: fadein 1s linear 0s 1;
}
#header #logo img {
  vertical-align: middle;
  max-height: 100%;
  display: block;
  /* Mobile quick call */
}
#header #mobile-link {
  display: none;
}
#header #mobile-link a {
  color: #fff;
}
#header #mobile-link h4 {
  display: inline-block;
  /* Top navigation */
}
#top-nav {
  float: right;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  padding-right: 20px;
}
#top-nav a {
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}
#top-nav > ul > li {
  padding: 0 8px;
}
#top-nav > ul > li:before {
  content: ' | ';
  display: inline-block;
  left: -1px;
  top: -1px;
}
#top-nav > ul > li:first-child:before {
  display: none;
  /* Search */
}
#header #search {
  float: right;
  display: inline-block;
  height: 22px;
  margin-top: 10px;
  padding-right: 20px;
}
#header #search .search-off {
  color: #000;
  font-style: italic;
}
#header #search #search-box-input {
  width: 200px;
}
#header #search #search-button {
  margin-left: 6px;
  /* Main navigation */
}
#container-navigation {
  background-color: #396e88;
}
#navigation {
  height: 40px;
  line-height: 40px;
  color: #fff;
}
#mobile-navigation {
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: none;
  overflow-y: auto;
}
#mobile-navigation::-webkit-scrollbar {
  width: 5px;
  paddding: 0 5px;
  background: #bfbfbf;
}
#mobile-navigation::-webkit-scrollbar-thumb {
  width: 3px;
  background: #7f7f7f;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 40px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
#navigation .material-icons {
  line-height: 40px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #fff;
  background-color: #000;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul .drop > a strong, #navigation > ul .drop > a b, #navigation > ul .drop > a:hover strong, #navigation > ul .drop > a:hover b {
  /* Navigation divider */
}
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 0px;
  /*font-size:0;*/
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  z-index: 897;
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  color: #fff;
  background: none;
  padding: 12px 13px;
  background-color: #000;
  border-bottom: solid #000 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #fff;
  border-radius: 0px;
  background-color: #396e88;
  border-bottom: solid #396e88 1px;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  /* Mobile menu button */
}
#mobile-menu {
  float: right;
  display: inline-block;
  height: 150px;
  line-height: 150px;
  margin-right: 20px;
}
#mobile-menu a {
  display: inline-block;
  color: #fff;
  padding: 0 0;
  font-size: 18px;
  line-height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: transparent;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}
#mobile-menu .menu-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  animation: fadein 1s linear 0s 1;
}
#mobile-menu .mobile-menu-icon {
  width: 19px;
  height: 3px;
  line-height: 15px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  background: #faa723;
  margin-left: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: menuicon 1s linear 0s 1;
}
#mobile-menu .mobile-menu-icon:before, #mobile-menu .mobile-menu-icon:after {
  content: '';
  width: 19px;
  height: 3px;
  position: absolute;
  background: #faa723;
  left: 0;
  right: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile-menu a .mobile-menu-icon:before {
  top: -6px;
}
#mobile-menu a .mobile-menu-icon:after {
  bottom: -6px;
}
.mobile-active #mobile-menu .mobile-menu-icon {
  background: transparent !important;
  line-height: 20px;
  vertical-align: middle;
}
.mobile-active #mobile-menu .mobile-menu-icon:before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* Colours */
  bottom: 0;
  top: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-active #mobile-menu .mobile-menu-icon:after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* Colours */
  bottom: 0;
  top: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Mobile navigation*/
}
#mobile-navigation {
  display: block;
  height: auto;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  /*padding:50px;*/
  position: fixed;
  top: 150px;
  bottom: 0;
  right: 0;
  width: 0px;
  height: auto;
  font-size: 21px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
#mobile-navigation .mobile-item {
  display: block;
}
#mobile-navigation .mobile-item:last-child > a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
#mobile-navigation a {
  float: none;
  display: block;
  height: auto;
  width: 100%;
  line-height: 30px;
  text-align: left;
  color: #fff;
  /*padding:0 0px !important;*/
  padding: 10px 30px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 0px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
#mobile-navigation a:hover {
  color: #faa723;
}
#mobile-navigation .inner-sub-nav {
  display: block;
  margin-bottom: 0 !important;
}
#mobile-navigation .inner-sub-nav a {
  text-transform: none;
  font-weight: 400;
  padding: 10px 50px;
  /* Mobile navigation collapse arrow */
}
.mobile-item.drop {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
  max-width: 100%;
  width: 100%;
}
.mobile-item.drop > a {
  padding-right: 19px;
}
.mobile-item .mob-nav-collapser {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 59px;
  left: 0;
  /*width:(($nav-line-height - $nav-collapser-size) * 2 + $nav-collapser-size);*/
  width: auto;
  height: 50px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mobile-item .mob-nav-collapser .collapser-icon {
  display: block;
  position: relative;
  float: right;
  width: 19px;
  height: 30px;
  line-height: 1;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 11px;
  margin-right: 11px;
}
.mobile-item .mob-nav-collapser .collapser-icon:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 19px;
  height: 3px;
  background: #faa723;
  -moz-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  /* Colours */
}
.mobile-item .mob-nav-collapser .collapser-icon:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 19px;
  height: 3px;
  background: #faa723;
  -moz-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  /* Colours */
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-item .mob-nav-collapser.uncollapsed .collapser-icon:before {
  -moz-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  /* Colours */
  /* Slide out mobile menu */
}
.mobile-active #container-outer {
  max-width: 100%;
  overflow-x: hidden;
  background-color: transparent;
}
.mobile-active #mobile-navigation {
  width: 500px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadein 0.3s linear 0s 1;
}
.close-menu {
  position: absolute;
  top: 5px !important;
  right: 0px !important;
  width: 60px !important;
  height: 60px !important;
  display: inline-block !important;
  line-height: 60px;
  text-align: center !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  z-index: 1001;
}
.close-menu .material-icons {
  line-height: 19px;
  font-size: 40px;
  color: #fff;
}
#container-flash.has-rotator, #container-flash.has-rotator .flexslider {
  background-color: #000;
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: 1.8;
  text-align: right;
  color: #fff;
  background-color: #000;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #5ea90d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
  /* Random images */
}
#container-flash.random-image {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  min-height: 74px;
}
#container-flash.random-image a {
  color: #fff;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  padding: 15px 15px;
  min-height: 74px;
  /* Breadcrump area */
}
#container-bread {
  /* breadcrumb */
}
#breadcrumb {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 0px 4px 0px;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.8;
  padding: 100px 0px 100px;
  padding-bottom: 0px;
}
.home-page .container-main-top .content {
  padding: 60px 0px 60px;
  padding-bottom: 0px;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.8;
  padding: 100px 0px 100px;
}
.home-page .container-main-top .content {
  padding: 60px 0px 60px;
  /* Main content area with layouts */
}
.content {
  line-height: 1.8;
  padding: 100px 0px 100px;
}
.home-page .content {
  padding: 60px 0px 60px;
}
.content h1 {
  color: #000;
}
.content article h1 {
  color: inherit;
}
#container-flash .backgroundimage-content h1, #container-flash .backgroundimage-content p.title {
  padding: 0 0 0 0;
  vertical-align: middle;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
}
.content .layout p:last-child {
  margin-bottom: 0;
  /* Layout defines main content widths */
}
.layout {
  /* Layout widths */
}
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 46%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.half.gap {
  margin-left: 8%;
}
.layout.third.gap {
  margin-left: 5%;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.8;
  padding: 100px 0px 100px;
}
.home-page .container-main-bottom .content {
  padding: 60px 0px 60px;
  /* Content container spacing */
}
.content-container + .content-container .content {
  padding-top: 0px;
}
.home-page .content-container + .content-container .content {
  padding-top: 0px;
  /* Backgrounds */
}
.background {
  /* Overwrite padding for areas adjacent to backgrounds */
}
.content-container + .content-container.background .content, .content-container.background + .content-container .content, .content-container.backgroundimage-container + .content-container .content {
  padding-top: 100px;
}
.home-page .content-container + .content-container.background .content, .home-page .content-container.background + .content-container .content, .home-page .content-container.backgroundimage-container + .content-container .content {
  padding-top: 60px;
  /* Overwrite padding for backgrounds */
}
.content-container.background .content, .content-container.backgroundimage-container .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-page .content-container.background .content, .home-page .content-container.backgroundimage-container .content {
  padding-top: 60px;
  padding-bottom: 60px;
}
main {
  position: relative;
  background-color: #fff;
}
.home-page main:nth-child(2n+0) {
  color: #fff !important;
}
.home-page main:nth-child(2n+0) .content h1, .home-page main:nth-child(2n+0) .silent, .home-page main:nth-child(2n+0) a {
  color: #fff !important;
}
.home-page main:first-of-type a:hover {
  color: #faa723 !important;
}
.home-page main:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
}
.home-page main:nth-child(2n+1):before, main:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
main:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/background.svg);
  background-size: cover;
  z-index: 2;
  opacity: 0.1;
}
.home-page main:after {
  opacity: 0.25;
}
.content-container {
  z-index: 3;
  position: relative;
  background: transparent;
}
.home-page .background-image .content h2 {
  color: #faa723;
}
.home-page .fixed-background .content h2 {
  color: #faa723;
}
.home-page .links {
  text-align: center;
}
#home-top-container .wrap {
  max-width: 100%;
}
.home-page .background-image .wrap {
  max-width: 1080px;
}
.home-page .fixed-background .wrap {
  max-width: 1080px;
}
.module-text {
  padding-top: 15px;
  /*padding-bottom:15px;*/
  padding-bottom: 0;
}
#home-top-container .content {
  padding-bottom: 0;
}
#home-container .content {
  padding: 50px 0px;
}
#home-container .links.imagelinks {
  padding: 0 0 0 0;
}
#home-container .links.imagelinks .link-item {
  padding: 10px 20px;
  margin-bottom: 0 !important;
}
#home-bottom-container .content, #home-news-container .content {
  padding-bottom: 20px;
  /* About Page */
}
.about-page .content-container .wrap {
  max-width: 1000px;
}
#about-top-container .content {
  padding-top: 50px !important;
  padding-bottom: 0px !important;
}
#about-top-container .content .img-center {
  margin-bottom: 0px;
}
#about-bottom-container .content {
  padding-top: 0px !important;
  /* Team Page */
}
.team-page .staff-item .module-image {
  background: url(../images/staff_bg.jpg);
  background-size: cover;
  background-position: top center;
  padding-top: 20px;
  /* Player Page */
}
.player-page #container-flash .backgroundimage-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  min-height: 570px;
}
.player-page #container-flash .backgroundimage-content .staff-details-image {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: auto;
  z-index: 800;
}
.player-page #container-flash .backgroundimage-content .staff-details-image img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  max-height: 650px;
}
.player-card {
  display: block;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 60px;
  text-align: left;
  border: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 480px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
.player-card .player-card-content {
  max-width: 600px;
  text-align: center;
  /*background-color:rgba(255,255,255,0.5);*/
  /*.player-card:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-image:url(../images/background.svg);
	background-size:cover;
	z-index:2;
	opacity:0.1;
	}*/
}
.player-card h1 {
  color: #faa723;
  font-size: 70px;
  font-size: calc(40px + 1.575vw);
  padding: 0 0 0 0;
  line-height: 1.1;
  padding-bottom: 10px;
}
.player-card h2, .player-card h3, .player-card h4, .player-card p {
  color: #fff;
}
.player-card p.field-position {
  font-size: 40px;
  font-size: calc(22px + 0.925vw);
  line-height: 1;
  padding: 15px 0 15px 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.player-card .player-social-links {
  display: block;
  text-align: center;
  padding-top: 60px;
}
.player-card .player-social-links .link-item {
  display: inline-block;
  width: 50%;
  text-align: center;
  vertical-align: top;
}
.player-card .player-social-links .link-item a {
  display: block;
  text-align: center;
}
.player-card .player-social-links .link-item i {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #faa723;
}
.player-card .player-social-links .link-item a:hover i {
  color: #fff;
}
.player-card .player-social-links .link-item .social-name {
  display: block;
  font-size: 30px;
  font-size: calc(22px + 0.40vw);
  line-height: 1;
  text-align: center;
  padding-top: 20px;
  vertical-align: middle;
  font-family: proxima-nova, Arial, Helvetica, sans-serif !important;
}
.player-page .wrap {
  max-width: 1400px;
  /* Sponsors Page */
}
.sponsors-page .links.imagelinks, .sponsors-page .links.textunder {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
}
.sponsors-page .layout .links.imagelinks:last-child, .sponsors-page .link-categories .link-category-holder:last-of-type .links.textunder {
  margin-bottom: 0px !important;
  /* Newsletter signup page */
}
.overlay-box {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
.overlay-box p {
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}
#newsletter-signup-container .layout {
  position: relative;
}
#newsletter-signup-container .overlay-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /* Membership Enquiry */
}
.membership-enquiry-page form {
  margin-left: 0;
  /* Contact page */
}
#contact-us-bottom-container .map-holder {
  /* Module text padding */
}
.module-text {
  padding-top: 15px;
  padding-bottom: 15px;
  /* Grid item */
}
.grid-item {
  margin-bottom: 40px !important;
  /* News */
}
.news.textunder .news-item {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
.news.textunder .module-image {
  background-color: #fbfbfb;
}
.news.textunder .news-item .module-text {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
.news.textunder .news-item .news-item-text-date {
  color: #d01e38;
}
.news-details-image-full {
  margin-bottom: 40px !important;
}
.news-details-date {
  color: #d01e38;
}
.layout .news-details-image-full:last-child {
  margin-bottom: 0 !important;
}
.news-items-page .content-container .wrap {
  max-width: 1260px;
  /* Rotator arrows */
}
.news.owl-carousel {
  margin-left: 60px;
  margin-right: 60px;
  width: auto;
  max-width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
  position: relative;
}
.news.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news.owl-carousel .owl-nav [class*='owl-'] {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  text-align: center;
  padding: 0 0 0 0;
  color: #ccc;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.news.owl-carousel .owl-nav .owl-prev {
  float: right;
  right: 100%;
  margin-right: 10px;
}
.news.owl-carousel .owl-nav .owl-next {
  float: left;
  left: 100%;
  margin-left: 10px;
  /* Previous */
}
.news.owl-carousel .owl-nav .owl-prev, .imageboxes.owl-carousel .owl-nav .owl-prev {
  position: relative;
}
.news.owl-carousel .owl-nav .owl-prev i, .imageboxes.owl-carousel .owl-nav .owl-prev i {
  display: none;
}
#curator-feed .crt-panel-prev:before, .news.owl-carousel .owl-nav .owl-prev:before, .imageboxes.owl-carousel .owl-nav .owl-prev:before {
  content: '' !important;
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  overflow: hidden !important;
  border-top: solid 1px #fff !important;
  border-right: solid 1px #fff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  /* Colours */
  /* Next */
}
.news.owl-carousel .owl-nav .owl-next .imageboxes.owl-carousel .owl-nav .owl-next {
  position: relative;
}
.news.owl-carousel .owl-nav .owl-next i, .imageboxes.owl-carousel .owl-nav .owl-next i {
  display: none;
}
#curator-feed .crt-panel-next:before, .news.owl-carousel .owl-nav .owl-next:before, .imageboxes.owl-carousel .owl-nav .owl-next:before {
  content: '' !important;
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  overflow: hidden !important;
  border-top: solid 1px #fff !important;
  border-right: solid 1px #fff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* Colours */
}
.news.owl-carousel .owl-nav .owl-next:before, .news.owl-carousel .owl-nav .owl-prev:before {
  border-color: #000 !important;
  /* Kotiate Club Page */
}
.kotiate-club-page .imageboxes.titleabove .imagebox-item:nth-child(1) .module-title h2 {
  background-color: #946d41;
}
.kotiate-club-page .imageboxes.titleabove .imagebox-item:nth-child(2) .module-title h2 {
  background-color: #bbbcbe;
}
.kotiate-club-page .imageboxes.titleabove .imagebox-item:nth-child(3) .module-title h2 {
  background-color: #a38142;
}
.kotiate-club-page .imageboxes.titleabove .module-text {
  padding-top: 0px;
  padding-bottom: 0px;
}
.kotiate-club-page .imageboxes.titleabove .module-text p {
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
.kotiate-club-page .imageboxes.titleabove .readmore {
  margin-bottom: 25px;
  /* Footer */
}
#container-footer {
  background: #191919;
}
#footer {
  line-height: 1.25;
  color: #fff;
  text-align: left;
  position: relative;
  padding: 100px 0px;
  font-size: 16px;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #faa723;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #faa723;
  text-transform: uppercase;
  padding: 0 0 0 0;
  padding-bottom: 2px;
  font-size: 18px;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-left {
  float: left;
  width: 25%;
  padding-bottom: 80px;
  position: relative;
}
#footer .footer-contact1 {
  float: left;
  width: 100%;
  text-align: left;
}
#footer .footer-social {
  float: none;
  width: 100%;
  height: 50px;
  text-align: left;
  clear: left;
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer .footer-social a {
  /* Round social link styles */
}
#footer .links.iconlinks a.link-item {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 30px;
  padding: 2px;
  line-height: 30px;
}
#footer .links.iconlinks a.link-item:hover {
  background-color: #faa723;
}
#footer .links.iconlinks .link-item [class^="social-"], #footer .links.iconlinks .link-item [class*=" social-"], #footer .links.iconlinks .link-item [class^="icon-"], #footer .links.iconlinks .link-item [class*=" icon-"], #footer .links.iconlinks .link-item .material-icons {
  padding-top: 0;
  line-height: 1;
  font-size: 18px;
  color: #000;
}
#footer .footer-right {
  float: left;
  width: 75%;
  padding-bottom: 80px;
  position: relative;
}
#footer .footer-links {
  float: left;
  width: 50%;
  text-align: left;
  clear: both;
}
#footer .footer-links a {
  float: left;
  clear: left;
  margin-bottom: 5px;
}
#footer .footer-copyright {
  display: table-cell;
  float: none;
  width: auto;
  text-align: left;
  clear: both;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 170px;
  vertical-align: middle;
}
#footer .nav-div {
  padding-left: 5px;
  padding-right: 5px;
  color: #7f7f7f;
}
#footer .footer-copyright a {
  color: #faa723;
}
#footer .footer-copyright a:hover {
  color: #fff;
}
#footer .footer-watermark {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 100px;
  right: 0px;
}
#footer .footer-social .links {
  text-align: left;
  line-height: 1;
  margin-bottom: 0 !important;
  padding-top: 0;
  /* Base */
}
#container-base {
  background: #f9f9f9;
}
#base {
  line-height: 1.8;
  font-size: smaller;
  color: #cbcccc;
  text-align: center;
  padding: 10px 0px 10px;
}
#base a:hover {
  text-decoration: underline;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
  /* No spacing grid */
}
.grid.no-spacing .grid-item {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  /* Round social icons */
}
.links.iconlinks {
  margin-bottom: 100px;
}
.home-page .links.iconlinks {
  margin-bottom: 60px;
}
.links.iconlinks .link-item {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #d01e38;
  border-radius: 30px;
  padding: 2px;
  line-height: 26px;
}
.links.iconlinks a.link-item:hover {
  background-color: #faa723;
  color: #fff;
}
.links.iconlinks .link-item + .link-item {
  margin-left: 10px !important;
  /* Form */
}
form {
  max-width: 600px;
}
.req {
  color: #d60309;
  font-weight: bold;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 600px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
.form-item .label {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0 0 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: 28px;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  background-color: #fff;
  border: solid #c2c1c1 1px;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
  /* Custom button */
}
.form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: inline-block;
  padding: 14px 28px;
  padding: 14px calc(20px + 0.420vw);
  line-height: 1;
  background-color: #d01e38;
  color: #fff;
  margin-top: 0.8em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-size: calc(16px + 0.26vw);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
  background-color: #faa723;
  /* Score table */
}
.score-table table {
  position: relative;
  min-height: 400px;
}
.score-table table:before {
  content: '';
  border: solid 3px #d01e38;
  border-color: transparent #faa723 #faa723 #faa723;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  display: inline-block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@keyframes loading-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.score-table.scoresloaded table:before {
  opacity: 0;
  display: none;
}
.score-table-holder {
  display: block;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.score-table-holder h3 {
  padding-bottom: 40px;
}
.score-table-holder table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.score-table-holder table tbody {
  border-top: solid 1px #575757;
  display: table;
  width: 100%;
}
.score-table-holder table tr {
  border-bottom: solid 1px #575757;
}
.score-table-holder table td {
  padding: 2px 10px;
  text-align: center;
}
.score-table-holder table tr td:first-child {
  padding-left: 0;
  text-align: left;
  font-weight: bold;
}
.score-table-holder table tr td:last-child {
  padding-right: 0;
}
.score-table-holder table tbody tr:first-child td {
  text-transform: uppercase;
  color: #faa723;
  font-weight: bold;
}
.score-table-holder table tr.highlight td {
  color: #faa723;
}
.score-table-holder .score-disclaimer {
  display: block;
  color: #575757;
  padding-top: 5px;
  text-align: left;
  font-weight: bold;
}
.score-table-holder p.score-disclaimer {
  margin-bottom: 0;
  /* Countdown */
}
.countdown-holder {
  display: block;
  text-align: center;
}
.countdown-holder h3 {
  padding-bottom: 40px;
}
.countdown-image, .countdown-text {
  padding-bottom: 40px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
}
#countdown-clock {
  position: relative;
  border-bottom: solid 1px #575757;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.countdown-holder .count-item, .countdown-holder .timer-divider {
  position: relative;
  display: inline-block;
  font-size: 68px;
  font-size: calc(36px + 2.5vw);
  line-height: 1;
  color: #fff;
  padding: 0 10px;
  padding-bottom: 10px;
  font-weight: 900;
}
.countdown-holder .count-item {
  min-width: calc(36px + 3.75vw);
}
.countdown-holder .timer-divider {
  color: #575757;
}
.countdown-holder .count-item .count-text {
  display: block;
  position: absolute;
  bottom: -40px;
  font-size: 22px;
  font-size: calc(15px + 0.375vw);
  left: 0;
  right: 0;
  text-align: center;
  color: #faa723;
  text-transform: uppercase;
  font-weight: bold;
  /* Score table and countdown */
}
.scores-and-countdown-holder h3 {
  padding-bottom: 40px;
}
.scores-and-countdown-holder .grid-item {
  border-top: solid 4px #faa723;
  padding-top: 6px;
  /* Curator Plugin */
}
#curator-feed {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 0;
  color: #000 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
#curator-feed a {
  color: #000 !important;
}
#curator-feed .crt-grid-post-v2 .crt-post-header, #curator-feed .crt-post-v2 .crt-post-header {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  padding-top: 0;
}
#curator-feed .crt-grid-post-v2 .crt-post-header .crt-social-icon, #curator-feed .crt-post-v2 .crt-post-header .crt-social-icon {
  margin-bottom: 0;
  padding: 10px 5px;
}
#curator-feed .crt-grid-post-v2 .crt-post-header .crt-social-icon i, #curator-feed .crt-post-v2 .crt-post-header .crt-social-icon i {
  font-size: 18px;
}
#curator-feed .crt-grid-post-v2 .crt-post-fullname, #curator-feed .crt-post-v2 .crt-post-fullname {
  display: none;
}
#curator-feed .crt-post-v2 .crt-post-content {
  height: 400px;
  overflow-y: auto;
}
#curator-feed .crt-post-v2 .crt-post-content::-webkit-scrollbar {
  width: 5px;
  paddding: 0 5px;
  background: #bfbfbf;
}
#curator-feed .crt-post-v2 .crt-post-content::-webkit-scrollbar-thumb {
  width: 3px;
  background: #7f7f7f;
}
#curator-feed .crt-post-v2 .crt-post-content-text {
  padding-top: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
#curator-feed .crt-post-share {
  display: none;
}
#curator-feed .crt-panel-next, #curator-feed .crt-panel-prev {
  background: none !important;
}
#curator-feed.crt-feed.crt-feed-branded a.crt-logo {
  position: absolute !important;
  bottom: -21px !important;
  color: #fff !important;
  right: 70px !important;
  font-size: 12px !important;
  /* Mailchimp Form */
}
#mc_embed_signup {
  background: transparent;
  clear: left;
  width: 100%;
  text-align: center;
}
#mc_embed_signup input.email {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  height: 48px;
  padding: 0px 20px;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
#mc_embed_signup .button {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 0.03em;
  color: #fff;
  /*line-height: 48px;
	padding: 0 18px;*/
  height: 48px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Useful css functions */
}
#mc_embed_signup .button:hover {
  background-color: #faa723;
}
