/* ////////////////////////// GENERAL STYLES AIMED MAINLY AT MEMBER'S AREA  ////////////////////////////////// */
* {
  box-sizing: border-box;
}
#outerborder {
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #555;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.5px;
}
a {
  color: #4354bf;
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #303b7f;
  outline: 0;
  text-decoration: none;
}
#container {
  min-height: calc(100vh - 50px);
}
@media (max-width: 767px) {
  #container {
    min-height: calc(100vh - 95px);
  }
}
/* /////////////// /// //////////  .inPageContent ONLY styles ///////// ///////////// //// */
.inPageContent {
  color: #333;
  padding: 80px 0;
}
@media (max-width: 979px) {
  .inPageContent {
    padding: 40px 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .inPageContent {
    padding: 40px 20px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .inPageContent .sidebar {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .inPageContent .container {
    width: auto;
  }
}
.inPageContent h1,
.inPageContent h2,
.inPageContent h3,
.inPageContent h4,
.inPageContent h5,
.inPageContent h6 {
  color: #303b7f;
}
@media (max-width: 767px) {
  .inPageContent h1 {
    font-size: 32px;
  }
}
.inPageContent h2 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .inPageContent h2 {
    font-size: 24px;
  }
}
.inPageContent h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .inPageContent h3 {
    font-size: 18px;
  }
}
.inPageContent h4 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .inPageContent h4 {
    font-size: 16px;
  }
}
.inPageContent h5 {
  display: inline-block;
}
@media (max-width: 480px) {
  .inPageContent h5 {
    display: block;
  }
}
.inPageContent h6 {
  display: inline-block;
}
@media (max-width: 480px) {
  .inPageContent h6 {
    display: block;
  }
}
.inPageContent a {
  color: #4354bf;
}
.inPageContent a:hover {
  color: #303b7f;
}
.inPageContent hr {
  border-top: 1px solid #efefef;
  border-bottom: none;
}
.inPageContent p {
  font-size: 14px;
}
.inPageContent ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inPageContent ul li {
  color: #333;
  list-style-type: none;
}
.inPageContent ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  font-size: 6px;
  position: relative;
  top: -2px;
}
.inPageContent table {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.inPageContent table td {
  border: 1px dotted #efefef;
  padding: 5px;
}
@media (max-width: 480px) {
  .inPageContent table td {
    padding: 5px 10px;
    letter-spacing: 0;
  }
}
.inPageContent table th {
  border: 1px dotted #efefef;
  font-weight: normal;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .inPageContent .span12 form fieldset#thankyou {
    padding: 20px 60px;
  }
}
.inPageContent form .customFormLine {
  color: #333;
  position: relative;
}
.inPageContent form .customFormLine input,
.inPageContent form .customFormLine textarea {
  width: 100%;
  margin-bottom: 20px;
  background: #efefef;
}
.inPageContent form .customFormLine input[type="checkbox"] {
  width: auto;
  height: auto;
}
.inPageContent form .customFormLine input {
  height: 35px;
}
.inPageContent form .customFormLine textarea {
  height: 100px;
}
.inPageContent form .customFormLine label,
.inPageContent form .customFormLine .radioLabel {
  color: #333;
}
.inPageContent form .customFormLine label.customnoformat {
  display: none;
}
.inPageContent form .customFormRadioItem {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 20px;
}
.inPageContent form .customFormRadioItem input {
  width: auto;
  height: auto;
  margin-top: 16px;
  margin-right: 5px;
}
.inPageContent form .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: -5px;
}
.inPageContent h5 a,
.inPageContent form input[type="submit"],
.inPageContent .map_popup_form input[type=submit] {
  display: inline-block;
  background: #303b7f;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 5px 12px;
  line-height: 22px;
  margin: 15px 5px;
  font-size: 11px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.inPageContent h5 a:hover,
.inPageContent form input[type="submit"]:hover,
.inPageContent .map_popup_form input[type=submit]:hover {
  background: #e5cc0b;
  border: 1px solid #e5cc0b;
  color: #333;
}
@media (max-width: 480px) {
  .inPageContent h5 a,
  .inPageContent form input[type="submit"],
  .inPageContent .map_popup_form input[type=submit] {
    margin: 7px 0;
  }
}
.inPageContent h6 a {
  background: #e5cc0b;
  color: #303b7f;
  border: 1px solid #e5cc0b;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 12px;
  line-height: 22px;
  margin: 15px 5px;
  font-size: 11px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.inPageContent h6 a:hover {
  background: #303b7f;
  border: 1px solid #303b7f;
  color: #fff;
}
@media (max-width: 480px) {
  .inPageContent h6 a {
    margin: 7px 0;
  }
}
/* /////////////// /// //////////  .subMenu ONLY styles ///////// ///////////// //// */
.subMenu {
  background: #303b7f;
  text-align: center;
  padding: 5px;
}
@media (max-width: 480px) {
  .subMenu {
    padding: 10px;
  }
}
.subMenu ul {
  margin: 0;
}
.subMenu .menu-section h2 {
  display: none;
}
.subMenu .menu-section li {
  list-style-type: none;
  display: inline;
  text-transform: uppercase;
  font-size: 14px;
}
.subMenu .menu-section li::after {
  content: '-';
  padding: 0 7px;
  color: #fff;
}
@media (max-width: 480px) {
  .subMenu .menu-section li::after {
    display: none;
  }
}
.subMenu .menu-section li:last-child:after {
  display: none;
}
.subMenu .menu-section li.current a {
  color: #e5cc0b;
}
.subMenu .menu-section li a {
  margin: 10px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
.subMenu .menu-section li a:hover {
  color: #e5cc0b;
}
@media (max-width: 480px) {
  .subMenu .menu-section li a {
    margin: 10px;
    display: block;
    border: 1px solid #fff;
    padding: 10px;
  }
}
/* /////////////// /// //////////  .sliderHolder + captions/scroll/navs etc styles ///////// ///////////// //// */
.sliderHolder {
  position: relative;
}
@media (min-width: 980px) {
  .sliderHolder {
    margin-top: 100px;
  }
}
.sliderHolder .galleryInner,
.sliderHolder .galleryInner img {
  width: 100vw !important;
  height: calc(100vh - 100px) !important;
  max-width: 100%;
  object-fit: cover;
  min-height: 450px;
}
@media (max-width: 1199px) {
  .sliderHolder .galleryInner,
  .sliderHolder .galleryInner img {
    height: auto !important;
  }
}
.sliderHolder .galleryInner:after,
.sliderHolder .galleryInner img:after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
  height: 150px;
  width: 100%;
  content: '';
  bottom: 0;
  z-index: 9;
}
.sliderHolder.innerSliderHolder .galleryInner,
.sliderHolder.innerSliderHolder .galleryInner img {
  height: auto !important;
  min-height: 250px;
  object-fit: cover;
}
.sliderHolder .nivo-directionNav {
  display: block;
  z-index: 99;
}
@media (max-width: 979px) {
  .sliderHolder .nivo-directionNav {
    display: none !important;
  }
}
.sliderHolder .nivo-directionNav a {
  width: 25px !important;
  height: 47px !important;
}
.sliderHolder .nivo-directionNav a.nivo-prevNav {
  background: url("https://slga.designmode.intelligentgolf.co.uk/images/resources/slga/sliderLeftSmall.png") center center no-repeat !important;
  left: 5%;
}
.sliderHolder .nivo-directionNav a.nivo-nextNav {
  background: url("https://slga.designmode.intelligentgolf.co.uk/images/resources/slga/sliderRightSmall.png") center center no-repeat !important;
  right: 5%;
}
.sliderHolder .nivo-controlNav-Wrapper {
  display: none !important;
}
.sliderHolder .nivo-caption {
  left: 50%;
  top: auto;
  bottom: 20px;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  background: none;
  text-align: center;
  opacity: 1;
  z-index: 99;
}
.sliderHolder .nivo-caption h4 {
  font-size: 24px;
  line-height: 32px;
  padding: 0 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.53);
}
@media (max-width: 767px) {
  .sliderHolder .nivo-caption h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.sliderHolder .sliderCaptions {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
}
.sliderHolder .sliderCaptions.animated {
  animation-duration: 4s;
  animation-delay: 0.2s;
  -o-animation-duration: 4s;
  -o-animation-delay: 0.2s;
  -moz-animation-duration: 4s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 0.2s;
}
.sliderHolder .sliderCaptions img {
  width: 100px;
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions img {
    width: 60px;
  }
}
.sliderHolder .sliderCaptions h1 {
  color: #fff;
  font-size: 68px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #000;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .sliderHolder .sliderCaptions h1 {
    font-size: 48px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h1 {
    font-size: 38px;
  }
}
.sliderHolder .sliderCaptions h2 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 24px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 18px;
  }
}
/* /////////////// //// ////////// WEATHER ///////////////// ///////////////// */
.weather {
  display: inline-block;
  margin-left: 20px;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .weather {
    margin-left: 40px;
  }
}
.weather .weathers {
  display: flex;
  align-items: center;
  line-height: 22px;
}
.weather .weathers .weatherSingle {
  width: 70px;
  line-height: 14px;
  font-size: 12px;
  position: relative;
  letter-spacing: 0;
  text-align: right;
  float: left;
  margin-right: 20px;
}
.weather .weathers .weatherImage {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
}
.weather .weathers .weatherImage img {
  width: 25px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .weather .weathers .weatherSingle:last-of-type {
    display: none;
  }
}
@media (max-width: 480px) {
  .weather .weathers .weatherSingle:nth-of-type(2) {
    display: none;
  }
}
.body-public #globalwrap .image-night {
  background: none;
}
/* //////// ///////////////////   carousel STYLES  ///////// //// ////////////////// ////  */
@media (max-width: 480px) {
  .logoCarousel {
    padding: 0 40px;
  }
}
.logoCarousel .jcarousel-wrapper {
  position: relative;
}
@media (min-width: 481px) {
  .logoCarousel .jcarousel-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.logoCarousel .jcarousel-wrapper .jcarousel {
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .logoCarousel .jcarousel-wrapper .jcarousel {
    width: 180px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .logoCarousel .jcarousel-wrapper .jcarousel div {
    width: 180px;
    height: 140px;
    display: table-cell;
    vertical-align: middle;
  }
}
.logoCarousel .jcarousel-wrapper .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 20px 30px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .logoCarousel .jcarousel-wrapper .jcarousel img {
    padding: 20px 10px;
  }
}
.logoCarousel .jcarousel-wrapper .jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.logoCarousel .jcarousel-wrapper .jcarousel li {
  float: left;
}
.logoCarousel .jcarousel-wrapper .jcarousel li:before {
  display: none;
}
.logoCarousel .jcarousel-wrapper a.jcarouselControls {
  font-size: 48px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media (max-width: 480px) {
  .logoCarousel .jcarousel-wrapper a.jcarouselControls {
    left: -20px;
  }
}
.logoCarousel .jcarousel-wrapper a.jcarouselControls.jcarousel-control-next {
  right: 0;
  left: auto;
}
@media (max-width: 480px) {
  .logoCarousel .jcarousel-wrapper a.jcarouselControls.jcarousel-control-next {
    right: -20px;
  }
}
/* ////////// ///////////////////////  HOLE TOUR MENU STYLES /////////////// ////////////////////  */
.holeNavigationRow {
  background: #303b7f;
  position: absolute;
  margin-top: -60px;
  z-index: 10;
}
@media (max-width: 767px) {
  .holeNavigationRow {
    margin-top: 0;
    position: relative;
    padding: 10px;
  }
}
.holeNavigationRow .menu-section h2 {
  display: none;
}
.holeNavigationRow .holeNavigation {
  text-align: center;
  padding: 10px;
}
.holeNavigationRow .holeNavigation .menu-section {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.holeNavigationRow .holeNavigation .menu-section ul {
  margin: 0;
}
.holeNavigationRow .holeNavigation .menu-section ul li {
  list-style-type: none;
  display: inline;
}
.holeNavigationRow .holeNavigation .menu-section ul li a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 0;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    display: inline-block;
    width: 35px;
    float: left;
    margin: 5px;
    padding: 7px;
    background: rgba(28, 35, 75, 0.8);
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li a:hover {
  color: #e5cc0b;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:hover {
    background: #e5cc0b;
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li a:before {
  content: "-";
  padding: 0 10px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:before {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:before {
    display: none;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li:first-child a:before {
  display: none;
}
.holeNavigationRow .holeNavigation .menu-section ul li.current a {
  color: #e5cc0b;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a {
    background: rgba(28, 35, 75, 0.8);
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: left;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: none;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(7) a,
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(13) a {
    clear: left;
  }
}
/* ////////// ///////////////////////  HOLE STAT STYLES /////////////// ////////////////////  */
.holeStats {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .holeStats {
    margin: 10px auto;
    text-align: left;
    display: inline-block;
  }
}
.holeStats .statContainer {
  display: inline-block;
  position: relative;
  margin: 10px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .holeStats .statContainer {
    margin: 10px;
    display: block;
  }
}
.holeStats .statContainer .statCircle {
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translatey(-50%);
  top: 50%;
}
.holeStats .statContainer .statCircle.whiteCircle {
  background: #fff;
}
.holeStats .statContainer .statCircle.yellowCircle {
  background: #fff000;
}
.holeStats .statContainer .statCircle.blueCircle {
  background: #0060ff;
}
.holeStats .statContainer .statCircle.redCircle {
  background: #ff0000;
}
/* //////// ///////////////////   .addressFooter STYLES  ///////// //// ////////////////// ////  */
.addressFooter {
  padding: 50px 20px;
  text-align: center;
  background: #333 url("https://slga.designmode.intelligentgolf.co.uk/images/resources/slga/addressFooter_bg.jpg") top center no-repeat;
  background-size: cover;
}
.addressFooter h1 {
  color: #082a4c;
}
@media (max-width: 767px) {
  .addressFooter h1 {
    font-size: 0.7em;
  }
}
.addressFooter .littleBigger {
  font-size: 1.2em;
}
.addressFooter .footerSep {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .addressFooter .footerSep {
    font-size: 0;
    line-height: 0;
    display: block;
  }
}
.addressFooter .socialIcons {
  display: inline-block;
  margin-bottom: 30px;
}
.addressFooter .socialIcons em {
  border: 2px solid;
  width: 47px;
  text-align: center;
  display: inline-block;
  padding: 8px 7px 10px 11px;
  margin: 0 3px 15px 3px;
  font-size: 22px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.addressFooter .socialIcons em:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.addressFooter .addressFooterCopyright {
  font-size: 0.8em;
}
.addressFooter a.igLogo img {
  width: 85px;
  float: none;
}
@media (max-width: 767px) {
  .addressFooter .break767 {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
/* //////// ///////////////////   .newsletterSubscribe LESS STYLES ///////// //// ////////////////// ////  */
.newsletterSubscribe {
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .newsletterSubscribe h3 {
    font-size: 0.7em;
  }
}
.newsletterSubscribe p {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.newsletterSubscribe #customform_1 fieldset#thankyou {
  width: 540px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_1 fieldset#thankyou {
    width: 280px;
  }
}
.newsletterSubscribe #customform_1 .customFormLine {
  position: initial;
}
.newsletterSubscribe #customform_1 label {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ababab;
}
.newsletterSubscribe #customform_1 .alert.alert-error + span label {
  display: none;
}
.newsletterSubscribe #customform_1 .alert li {
  list-style-type: none;
}
.newsletterSubscribe #customform_1 .alert-danger,
.newsletterSubscribe #customform_1 .alert-error {
  background-color: #b63e50;
  border: none;
  color: #fff;
}
.newsletterSubscribe #customform_1 div#thankyou p {
  margin: 10px;
  background: #b63e50;
  padding: 10px;
  display: inline-block;
}
.newsletterSubscribe #customform_1 #thankyou .customFormLine input {
  height: 40px;
  width: 410px;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #efefef;
  float: left;
  border: none;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_1 #thankyou .customFormLine input {
    width: 280px;
  }
}
.newsletterSubscribe #customform_1 #thankyou #custom_1_submit {
  display: inline-block;
  background: #303b7f;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 5px 12px;
  line-height: 22px;
  margin: 15px 5px;
  font-size: 11px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
}
.newsletterSubscribe #customform_1 #thankyou #custom_1_submit:hover {
  background: #e5cc0b;
  border: 1px solid #e5cc0b;
  color: #333;
}
@media (max-width: 480px) {
  .newsletterSubscribe #customform_1 #thankyou #custom_1_submit {
    margin: 7px 0;
  }
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_1 #thankyou #custom_1_submit {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    float: none;
  }
}
.newsletterSubscribe #customform_1 #thankyou br {
  display: none;
}
/* //////// ///////////////////   .footer STYLES  ///////// //// ////////////////// ////  */
.footer {
  background: #303b7f;
  color: #fff;
  font-size: 0.8em;
  height: 50px;
  line-height: 28px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    height: 95px;
    line-height: 22px;
    padding: 10px 5px 2px 5px;
  }
}
.footer a.igLogo img {
  width: 85px;
  float: right;
}
@media (max-width: 767px) {
  .footer a.igLogo img {
    float: none;
  }
}
@media (max-width: 767px) {
  .footer .break767 {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
/* //////// ///////////////////   news thumbs 3 in a row  ///////// //// ////////////////// ////  */
.newsTitleRow {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .newsTitleRow {
    margin-bottom: 40px;
  }
}
.newsTitleRow a {
  right: 0;
  position: absolute;
  top: 50%;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding-right: 20px;
  margin-right: 10px;
}
.newsTitleRow a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .newsTitleRow a {
    right: auto;
    left: 5px;
    top: 85%;
  }
}
.newsTitleRow a:after {
  content: '\f0a9';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.newsThumbs {
  margin-bottom: 50px;
}
.newsThumbs .news-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .newsThumbs .news-wrapper {
    text-align: center;
    flex-direction: column;
  }
}
.newsThumbs .news-wrapper .news-item {
  position: relative;
  padding-bottom: 90px;
  border-bottom: 1px dotted rgba(142, 142, 142, 0.8);
  margin: 0 10px;
}
@media (max-width: 767px) {
  .newsThumbs .news-wrapper .news-item {
    margin-bottom: 30px;
  }
}
.newsThumbs .news-wrapper .pull-left {
  float: none;
}
.newsThumbs .news-wrapper .pull-left .img-polaroid {
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  .newsThumbs .news-wrapper .pull-left .img-polaroid {
    margin: 0 auto;
  }
}
.newsThumbs .news-wrapper .media-body .media-heading {
  color: #303b7f;
}
.newsThumbs .news-wrapper .media-body .news-summary {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
.newsThumbs .news-wrapper .media-body .news-date {
  display: none;
}
.newsThumbs .news-wrapper .news-summary .read-more {
  display: inline-block;
  background: #303b7f;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 5px 12px;
  line-height: 22px;
  margin: 15px 5px;
  font-size: 11px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  bottom: 20px;
}
.newsThumbs .news-wrapper .news-summary .read-more:hover {
  background: #e5cc0b;
  border: 1px solid #e5cc0b;
  color: #333;
}
@media (max-width: 480px) {
  .newsThumbs .news-wrapper .news-summary .read-more {
    margin: 7px 0;
  }
}
@media (max-width: 767px) {
  .newsThumbs .news-wrapper .news-summary .read-more {
    left: 50%;
    transform: translatex(-50%);
  }
}
/* //////// ///////////////////   inPageContent gallery and slider STYLES  ///////// //// ////////////////// ////  */
.inPageContent #gallery div.ss-controls .play,
.inPageContent div#thumbs div.top,
.inPageContent #gallery div.caption-container,
.inPageContent #gallery div.controls {
  display: none;
}
.inPageContent #gallery div.slideshow img {
  border: none;
}
.inPageContent #gallery div.slideshow span.image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .inPageContent .span12 #thumbs {
    width: 750px !important;
    margin: 0 auto;
    float: none;
  }
}
.inPageContent .span12 #gallery {
  max-width: 750px;
  margin: 0 auto;
}
.inPageContent #thumbs li:before {
  display: none;
}
.inPageContent #thumbs ul.thumbs li.selected a.thumb {
  background: none;
}
.inPageContent #thumbs a.thumb {
  padding: 0;
  border: none;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.inPageContent .pull-right.gallery-image,
