/* ////////////////////////// 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: #1a2c1e;
}
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: #857659;
  outline: 0 !important;
  text-decoration: none;
}
a:hover {
  color: #1a2c1e;
  outline: 0 !important;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
#container {
  min-height: calc(100vh - 50px);
}
@media (max-width: 767px) {
  #container {
    min-height: calc(100vh - 95px);
  }
}
/* /////////////// /// //////////  .inPageContent ONLY styles ///////// ///////////// //// */
.inPageContent {
  color: #fff;
  padding: 80px 20px 120px 20px;
  max-width: 1180px;
  margin: 0 auto;
}
@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: #857659;
}
.inPageContent h1 {
  font-size: 58px;
  font-family: "Pinyon Script", cursive;
  color: #857659;
}
@media (max-width: 767px) {
  .inPageContent h1 {
    font-size: 38px;
  }
}
.inPageContent h2 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .inPageContent h2 {
    font-size: 24px;
  }
}
.inPageContent h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .inPageContent h3 {
    font-size: 14px;
    line-height: 26px;
  }
}
.inPageContent h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .inPageContent h4 {
    font-size: 14px;
  }
}
.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: #857659;
}
.inPageContent a:hover {
  color: #fff;
}
.inPageContent hr {
  border-top: 1px solid #efefef;
  border-bottom: none;
}
.inPageContent ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inPageContent ul li {
  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 thead {
  background: #857659;
}
.inPageContent table td {
  border: 1px solid #fff;
  padding: 5px;
}
@media (max-width: 480px) {
  .inPageContent table td {
    padding: 5px 10px;
    letter-spacing: 0;
  }
}
.inPageContent table th {
  border: 1px solid #fff;
  font-weight: normal;
  padding: 10px 0;
}
.inPageContent form {
  max-width: 750px;
  margin: 0 auto;
}
.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;
  display: block;
  margin: 5px auto;
}
.inPageContent form .customFormLine input {
  height: 35px;
}
.inPageContent form .customFormLine textarea {
  height: 100px;
}
.inPageContent form .customFormLine label,
.inPageContent form .customFormLine .radioLabel {
  color: #fff;
}
.inPageContent form .customFormLine label.customnoformat {
  display: none;
}
.inPageContent form .customFormLine span.checkboxLabel {
  color: #fff;
}
.inPageContent form .customFormLine span.customFormMultiCheckBoxWrapper {
  margin-bottom: 30px;
  display: block;
}
.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: #1a2c1e;
  color: #c9b793;
  border: 1px solid #857659;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -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;
}
.inPageContent h5 a:hover,
.inPageContent form input[type="submit"]:hover,
.inPageContent .map_popup_form input[type=submit]:hover {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@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: #857659;
  color: #fff;
  border: 1px solid #857659;
  display: inline-block;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -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;
}
.inPageContent h6 a:hover {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .inPageContent h6 a {
    margin: 7px 0;
  }
}
/* /////////////// /// //////////  .subMenu ONLY styles ///////// ///////////// //// */
.subMenu {
  background: transparent;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #857659;
}
@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: #c9b793;
}
.subMenu .menu-section li a {
  margin: 10px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
.subMenu .menu-section li a:hover {
  color: #c9b793;
}
@media (max-width: 480px) {
  .subMenu .menu-section li a {
    margin: 10px;
    display: block;
    border: 1px solid #fff;
    padding: 10px;
  }
}
.hole-page-wrapper.old .subMenu a {
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  display: inline-block;
}
.hole-page-wrapper.old .subMenu a:hover {
  color: #857659;
}
.hole-page-wrapper.old .subMenu a:first-of-type {
  color: #857659;
}
.hole-page-wrapper.old .subMenu a:first-of-type:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .hole-page-wrapper.old .subMenu a {
    font-size: 13px;
    padding: 10px 5px;
  }
}
.hole-page-wrapper.alliss .subMenu a {
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  display: inline-block;
}
.hole-page-wrapper.alliss .subMenu a:hover {
  color: #857659;
}
.hole-page-wrapper.alliss .subMenu a:last-of-type {
  color: #857659;
}
.hole-page-wrapper.alliss .subMenu a:last-of-type:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .hole-page-wrapper.alliss .subMenu a {
    font-size: 13px;
    padding: 10px 5px;
  }
}
.hole-page-wrapper .subMenu.coursesMenu a {
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  display: inline-block;
}
.hole-page-wrapper .subMenu.coursesMenu a:hover {
  color: #857659;
}
@media (max-width: 480px) {
  .hole-page-wrapper .subMenu.coursesMenu a {
    font-size: 13px;
    padding: 10px 5px;
  }
}
/* /////////////// /// //////////  .sliderHolder + captions/scroll/navs etc styles ///////// ///////////// //// */
.sliderHolder {
  position: relative;
}
.sliderHolder .galleryInner,
.sliderHolder .galleryInner img {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100%;
  object-fit: cover;
  min-height: 450px;
}
@media (max-width: 1199px) {
  .sliderHolder .galleryInner,
  .sliderHolder .galleryInner img {
    height: auto !important;
  }
}
.sliderHolder .galleryInner:before,
.sliderHolder .galleryInner img:before {
  display: block;
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, #000 100%);
  height: 250px;
  width: 100%;
  content: '';
  top: 0;
  z-index: 9;
}
.sliderHolder .galleryInner:after,
.sliderHolder .galleryInner img:after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 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: none !important;
}
.sliderHolder .nivo-controlNav-Wrapper {
  display: none !important;
}
.sliderHolder .nivo-caption {
  left: 50%;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  opacity: 1;
}
@media (max-width: 480px) {
  .sliderHolder .nivo-caption {
    width: 80%;
  }
}
.sliderHolder .nivo-caption h4 {
  font-size: 18px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .sliderHolder .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
  position: absolute;
  bottom: 80px;
  z-index: 9;
  width: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
    display: none;
  }
}
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll:hover,
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll:active,
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll:focus {
  text-decoration: none;
}
.sliderHolder .fa-chevron-down:before {
  content: "\f078";
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.sliderHolder .ct-js-btn-scroll.animated {
  animation-duration: 2s;
  animation-delay: 0.5s;
  -o-animation-duration: 2s;
  -o-animation-delay: 0.5s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
}
.sliderHolder em.animated.fa.fa-chevron-down.heartBeat {
  display: block;
}
.sliderHolder .sliderCaptions {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.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;
  }
}
/* ///////////////// //////////////  COURSE STATUS BUTTON & SHOW ////////////////////////////////// //////////////  */
.andyShowWeatherAndCourseStatus {
  z-index: 9;
  bottom: 20px;
  left: 50px;
  position: absolute;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .andyShowWeatherAndCourseStatus {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
  }
}
.andyShowWeatherAndCourseStatus span.updated {
  font-size: 9px;
}
@media (max-width: 767px) {
  .andyShowWeatherAndCourseStatus span.updated {
    display: block;
  }
}
.andyShowWeatherAndCourseStatus .courseStatusButton {
  background: #1a2c1e;
  color: #fff;
  padding: 5px 20px;
  padding-right: 30px;
  margin: 0 auto;
  font-size: 11px;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.andyShowWeatherAndCourseStatus .courseStatusButton:hover {
  background: #71a571;
}
.andyShowWeatherAndCourseStatus .courseStatusButton.visible {
  display: none;
}
.andyShowWeatherAndCourseStatus .courseStatusButton .fa-angle-right {
  position: absolute;
  right: 10px;
  transform: translatey(-50%);
  top: 50%;
  color: #fff;
}
@media (max-width: 1199px) {
  .andyShowWeatherAndCourseStatus .courseStatusButton {
    display: none !important;
  }
}
.andyShowWeatherAndCourseStatus .courseStatus {
  display: inline-block;
  position: relative;
}
.andyShowWeatherAndCourseStatus .courseStatusDiv {
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: none;
  padding: 5px 40px 5px 35px;
  font-size: 11px;
}
@media (max-width: 1199px) {
  .andyShowWeatherAndCourseStatus .courseStatusDiv {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 11px;
    justify-content: center;
    background: #223927;
    visibility: visible;
    display: block;
  }
}
.andyShowWeatherAndCourseStatus .courseStatusDiv .status {
  display: flex;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .andyShowWeatherAndCourseStatus .courseStatusDiv .status {
    flex-direction: column;
    grid-gap: 10px;
  }
}
.andyShowWeatherAndCourseStatus .courseStatusDiv:before {
  content: '\f0f3';
  font-family: 'FontAwesome';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translatey(-50%);
  font-size: 18px;
  color: #82f20a;
}
@media (max-width: 1199px) {
  .andyShowWeatherAndCourseStatus .courseStatusDiv:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .andyShowWeatherAndCourseStatus .courseStatusDiv {
    gap: 10px;
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .andyShowWeatherAndCourseStatus .courseStatusDiv.hidden {
    display: inline-block;
    visibility: visible;
    max-width: 980px;
    background: #1a2c1e;
  }
}
.andyShowWeatherAndCourseStatus .courseStatusDiv.visible {
  display: flex;
}
.andyShowWeatherAndCourseStatus .courseStatusDiv h3 {
  display: none;
}
.andyShowWeatherAndCourseStatus .courseStatusDiv h3:after {
  content: ' : ';
}
.andyShowWeatherAndCourseStatus .courseStatusDiv p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 22px;
}
.andyShowWeatherAndCourseStatus .courseStatusDiv .fa-close {
  margin-left: 20px;
  color: rgba(239, 239, 239, 0.73);
  cursor: pointer;
  position: absolute;
  right: 10px;
  font-size: 18px;
  top: 50%;
  transform: translatey(-50%);
}
.andyShowWeatherAndCourseStatus .courseStatusDiv .fa-close:hover {
  color: #71a571;
}
@media (max-width: 1199px) {
  .andyShowWeatherAndCourseStatus .courseStatusDiv .fa-close {
    display: none;
  }
}
.andyShowWeatherAndCourseStatus .courseStatusDiv .status.status-warn {
  display: none;
}
/* /////////////// //// ////////// WEATHER ///////////////// ///////////////// */
.weatherBox {
  position: absolute;
  bottom: 60px;
  right: 30px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .weatherBox {
    bottom: 150px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .weatherBox {
    bottom: 200px;
    right: 0;
  }
}
@media (max-width: 480px) {
  .weatherBox {
    bottom: 300px;
    right: 0;
  }
}
.weatherBox .weathers {
  color: #fff;
  display: inline-block;
  font-size: 11px !important;
  float: left;
  margin-right: 5px;
  margin-left: 10px;
  padding-top: 1px;
  opacity: 1;
}
.weatherBox .weathers .weatherSingle {
  display: flex;
  line-height: 18px;
  flex-direction: row-reverse;
  padding: 6px 10px;
  align-items: center;
}
.weatherBox .weathers .weatherDate {
  font-size: 11px;
  display: none;
}
.weatherBox .weathers .weatherTemp {
  font-size: 20px;
}
.weatherBox .weathers .weatherImage {
  font-size: 9px;
  margin-right: 8px;
}
.weatherBox .weathers .weatherImage i {
  padding-top: 6px;
}
.weatherBox p {
  display: inline;
}
.weatherBox .updatedate {
  font-size: 11px !important;
  margin-left: 10px;
}
.body-public #globalwrap .image-night {
  background: none;
}
/* ////////// //////////////////// /// TESTIMONIALS SLIDER ///////////// ////////////// ///   */
.body-class-members .bck {
  display: none;
}
.bck {
  position: fixed;
  bottom: 16rem;
  right: 1rem;
  background: none;
  color: #fff;
  visibility: hidden;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  transition-property: all;
}
.bck.bck-on {
  visibility: visible;
  z-index: 999999;
}
.fade {
  opacity: 0;
}
.bck-on.fade {
  opacity: 1;
}
.rightToLeft {
  right: -50px;
}
.bck-on.rightToLeft {
  right: 1rem;
}
.bottomToTop {
  bottom: -50px;
}
.bck-on.bottomToTop {
  bottom: 1rem;
}
.bck-leftToRight {
  left: -50px;
}
.bck-on.leftToRight {
  left: 1rem;
}
.topToBottom {
  top: -50px;
}
.bck-on.topToBottom {
  top: 1rem;
}
.bck i.fa.fa-angle-up {
  color: #fff;
  font-size: 38px;
  line-height: 13px;
}
.backText {
  font-size: 12px;
}
/* ////////// ///////////////////////  HOLE TOUR MENU STYLES /////////////// ////////////////////  */
.holeNavigationRow {
  background: transparent;
  position: absolute;
  margin-top: -200px;
  z-index: 10;
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .holeNavigationRow {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow {
    margin-top: 0;
    position: relative;
    padding: 10px;
    background: #273f2d;
  }
}
.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;
  font-weight: normal;
  font-size: 28px;
  text-decoration: none;
  margin: 0 10px;
}
@media (max-width: 1199px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    font-size: 20px;
    margin: 0 7px;
  }
}
@media (max-width: 1199px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    margin: 0 2px;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    display: inline-block;
    width: 35px;
    float: left;
    margin: 5px;
    padding: 7px;
    background: rgba(15, 27, 17, 0.8);
    color: #fff;
    font-size: 16px;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li a:hover {
  color: #c3b290;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:hover {
    background: #857659;
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li.current a {
  color: #fff;
  position: relative;
}
.holeNavigationRow .holeNavigation .menu-section ul li.current a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translatex(-50%);
  height: 1px;
  background: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a {
    background: #857659;
  }
}
@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;
  }
}
@media (max-width: 480px) {
  .alliss .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(4) 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: 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.yellowCircle {
  background: #f5c816;
}
.holeStats .statContainer .statCircle.blueCircle {
  background: #000;
}
.holeStats .statContainer .statCircle.redCircle {
  background: #28f60d;
}
/* //////// ///////////////////   .addressFooter STYLES  ///////// //// ////////////////// ////  */
/*---------  MOBILE FIRST ------- */
.addressFooter {
  padding: 50px 20px;
  background: #1a2c1e;
  color: #fff;
  border-top: 1px solid #857659;
}
.addressFooter .inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 150px;
  font-size: 13px;
  /* -- END OF .socialIcons --------  */
}
@media (max-width: 979px) {
  .addressFooter .inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .addressFooter .inner > div {
    margin-bottom: 20px;
  }
}
.addressFooter .inner h3 {
  color: #857659;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 25px;
  font-weight: 600;
}
.addressFooter .inner a {
  color: #fff;
}
.addressFooter .inner a:hover {
  color: #857659;
}
.addressFooter .inner .third a {
  display: block;
}
.addressFooter .inner .socialIcons {
  display: grid;
  grid-template-columns: repeat(auto-fit, 40px);
  margin-top: 20px;
}
@media (max-width: 979px) {
  .addressFooter .inner .socialIcons {
    justify-content: center;
  }
}
.addressFooter .inner .socialIcons em {
  border: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 5px;
  font-size: 24px;
  -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%;
  border-radius: 50%;
  color: #fff;
}
.addressFooter .inner .socialIcons em.fa.fa-x-twitter {
  background: url("https://ferndown.designmode.intelligentgolf.co.uk/images/resources/ferndown/x-white-small.png") center center no-repeat;
  background-size: 20px;
}
.addressFooter .inner .socialIcons em.fa.fa-x-twitter:hover {
  color: #fff;
  background: url("https://ferndown.designmode.intelligentgolf.co.uk/images/resources/ferndown/x-white-small.png") center center no-repeat;
  background-size: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.addressFooter .inner .footerLogos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.addressFooter .inner .igLogo img {
  width: 120px;
}
.addressFooter .inner .footerSep {
  margin: 0 3px;
}
@media (max-width: 767px) {
  .addressFooter .inner .footerSep {
    margin: 0;
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
@media (max-width: 767px) {
  .addressFooter .inner .commaBreak {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
@media (max-width: 767px) {
  .addressFooter .inner .stopBreak {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
/* ---- END OF .addressFooter --- */
/* //////// ///////////////////   .newsletterSubscribe 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_25 fieldset#thankyou {
  width: 540px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_25 fieldset#thankyou {
    width: 280px;
  }
}
.newsletterSubscribe #customform_25 .customFormLine {
  position: initial;
}
.newsletterSubscribe #customform_25 label {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ababab;
}
.newsletterSubscribe #customform_25 .alert.alert-error + span label {
  display: none;
}
.newsletterSubscribe #customform_25 .alert li {
  list-style-type: none;
}
.newsletterSubscribe #customform_25 .alert-danger,
.newsletterSubscribe #customform_25 .alert-error {
  background-color: #b63e50;
  border: none;
  color: #fff;
}
.newsletterSubscribe #customform_25 div#thankyou p {
  margin: 10px;
  background: #b63e50;
  padding: 10px;
  display: inline-block;
}
.newsletterSubscribe #customform_25 #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_25 #thankyou .customFormLine input {
    width: 280px;
  }
}
.newsletterSubscribe #customform_25 #thankyou #custom_1_submit {
  display: inline-block;
  background: #1a2c1e;
  color: #c9b793;
  border: 1px solid #857659;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -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;
  float: left;
}
.newsletterSubscribe #customform_25 #thankyou #custom_1_submit:hover {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .newsletterSubscribe #customform_25 #thankyou #custom_1_submit {
    margin: 7px 0;
  }
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_25 #thankyou #custom_1_submit {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    float: none;
  }
}
.newsletterSubscribe #customform_25 #thankyou br {
  display: none;
}
/* //////// ///////////////////   .footer STYLES  ///////// //// ////////////////// ////  */
.footer {
  background: #1a2c1e;
  color: #fff;
  font-size: 0.8em;
  height: 50px;
  line-height: 28px;
  padding-top: 10px;
  border-top: 1px solid #857659;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #c9b793;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    height: 105px;
    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;
    margin-top: 7px;
  }
}
.footer .footerSep {
  margin: 0 3px;
}
@media (max-width: 767px) {
  .footer .footerSep {
    margin: 0;
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
@media (max-width: 767px) {
  .footer .commaBreak {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
@media (max-width: 767px) {
  .footer .stopBreak {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
/* //////// ///////////////////   inPageContent gallery and slider STYLES  ///////// //// ////////////////// ////  */
.inPageContent #gallery div.controls {
  display: block;
}
.inPageContent div.controls {
  height: auto;
  margin: 20px 0;
}
.inPageContent div.controls div.nav-controls {
  float: none;
}
.inPageContent div.controls a {
  padding: 10px;
  background: #1a2c1e;
  color: #fff;
  margin: 5px;
  text-decoration: none;
}
.inPageContent div.controls a:hover {
  background: #857659;
}
.inPageContent div#thumbs div.top,
.inPageContent #gallery div.caption-container,
.inPageContent #gallery div.ss-controls .play {
  display: none;
}
.inPageContent #gallery div.slideshow img {
  border: none;
}
.inPageContent #gallery div.slideshow span.image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .inPageContent #thumbs {
    width: 750px !important;
    margin: 0 auto;
    float: none;
  }
}
.inPageContent #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(15, 27, 17, 0.8);
  border-color: rgba(15, 27, 17, 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: #c9b793;
}
.inPageContent .nivo-directionNav {
  display: none !important;
}
.inPageContent .nivo-caption {
  left: 50%;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  opacity: 1;
}
@media (max-width: 480px) {
  .inPageContent .nivo-caption {
    width: 80%;
  }
}
.inPageContent .nivo-caption h4 {
  font-size: 18px;
  line-height: 30px;
  padding: 0 20px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
  .inPageContent .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
/* //////// ///////////////////   navbar standard styles  ///////// //// ////////////////// ////  */
#header .redTop {
  display: none;
}
#header .navbar {
  margin-bottom: 0;
}
#header .navbar-inner {
  background: #1a2c1e;
  border: none;
  min-height: 60px;
}
#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: 140px;
    background: #1a2c1e
  }
}
#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(15, 27, 17, 0.8) url("https://ferndown.designmode.intelligentgolf.co.uk/images/resources/ferndown/menuDownToggle2.png") right 15px center no-repeat;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown.open .dropdown-toggle {
    background: rgba(15, 27, 17, 0.8) url("https://ferndown.designmode.intelligentgolf.co.uk/images/resources/ferndown/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(15, 27, 17, 0.8);
    margin: 10px;
    padding: 12px !important;
  }
}
#header .navbar-inner #nav li a:hover {
  color: #c9b793;
}
#header .navbar-inner #nav li a#logoutbtn {
  color: #c9b793;
}
#header .navbar-inner #nav li .dropdown-menu {
  margin: 0;
  background-color: rgba(15, 27, 17, 0.8);
  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;
  border-bottom: 1px dotted #0b0b1d;
  font-size: 12px;
}
@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: #c9b793;
}
#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: 45px;
  z-index: 9;
  top: 6px;
}
@media (max-width: 979px) {
  #header .navbar-inner .logoLink {
    top: 2px;
    left: 50%;
    transform: translatex(-50%);
  }
}
#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;
}
@media (min-width: 980px) {
  .body-public #header .navbar-fixed-top {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 85px;
  }
}
.body-public #header .redTop {
  display: block;
  position: fixed;
  top: 39px;
  padding-top: 7px;
  height: 40px;
  z-index: 10;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.body-public #header .redTop a {
  color: #fff;
}
.body-public #header .redTop .container {
  display: block;
  text-align: center;
}
.body-public #header .redTop .container:before {
  display: none;
}
.body-public #header .redTop .container .established {
  font-size: 12px;
  margin-top: -40px;
}
.body-public #header .redTop .container .rightLinks {
  display: none;
  font-size: 12px;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 979px) {
  .body-public #header .redTop .container {
    width: auto;
  }
}
@media (max-width: 979px) {
  .body-public #header .redTop .container {
    padding: 0 10px;
  }
}
@media (min-width: 980px) {
  .body-public #header .redTop .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
  .body-public #header .redTop .container .established,
  .body-public #header .redTop .container .rightLinks {
    position: relative;
    display: grid;
    font-size: 12px;
    margin-top: 0;
  }
  .body-public #header .redTop .container .established:after,
  .body-public #header .redTop .container .rightLinks:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: -5px;
    width: 85%;
    background: rgba(255, 255, 255, 0.78);
    height: 1px;
  }
  .body-public #header .redTop .container .established.rightLinks,
  .body-public #header .redTop .container .rightLinks.rightLinks {
    justify-content: flex-end;
  }
  .body-public #header .redTop .container .established.rightLinks:after,
  .body-public #header .redTop .container .rightLinks.rightLinks:after {
    left: auto;
    right: -5px;
  }
}
.body-public #header .redTop .logoLink.public {
  position: absolute;
  display: block;
  top: 0;
  width: 95px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .body-public #header .redTop .logoLink.public {
    width: 65px;
  }
}
@media (max-width: 480px) {
  .body-public #header .redTop .logoLink.public {
    width: 50px;
  }
}
.body-public #header .redTop .rightLinks a {
  color: #fff;
}
@media (max-width: 480px) {
  .body-public #header .redTop .rightLinks a {
    margin: 0;
  }
}
.body-public #header .redTop .rightLinks a:hover {
  color: #ac9b66;
}
.body-public #header .redTop .rightLinks .tel {
  margin: 0 10px;
  opacity: 1;
}
@media (max-width: 979px) {
  .body-public #header .redTop .rightLinks .tel.scrolled {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .body-public #header .redTop .rightLinks .tel {
    position: absolute;
    top: 57px;
    right: 70px;
    z-index: 9999;
  }
  .body-public #header .redTop .rightLinks .tel .labelTel {
    display: none;
  }
}
@media (max-width: 480px) {
  .body-public #header .redTop .rightLinks .tel {
    right: 60px;
  }
}
.body-public #header .redTop .rightLinks .headerSocial {
  display: inline;
}
@media (max-width: 480px) {
  .body-public #header .redTop .rightLinks .headerSocial {
    display: none;
  }
}
.body-public #header .navbar-inner {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 979px) {
  .body-public #header .navbar-inner {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #1a2c1e;
  }
  .body-public #header .navbar-inner #hamburger-icon {
    top: 25px;
    right: 25px;
    z-index: 9999;
  }
}
@media (min-width: 980px) {
  .body-public #header #nav {
    left: 0;
  }
}
@media (max-width: 979px) {
  .body-public #header #nav {
   
  }
}
@media (max-width: 767px) {
  .body-public #header #nav {
   
  }
}
@media (max-width: 479px) {
  .body-public #header #nav {
    margin-top: 110px;
  }
}
@media (min-width: 980px) {
  .body-public #header #nav li a {
    padding: 20px 15px;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  .body-public #header #nav li a {
    padding: 20px 32px;
  }
}
@media (min-width: 980px) {
  .body-public #header #nav li.current a,
  .body-public #header #nav li.moredown.current a,
  .body-public #header #nav li.moredown.active > a {
    color: #c9b793;
  }
  .body-public #header #nav li.current a:hover,
  .body-public #header #nav li.moredown.current a:hover,
  .body-public #header #nav li.moredown.active > a:hover {
    color: #c9b793;
  }
}
@media (min-width: 980px) {
  .body-public #header #nav li .dropdown-menu a:hover {
    color: #d7c282;
  }
}
@media (min-width: 1200px) {
  .body-public #header #nav li.dropdown .dropdown-toggle {
    background: transparent url("https://ferndown.designmode.intelligentgolf.co.uk/images/resources/ferndown/menuDownToggle2.png") right 15px center no-repeat;
    background-size: 10px;
  }
  .body-public #header #nav li.dropdown.open .dropdown-toggle {
    background: rgba(15, 27, 17, 0.8) url("https://ferndown.designmode.intelligentgolf.co.uk/images/resources/ferndown/menuUpToggle.png") right 15px center no-repeat;
    background-size: 10px;
  }
}
@media (min-width: 980px) {
  .body-public #header #nav > li:nth-child(5) {
    margin-left: 150px;
  }
}
@media (min-width: 980px) {
  .body-public #header #nav > li:first-child a {
    padding-left: 0;
  }
}
.body-public #header .logoLink {
  display: none;
  left: 50%;
  transform: translatex(-50%);
  width: 90px;
}
.body-public #header.scrolled .redTop {
  top: 0;
  background: #1a2c1e;
}
.body-public #header.scrolled .redTop .logoLink.public {
  top: 10px;
  width: 75px;
}
@media (max-width: 979px) {
  .body-public #header.scrolled .redTop .logoLink.public {
    top: 7px;
    width: 45px;
  }
}
@media (max-width: 979px) {
  .body-public #header.scrolled .redTop {
    height: 60px;
  }
}
.body-public #header.scrolled .navbar-fixed-top {
  top: 40px;
  background: #1a2c1e;
}
.body-public[class*="php-"] #header .redTop,
.body-class-visitorbooking #header .redTop,
.body-class-getawayletter #header .redTop,
[class*="body-class-setcoursestatus"] #header .redTop,
.body-class-opens #header .redTop,
.body-loginpage #header .redTop,
body[class*="match"] #header .redTop,
.invalid-page #header .redTop {
  top: 0;
  background: #1a2c1e;
}
.body-public[class*="php-"] #header .redTop .logoLink.public,
.body-class-visitorbooking #header .redTop .logoLink.public,
.body-class-getawayletter #header .redTop .logoLink.public,
[class*="body-class-setcoursestatus"] #header .redTop .logoLink.public,
.body-class-opens #header .redTop .logoLink.public,
.body-loginpage #header .redTop .logoLink.public,
body[class*="match"] #header .redTop .logoLink.public,
.invalid-page #header .redTop .logoLink.public {
  top: 10px;
  width: 75px;
}
@media (max-width: 979px) {
  .body-public[class*="php-"] #header .redTop .logoLink.public,
  .body-class-visitorbooking #header .redTop .logoLink.public,
  .body-class-getawayletter #header .redTop .logoLink.public,
  [class*="body-class-setcoursestatus"] #header .redTop .logoLink.public,
  .body-class-opens #header .redTop .logoLink.public,
  .body-loginpage #header .redTop .logoLink.public,
  body[class*="match"] #header .redTop .logoLink.public,
  .invalid-page #header .redTop .logoLink.public {
    top: 7px;
    width: 45px;
  }
}
@media (max-width: 979px) {
  .body-public[class*="php-"] #header .redTop,
  .body-class-visitorbooking #header .redTop,
  .body-class-getawayletter #header .redTop,
  [class*="body-class-setcoursestatus"] #header .redTop,
  .body-class-opens #header .redTop,
  .body-loginpage #header .redTop,
  body[class*="match"] #header .redTop,
  .invalid-page #header .redTop {
    height: 60px;
  }
}
.body-public[class*="php-"] #header .navbar-fixed-top,
.body-class-visitorbooking #header .navbar-fixed-top,
.body-class-getawayletter #header .navbar-fixed-top,
[class*="body-class-setcoursestatus"] #header .navbar-fixed-top,
.body-class-opens #header .navbar-fixed-top,
.body-loginpage #header .navbar-fixed-top,
.body.public[class*="match"] #header .navbar-fixed-top,
.invalid-page #header .navbar-fixed-top {
  top: 40px;
  background: #1a2c1e;
}
.body-public[class*="php-"] #header .navbar-inner #hamburger-icon,
.body-class-visitorbooking #header .navbar-inner #hamburger-icon,
.body-class-getawayletter #header .navbar-inner #hamburger-icon,
[class*="body-class-setcoursestatus"] #header .navbar-inner #hamburger-icon,
.body-class-opens #header .navbar-inner #hamburger-icon,
.body-loginpage #header .navbar-inner #hamburger-icon,
body[class*="match"] #header .navbar-inner #hamburger-icon,
.invalid-page #header .navbar-inner #hamburger-icon {
  top: 15px;
}
.body-public .navbar .nav > li > .dropdown-menu:before,
.body-public .navbar .nav > li > .dropdown-menu:after {
  display: none;
}
@media (min-width: 980px) {
  .body-public li.nav-level-1.nav-menu-members_login {
    display: none;
  }
}
/* //////// ///////////////////   system pages no need to touch  ///////// //// ////////////////// ////  */
.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: #c9b793;
}
.gm-style .gm-style-iw-c {
  line-height: 24px !important;
  border-top: 10px solid #1a2c1e !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;
  }
}
/* 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-class-members.body-contentpage #global .container {
  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;
}
#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;
}
/* 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;
}
/* ///////////// /////////// 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 (min-width: 481px) and (max-width: 767px) {
  #globalwrap .teebooking #date_form .tabs li.current a {
    font-size: 14px;
    margin: 0;
    background: #1a2c1e;
  }
}
@media (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  /* 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;
}
@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;*/
  border: none;
}
/* ////// ////////////////////////////// //////////////////////// //////////////////// ///////////////////// /////////// //////////////////// END OF STYLES FOR MEMBERS PAGES THAT GENERALLY DO NOT NEED TO TOUCH ///////////////// ////// ///// / ////////////////////////////////////////////// ////////////////////////////////// //////////////////////////////////////////// ///////////////// ////////////////////////// ////////////////// */
/* 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;
  }
}
@media (max-width: 767px) {
  table#threads {
    display: block;
    overflow: auto;
  }
}
.php-flexiblereport img.ui-datepicker-trigger {
  position: relative;
  right: -5px;
  top: -6px;
}
@media (min-width: 768px) {
  body.body-class-teeloginphp .content-wrapper .row .span6 {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .knockout {
    display: block;
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  body.php-cookie-usage table {
    display: block;
    overflow-x: auto;
  }
}
#login select.form-control {
  min-height: 40px;
}
/* //////// ///////////////////   system pages to customise css  ///////// //// ////////////////// ////  */
body #globalwrap .price span.badge {
  width: 44px !important;
  font-size: 12px !important;
}
/* ///////////////////////////////// ///////////////  LOGIN PAGE ///////////////////////////////////// */
.body-loginpage #login {
  padding: 20px 20px;
  border: 2px solid #1a2c1e;
  text-align: center;
}
#login h3 {
  color: rgba(15, 27, 17, 0.8);
  text-transform: uppercase;
  margin-bottom: 30px;
}
#login .controls input.btn {
  display: inline-block;
  background: #1a2c1e;
  color: #c9b793;
  border: 1px solid #857659;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -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;
}
#login .controls input.btn:hover {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  #login .controls input.btn {
    margin: 7px 0;
  }
}
/* ////////////////////// /////////////////// /////// NEWS PHP FRONT-END ////////////// ////////////// ///////  */
.body-public .news-item {
  border-bottom: 1px dotted rgba(15, 27, 17, 0.8);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.body-public .news-item .media-heading {
  color: rgba(15, 27, 17, 0.8);
}
.body-public p.news-date {
  font-size: 12px;
}
.body-public .news-summary a.read-more {
  background: #1a2c1e;
  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.php-whshcaprecord .content-wrapper {
  min-height: calc(100vh - 50px);
}
#globalwrap #global .tabs li.current a {
  background: #1a2c1e;
  border: none;
  color: #fff;
}
/* website templates page etc - styles / header page */
.adminWrapper form h1 {
  font-size: 20px;
  border-bottom: 1px dotted;
  text-transform: uppercase;
}
/* 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: #1a2c1e;
  padding: 20px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}
/* /////////////////////// /////////// /////   ///////////////////////////// ////////////////////// /////////////////////////////////////// /PHP CK EDITOR ///////////////  ////////////////////////////// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///// /////////// //////////////////////////////////////  ////////////////////////////////// */
.ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: rgba(15, 27, 17, 0.8);
  padding-top: 5px;
  padding-bottom: 10px;
}
@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;
  }
}
/* //////// ///////////////////   .php-ckeditor styles  ///////// //// ////////////////// ////  */
.php-ckeditor {
  /* this only for designs with coloured main backgrounds
				
				.inPageContent {
				
				background: @mainThemeColor;
				color: #fff;
				
				p,h1,h2,h3,h4 {color: #fff;}
				
				
				}
				*/
}
.php-ckeditor #myNavbar {
  display: none;
}
.php-ckeditor #header .navbar-inner .logoLink {
  display: none;
}
.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 .subMenu.coursesMenu {
  background: #acaaaa;
}
.php-ckeditor .weatherBox {
  display: none;
}
.php-ckeditor .content-wrapper p {
  color: #333;
}
.php-ckeditor #globalwrap {
  position: relative;
}
.php-ckeditor .pagesection .container {
  max-width: 100%;
}
.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 .holePage .courseMap a {
  color: #333;
}
.php-ckeditor .holeStatsRow {
  position: relative;
}
.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: #1a2c1e;
  color: #fff;
}
.php-ckeditor .addressFooter {
  background: #aaa;
}
@media (max-width: 979px) {
  .php-ckeditor .navbar-fixed-top {
    margin-bottom: 0;
  }
}
/* ///////////////// //////////  ANTON NEW STANDARD MEMBER CSS STYLES ///////////////////////////////  */
/* Default Members Area */
/* default and members background */
body[class*="php-"],
.body-class-members,
.body-class-visitorbooking,
.body-class-getawayletter,
[class*="body-class-setcoursestatus"],
.body-class-opens,
.body-loginpage,
[class*="body-class-match"]:not(.body-contentpage) {
  background: url("https://ferndown.designmode.intelligentgolf.co.uk/images/resources/ferndown/admin_bg.jpg") top center no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
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,
.body-loginpage .content-wrapper,
[class*="body-class-match"]:not(.body-contentpage) .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}
body[class*="php-"] #globalwrap,
.body-class-visitorbooking #globalwrap,
.body-class-getawayletter #globalwrap,
[class*="body-class-setcoursestatus"] #globalwrap,
.body-class-opens #globalwrap,
.body-loginpage #globalwrap,
.body-class-members #globalwrap,
[class*="body-class-match"]:not(.body-contentpage) #globalwrap {
  margin-top: 150px;
  margin-bottom: 60px;
  border: 2px solid #1a2c1e;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