.inPageContent .pull-left.gallery-thumbs {
  width: 100%;
}
.inPageContent .pull-left.gallery-thumbs {
  margin-left: 0;
  margin-top: 0;
}
.inPageContent div#thumbs div.bottom {
  margin-top: 22px;
  float: left;
}
.inPageContent div.pagination span.current {
  background-color: rgba(28, 35, 75, 0.8);
  border-color: rgba(28, 35, 75, 0.8);
}
.inPageContent ul.thumbs img {
  margin: 0;
}
.inPageContent div.pagination a,
.inPageContent div.pagination span.current,
.inPageContent div.pagination span.ellipsis {
  margin-right: 8px;
}
.inPageContent div.pagination a:hover {
  background-color: #404242;
}
.inPageContent .galleryWrapper.galleryWrapperNivo {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .inPageContent .galleryWrapper.galleryWrapperNivo {
    max-width: 750px;
    margin: 0 auto;
  }
}
.inPageContent .galleryInner.nivoInner.nivoSlider,
.inPageContent .galleryInner.nivoInner.nivoSlider img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.inPageContent .nivo-controlNav-Wrapper {
  position: absolute;
  width: 100px;
  bottom: 10px;
  left: auto;
  right: 10px;
  z-index: 9;
}
.inPageContent .nivo-controlNav a {
  background: #eaeaea;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
}
.inPageContent .nivo-controlNav a.active {
  background: #e5cc0b;
}
.inPageContent .nivo-directionNav {
  display: none !important;
}
.inPageContent .nivo-caption {
  display: none !important;
}
/* //////// ///////////////////   navbar standard styles  ///////// //// ////////////////// ////  */
#header .navbar {
  margin-bottom: 0;
}
#header .navbar-inner {
  background: #303b7f;
  border: none;
  min-height: 60px;
  border-bottom: 2px solid #e5cc0b;
}
#header .navbar-inner .container {
  position: relative;
}
@media (max-width: 767px) {
  #header .navbar-inner .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 980px) {
  #header .navbar-inner #nav {
    left: 70px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav {
    margin-top: 90px;
  }
}
#header .navbar-inner #nav li {
  z-index: 9;
}
#header .navbar-inner #nav li.dropdown .dropdown-toggle {
  background-color: transparent;
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown .dropdown-toggle {
    background: rgba(28, 35, 75, 0.8) url("https://slga.designmode.intelligentgolf.co.uk/images/resources/slga/menuDownToggle2.png") right 15px center no-repeat;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown.open .dropdown-toggle {
    background: rgba(28, 35, 75, 0.8) url("https://slga.designmode.intelligentgolf.co.uk/images/resources/slga/menuUpToggle.png") right 15px center no-repeat;
  }
}
#header .navbar-inner #nav li a {
  color: #fff;
  padding: 20px 14px;
  text-transform: uppercase;
  font-size: 13px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header .navbar-inner #nav li a {
    letter-spacing: 0.2px;
    color: #fff;
    padding: 20px 12px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li a {
    background: rgba(28, 35, 75, 0.8);
    margin: 10px;
    padding: 12px !important;
  }
}
#header .navbar-inner #nav li a:hover {
  color: #e5cc0b;
}
#header .navbar-inner #nav li a#logoutbtn {
  color: #e5cc0b;
}
#header .navbar-inner #nav li .dropdown-menu {
  margin: 0;
  background-color: #3f4c9a;
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 980px) {
  #header .navbar-inner #nav li .dropdown-menu {
    display: block;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li .dropdown-menu {
    margin: 0 20px 0 20px;
    background: none;
  }
}
#header .navbar-inner #nav li .dropdown-menu a {
  padding: 8px 12px !important;
  border-bottom: 1px dotted #7b7979;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 1px;
}
@media (min-width: 980px) {
  #header .navbar-inner #nav li .dropdown-menu a:hover {
    background: none;
  }
}
#header .navbar-inner #nav li .dropdown-menu li:last-child a {
  border: none;
}
#header .navbar-inner #nav li.open > .dropdown-menu {
  pointer-events: auto;
  opacity: 1;
}
#header .navbar-inner #nav li.current > a,
#header .navbar-inner #nav li.active > a {
  color: #e5cc0b;
}
#header .navbar-inner #nav li.active.open > a {
  color: #fff;
}
#header .navbar-inner #nav li.nav-menu-information ul li:nth-last-child(2) a {
  border: none;
}
#header .navbar-inner .logoLink {
  position: absolute;
  left: 0;
  width: 40px;
  z-index: 9;
  top: 5px;
}
@media (max-width: 979px) {
  #header .navbar-inner .logoLink {
    top: 0;
    left: 50%;
    transform: translatex(-50%);
  }
}
#header .navbar-inner .logoLink h3 {
  display: none;
}
#header .navbar-inner #hamburger-icon {
  outline: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  background-color: transparent;
  z-index: 100;
  width: 60px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
}
@media (min-width: 980px) {
  #header .navbar-inner #hamburger-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .navbar-inner #hamburger-icon {
    right: 25px;
  }
}
#header .navbar-inner #hamburger-icon .line {
  display: block;
  background: #fff;
  height: 3px;
  margin: 5px;
  right: 18px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header .navbar-inner #hamburger-icon .line.line-1 {
  margin-top: 3px;
}
.publicTopBar {
  display: none;
}
.body-public #header .publicTopBar {
  display: block;
  height: 60px;
  background: #fff;
}
.body-public #header .publicTopBar .socialBlock {
  position: absolute;
  right: 180px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  padding-right: 20px;
  border-right: 1px solid #aaa7a7;
  top: 21px;
}
@media (max-width: 767px) {
  .body-public #header .publicTopBar .socialBlock {
    right: 40px;
    padding-right: 0;
    border: none;
  }
}
@media (max-width: 979px) {
  .body-public #header .publicTopBar .socialBlock .followText {
    display: none;
  }
}
.body-public #header .publicTopBar .socialBlock a {
  color: #333;
  margin-left: 5px;
}
.body-public #header .publicTopBar .socialBlock a:hover {
  color: #e5cc0b;
}
.body-public #header .publicTopBar .loginBlock {
  right: 0;
  position: absolute;
  top: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .body-public #header .publicTopBar .loginBlock {
    display: none;
  }
}
.body-public #header .publicTopBar .loginBlock a {
  color: #333;
  padding: 17px 25px 17px 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  pozition: relative;
}
.body-public #header .publicTopBar .loginBlock a:hover {
  background: #e5cc0b;
}
.body-public #header .publicTopBar .loginBlock a:before {
  content: '\f007';
  font-family: 'FontAwesome';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translatey(-50%);
}
@media (min-width: 980px) {
  .body-public #header .navbar-inner {
    min-height: 48px;
  }
}
.body-public #header .navbar-inner #nav li.nav-level-1.nav-menu-member_login a {
  background: #e5cc0b;
  color: #333;
}
@media (min-width: 980px) {
  .body-public #header .navbar-inner #nav li.nav-level-1.nav-menu-member_login {
    display: none;
  }
}
.body-public #header .navbar-inner #nav li a {
  padding: 14px 9px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .body-public #header .navbar-inner #nav li a {
    padding: 14px 6px;
    letter-spacing: 0;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .body-public #header .navbar-inner #nav {
    left: 0;
  }
}
@media (min-width: 980px) {
  .body-public #header .navbar-inner #nav > li:nth-child(6) {
    margin-left: 210px;
  }
}
.body-public #header .logoLink {
  left: 50%;
  transform: translatex(-50%);
  width: auto;
  top: -55px;
  text-align: center;
  padding: 0 40px;
}
@media (max-width: 979px) {
  .body-public #header .logoLink {
    top: -60px;
  }
}
.body-public #header .logoLink h3 {
  display: inline-block;
  color: #e5cc0b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .body-public #header .logoLink h3 {
    margin-top: 18px;
  }
}
.body-public #header .logoLink h3 .notBold {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .body-public #header .logoLink h3 .notBold {
    width: 220px;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.body-public #header .logoLink img {
  width: 40px;
  display: block;
  margin: 0 auto;
}
.body-public #header .logoLink:after {
  content: '';
  position: absolute;
  background: url(https://slga.designmode.intelligentgolf.co.uk/images/resources/slga/curve.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 20px;
  bottom: -8px;
  left: 50%;
  transform: translatex(-50%);
}
@media (max-width: 767px) {
  .body-public #header .logoLink:after {
    bottom: -12px;
  }
}
/* //////// ///////////////////   system pages no need to touch  ///////// //// ////////////////// ////  */
.hcapsig {
  word-wrap: break-word;
}
/*  styles moved from custom css zashtoto ne sa pipani*/
.forceFullWidth {
  position: relative;
  width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.body-public span.customFormRadioItem + br {
  display: none;
}
/* Google Map Styles */
div#map_container {
  width: 100% !important;
  height: 550px !important;
  color: #333;
}
a#map_to_here_button:hover,
a#map_from_here_button:hover {
  color: #e5cc0b;
}
.gm-style .gm-style-iw-c {
  line-height: 24px !important;
  border-top: 10px solid #303b7f !important;
}
#globalwrap .map_popup_form input[type=text] {
  height: 35px !important;
}
.gm-style-iw-d {
  padding: 0 5px !important;
}
/* //// ///// MIN WIDTH 980 ///// //// ///////  */
@media (min-width: 980px) {
  #globalwrap {
    padding-top: 0;
  }
}
/* ///// //// MIN WIDTH 768 /// ////////// /   */
@media (min-width: 768px) {
  .moveRight768AndAbove {
    float: right !important;
  }
  .removeMarginLeft768AndAbove {
    margin-left: 0 !important;
  }
}
/* end of styles moved from custom css */
.inPageContent .span12 form .customFormLine input,
.inPageContent .span12 form .customFormLine textarea {
  text-align: center;
}
#date_form .picker input {
  cursor: pointer;
  padding: 3px;
  margin-right: 15px !important;
}
img.ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 0;
}
#header .navbar-inverse .nav li.nav-menu-information .dropdown-menu > li:nth-last-child(2) > a {
  border-bottom: none;
}
.body-root-information #global .container {
  max-width: 100%;
}
body[class^="body-class-setcoursestatuscourseid"] {
  word-break: break-word;
}
#statusform textarea {
  max-width: 100%;
}
.body-public .tipForm form input[type="submit"] {
  letter-spacing: 0;
  font-size: 12px;
  padding: 5px 10px;
}
.cluetip-jtip #cluetip-inner {
  overflow: hidden;
}
.php-ckeditor .inPageContent td {
  border: 2px solid #1a4267 !important;
}
.body-class-visitorbooking.body-public img.ui-datepicker-trigger {
  top: 0;
  right: 20px;
  position: absolute;
}
.body-class-visitorbooking.body-public #date_form .picker input[type=text] {
  margin-right: 20px;
}
.hcapsig .dropdown-menu {
  background-color: #dedfde;
}
div#cluetip {
  /*width: auto !important; this was causing a shadow on Wells visitor booking pop up but needed on previous sites */
}
.cc-cookies {
  width: 100% !important;
}
.body-root-home #latestcomp img[height="16"],
img[height="14"] {
  margin-left: 7px;
  margin-top: -3px;
}
.php-search input#string {
  height: 40px;
}
.php-messages .well-large {
  padding: 0px;
}
.php-halloffame h1 {
  font-size: 24px;
  border-bottom: 1px dotted;
  padding-bottom: 20px;
}
.php-roundmgmt .dateperiods {
  /* float:none; THIS WAS CAUSING OVERLAPPING ON SMALL SCREEN PAGE FOR ROUNDMGMT */
}
.php-roundmgmt #globalwrap {
  overflow: scroll;
}
#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
}
#login fieldset .control-label {
  float: none;
  width: auto;
  padding-top: 10px;
  text-align: center;
}
#login fieldset .controls {
  margin-left: auto;
}
#login fieldset .controls input.btn {
  margin-left: 0;
  margin-right: 0;
}
#login fieldset .controls input[type="checkbox"] {
  height: auto;
  margin: 10px 0 30px 0;
}
#login fieldset .controls label.checkbox input.inline {
  width: 20px !important;
  margin: 4px 0 20px 0;
}
.php-hcaprecord #global {
  overflow: scroll;
}
#latestcomp,
#upcomingcomps,
#previouscomps,
#fpmessagediv,
#admin_dash,
.announcements,
#myupcoming,
#myteetimes,
.news,
.members-mobile-scoreentry,
#halloffame {
  border: 2px solid #b99863;
  background: rgba(255, 255, 255, 0.8);
}
.teetimesholder th,
#memteetimes th,
.teetimesholder thead tr {
  border: #706862 1px solid;
}
table.teetimesholder td {
  border-right: 1px #294761 solid;
}
#memteetimes {
  border: 1px #706862 solid;
}
#memteetimes td {
  border-left: #706862 1px solid !important;
  border-bottom: #706862 1px solid !important;
}
#memteetimes tbody tr {
  border-bottom: #706862 1px solid !important;
}
#global .tabs ul {
  background: #706862 !important;
}
#globalwrap .adminWrapper table.admin thead th,
#globalwrap .adminWrapper table.admin thead td {
  color: white!important;
}
.inner-page .container {
  background: none;
  margin-left: -20px;
}
.body-root-roundmgmt\.php #ui-datepicker-div {
  display: none;
}
.gr-textarea-btn {
  display: none;
}
#closebutton + br {
  display: none !important;
}
.nav .nav-menu-login\.php {
  display: none !important;
}
.navbar .nav li ul.dropdown-menu li.nav-menu-information {
  display: none;
}
#ui-datepicker-div {
  position: absolute;
  top: -100%;
  left: -100%;
}
#date_form .picker {
  right: 0px !important;
}
table.tee_process {
  display: none !important;
}
.php-weatherfg .image-day {
  background: #87CEEB;
}
.php-weatherfg .image-night {
  background: #3c4a90;
}
.php-visitoropen #globalwrap > div {
  max-width: 100%;
}
#facebox {
  position: absolute;
  top: 150px !important;
  z-index: 9999;
}
#globalwrap table.mceLayout[style] {
  width: 100% !important;
}
.mceItemTable {
  width: 100% !important;
  max-width: 100%;
}
.body-class-members #leftcontent > div,
.body-class-members #rightcontent > div,
body:not(.body-public) #leftcontent > div,
body:not(.body-public) #rightcontent > div {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ffffff21;
}
.body-class-members .teetimesholder th,
.body-class-members #memteetimes th,
body:not(.body-public) .teetimesholder th,
body:not(.body-public) #memteetimes th {
  color: #fff !important;
  background-color: grey !important;
}
.body-class-members .login-btn,
body:not(.body-public) .login-btn {
  display: none;
}
.body-class-members .btn-group > .btn,
body:not(.body-public) .btn-group > .btn {
  float: left;
}
.body-class-members .dateperiods a,
body:not(.body-public) .dateperiods a {
  float: left;
}
/* ///// NAVBAR TO TO SCROLL UP ON MEMBERS PAGES & SYSTEM FRONT-END  ///*/
.body-class-members .navbar-fixed-top,
body:not(.body-public) .navbar-fixed-top .body-class-opens .navbar-fixed-top,
.php-login .navbar-fixed-top,
.body-loginpage .navbar-fixed-top,
.php-news .navbar-fixed-top,
.php-competition .navbar-fixed-top,
.php-teelogin .navbar-fixed-top,
.php-visitoropen .navbar-fixed-top,
.php-sagepay .navbar-fixed-top,
body[class^='body-class-setcoursestatus'] .navbar-fixed-top,
.body-class-visitorbooking .navbar-fixed-top {
  position: static;
}
/* php-ckeditor */
.php-ckeditor #outerborder #myNavbar {
  display: none;
}
.php-ckeditor .nav-collapse {
  position: relative;
}
.php-ckeditor .nav-collapse span {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.php-ckeditor .navbar .btn,
.php-ckeditor .navbar .btn.btn-primary,
.php-ckeditor .navbar .btn-group .btn {
  margin: 10px 0px;
}
.php-ckeditor .navbar .btn-group {
  margin: 0px 0px !important;
}
.php-ckeditor .CodeMirror-wrap .CodeMirror-scroll {
  position: relative;
  height: 1000px;
  overflow: auto;
}
div.sticky-queue {
  border: none !important;
}
div.sticky-note {
  padding-bottom: 20px;
}
a.btn.btn-danger,
a.btn.btn-success {
  color: #fff;
}
.body-class-members .navbar-inverse .nav .dropdown-menu > li > a {
  padding: 7px 10px;
}
/* system login page & course status */
#login input,
.php-coursestatus textarea,
.body-class-setcoursestatus textarea,
.body-class-setcoursestatuscourseid1 textarea {
  height: 40px;
  width: 100% !important;
  margin-bottom: 10px;
}
#login .controls input.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none;
  border: none;
  margin-top: 20px;
}
#login label.checkbox {
  padding-left: 0;
  text-align: center;
}
#login .controls label.checkbox input.inline {
  margin-left: -5px;
}
.php-coursestatus a.button.btn.btn-info.btn-small,
.body-class-setcoursestatus a.button.btn.btn-info.btn-small {
  margin: 5px;
  color: #fff !important;
}
.php-coursestatus a[href*="setcoursestatus"],
.body-class-setcoursestatus a[href*="setcoursestatus"],
.body-class-setcoursestatuscourseid1 a[href*="setcoursestatus"],
body[class*="body-class-setcoursestatus"] a[href*="setcoursestatus"] {
  word-break: break-word;
}
.ui-widget-header {
  border: none;
  background: #dab380;
}
body.body-class-setcoursestatus h1 {
  font-size: 32px;
  border-bottom: 1px dotted;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body.body-class-setcoursestatus form input[type="submit"] {
  /*margin-top: 0; this causing button to be out of line on recent sites */
}
body.body-class-setcoursestatus form input[name="loginword"] {
  height: 38px;
}
/* ///////////// /////////// max-width 1199px ////////////////// ///// */
@media (max-width: 1199px) {
  .nametable a.btn.button {
    font-size: 11px !important;
  }
  .nametable td {
    font-size: 11px !important;
    padding: 5px 2px !important;
  }
}
/* media queries members that generall don't need touching */
@media (max-width: 979px) {
  body.php-viewround table {
    font-size: 13px;
  }
  .php-viewround .table th,
  .table td {
    padding: 5px;
  }
  #globalwrap .teebooking #date_form .tabs li.current a {
    background: #4f925a !important;
    color: #fff;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .body-class-members #globalwrap,
  body:not(.body-public) #globalwrap,
  .body-class-opens #globalwrap,
  .php-login #globalwrap,
  .body-loginpage #globalwrap,
  .php-news #globalwrap,
  .php-competition #globalwrap,
  .php-teelogin #globalwrap,
  .php-visitoropen #globalwrap,
  .php-sagepay #globalwrap,
  body[class^='body-class-setcoursestatus'] #globalwrap,
  .body-class-visitorbooking #globalwrap {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #globalwrap .teebooking #date_form .tabs li.current a {
    font-size: 14px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .php-coursestatus a.button.btn.btn-info.btn-small,
  .body-class-setcoursestatus a.button.btn.btn-info.btn-small {
    margin: 5px;
    display: block;
  }
  .php-coursestatus ul.unstyled li,
  .body-class-setcoursestatus ul.unstyled li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
  }
  .php-coursestatus ul.unstyled,
  .body-class-setcoursestatus ul.unstyled {
    padding-top: 20px;
  }
  /* weather members */
  .php-weatherfg .nav-tabs a {
    font-size: 12px;
    padding: 5px 2px;
  }
  /* compact tables small screens */
  table td {
    font-size: 12px;
  }
  table th {
    font-size: 12px;
    font-weight: normal !important;
    padding: 2px !important;
  }
  .php-viewround .table th,
  .table td {
    padding: 5px 2px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .php-awayplayer table {
    display: block;
    overflow-x: auto;
  }
  table.table.scorecard {
    display: block;
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  #diaryTable.table {
    display: block;
    overflow-x: auto;
  }
}
/* make css editor in backend more manageable */
.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}
/*-----------------------------------------------------------------
                SCORECARD
-----------------------------------------------------------------*/
.scorecard {
  text-align: center;
  border: 1px solid #a5a5a5;
}
.scorecard td,
.scorecard th {
  border: 1px solid #a5a5a5;
  text-align: center;
}
.White {
  background: #fff;
  color: #333;
}
.Yellow {
  background: #ffff00;
  color: #333;
}
.Red {
  background: #ff0000;
  color: #fff;
}
.Blue {
  background: #0063ac;
  color: #fff;
}
.body-public.php-cookie-usage #global {
  padding-top: 90px;
}
@media (max-width: 979px) {
  .body-public.php-cookie-usage #global {
    padding: 20px;
  }
}
#globalwrap .map_popup_form input[type=submit] {
  font-size: 11px;
  padding: 5px;
}
.body-public[class*="php-"] #globalwrap {
  background: #efefef;
  padding: 20px;
  margin-top: 90px;
  color: #333;
  margin-bottom: 50px;
}
/* ////// ////////////////////////////// //////////////////////// //////////////////// ///////////////////// /////////// //////////////////// END OF STYLES FOR MEMBERS PAGES THAT GENERALLY DO NOT NEED TO TOUCH ///////////////// ////// ///// / ////////////////////////////////////////////// ////////////////////////////////// //////////////////////////////////////////// ///////////////// ////////////////////////// ////////////////// */
body[class*="php-"] .content-wrapper,
.body-class-members .content-wrapper,
.body-class-visitorbooking .content-wrapper,
.body-class-getawayletter .content-wrapper,
[class*="body-class-setcoursestatus"] .content-wrapper,
.body-class-opens .content-wrapper {
  width: 1195px;
  margin: 0px auto;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  body[class*="php-"] .content-wrapper,
  .body-class-members .content-wrapper,
  .body-class-visitorbooking .content-wrapper,
  .body-class-getawayletter .content-wrapper,
  [class*="body-class-setcoursestatus"] .content-wrapper,
  .body-class-opens .content-wrapper {
    width: 98%;
    margin: 0 auto;
  }
}
/* fix for my golf my rounds overlaping table with gross scoring trend */
@media (min-width: 768px) and (max-width: 979px) {
  table#course-handicap {
    overflow: auto;
    display: block;
  }
}
/* make memteetime table scroll x on mobile portrait */
@media (max-width: 480px) {
  table#memteetimes,
  .body-class-members #globalwrap table#memteetimes {
    width: 100%;
    display: block;
    overflow: auto;
  }
}
/* AQ Facebook style */
#facebox input {
  height: 30px;
}
@media (max-width: 480px) {
  .php-knockout table.knockout {
    display: block;
    overflow-x: auto;
  }
}
/* ------------  NEW FLEXIBLE ACCOUNT PAGE BACK END ---------------  */
.php-flexiblereport input[name="setdate"] {
  display: block;
}
@media (max-width: 480px) {
  .php-flexiblereport form {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  table#threads {
    display: block;
    overflow: auto;
  }
}
.php-flexiblereport img.ui-datepicker-trigger {
  position: relative;
  right: -5px;
  top: -6px;
}
/* //////// ///////////////////   system pages to customise css  ///////// //// ////////////////// ////  */
body #globalwrap .price span.badge {
  width: 44px !important;
  font-size: 12px !important;
}
/* ///////////////// MEMBERS HOME PAGE ///////////////// */
.body-class-members h3 {
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px dotted #303b7f;
  padding-right: 30px;
}
.body-class-members #leftcontent > div,
.body-class-members #rightcontent > div,
body:not(.body-public) #leftcontent > div,
body:not(.body-public) #rightcontent > div {
  border: 1px solid #303b7f;
  position: relative;
}
.body-class-members.body-root-home .weatherMini {
  position: absolute;
  right: 0;
  top: 0;
}
/* ///////////////////////////////// ///////////////  LOGIN PAGE ///////////////////////////////////// */
.body-loginpage #login {
  padding: 20px 20px;
  border: 2px solid #303b7f;
  text-align: center;
}
#login h3 {
  color: rgba(28, 35, 75, 0.8);
  text-transform: uppercase;
  margin-bottom: 30px;
}
#login .controls input.btn {
  display: inline-block;
  background: #303b7f;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 5px 12px;
  line-height: 22px;
  margin: 15px 5px;
  font-size: 11px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#login .controls input.btn:hover {
  background: #e5cc0b;
  border: 1px solid #e5cc0b;
  color: #333;
}
@media (max-width: 480px) {
  #login .controls input.btn {
    margin: 7px 0;
  }
}
/* ////////////////////// /////////////////// /////// NEWSBOX CMS HOMEPAGE //////////// ////////////// ///////  */
.newsbox a:link,
.newsbox a:visited,
.news-summary a.read-more:link,
.news-summary a.read-more:visited {
  background: #e5cc0b;
  color: #303b7f;
  border: 1px solid #e5cc0b;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 12px;
  line-height: 22px;
  margin: 15px 5px;
  font-size: 11px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.newsbox a:link:hover,
.newsbox a:visited:hover,
.news-summary a.read-more:link:hover,
.news-summary a.read-more:visited:hover {
  background: #303b7f;
  border: 1px solid #303b7f;
  color: #fff;
}
@media (max-width: 480px) {
  .newsbox a:link,
  .newsbox a:visited,
  .news-summary a.read-more:link,
  .news-summary a.read-more:visited {
    margin: 7px 0;
  }
}
/* ////////////////////// /////////////////// /////// NEWS PHP FRONT-END ////////////// ////////////// ///////  */
.body-public .news-item {
  border-bottom: 1px dotted rgba(28, 35, 75, 0.8);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.body-public .news-item .media-heading {
  color: rgba(28, 35, 75, 0.8);
}
.body-public p.news-date {
  font-size: 12px;
}
.body-public .news-summary a.read-more {
  background: #303b7f;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px !important;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* ////////////////////////////// /////////////////////// //////////////////////////////// /////////////////////////// ////////////////////////// ///////////////////   MEMBERS PAGES BACKGROUNDS ETC ///////////////////// ////// ///////// ////////////////////// //////////////////////////////////////////// ///////////////////////////// //////////// */
.body-class-members,
body:not(.body-public) {
  background: #fff;
}
/* #container bg members and front-end system pages */
body[class*="php-"] #container,
.body-class-members #container,
body:not(.body-public) #container,
.body-class-opens #container,
.php-login #container,
.body-loginpage #container,
.php-news #container,
.php-competition #container,
.php-teelogin #container,
.php-visitoropen #container,
.php-sagepay #container,
body[class^='body-class-setcoursestatus'] #container,
.body-class-visitorbooking #container {
  background: url("https://slga.designmode.intelligentgolf.co.uk/images/resources/slga/admin_bg.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  body[class*="php-"] #container,
  .body-class-members #container,
  body:not(.body-public) #container,
  .body-class-opens #container,
  .php-login #container,
  .body-loginpage #container,
  .php-news #container,
  .php-competition #container,
  .php-teelogin #container,
  .php-visitoropen #container,
  .php-sagepay #container,
  body[class^='body-class-setcoursestatus'] #container,
  .body-class-visitorbooking #container {
    background: #efefef;
    padding: 0 5px;
  }
}
/* home page cms wraps incorrectly */
body.php-whshcaprecord .content-wrapper {
  min-height: calc(100vh - 50px);
}
/* members pages #globalwrap */
.body-class-members #globalwrap,
body:not(.body-public) #globalwrap,
.body-class-opens #globalwrap,
.php-login #globalwrap,
.body-loginpage #globalwrap,
.php-news #globalwrap,
.php-competition #globalwrap,
.php-teelogin #globalwrap,
.php-visitoropen #globalwrap,
.php-sagepay #globalwrap,
body[class^='body-class-setcoursestatus'] #globalwrap,
.body-class-visitorbooking #globalwrap {
  padding: 20px;
  margin: 60px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
/* MEMBERS BOOKING PAGE */
body.body-class-members.body-root-roundmgmt\.php.body-nav-current-2.body-nav-current-has-2 #globalwrap {
  background: rgba(255, 255, 255, 0.83137255);
}
#globalwrap #global .tabs li.current a {
  background: #e5cc0b;
  border: none;
  color: #fff;
}
/* ///////////// ////////////// //////////// MEMBERS PAGES LOGO ///////////////////// //////  //////////// */
.body-class-members .navbar .logo,
body:not(.body-public) .navbar .logo,
.body-class-opens .navbar .logo,
.php-login .navbar .logo,
.body-loginpage .navbar .logo,
.php-news .navbar .logo,
.php-competition .navbar .logo,
.php-teelogin .navbar .logo,
.php-visitoropen .navbar .logo,
.php-sagepay .navbar .logo,
body[class^='body-class-setcoursestatus'] .navbar .logo,
.body-class-visitorbooking .navbar .logo {
  position: absolute;
  right: auto;
  width: 150px;
  height: 90px;
  background-color: transparent;
}
/* ///////////// GENERIC TABLES - DO SPECIFIC STYLES FRONT-END TO OVERRIDE THESE /////////// ///////////  */
thead {
  background: rgba(28, 35, 75, 0.8);
  color: #fff;
}
.table th {
  font-weight: normal;
}
table thead a:link,
table thead a:visited {
  color: #fff;
  text-decoration: underline;
}
table thead a:hover {
  color: var(--highlightColor);
  text-decoration: none;
}
/* specific for new transparent background layout on globalwrap in cms*/
.php-slideshow_edit form fieldset {
  background: #f2f2f229 !important;
}
.php-slideshow_edit .upload_form {
  background: rgba(244, 244, 244, 0.03137255) !important;
}
.body-class-members .uploadTarget {
  border: 1px dashed #303b7f !important;
  background: #303b7f;
  color: #efefef;
}
.body-class-members .uploadTarget:hover {
  background: rgba(28, 35, 75, 0.8);
}
.php-slideshow_edit form fieldset legend {
  font-size: 16px;
  color: #000;
}
/* website templates page etc - styles / header page */
.adminWrapper form h1 {
  font-size: 20px;
  border-bottom: 1px dotted;
  text-transform: uppercase;
}
.body-class-members .adminWrapper {
  background: rgba(255, 255, 255, 0);
}
.body-class-members form fieldset {
  background: rgba(242, 242, 242, 0.27843137) !important;
}
.body-class-members .tabsWrapper .tabList li.current a span {
  border: none;
}
.body-class-members .tabsWrapper .tabList li.current a {
  background: rgba(28, 35, 75, 0.8);
  border-right: 1px solid #767676;
  color: #fff !important;
}
.body-class-members .breadcrumbsWrapper p.breadcrumbs a {
  color: #333 !important;
}
.body-class-members #globalwrap .adminWrapper form a,
.body-class-members #globalwrap .adminWrapper form table.admin a,
.body-class-members #globalwrap .adminWrapper .aboveTabs a {
  color: #333;
}
.body-class-members #globalwrap .adminWrapper div.tabsWrapper {
  border-right: none;
}
.body-class-members button#saveButton,
.body-class-members .fancybutton {
  background: #5e8848;
  border: none;
  color: #fff;
  margin-top: 15px;
}
.body-class-members #globalwrap .adminWrapper fieldset .links {
  background: none;
}
.body-class-members #globalwrap .adminWrapper .links a.fancybutton {
  color: #fff;
}
.body-class-members #globalwrap .adminWrapper form fieldset h3 {
  padding-bottom: 10px !important;
}
button.fff-icon.ui-button-icon-only {
  background: #ffffff63;
}
.body-class-members .tabsWrapper .tabList a {
  background: #333;
}
.body-class-members .tabsWrapper .tabList {
  background: none;
}
.body-class-members .tabsWrapper .tabList li a span {
  border-left: none;
  border-top: none;
  border-right: 1px solid #767676;
}
.body-class-members .tabsWrapper ul {
  padding-left: 0;
}
/* //////////////////////// // member page information menu in backend ////////////// //// */
.body-class-members.body-root-information .sliderHolder {
  display: none;
}
.body-class-members.body-root-information .inPageContent {
  margin-left: auto;
  padding: 20px;
  left: 0;
  right: 0;
  background: none;
  margin-right: auto;
  max-width: 100%;
}
/* pages like viewround.php , competition, twos etc on public */
.body-public.php-viewround #container,
.body-public.php-csscalc #container,
.body-public.php-twos #container {
  background: var(--systemAndMembersContainerBackground);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
}
.body-public.php-viewround table,
.body-public.php-csscalc table,
.body-public.php-twos table {
  background: #fff;
}
.body-public.php-viewround div#rounds {
  background: rgba(255, 255, 255, 0.78);
  padding: 20px;
  margin-bottom: 40px;
}
.body-public.php-csscalc h4 {
  background: #303b7f;
  padding: 20px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}
/* /////////////////////// /////////// /////   ///////////////////////////// ////////////////////// /////////////////////////////////////// /PHP CK EDITOR ///////////////  ////////////////////////////// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///// /////////// //////////////////////////////////////  ////////////////////////////////// */
.ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: rgba(28, 35, 75, 0.8);
}
/* //////////////////////// // member page information menu in backend ////////////// //// */
.body-root-information h1,
.body-root-information h2,
.body-root-information h3,
.body-root-information h4 {
  color: #333;
}
.body-root-information .sliderCaptions,
.body-root-information .sliderHolder,
.body-root-information .testimonials,
.body-root-information .addressFooter {
  display: none;
}
body.body-root-information h3 {
  border-bottom: none;
}
.body-root-information .inPageContent .container {
  max-width: 100%;
}
.body-class-members .inPageContent {
  margin-left: auto;
  padding: 20px;
  left: 0;
  right: 0;
  background: none;
  margin-right: auto;
  max-width: 100%;
}
.body-class-members .inPageContent p {
  color: #333;
}
body-class-members .inPageContent .sidebar img {
  width: 120px;
}
.body-class-members .inPageContent .sidebar {
  margin-top: 40px;
}
body.body-root-information #globalwrap {
  background-color: rgba(255, 255, 255, 0.95);
}
.body-class-members #leftcontent .members-mobile-scoreentry .well {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  #globalwrap #date_form .picker {
    position: relative;
    background: grey !important;
    padding: 30px 10px 10px 10px;
    text-align: right;
  }
  .body-class-visitorbooking.body-public img.ui-datepicker-trigger {
    top: 5px;
  }
}
#globalwrap .map_popup_form {
  margin: 0 auto;
}
/* //////// ///////////////////   .php-ckeditor styles  ///////// //// ////////////////// ////  */
.php-ckeditor h1,
.php-ckeditor h2,
.php-ckeditor h3,
.php-ckeditor h4,
.php-ckeditor h5,
.php-ckeditor h6 {
  color: #333;
  text-transform: none;
  border: none;
}
.php-ckeditor img {
  box-shadow: none;
}
.php-ckeditor .jcarousel-wrapper .jcarousel {
  overflow: hidden;
}
.php-ckeditor .jcarousel-wrapper .jcarousel ul {
  width: 100%;
  display: block;
}
.php-ckeditor .jcarousel-wrapper .jcarousel ul li {
  text-align: center;
  border: 1px dotted #333;
  padding: 20px;
  list-style-type: none;
  width: 100%;
  margin-bottom: 20px;
}
.php-ckeditor .jcarousel-wrapper a.jcarouselControls {
  display: none;
}
.php-ckeditor p {
  color: #333;
}
.php-ckeditor #globalwrap {
  position: relative;
}
.php-ckeditor .pagesection .container {
  max-width: 100%;
}
.php-ckeditor #header img {
  width: 60px;
  margin: 0 20px;
}
@media (min-width: 980px) {
  .php-ckeditor #header img {
    margin-top: 3px;
  }
}
.php-ckeditor .andyWeatherAndCourseStatusButton,
.php-ckeditor .andyShowWeatherAndCourseStatus,
.php-ckeditor .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
  display: none;
}
.php-ckeditor .wysiwyg-editable table {
  width: 100%;
  margin-top: 50px;
}
.php-ckeditor .sliderHolder .sliderCaptions {
  position: relative;
  top: 20px;
  border: 1px dotted #333;
  padding: 20px 20px 40px 20px;
  max-width: 100% !important;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  background: none;
  color: #333;
  margin: 20px auto 40px auto;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  animation-duration: 0s;
  animation-delay: 0s;
  -o-animation-duration: 0s;
  -o-animation-delay: 0s;
  -moz-animation-duration: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-duration: 0s;
  -webkit-animation-delay: 0s;
  transform: none;
}
.php-ckeditor .sliderHolder .sliderCaptions h1,
.php-ckeditor .sliderHolder .sliderCaptions h2 {
  color: #333;
  text-shadow: none;
}
.php-ckeditor .inPageContent,
.php-ckeditor .sliderHolder,
.php-ckeditor .standardInclude,
.php-ckeditor .subMenu,
.php-ckeditor .holeNavigationRow,
.php-ckeditor .addressFooter,
.php-ckeditor .testimonials {
  margin-top: 20px;
  border: 1px dotted #333;
  padding: 20px;
  color: #fff;
  max-width: 100% !important;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  background: none;
  color: #333;
}
.php-ckeditor a.btn.btn-danger,
.php-ckeditor a.btn.btn-success {
  color: #fff;
  background: #ac433f;
}
.php-ckeditor a.btn.btn-primary.ajaxbutton {
  background: #e5cc0b;
  color: #fff;
  text-shadow: none;
  border: none;
}
.php-ckeditor a#wysiwyg_rich_button {
  background: #ac433f;
  color: #fff;
  text-shadow: none;
  border: none;
}
.php-ckeditor a#wysiwyg_html_button {
  background: #d2544f;
  color: #fff;
  text-shadow: none;
  border: none;
}
.php-ckeditor .homeMiddleRow {
  margin-top: 50px;
}
.php-ckeditor .holeStatsRow {
  position: relative;
}
.php-ckeditor .statContainer {
  color: #333;
}
.php-ckeditor .holeNavigation {
  width: 300px;
  margin: 0 auto;
}
.php-ckeditor .holeNav {
  position: initial;
  display: inline-block;
  padding: 10px;
  background: #fff;
  color: #fff !important;
}
.php-ckeditor .holeNavigationRow {
  position: relative;
  background: #303b7f;
  color: #fff;
}
.php-ckeditor .addressFooter {
  background: #303b7f;
}
.php-ckeditor .addressFooter .socialIcons em {
  padding: 10px 2px 10px 7px;
}
@media (max-width: 979px) {
  .php-ckeditor .navbar-fixed-top {
    margin-bottom: 0;
  }
}
/* -------------------------  HOME PAGE STYLES --------------------------------  */
.homeMiddleRow {
  display: flex;
  padding-bottom: 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 979px) {
  .homeMiddleRow {
    flex-direction: column;
    margin-bottom: 0;
    border: none;
  }
}
.homeMiddleRow .welcome h2 {
  margin-top: 0;
}
.homeMiddleRow .welcome h3 {
  font-family: 'Sacramento', cursive;
  font-size: 42px;
  margin-bottom: 0;
  color: #8c8c8c;
  font-style: italic;
}
@media (max-width: 979px) {
  .homeMiddleRow .welcome {
    width: 100%;
    margin-bottom: 30px;
  }
}
.homeMiddleRow #forthcomingFixtures,
.homeMiddleRow #latestResults {
  position: relative;
  padding-bottom: 50px;
  border: 1px solid #e3e3e3;
  border-top: none;
}
@media (max-width: 979px) {
  .homeMiddleRow #forthcomingFixtures,
  .homeMiddleRow #latestResults {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.homeMiddleRow #forthcomingFixtures h4,
.homeMiddleRow #latestResults h4 {
  background: #303b7f;
  color: #e5cc0b;
  margin: 0;
  padding: 10px 5px 10px 15px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .homeMiddleRow #forthcomingFixtures h4,
  .homeMiddleRow #latestResults h4 {
    font-size: 12px;
  }
}
.homeMiddleRow #forthcomingFixtures .upcomingcomp,
.homeMiddleRow #latestResults .upcomingcomp,
.homeMiddleRow #forthcomingFixtures .recentcompresult,
.homeMiddleRow #latestResults .recentcompresult {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 10px 7px 10px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 0;
}
.homeMiddleRow #forthcomingFixtures .upcomingcomp:nth-child(even),
.homeMiddleRow #latestResults .upcomingcomp:nth-child(even),
.homeMiddleRow #forthcomingFixtures .recentcompresult:nth-child(even),
.homeMiddleRow #latestResults .recentcompresult:nth-child(even) {
  background: #f7f6f6;
}
.homeMiddleRow #forthcomingFixtures .upcomingcomp a:hover,
.homeMiddleRow #latestResults .upcomingcomp a:hover,
.homeMiddleRow #forthcomingFixtures .recentcompresult a:hover,
.homeMiddleRow #latestResults .recentcompresult a:hover {
  text-decoration: underline;
}
.homeMiddleRow #forthcomingFixtures .upcomingcomp .announcedate,
.homeMiddleRow #latestResults .upcomingcomp .announcedate,
.homeMiddleRow #forthcomingFixtures .recentcompresult .announcedate,
.homeMiddleRow #latestResults .recentcompresult .announcedate {
  display: block;
  color: #333;
  font-size: 12px;
  letter-spacing: 0;
}
.homeMiddleRow #forthcomingFixtures .upcomingcomp br,
.homeMiddleRow #latestResults .upcomingcomp br,
.homeMiddleRow #forthcomingFixtures .recentcompresult br,
.homeMiddleRow #latestResults .recentcompresult br {
  display: none;
}
.homeMiddleRow #forthcomingFixtures a.seeAll,
.homeMiddleRow #latestResults a.seeAll {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  border-top: 1px solid #e3e3e3;
  padding: 5px 5px 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
}
.homeMiddleRow #forthcomingFixtures a.seeAll:hover,
.homeMiddleRow #latestResults a.seeAll:hover {
  text-decoration: underline;
}
.homeMiddleRow #forthcomingFixtures a.seeAll:after,
.homeMiddleRow #latestResults a.seeAll:after {
  content: '\f0a9';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
}
.homeMiddleRow #latestResults h4 {
  background: #e5cc0b;
  color: #303b7f;
}
/* --------------------  INNER PAGE SPLIT CONTENT STYLES -----------------------------------  */
@media (min-width: 980px) {
  .innerPage {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .innerPage {
    text-align: center;
  }
  .innerPage .span7 {
    margin-top: 30px;
  }
}
.innerPage .teamRow {
  margin-top: 40px;
}
.innerPage .profileThumbRow {
  margin-bottom: 60px;
}
.innerPage .profileThumbRow p {
  padding: 0 20px;
}
.innerPage .profileThumbRow h3 {
  margin-bottom: 0;
  margin-top: 20px;
}
.innerPage .profileThumbRow h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.innerPage.fullWidthPage {
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .innerPage.fullWidthPage .newsTitleRow {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .innerPage.fullWidthPage .newsThumbs {
    text-align: left;
  }
}
.innerPage .titleRow {
  text-align: center;
  margin-bottom: 40px;
}
.innerPage .titleRow h1 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .innerPage .titleRow h1 {
    font-size: 32px;
  }
}
.innerPage .newsTitleRow {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .innerPage .newsTitleRow {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .innerPage .newsTitleRow a {
    position: relative;
  }
}
.innerPage .diaryFilter,
.innerPage h3.diary-year-filter,
.innerPage .diary-nav-right.noprint.affix-top,
.innerPage .diary-left-nav a {
  display: none;
}
.innerPage table.diary {
  font-size: 14px;
}
@media (max-width: 480px) {
  .innerPage table.diary {
    display: block;
    overflow-x: auto;
  }
}
.innerPage table.diary td {
  padding: 10px 5px;
  background: #f6f6f6;
  border: 1px solid #c8c8c8;
}
@media (max-width: 480px) {
  .innerPage table.diary td {
    padding: 10px 2px;
  }
}
.innerPage table.diary th {
  text-align: center;
  background: #303b7f;
  color: #e5cc0b;
  padding: 10px 0 !important;
  text-transform: uppercase;
}
/* ---------------------------  MEMBER PAGE STYLES - COMES AFTER CUSTOM STYLRS ----------------------------  */
@media (min-width: 980px) {
  .body-public .memberPage {
    padding-top: 180px;
  }
}
@media (min-width: 768px) {
  body.body-class-teeloginphp .content-wrapper .row .span6 {
    width: 45%;
  }
}
@media (max-width: 767px) {
  body.body-class-fixtures_and_entry_forms table,
  body.body-class-county_match_week_2021 table {
    display: block;
    overflow-x: auto;
  }
}

/* anton styles */

.body-public #header .publicTopBar .socialBlock {
  border-right: none;
  right: 20px;
}

.jcarouselControls {
  display: none;
}

.newsThumbs .news-wrapper {
  display: block;
}

.newsThumbs .news-wrapper .news-item {
  float: left;
  width: 32%;
  margin: 0px 1% 0px 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .newsThumbs .news-wrapper {
    text-align: left;
  }
  .newsThumbs .news-wrapper .news-item {
    float: none;
    width: auto;
    margin: 30px 0px 0px;
  }
  .newsThumbs .news-wrapper .news-summary .read-more {
    transform: translateX(0px);
    left: 0px;
  }
}

.body-class-home.body-public .nivo-caption {
  font-size: 24px;
  line-height: 34px;
  background: rgba(0,0,0,0.6);
  color: #e5cc0b;
  display: inline-block;
  font-style: italic;
  width: auto;
}

.fancy-sig h3 {
  font-family: 'Sacramento', cursive;
  font-size: 42px;
  margin-bottom: 0;
  color: #8c8c8c;
  font-style: italic;
}

.footer {
  height: 68px;
  line-height: 24px;
}

#container {
  min-height: calc(100vh - 68px);
}