/* buttons */
input[type*="submit"],
a.btn,
button.btn {
  display: inline-block;
  text-shadow: none;
  background: #1a2c1e;
  color: #fff;
  padding: 8px 12px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
input[type*="submit"]:hover,
a.btn:hover,
button.btn:hover {
  background: #857659;
  color: white;
}
/* members area */
thead {
  background: #1a2c1e;
  color: #fff;
  font-weight: 400;
}
thead a {
  color: #fff;
  text-decoration: underline;
}
.table th {
  font-weight: 400;
}
.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}
.php-index #leftcontent > div,
.php-index #rightcontent > div {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #1a2c1e;
  position: relative;
}
.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}
.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}
.php-index #globalwrap .weatherImage img {
  background: #1a2c1e;
  border-radius: 50%;
}
.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}
.php-weatherfg .weatherImage img,
.php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #1a2c1e;
  border-radius: 50%;
}
.php-analysis .content-wrapper .pull-left {
  float: none;
}
.php-analysis .content-wrapper .pull-right {
  float: none;
}
.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}
.body-class-members .content-wrapper {
  line-height: 28px;
}
.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}
/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/
.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}
.body-class-members .header-wrapper .header-logo {
  top: 6px;
  margin-top: 0px;
}
.body-class-members .header-login {
  display: none;
}
.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}
.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}
#ui-datepicker-div {
  display: none;
}
.php-search .content-wrapper input {
  margin-bottom: 0px;
}
.php-boardcomps .row {
  margin-left: 0px;
}
.php-boardcomps .row .span12 {
  width: 100%;
  margin-left: 0px;
}
/* tee time home page fixes */
.php-index #globalwrap > .global {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.php-index #globalwrap > .global #myupcoming {
  border: none;
  box-shadow: none;
}
/* landscape tablet */
@media (min-width: 980px) and (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,
  .body-loginpage .content-wrapper,
  [class*="body-class-match"]:not(.body-contentpage) .content-wrapper {
    width: 940px;
  }
  .php-roundmgmt table td,
  .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
}
/* portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
  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,
  .body-loginpage .content-wrapper,
  [class*="body-class-match"]:not(.body-contentpage) .content-wrapper {
    width: 724px;
  }
  .table td,
  .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"],
  a.btn,
  button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td,
  .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .content-wrapper #globalwrap #date_form .tabs li.current a {
    background: #1a2c1e;
    margin-top: -1px;
  }
}
/* mobile */
@media (min-width: 0px) and (max-width: 767px) {
  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,
  .body-loginpage .content-wrapper,
  [class*="body-class-match"]:not(.body-contentpage) .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-space,
  .body-class-members .header-space,
  .body-class-visitorbooking .header-space,
  .body-class-getawayletter .header-space,
  [class*="body-class-setcoursestatus"] .header-space,
  .body-class-opens .header-space,
  .body-loginpage .header-space {
    width: auto;
    margin: 0px 10px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"],
  a.btn,
  button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"],
  a.btn,
  button.btn {
    letter-spacing: 0px;
    font-weight: 400;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members #container #globalwrap {
    padding: 20px 10px;
  }
}
/* small mobile */
@media (min-width: 0px) and (max-width: 480px) {
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}
#existingFiles thead {
  background: none;
}
div.sticky-note {
  padding-bottom: 20px;
}
.php-ckeditor div.sticky-queue {
  border: none;
  box-shadow: none;
}
div#closebutton + br {
  display: none;
}
.body-class-setcoursestatus a.btn {
  margin: 5px 5px 5px 0;
}
.body-class-setcoursestatus input[name="loginword"] {
  height: 36px;
}
@media (max-width: 767px) {
  .php-ongoing .global p:nth-of-type(1) {
    width: 220px;
  }
}
#global.invalidPage {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  margin-top: 190px;
  padding: 40px;
  margin-bottom: 80px;
}
#global.invalidPage:before {
  content: '!';
  font-size: 58px;
}
.body-class-members .addressFooter {
  display: none;
}
.body-class-members.php-ckeditor .addressFooter {
  display: block;
}
/* override system styles */
@media (max-width: 979px) {
  #globalwrap #date_form .tabs li.current a {
    background: #1a2c1e !important;
    margin: 0;
  }
}
.php-search .content-wrapper input {
  height: 40px;
}
#date_form .tabs .backLink {
  top: -9px;
  font-size: 7px;
}
.body-class-members .content-wrapper #globalwrap .weatherImage img {
  background-color: #1a2c1e;
  border-radius: 50%;
}
body.body-class-members.body-root-competition\.php .buttons a {
  margin: 3px;
}
@media (min-width: 980px) {
  .body-class-members #header .navbar-inner #nav li .dropdown-menu a {
    padding: 5px 12px;
  }
}
.php-analysis .content-wrapper .pull-left,
.php-courseanalysis .content-wrapper .pull-left {
  float: none;
}
.php-analysis .content-wrapper .pull-right,
.php-courseanalysis .content-wrapper .pull-right {
  float: none;
}
instead of just .php-analysis .content-wrapper .pull-left {
  float: none;
}
.php-analysis .content-wrapper .pull-right {
  float: none;
}
/* word 'time' not visible when darker header on visitorbooking table */
table#memteetimes thead tr th:first-of-type {
  color: #fff;
}
.body-class-members a.button.btn.btn-mini {
  margin: 5px;
}
a[title="Jump to competitions in 0"] {
  display: none;
}
.page-header h1 small a {
  float: none !important;
  width: 220px;
  display: block;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  div#figures table {
    display: block;
    overflow-x: auto;
  }
}
.global.btn-group a.button.btn {
  margin: 5px 5px 5px 0;
}
/* ready to style system pages */
.weatherMini .weatherImage i {
  font-size: 28px;
  margin: 10px;
}
#messageList .btn-info {
  background: #1a2c1e !important;
}
@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .teetime-datepicker .date-display {
    font-size: 11px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: 0;
    top: -10px;
  }
}
@media (max-width: 1200px) {
  .teetime-datepicker .date {
    width: auto !important;
  }
}
.plainRow td {
  border: none;
}
.body-public.body-class-visitorbooking #container,
.body-public.body-class-visitorbooking .content-wrapper {
  min-height: calc(100vh - 200px);
}
@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"],
  .body-class-members,
  .body-class-visitorbooking,
  .body-class-getawayletter,
  [class*="body-class-setcoursestatus"],
  .body-class-opens,
  .body-loginpage,
  body[class*="match"],
  .invalid-page {
    margin-bottom: 160px;
  }
  body[class*="php-"] .footer,
  .body-class-members .footer,
  .body-class-visitorbooking .footer,
  .body-class-getawayletter .footer,
  [class*="body-class-setcoursestatus"] .footer,
  .body-class-opens .footer,
  .body-loginpage .footer,
  body[class*="match"] .footer,
  .invalid-page .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 45px;
  }
}
/* ///////////////// //////////  ANTON NEW STANDARD MEMBER CSS STYLES ///////////////////////////////  */
/* inner added boxes style */
.body-contentpage .added-section-move-up {
  display: none;
}
.body-contentpage .added-section-move-down {
  display: none;
}
.body-contentpage .additional-button-row {
  display: none;
}
.body-contentpage .added-section-remove {
  display: none;
}
.inserted-block {
  position: relative;
  padding: 30px 0px;
  /* change this padding to increase / decrease the gap between added sections */
}
.inner-full-added {
  text-align: center;
  font-family: var(--headingfont);
}
.two-equal-added.flex-row {
  display: flex;
  align-items: center;
  font-family: var(--headingfont);
}
.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;
  font-family: var(--headingfont);
}
.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;
  font-family: var(--headingfont);
}
.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;
  font-family: var(--headingfont);
}
.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;
  font-family: var(--headingfont);
}
.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;
}
@media (min-width: 0px) and (max-width: 767px) {
  .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 {
    text-align: center;
    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;
    text-align: center;
  }
  .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;
  }
}
/* accordions */
/* accordions custom public */
.body-contentpage .additional-accordions .added-section-accordion {
  display: none;
}
.body-contentpage .additional-accordions .added-accordion-move-up {
  display: none;
}
.body-contentpage .additional-accordions .added-accordion-move-down {
  display: none;
}
.body-contentpage .additional-accordions .added-accordion-remove {
  display: none;
}
.body-contentpage .inserted-accordion {
  margin: 20px 0px;
}
.body-contentpage .accordion-title {
  padding: 10px 20px;
  border-bottom: 1px solid #dddada;
}
.body-contentpage .accordion-title:hover {
  cursor: pointer;
}
.body-contentpage .accordion-title h3 br {
  display: none;
}
.body-contentpage .accordion-title h3::after {
  content: '\f067';
  font-family: 'FontAwesome';
  margin-left: 6px;
  font-size: 16px;
  position: relative;
  top: -2px;
}
.body-contentpage .active-accord .accordion-title h3::after {
  content: '\f00d';
  font-size: 16px;
  position: relative;
  top: -2px;
}
.body-contentpage .accordion-content {
  display: none;
}
.body-contentpage .accordion-content {
  padding: 20px;
}
/* fix for correct ordering of flex items on AQ page when stacked - change to 767 if stack later */
@media (max-width: 767px) {
  .innerPage .inserted-block .two-equal-added.flex-row {
    display: flex;
  }
  .inserted-block:nth-of-type(2n) .two-equal-added.flex-row {
    flex-direction: column-reverse;
  }
}
.additional-boxes .inserted-block.picRight div.wysiwyg-editable,
.additional-boxes .inserted-block.picLeft div.wysiwyg-editable {
  height: 100%;
  align-content: center;
}
.additional-boxes .inserted-block.picRight div.wysiwyg-editable img,
.additional-boxes .inserted-block.picLeft div.wysiwyg-editable img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.additional-boxes .inserted-block.picRight .grid.gridRow,
.additional-boxes .inserted-block.picLeft .grid.gridRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .additional-boxes .inserted-block.picRight .grid.gridRow,
  .additional-boxes .inserted-block.picLeft .grid.gridRow {
    grid-template-columns: 1fr;
  }
}
.additional-boxes .inserted-block.picRight .grid.gridRow .text,
.additional-boxes .inserted-block.picLeft .grid.gridRow .text {
  display: grid;
  align-self: center;
  padding: 20px 80px 20px 0;
}
@media (max-width: 1199px) {
  .additional-boxes .inserted-block.picRight .grid.gridRow .text,
  .additional-boxes .inserted-block.picLeft .grid.gridRow .text {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .additional-boxes .inserted-block.picRight .grid.gridRow .text,
  .additional-boxes .inserted-block.picLeft .grid.gridRow .text {
    padding: 20px 0;
  }
}
.additional-boxes .inserted-block.picLeft .grid.gridRow .text {
  padding: 20px 0 20px 80px;
}
@media (max-width: 1199px) {
  .additional-boxes .inserted-block.picLeft .grid.gridRow .text {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .additional-boxes .inserted-block.picLeft .grid.gridRow .text {
    order: -1;
    padding: 0 0 20px 0;
  }
}
/* ///////////////// //////////  ANTON NEW STANDARD MEMBER CSS STYLES ///////////////////////////////  */
/* custom template editor */
.php-ckeditor .content-wrapper {
  margin-top: 100px;
}
.php-ckeditor .extra-nav {
  position: fixed;
  top: 55px;
  background: #171717;
  padding: 5px 0px;
  width: 100%;
  z-index: 100;
}
.php-ckeditor .extra-nav a {
  display: inline-block;
  padding: 5px 10px;
  background: rgba(15, 27, 17, 0.8);
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
  margin: 5px;
}
.php-ckeditor .extra-nav a:hover,
.php-ckeditor .extra-row a:focus {
  background: #fff;
  color: rgba(15, 27, 17, 0.8);
  cursor: pointer;
}
.php-ckeditor .extra-nav-tooltip i {
  color: rgba(15, 27, 17, 0.8);
  font-size: 24px;
  margin-left: 5px;
  position: relative;
  top: 4px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.php-ckeditor .extra-nav-tooltip i:hover {
  color: #fff;
  cursor: help;
}
.php-ckeditor .extra-nav-tooltip-text {
  display: block;
  color: #fff;
  margin-top: 10px;
  height: 0px;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.php-ckeditor .extra-nav-tooltip:hover .extra-nav-tooltip-text {
  height: 58px;
  opacity: 1;
  visibility: visible;
}
.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}
.added-section-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
}
.added-section-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}
.added-section-remove:hover,
.added-section-remove:focus {
  cursor: pointer;
}
.added-section-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}
.added-section-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}
.added-section-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.added-section-move-up:hover {
  cursor: pointer;
}
.added-section-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.added-section-move-down:hover {
  cursor: pointer;
}
.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}
.php-ckeditor .header-wrapper {
  display: none;
}
.php-ckeditor .additional-boxes .inserted-block:first-child .added-section-move-up {
  display: none;
}
.php-ckeditor .additional-boxes .inserted-block:last-child .added-section-move-down {
  display: none;
}
.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}
/* -- ACCORDIONS -- */
.php-ckeditor .added-section-accordion {
  display: inline-block;
  padding: 6px 10px;
  background: #257D86;
  color: #fff;
  margin-top: 10px;
}
.php-ckeditor .added-section-accordion:hover {
  background: #D1802F;
  cursor: pointer;
}
.php-ckeditor .inserted-accordion {
  position: relative;
  padding: 30px 0px;
}
.added-section-move-down,
.added-accordion-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.added-section-move-down:hover,
.added-accordion-move-down:hover {
  cursor: pointer;
}
/* end custom page templates */
.php-ckeditor #globalwrap {
  position: relative;
  margin-top: 190px !important;
}
/* extra ccordions anton */
.added-section-remove,
.added-accordion-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
}
.added-section-remove .asr-cross,
.added-accordion-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}
.added-section-remove:hover,
.added-section-remove:focus,
.added-accordion-remove:hover,
.added-accordion-remove:focus {
  cursor: pointer;
}
.added-section-remove .asr-cross-1,
.added-accordion-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}
.added-section-remove .asr-cross-2,
.added-accordion-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}
.added-section-move-up,
.added-accordion-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.added-section-move-up:hover,
.added-accordion-move-up:hover {
  cursor: pointer;
}
.added-section-move-down,
.added-accordion-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.added-section-move-down:hover,
.added-accordion-move-down:hover {
  cursor: pointer;
}
/* ------------------  EXTRA TEMPLATES -- SEE EDITOR HTMLS FOR EXTRA TEMPLATES HTML--------------------------  */
@media (min-width: 768px) {
  .splitContent .pageTitle {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .splitContent .mainContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
  .splitContent .mainContent > * {
    padding: 0 20px;
  }
  .splitContent .mainContent.withSide {
    grid-template-columns: 8fr 4fr;
  }
}
/* ---------------------------  MEMBER PAGE STYLES - COMES AFTER CUSTOM STYLES ----------------------------  */
.body-class-members .sliderHolder,
.body-class-members .addressFooter {
  display: none;
}
.body-class-members.php-ckeditor .sliderHolder {
  display: block;
}
.sliderHolder.memberSlider .galleryInner,
.sliderHolder.memberSlider .galleryInner img {
  height: 400px !important;
}
.sidebar.overview {
  display: block;
}
/* ---- grid fix for tables, i-frames etc --------------   */
.mainContent,
.main,
.sidebar,
.gridContainer,
.gridItem,
.ie-col {
  min-width: 0;
}
.bottomLogos {
  background: #142518;
}
.bottomLogos .inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  justify-content: space-around;
  align-items: center;
  padding: 50px 20px;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  grid-gap: 50px;
}
@media (max-width: 979px) {
  .bottomLogos .inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .bottomLogos .inner {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
.bottomLogos .inner img {
  max-width: 120px;
  max-height: 80px;
}
.leinsta img {
  width: 100%;
}
.topRowHome {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.homeBoxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 90px 0;
}
@media (max-width: 767px) {
  .homeBoxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .homeBoxes {
    grid-template-columns: 1fr;
  }
}
.homeBoxes .homeBox {
  position: relative;
  max-height: 600px;
  min-height: 350px;
}
.homeBoxes .homeBox .lepic {
  height: 100%;
}
.homeBoxes .homeBox .lepic img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.homeBoxes .homeBox .lelink a {
  position: absolute;
  display: grid;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-content: flex-end;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20px 20px 40px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homeBoxes .homeBox .lelink a:hover {
  background: rgba(43, 70, 49, 0.93);
  color: #857659;
}
.php-ckeditor .homeBoxes .homeBox .lepic {
  height: auto;
}
.php-ckeditor .lelink.wysiwyg-editable {
  margin-top: 10px;
}
.php-ckeditor .homeBoxes .homeBox .lelink a {
  position: relative;
}
.bottomRowHome {
  padding-bottom: 50px;
}
@media (min-width: 767px) {
  .bottomRowHome {
    padding: 50px 0;
  }
}
.holePage {
  padding-top: 40px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .holePage .courseMap {
    margin: 30px 0;
  }
}
.holePage .courseMap a {
  text-transform: uppercase;
  color: #fff;
  padding-left: 20px;
}
.holePage .courseMap a em {
  margin-right: 6px;
}
.inPageContent.holePage.courseOverview {
  text-align: center;
}
.sliderHolder.memberSlider .galleryInner:after,
.sliderHolder .galleryInner img:after {
  display: none;
}
.body-contentpage .inPageContent {
  background: #1a2c1e;
}
/* f fixes */
.body-public div#myNavbar {
    /*background: #1a2c1e;
    z-index: 10;*/
}
@media (min-width: 980px) {
  .body-public #header .redTop {z-index: 9999;}
}
@media (max-width: 767px) {
  .inserted-block .inserted-accordion {
    text-align: center;
  }
}
.php-news .nivo-controlNav-Wrapper, .php-news .nivo-directionNav  {
                display: none !important;
}
.php-news .galleryInner {
  max-width: 100%;
  margin: 0 auto;
}

/* anton styles */

.page-url-courses_overview .inPageContent h5 {
  display: block;
}

.page-url-courses_overview .holePage {
  padding-bottom: 0px;
}

.page-url-our_old_course .accordion-content table th:nth-of-type(11), .page-url-our_old_course .accordion-content table th:nth-of-type(12), .page-url-our_old_course .accordion-content table th:nth-of-type(13), .page-url-our_old_course .accordion-content table th:nth-of-type(14), .page-url-our_old_course .accordion-content table th:nth-of-type(15), .page-url-our_old_course .accordion-content table th:nth-of-type(16), .page-url-our_old_course .accordion-content table th:nth-of-type(17), .page-url-our_old_course .accordion-content table th:nth-of-type(18), .page-url-our_old_course .accordion-content table th:nth-of-type(19) {
  display: none;
}

.page-url-our_old_course .accordion-content table td:nth-of-type(11), .page-url-our_old_course .accordion-content table td:nth-of-type(12), .page-url-our_old_course .accordion-content table td:nth-of-type(13), .page-url-our_old_course .accordion-content table td:nth-of-type(14), .page-url-our_old_course .accordion-content table td:nth-of-type(15), .page-url-our_old_course .accordion-content table td:nth-of-type(16), .page-url-our_old_course .accordion-content table td:nth-of-type(17), .page-url-our_old_course .accordion-content table td:nth-of-type(18), .page-url-our_old_course .accordion-content table td:nth-of-type(19) {
  display: none;
}

.page-url-our_alliss_course .accordion-content table th:nth-of-type(2), .page-url-our_alliss_course .accordion-content table th:nth-of-type(3), .page-url-our_alliss_course .accordion-content table th:nth-of-type(4), .page-url-our_alliss_course .accordion-content table th:nth-of-type(5), .page-url-our_alliss_course .accordion-content table th:nth-of-type(6), .page-url-our_alliss_course .accordion-content table th:nth-of-type(7), .page-url-our_alliss_course .accordion-content table th:nth-of-type(8), .page-url-our_alliss_course .accordion-content table th:nth-of-type(9), .page-url-our_alliss_course .accordion-content table th:nth-of-type(10), .page-url-our_alliss_course .accordion-content table th:nth-of-type(14), .page-url-our_alliss_course .accordion-content table th:nth-of-type(15), .page-url-our_alliss_course .accordion-content table th:nth-of-type(16) {
  display: none;
}

.page-url-our_alliss_course .accordion-content table td:nth-of-type(2), .page-url-our_alliss_course .accordion-content table td:nth-of-type(3), .page-url-our_alliss_course .accordion-content table td:nth-of-type(4), .page-url-our_alliss_course .accordion-content table td:nth-of-type(5), .page-url-our_alliss_course .accordion-content table td:nth-of-type(6), .page-url-our_alliss_course .accordion-content table td:nth-of-type(7), .page-url-our_alliss_course .accordion-content table td:nth-of-type(8), .page-url-our_alliss_course .accordion-content table td:nth-of-type(9), .page-url-our_alliss_course .accordion-content table td:nth-of-type(10), .page-url-our_alliss_course .accordion-content table td:nth-of-type(14), .page-url-our_alliss_course .accordion-content table td:nth-of-type(15), .page-url-our_alliss_course .accordion-content table td:nth-of-type(16) {
  display: none;
}

.page-url-our_old_course .accordion-content table th:nth-of-type(2), .page-url-our_old_course .accordion-content table td:nth-of-type(2) {
  background: #000;
  color: #fff;
}

.page-url-our_old_course .accordion-content table th:nth-of-type(5), .page-url-our_old_course .accordion-content table td:nth-of-type(5) {
  background: #1faa0c;
  color: #000;
}

.page-url-our_old_course .accordion-content table th:nth-of-type(8), .page-url-our_old_course .accordion-content table td:nth-of-type(8) {
  background: #f5c816;
  color: #000;
}

.page-url-our_alliss_course .accordion-content table th:nth-of-type(11), .page-url-our_alliss_course .accordion-content table td:nth-of-type(11) {
  background: #f5c816;
  color: #000;
}

.page-url-our_alliss_course .accordion-content table th:nth-of-type(17), .page-url-our_alliss_course .accordion-content table td:nth-of-type(17) {
  background: #1faa0c;
  color: #000;
}

.page-url-our_alliss_course .accordion-content table tr:nth-child(11), .page-url-our_alliss_course .accordion-content table tr:nth-child(12), .page-url-our_alliss_course .accordion-content table tr:nth-child(13), .page-url-our_alliss_course .accordion-content table tr:nth-child(14), .page-url-our_alliss_course .accordion-content table tr:nth-child(15), .page-url-our_alliss_course .accordion-content table tr:nth-child(16), .page-url-our_alliss_course .accordion-content table tr:nth-child(17), .page-url-our_alliss_course .accordion-content table tr:nth-child(18), .page-url-our_alliss_course .accordion-content table tr:nth-child(19), .page-url-our_alliss_course .accordion-content table tr:nth-child(20), .page-url-our_alliss_course .accordion-content table tr:nth-child(21), .page-url-our_alliss_course .accordion-content table tr:nth-child(22), .page-url-our_alliss_course .accordion-content table tr:nth-child(23) {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .accordion-content {
    overflow-x: auto;
  }
}

.body-contentpage .standardInclude, .body-class-home.body-public .standardInclude {
  color: #fff;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .andyShowWeatherAndCourseStatus .courseStatusDiv .fa-close {
    display: block;
    top: 0px;
    right: 0px;
    transform: translateY(0px);
  }
  .andyShowWeatherAndCourseStatus .courseStatusDiv.hidden {
    display: none;
  }
  .weatherBox {
    top: 50%;
    bottom: auto;
  }
}

/* end anton styles */

/*fahim styles */

.page-url-our_alliss_course .inPageContent h5 {
  display: block;
}

.page-url-our_alliss_course .holePage {
  padding-bottom: 0px;
}

.page-url-our_old_course .inPageContent h5 {
  display: block;
}

.page-url-our_old_course .holePage {
  padding-bottom: 0px;
}


/*end fahim styles */


/* ----------------- -------- MOBILE MENU LINES TO CROSS -------------------- ---------  */
@media (max-width: 979px) {
  
       
  
    .body-public #header .navbar-inner #hamburger-icon .line-1.active {
     transform: rotate(45deg);
     margin-top: 16px;
     }

      .body-public #header .navbar-inner  #hamburger-icon .line-2.active {
      opacity: 0; /* Hide the middle line */
      }

      .body-public #header .navbar-inner #hamburger-icon .line-3.active {
       transform: rotate(-45deg);
       margin-top: -17px;
       }
  
  
} /* END 979 */

/* force white text on contact form subscribe to mailing list */
form#customform_15 .customFormLine:nth-of-type(5) {
    color: #fff;
}