.footer .span2 {
  margin-top: 9px;
}

.footer a.igLogo img {
  width: 100px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .footer {
    height: auto;
  }
  .footer .span2 {
    margin-bottom: 10px;
  }
}

.home-tagline {
  text-align: center;
}

.home-tagline h3 {
  display: inline-block;
  padding: 10px 20px;
  background: #e5cc0b;
  color: #303b7f;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.inPageContent table h5 a {
  margin: 5px;
}

.inPageContent table h5 {
  margin: 0px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #e5cc0b;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-contentpage #globalwrap {
    overflow-x: scroll;
  }
  .teamRow .span5 img {
    max-width: 300px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .teamRow .span5 img {
    width: 100%;
  }
}

/* temp nav */

@media (min-width: 1200px) {
  .body-public .nav > li:nth-child(1) {
    margin-left: 43px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public .nav > li:nth-child(1) {
    margin-left: 35px;
  }
}

/* end anton styles */

.php-news #global p img {
	margin-right: 25px;
  	margin-bottom: 25px;
	}

.news-date {display: none;}

/* New page layout */
.inPageContent ul.nav li::before {
	content: none;
	}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
ul.nav-justified li {
	flex: 1 1 0;
	}
.nav-justified {
  display: flex;
}
// Justified nav links
// -------------------------

.nav-justified {
  width: 100%;
  > li {
    float: none;
    > a {
      margin-bottom: 5px;
      text-align: center;
    }
  }

  > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }

  @media (min-width: @screen-sm-min) {
    > li {
      display: table-cell;
      width: 1%;
      > a {
        margin-bottom: 0;
      }
    }
  }
}

// Move borders to anchors instead of bottom of list
//
// Mixin for adding on top the shared `.nav-justified` styles for our tabs
.nav-tabs-justified {
  border-bottom: 0;

  > li > a {
    // Override margin from .nav-tabs
    margin-right: 0;
    border-radius: @border-radius-base;
  }

  > .active > a,
  > .active > a:hover,
  > .active > a:focus {
    border: 1px solid @nav-tabs-justified-link-border-color;
  }

  @media (min-width: @screen-sm-min) {
    > li > a {
      border-bottom: 1px solid @nav-tabs-justified-link-border-color;
      border-radius: @border-radius-base @border-radius-base 0 0;
    }
    > .active > a,
    > .active > a:hover,
    > .active > a:focus {
      border-bottom-color: @nav-tabs-justified-active-link-border-color;
    }
  }
}
.inPageContent .mainContent td {
	border: 2px solid #1a4267 !important;
	}
.tablehead2 table tbody tr td:nth-child(1) {
  background-color: #444a6a;
  color: #fff;
}
/* End New page layout */

/* unification page */

/* inner added boxes style */

.added-section-move-up {
  display: none;
}

.added-section-move-down {
  display: none;
}

.additional-button-row {
  display: none;
}

.added-section-remove {
  display: none;
}

.inner-full {
  padding: 50px 0px;
  text-align: center;
  max-width: 1000px;
  margin: 0px auto;
}

.inserted-block {
  position: relative;
  padding: 50px 0px; /* change this padding to increase / decrease the gap between added sections */
}

.inserted-block:nth-child(odd) {
  background: #094D8A;
  color: #fff;
}

.inserted-block h1, .inserted-block h2, .inserted-block h3, .inserted-block h4, .inserted-block h5 {
  font-weight: 600;
  color: #094D8A;
}

.inserted-block:nth-child(odd) h1, .inserted-block:nth-child(odd) h2, .inserted-block:nth-child(odd) h3, .inserted-block:nth-child(odd) h4, .inserted-block:nth-child(odd) h5 {
  color: #fff;
}

.inserted-block:nth-child(odd) h6 {
  color: var(--highlightcolor);
}

.inserted-block:nth-child(odd) a {
  color: var(--highlightcolor);
}

.inserted-block:nth-child(odd) a:hover, .inserted-block:nth-child(odd) a:focus {
  color: #fff;
}

.inserted-block:nth-child(odd) h5 a {
  background: var(--highlightcolor);
  color: #094D8A;
}

.inserted-block:nth-child(odd) h5 a:hover, .inserted-block:nth-child(odd) h5 a:focus {
  background: #fff;
}

.inner-full-added {
  text-align: center;
  max-width: 1000px;
  margin: 0px auto;
}

.body-public .inserted-block {
  padding: 30px 0px;
}

.two-equal-added.flex-row {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0px auto;
}

.two-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.two-equal-added.flex-row .ie-col:first-child {
  margin-right: 20px;
}

.two-equal-added.flex-row  .ie-col:last-child {
  margin-left: 20px;
}

.two-unequal-added.flex-row {
  display: flex;
  max-width: 1000px;
  margin: 0px auto;
}

.two-unequal-added .main-col {
  width: 65%;
  margin-right: 20px;
}

.two-unequal-added .sidebar-col {
  width: 35%;
  margin-left: 20px;
}

.two-unequal-added .sidebar-col table h6 {
  margin: 0px;
}

.two-unequal-added.flip-flex .main-col {
  margin-right: 0px;
  margin-left: 20px;
}

.two-unequal-added.flip-flex .sidebar-col {
  margin-left: 0px;
  margin-right: 20px;
}

.three-equal-added.flex-row {
  display: flex;
  max-width: 1000px;
  margin: 0px auto;
}

.three-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.three-equal-added.flex-row .ie-col:first-child {
  margin-right: 15px;
}

.three-equal-added.flex-row .ie-col:nth-child(2) {
  margin: 0px 15px;
}

.three-equal-added.flex-row .ie-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.flex-row {
  display: flex;
}

.three-unequal-added .main-col {
  width: 50%;
  margin-right: 15px;
}

.three-unequal-added .sidebar-col {
  width: 25%;
}

.three-unequal-added .sidebar-col:nth-child(1) {
  margin: 0px 15px;
}

.three-unequal-added .sidebar-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.center-main .main-col {
  margin: 0px 15px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(2) {
  margin-left: 15px;
}

.three-unequal-added.right-main .main-col {
  margin-right: 0px;
  margin-left: 15px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(2) {
  margin: 0px 15px;
}

.four-equal-added.flex-row {
  display: flex;
  max-width: 1000px;
  margin: 0px auto;
}

.four-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.four-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
  margin: 0px 10px;
}

.four-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

.inner-full h1 {
  color: #094D8A;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-full h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .two-equal-added, .three-equal-added, .four-equal-added {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
  }
  .ie-col {
    width: 100%;
  }
  .flip-flex {
    flex-direction: column-reverse;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:last-child {
    margin-top: 0px;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:first-child {
    margin-top: 30px;
  }
  .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 20px 0px;
  }
  .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3), .four-equal-added.flex-row .ie-col:last-child {
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row {
    flex-direction: column;
  }
  .two-unequal-added .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row.flip-flex {
    flex-direction: column-reverse;
  }
  .two-unequal-added.flip-flex .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added.flip-flex .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
}
