/* fonts */

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/* ////////////////////////// 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: 'Roboto', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #555;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.5px;
}
a {
  color: #34458e;
  outline: 0 !important;
  text-decoration: none;
}
a:hover {
  color: #4f420f;
  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 - 140px);
  }
}
/* /////////////// /// //////////  .inPageContent ONLY styles ///////// ///////////// //// */
.inPageContent {
  color: #333;
  padding: 60px 20px 80px 20px;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
@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: #0f1b4f;
}
.inPageContent h1 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .inPageContent h1 {
    font-size: 32px;
  }
}
.inPageContent h2 {
  font-size: 28px;
  color: #333;
}
@media (max-width: 767px) {
  .inPageContent h2 {
    font-size: 24px;
  }
}
.inPageContent h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .inPageContent h3 {
    font-size: 18px;
  }
}
.inPageContent h4 {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .inPageContent h4 {
    font-size: 16px;
  }
}
.inPageContent h5 {
  display: inline-block;
}
@media (max-width: 480px) {
  .inPageContent h5 {
    display: block;
  }
}
.inPageContent h6 {
  display: inline-block;
}
@media (max-width: 480px) {
  .inPageContent h6 {
    display: block;
  }
}
.inPageContent a {
  color: #506bde;
}
.inPageContent a:hover {
  color: #4f420f;
}
.inPageContent hr {
  border-top: 1px solid #efefef;
  border-bottom: none;
}
.inPageContent ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inPageContent ul li {
  color: #333;
  list-style-type: none;
}
.inPageContent ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  font-size: 6px;
  position: relative;
  top: -2px;
}
.inPageContent table {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.inPageContent table td {
  border: 1px solid #ccc;
  padding: 5px;
}
@media (max-width: 480px) {
  .inPageContent table td {
    padding: 5px 10px;
    letter-spacing: 0;
  }
}
.inPageContent table th {
  border: 1px solid #ccc;
  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;
  margin: 5px;
}
.inPageContent form .customFormLine input {
  text-align: center;
  height: 35px;
}
.inPageContent form .customFormLine textarea {
  height: 100px;
}
.inPageContent form .customFormLine label,
.inPageContent form .customFormLine .radioLabel {
  color: #333;
}
.inPageContent form .customFormLine label.customnoformat {
  display: none;
}
.inPageContent form .customFormLine span.checkboxLabel {
  color: #333;
}
.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: #0f1b4f;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  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: #506bde;
  color: #fff;
  border: 1px solid #506bde;
  display: inline-block;
  text-transform: uppercase;
  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: none;
  text-align: center;
  padding: 5px;
  max-width: 1180px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
@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.current a {
  position: relative;
}
.subMenu .menu-section li.current a:after {
  content: '';
  position: absolute;
  background: #0f1b4f;
  width: 100%;
  height: 2px;
  left: 50%;
  bottom: -17px;
  transform: translatex(-50%);
}
@media (max-width: 767px) {
  .subMenu .menu-section li.current a:after {
    display: none;
  }
}
.subMenu .menu-section li a {
  margin: 10px;
  text-decoration: none;
  display: inline-block;
  color: #0f1b4f;
}
.subMenu .menu-section li a:hover {
  color: #22b2f9;
}
@media (max-width: 767px) {
  .subMenu .menu-section li a {
    margin: 10px;
    display: block;
    border: 1px solid #0f1b4f;
    padding: 10px;
  }
}
/* /////////////// /// //////////  .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;
}
.sliderHolder .galleryInner:before,
.sliderHolder .galleryInner img:before {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  height: 250px;
  width: 100%;
  content: '';
  bottom: 0;
  z-index: 9;
}
.sliderHolder .galleryInner:after,
.sliderHolder .galleryInner img:after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, #0f1b4f 100%);
  height: 200px;
  width: 100%;
  content: '';
  top: 0;
  z-index: 9;
}
.sliderHolder.innerSliderHolder .galleryInner,
.sliderHolder.innerSliderHolder .galleryInner img {
  height: auto !important;
  min-height: 250px;
  object-fit: cover;
}
.sliderHolder .safeGolfLogo {
  z-index: 10;
  opacity: 0.75;
  position: absolute;
  right: 50px;
  bottom: 70px;
  width: 90px;
}
@media (max-width: 767px) {
  .sliderHolder .safeGolfLogo {
    right: 20px;
    bottom: 35px;
  }
}
.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;
}
@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: 15%;
  z-index: 9;
  width: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 14px;
}
.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: 44px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #000;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .sliderHolder .sliderCaptions h1 {
    font-size: 32px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h1 {
    font-size: 20px;
  }
}
.sliderHolder .sliderCaptions h2 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 18px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 14px;
  }
}
/* ///////////////// //////////////  MOUSE ANIMATION ON SLIDER ////////////////////////////////// //////////////  */
.scroll-downs {
  position: absolute;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #fff;
  z-index: 9;
  bottom: 70px;
  left: 50%;
  transform: translatex(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .scroll-downs {
    bottom: 200px;
  }
}
@media (max-height: 767px) {
  .scroll-downs {
    bottom: 100px;
  }
}
.mousey {
  width: 2px;
  background: #fff;
  padding: 0 7px 5px 7px;
  height: 23px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.55;
  box-sizing: content-box;
  margin: 3px auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-downs:hover .mousey {
  opacity: 1;
}
.scroller {
  width: 2px;
  height: 10px;
  border-radius: 25%;
  background-color: #000;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(25px);
    opacity: 0;
  }
}
/* php editor */
.php-ckeditor .scroll-downs {
  display: none;
}
/* /////////////// //// ////////// WEATHER ///////////////// ///////////////// */
.weatherButton {
  display: none;
}
.body-public .weatherButton {
  display: inline-block;
  position: absolute;
  bottom: 65px;
  left: 50px;
  width: 270px;
  z-index: 10;
  height: 38px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .body-public .weatherButton {
    bottom: 25px;
    left: 10px;
  }
}
.body-public .weatherButton:after {
  content: '\f178';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  left: 10px;
  font-size: 13px;
  color: #fff;
  top: 18px;
  content: '\f0f3';
  transform: translatey(-50%);
  opacity: 0;
}
.body-public .weatherButton .updated {
  display: block;
}
.body-public .weatherButton.open {
  height: 170px;
  background: rgba(0, 0, 0, 0.7);
}
.body-public .weatherButton.open:after {
  content: '\f078';
  left: auto;
  right: 20px;
  opacity: 1;
}
.body-public .weatherButton .weathers {
  float: left;
  color: #506bde;
  position: absolute;
  left: -8px;
}
.body-public .weatherButton .weathers .weatherSingle {
  display: flex;
  align-items: center;
  float: left;
  margin-right: 5px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 10px;
}
.body-public .weatherButton .weathers .weatherDate {
  display: none;
  order: 2;
  margin-right: 5px;
}
.body-public .weatherButton .weathers .weatherTemp {
  display: none;
  order: 3;
}
.body-public .weatherButton .weathers .weatherImage {
  order: 1;
  margin: 0 5px;
}
.body-public .weatherButton .weathers .weatherImage img {
  width: 18px;
  margin-right: 4px;
}
.body-public .weatherButton h3 {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 17px;
  color: #fff;
  font-weight: normal !important;
  margin-right: 20px;
  letter-spacing: 1.5px;
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
}
.body-public .weatherButton h3:hover {
  color: #22b2f9;
}
.body-public .weatherButton .statuses {
  display: block;
  border-top: 1px solid #767676;
  color: #fff;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 11px !important;
  margin: 5px 10px 0 0;
}
.body-public .weatherButton .statuses b {
  display: none;
}
.body-public .weatherButton .status.status-warn {
  /*display: none;*/
}
.body-public .weatherButton span.updated {
  display: block;
  font-size: 9px;
}
.body-public .weatherButton:hover:after {
  color: #fff;
}
.body-public .weatherButton:hover h3 {
  color: #b4c2ff;
}
.body-public #globalwrap .image-night {
  background: none;
}
/* ////////// //////////////////// /// TESTIMONIALS SLIDER ///////////// ////////////// ///   */
.testimonials {
  background: url("https://basingstoke.designmode.intelligentgolf.co.uk/images/resources/basingstoke/speechMarks.png") center 30px no-repeat;
  background-size: 450px;
  text-align: center;
  padding: 50px 20px 0 20px;
  max-width: 1180px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .testimonials {
    background-size: 60%;
    background-position: center 50px;
  }
}
.testimonials .galleryInner.nivoInner {
  height: auto !important;
  max-width: 100% !important;
  background: none;
}
.testimonials .galleryWrapperNivo img,
.testimonials .galleryWrapperNivo .nivo-directionNav a {
  display: none !important;
}
.testimonials .nivo-caption {
  background: none;
  font-size: 16px;
  line-height: 28px;
  font-family: inherit;
  position: relative;
  opacity: 1;
}
.testimonials h2 {
  color: #333;
}
.testimonials pre {
  background: none;
  border: none;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  line-height: 30px;
  color: #0f1b4f;
  letter-spacing: 0.5px;
  word-break: keep-all;
  max-width: 700px;
  margin: 0 auto;
}
.testimonials .nivo-controlNav-Wrapper {
  position: relative;
  margin-top: 30px;
}
.testimonials .nivo-controlNav-Wrapper .nivo-controlNav a {
  width: 25px;
  height: 3px;
  margin: 0px 3px;
  background-image: none;
  background-color: #cdd0de;
  border: none;
  overflow: hidden;
}
.testimonials .nivo-controlNav-Wrapper .nivo-controlNav a.active {
  background-color: #0f1b4f;
}
.testimonials h4 {
  color: #333;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
}
/* ////////// ///////////////////////  HOLE TOUR MENU STYLES /////////////// ////////////////////  */
.holeNavigationRow {
  background: #18233a;
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: -54px;
  z-index: 10;
}
@media (max-width: 767px) {
  .holeNavigationRow {
    margin-top: 0;
    position: relative;
    padding: 10px;
    background: #efefef;
  }
}
.holeNavigationRow .menu-section h2 {
  display: none;
}
.holeNavigationRow .holeNavigation {
  text-align: center;
  padding: 0 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: 17px;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 979px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    padding: 17px 10px;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    display: inline-block;
    width: 35px;
    float: left;
    margin: 5px;
    padding: 7px;
    background: #0f1b4f;
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li a:hover {
  color: #22b2f9;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:hover {
    background: #22b2f9;
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li.current a {
  color: #333;
  background: #bcbcbc;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: left;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: none;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(7) a,
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(13) a {
    clear: left;
  }
}
/* ////////// ///////////////////////  HOLE STAT STYLES /////////////// ////////////////////  */
.holeStats {
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .holeStats {
    margin: 0 auto;
    text-align: left;
    display: inline-block;
  }
}
.holeStats .statContainer {
  display: inline-block;
  position: relative;
  margin: 10px;
  padding-left: 15px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .holeStats .statContainer {
    margin: 10px;
    display: block;
  }
}
.holeStats .statContainer .statCircle {
  height: 12px;
  width: 6px;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translatey(-50%);
  top: 50%;
}
.holeStats .statContainer .statCircle.whiteCircle {
  background: #eaeaea;
}
.holeStats .statContainer .statCircle.yellowCircle {
  background: #fff000;
}
.holeStats .statContainer .statCircle.blueCircle {
  background: #0060ff;
}
.holeStats .statContainer .statCircle.redCircle {
  background: #ff0000;
}
/* //////// ///////////////////   .addressFooter STYLES  ///////// //// ////////////////// ////  */
/*---------  MOBILE FIRST ------- */
.addressFooterContainer {
  background: #0f1b4f;
}
.addressFooter {
  padding: 50px 20px;
  background: #0f1b4f;
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1.5px;
  line-height: 28px;
  /* -- END OF .socialIcons --------  */
}
.addressFooter a {
  color: #fff;
}
.addressFooter a:hover {
  color: #22b2f9;
}
.addressFooter .footerLogo img {
  width: 60px;
  margin-bottom: 20px;
}
.addressFooter .socialIcons {
  margin: 30px 0;
}
.addressFooter .socialIcons em {
  border: none;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.addressFooter .socialIcons em:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.addressFooter .footerLogos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.addressFooter .igLogo {
  margin-top: 20px;
}
.addressFooter .igLogo img {
  width: 100px;
}
.addressFooter .footerSep {
  margin: 0 3px;
}
@media (max-width: 979px) {
  .addressFooter .footerSep {
    margin: 0;
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
@media (max-width: 979px) {
  .addressFooter .commaBreak {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
@media (max-width: 979px) {
  .addressFooter .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: #0f1b4f;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  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;
}
.body-public .footer {
  display: none;
}
/* //////// ///////////////////   .footer STYLES  ///////// //// ////////////////// ////  */
.footer {
  background: #0f1b4f;
  color: #fff;
  font-size: 0.8em;
  height: 50px;
  line-height: 28px;
  padding-top: 10px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #22b2f9;
}
@media (max-width: 979px) {
  .footer {
    text-align: center;
    height: 140px;
    line-height: 22px;
    padding: 10px 5px 2px 5px;
  }
}
.footer a.igLogo img {
  width: 85px;
  float: right;
}
@media (max-width: 979px) {
  .footer a.igLogo img {
    float: none;
  }
}
.footer .footerSep {
  margin: 0 3px;
}
@media (max-width: 979px) {
  .footer .footerSep {
    margin: 0;
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
@media (max-width: 979px) {
  .footer .commaBreak {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
@media (max-width: 979px) {
  .footer .stopBreak {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
/* //////// ///////////////////   inPageContent gallery and slider STYLES  ///////// //// ////////////////// ////  */
.inPageContent #gallery div.ss-controls .play,
.inPageContent div#thumbs div.top,
.inPageContent #gallery div.caption-container,
.inPageContent #gallery div.controls {
  display: none;
}
.inPageContent #gallery div.slideshow img {
  border: none;
}
.inPageContent #gallery div.slideshow span.image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .inPageContent #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(9, 16, 46, 0.8);
  border-color: rgba(9, 16, 46, 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: #506bde;
}
.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: 'Roboto', sans-serif;
}
@media (max-width: 767px) {
  .inPageContent .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
/* //////// ///////////////////   navbar standard styles  ///////// //// ////////////////// ////  */
#header .navbar {
  margin-bottom: 0;
}
#header .navbar-inner {
  background: #0f1b4f;
  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;
  }
}
#header .navbar-inner .container #myNavbar .logoLinkOffCanvas {
  display: none;
}
#header .navbar-inner .container #myNavbar .closebtn {
  display: none;
}
@media (min-width: 980px) {
  #header .navbar-inner #nav {
    left: 70px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav {
    margin-top: 90px;
  }
}
#header .navbar-inner #nav li.dropdown .dropdown-toggle {
  background-color: transparent;
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown .dropdown-toggle {
    background: rgba(9, 16, 46, 0.8) url("https://basingstoke.designmode.intelligentgolf.co.uk/images/resources/basingstoke/menuDownToggle2.png") right 15px center no-repeat;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown.open .dropdown-toggle {
    background: rgba(9, 16, 46, 0.8) url("https://basingstoke.designmode.intelligentgolf.co.uk/images/resources/basingstoke/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(9, 16, 46, 0.8);
    margin: 10px;
    padding: 12px !important;
  }
}
#header .navbar-inner #nav li a:hover {
  color: #22b2f9;
}
#header .navbar-inner #nav li a#logoutbtn {
  color: #22b2f9;
}
#header .navbar-inner #nav li .dropdown-menu {
  margin: 0;
  background-color: rgba(15, 27, 79, 0.85);
  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;
}
@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: #22b2f9;
}
#header .navbar-inner #nav li.active.open > a {
  color: #fff;
}
#header .navbar-inner #nav li.nav-menu-information ul li:nth-last-child(2) a {
  border: none;
}
#header .navbar-inner .logoLink {
  position: absolute;
  left: 0;
  width: 40px;
  z-index: 9;
  margin-top: 7px;
}
@media (max-width: 979px) {
  #header .navbar-inner .logoLink {
    left: 50%;
    transform: translatex(-50%);
    margin-top: 2px;
  }
}
#header .navbar-inner #hamburger-icon {
  outline: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  background-color: transparent;
  z-index: 100;
  width: 55px;
  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: 2px;
  margin: 5px;
  width: 33px;
  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-3 {
  margin-top: 3px;
  width: 60%;
}
#header .navbar-inner #hamburger-icon .menuText {
  display: none;
}
.memberLogin {
  display: none;
}
/* //////////////////////////////// //////////////  OFF CANVAS MENU ////////////////////////// /// */
.body-public #header .navbar-fixed-top {
  position: fixed;
}
.body-public #header .navbar-fixed-top .navbar-inner {
  padding: 0;
  background: rgba(15, 27, 79, 0.15);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 60px;
}
@media (max-width: 767px) {
  .body-public #header .navbar-fixed-top .navbar-inner {
    background: #0f1b4f;
  }
}
@media (min-width: 980px) {
  .body-public #header .navbar-fixed-top .navbar-inner {
    -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 .navbar-fixed-top .navbar-inner.scrolled {
    background: rgba(15, 27, 79, 0.75);
  }
}
.body-public #header .navbar-fixed-top .navbar-inner .memberLogin {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 40px;
}
@media (max-width: 480px) {
  .body-public #header .navbar-fixed-top .navbar-inner .memberLogin {
    left: 30px;
  }
}
.body-public #header .navbar-fixed-top .navbar-inner .memberLogin a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.body-public #header .navbar-fixed-top .navbar-inner .memberLogin a:hover {
  color: #22b2f9;
}
@media (max-width: 480px) {
  .body-public #header .navbar-fixed-top .navbar-inner .memberLogin a {
    letter-spacing: 0;
  }
}
.body-public #header .navbar-fixed-top .navbar-inner .memberLogin em {
  margin-left: 3px;
}
@media (max-width: 480px) {
  .body-public #header .navbar-fixed-top .navbar-inner .memberLogin em {
    display: none;
  }
}
.body-public #header .navbar-fixed-top .navbar-inner .menuHamburgerHolder {
  background: none;
  position: fixed;
  width: 140px;
  height: 60px;
  right: 0;
  top: 5px;
}
.body-public #header .navbar-fixed-top .navbar-inner .logoLink {
  left: 50%;
  transform: translatex(-50%);
  top: 0px;
  width: 60px;
  margin-top: 0;
  position: fixed;
}
.body-public #header .navbar-fixed-top .navbar-inner .nav-collapse {
  overflow: auto;
}
.body-public #header .navbar-fixed-top .navbar-inner #hamburger-icon {
  display: block;
  right: 15px;
  top: 13px;
  overflow: visible;
}
@media (max-width: 767px) {
  .body-public #header .navbar-fixed-top .navbar-inner #hamburger-icon {
    right: 5px;
  }
}
.body-public #header .navbar-fixed-top .navbar-inner #hamburger-icon .menuText {
  display: inline-block;
  position: absolute;
  right: 60px;
  margin-top: 3px;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 767px) {
  .body-public #header .navbar-fixed-top .navbar-inner #hamburger-icon .menuText {
    right: 55px;
    letter-spacing: 0.5px;
  }
}
.body-public #header .navbar-fixed-top .navbar-inner .menuHamburgerHolder:hover #hamburger-icon .line-3 {
  width: 33px;
}
.body-public #header .navbar-fixed-top .navbar-inner .menuHamburgerHolder:hover #hamburger-icon .line-1 {
  width: 60%;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar {
  width: 0;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  height: 100% !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(15, 27, 79, 0.63);
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .closebtn {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 0;
  width: 100%;
  text-align: right;
  padding: 17px 30px;
  background: #0f1b4f;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .logoLinkOffCanvas {
  display: block;
  position: relative;
  width: 300px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 10px;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .logoLinkOffCanvas img {
  width: 60px;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav {
  width: 300px;
  margin-top: 0;
  left: 0;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li {
  float: none;
  padding-top: 0;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li a {
  padding: 10px 14px;
  margin: 5px 10px;
  font-size: 13px;
  background: none;
  clear: left;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li a:hover {
  color: #22b2f9;
  background-color: transparent;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li a.moredown {
  background: transparent url("https://basingstoke.designmode.intelligentgolf.co.uk/images/resources/basingstoke/menuDownToggle2.png") right 15px center no-repeat;
  clear: left;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.nav-level-1.current a,
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.nav-level-1.current a:hover {
  background: none;
  color: #22b2f9;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.open > .dropdown-menu {
  position: relative;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.moredown.active a.moredown {
  background: transparent url("https://basingstoke.designmode.intelligentgolf.co.uk/images/resources/basingstoke/menuDownToggle2.png") right 15px center no-repeat;
  color: #22b2f9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.moredown.active.open .moredown,
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.moredown.open .moredown {
  background: transparent url("https://basingstoke.designmode.intelligentgolf.co.uk/images/resources/basingstoke/menuUpToggle.png") right 15px center no-repeat;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu {
  background: transparent;
  width: 240px;
  padding-top: 0;
  margin: 0 0 10px 20px;
  -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;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu li a {
  border: none;
  background: transparent;
  width: 100%;
  margin: 5px 0;
  padding: 5px 10px;
  clear: both;
  color: #fff;
  font-size: 0.75em;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu li a:hover {
  color: #22b2f9;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu li.nav-level-2.current > a {
  background: transparent;
  color: #22b2f9;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu:before,
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu:after {
  display: none;
}
/* stop javascript off canvas script affecting members pages*/
.body-class-members #mynavbar,
body:not(.body-public) #myNavbar {
  width: 100% !important;
}
.body-class-members .menu-trigger,
body:not(.body-public) .menu-trigger {
  z-index: 99;
}
/* //////// ///////////////////   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: #506bde;
}
.gm-style .gm-style-iw-c {
  line-height: 24px !important;
  border-top: 10px solid rgba(15, 27, 79, 0.85) !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: #0f1b4f;
  }
}
@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;
  }
}
/* //////// ///////////////////   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 rgba(15, 27, 79, 0.85);
  text-align: center;
}
#login h3 {
  color: rgba(9, 16, 46, 0.8);
  text-transform: uppercase;
  margin-bottom: 30px;
}
#login .controls input.btn {
  display: inline-block;
  background: #0f1b4f;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  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: 'Roboto', 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(9, 16, 46, 0.8);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.body-public .news-item .media-heading {
  color: rgba(9, 16, 46, 0.8);
}
.body-public p.news-date {
  font-size: 12px;
}
.body-public .news-summary a.read-more {
  background: rgba(15, 27, 79, 0.85);
  color: #fff;
  font-family: 'Roboto', 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: #0f1b4f;
  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: rgba(15, 27, 79, 0.85);
  padding: 20px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}
/* /////////////////////// /////////// /////   ///////////////////////////// ////////////////////// /////////////////////////////////////// /PHP CK EDITOR ///////////////  ////////////////////////////// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///// /////////// //////////////////////////////////////  ////////////////////////////////// */
.ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: rgba(9, 16, 46, 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 .thumbPics .thumb:before {
  display: none;
}
.php-ckeditor .thumbPics .thumb .title a {
  position: relative;
  background: #333;
  margin-bottom: 20px;
}
.php-ckeditor img {
  box-shadow: none;
}
.php-ckeditor .homeBox .bottomBar .menu a em {
  display: none;
}
.php-ckeditor 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;
}
@media (min-width: 1300px) {
  .php-ckeditor .holePage {
    min-width: 1080px;
  }
}
.php-ckeditor .holeStatsRow {
  position: relative;
}
.php-ckeditor .statContainer {
  color: #333;
}
.php-ckeditor .holeNavigation {
  width: 300px;
  margin: 0 auto;
}
.php-ckeditor .holeNav {
  position: initial;
  display: inline-block;
  padding: 10px;
  background: #fff;
  color: #fff !important;
}
.php-ckeditor .holeNavigationRow {
  position: relative;
  background: rgba(15, 27, 79, 0.85);
  color: #fff;
}
.php-ckeditor .addressFooter {
  background: rgba(19, 89, 61, 0.28);
}
.php-ckeditor .addressFooter .socialIcons em {
  padding: 10px 2px 10px 7px;
}
@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"] {
  background: url("https://basingstoke.designmode.intelligentgolf.co.uk/images/resources/basingstoke/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"] .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"] #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid #0f1b4f;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
/* buttons */
input[type*="submit"],
a.btn,
button.btn {
  display: inline-block;
  text-shadow: none;
  background: #0f1b4f;
  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: #506bde;
  color: white;
}
/* members area */
thead {
  background: #0f1b4f;
  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 #0f1b4f;
  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: #0f1b4f;
  border-radius: 50%;
}
.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}
.php-weatherfg .weatherImage img,
.php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #0f1b4f;
  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"] .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"] .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: #0f1b4f;
    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"] .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: 120px;
  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: #0f1b4f !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: #0f1b4f;
  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;
}
/* ///////////////////// IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : globalwrap //////// */
body[class*="php-"].body-public #header .navbar-fixed-top .navbar-inner,
.body-public.body-class-opens #header .navbar-fixed-top .navbar-inner,
.body-public.php-login #header .navbar-fixed-top .navbar-inner,
.body-public.body-loginpage #header .navbar-fixed-top .navbar-inner,
.body-public.php-news #header .navbar-fixed-top .navbar-inner,
.body-public.php-competition #header .navbar-fixed-top .navbar-inner,
.body-public.php-teelogin #header .navbar-fixed-top .navbar-inner,
.body-public.php-visitoropen #header .navbar-fixed-top .navbar-inner,
.body-public.php-sagepay #header .navbar-fixed-top .navbar-inner,
body[class^='body-class-setcoursestatus'] #header .navbar-fixed-top .navbar-inner,
.body-public.body-class-visitorbooking #header .navbar-fixed-top .navbar-inner {
  background: rgba(15, 27, 79, 0.65);
}
body[class*="php-"].body-public .footer,
.body-public.body-class-opens .footer,
.body-public.php-login .footer,
.body-public.body-loginpage .footer,
.body-public.php-news .footer,
.body-public.php-competition .footer,
.body-public.php-teelogin .footer,
.body-public.php-visitoropen .footer,
.body-public.php-sagepay .footer,
body[class^='body-class-setcoursestatus'] .footer,
.body-public.body-class-visitorbooking .footer {
  display: block;
}
/* ------------------------- START OG HOME BOXES -------------------------------------- */
.homeBox {
  position: relative;
}
@media (max-width: 767px) {
  .homeBox {
    display: flex;
    flex-direction: column;
  }
}
.homeBox .boxPic img {
  width: 100%;
  object-fit: cover;
  min-height: 600px;
}
@media (min-width: 1200px) {
  .homeBox .boxPic img {
    height: 100vh;
    max-height: 100vh;
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .homeBox .boxPic img {
    min-height: 350px;
  }
}
.homeBox .bottomBar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .homeBox .bottomBar {
    position: relative;
    padding: 10px 0;
    background: #0f1b4f;
  }
}
.homeBox .bottomBar .menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  grid-gap: 2px;
}
@media (max-width: 767px) {
  .homeBox .bottomBar .menu {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.homeBox .bottomBar .menu div {
  background: rgba(15, 27, 79, 0.8);
  width: 100%;
  align-self: end;
  padding: 14px 12px;
}
@media (max-width: 767px) {
  .homeBox .bottomBar .menu div {
    background: none;
    padding: 4px 0;
  }
}
@media (min-width: 768px) {
  .homeBox .bottomBar .menu div:nth-of-type(2) {
    margin: 0 2px;
    padding: 20px 12px;
  }
}
@media (max-width: 767px) {
  .homeBox .bottomBar .menu div:nth-of-type(2) {
    grid-row: 3/4;
  }
}
.homeBox .bottomBar .menu a {
  display: block;
  position: relative;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.homeBox .bottomBar .menu a:hover {
  color: #22b2f9;
}
.homeBox .bottomBar .menu a em {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .homeBox .bottomBar .menu a em {
    display: inline-block;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .homeBox .bottomBar .menu a {
    padding: 8px;
    margin: 5px 20px;
    border: 1px solid #fff;
    width: auto;
  }
}
/* ------------  START OF TUMB PICS ON INNER PAGE -------------------------------  */
.thumbPics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1180px;
  margin: 0 auto 40px auto;
}
@media (max-width: 979px) {
  .thumbPics {
    padding: 0 80px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .thumbPics {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .thumbPics {
    grid-template-columns: 1fr;
  }
}
.thumbPics .thumb {
  margin: 5px;
  position: relative;
}
.thumbPics .thumb:before {
  content: '';
  z-index: 9;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.thumbPics .thumb:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.thumbPics .thumb .title a {
  position: absolute;
  display: flex;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
  font-family: 'Roboto';
  justify-content: start;
  align-items: flex-end;
  padding: 10px 10px 30px 30px;
  z-index: 99;
  -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) {
  .thumbPics .thumb .title a {
    font-size: 15px;
    padding: 10px 10px 20px 20px;
    letter-spacing: 0;
  }
}
.thumbPics .thumb .title a:hover {
  color: #78abd0;
}
.thumbPics .thumb .pic {
  position: relative;
}
.thumbPics .thumb .pic img {
  width: 100%;
}
.thumbPics .thumb:hover a {
  color: #78abd0;
}
/* ------------------  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;
  }
}
/* ---------------  hole page content -------------------------  */
@media (min-width: 1300px) {
  .holePage {
    min-width: 1240px;
  }
}
.holePage h1 {
  margin-bottom: 15px;
}
.holeSlider .safeGolfLogo,
.holeSlider .weatherButton {
  display: none;
}
.holeSlider .scroll-downs {
  bottom: 120px;
}
.holeMainContent {
  display: grid;
  grid-template-areas: "Video Stats Stats" "Video Tip Map";
  grid-template-columns: 1fr 0.7fr 0.3fr;
  margin-bottom: 30px;
  margin-top: 35px;
  text-align: left;
}
@media (max-width: 1199px) {
  .holeMainContent {
    grid-template-areas: "Stats" "Video" "Tip" "Map";
    grid-template-columns: 1fr;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 979px) {
  .holeMainContent {
    grid-template-areas: "Stats" "Video" "Tip" "Map";
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 0;
  }
}
.holeMainContent .videoHolder {
  grid-area: Video;
  padding-right: 20px;
  min-width: 0;
}
@media (max-width: 1199px) {
  .holeMainContent .videoHolder {
    padding: 20px 150px;
  }
}
@media (max-width: 979px) {
  .holeMainContent .videoHolder {
    padding: 20px 80px;
  }
}
@media (max-width: 767px) {
  .holeMainContent .videoHolder {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .holeMainContent .videoHolder {
    padding: 20px 0;
  }
}
.holeMainContent .statsHolder {
  grid-area: Stats;
}
.holeMainContent .proTip {
  grid-area: Tip;
  padding-left: 15px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .holeMainContent .proTip {
    padding: 0 0 40px 0;
  }
}
.holeMainContent .holeMap {
  grid-area: Map;
}
/* ---------------------------  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 {
  min-width: 0;
}


/* SS TWEAKS */

.php-ckeditor .addressFooterContainer {
    background: #dae1ff;
}
.php-ckeditor .addressFooter a {
    color: #333;
}
.php-ckeditor .addressFooter a:hover {
    color: #333;
}
@media (max-width: 979px) {
  
  .footer .span10.members-footer-content,
  .footer .span2 {
    width: 100%;
    margin: 0;
    }
  
} /* END OF media query 979 */
.global.btn-group a.btn {
    margin: 5px 5px 5px 0;
}
div#figures.span7 table {
    display: block;
    overflow-x: auto;
}

/* anton styles */

@media (min-width: 0px) and (max-width: 767px) {
  .inPageContent {
    overflow-x: scroll;
  }
}

.homeBox .bottomBar .menu a {
  color: #c0c0c0;
}

.inPageContent {
  color: #0f1b4f;
}

.sliderHolder .galleryInner::before, .sliderHolder .galleryInner img::before {
  display: none;
}

.sliderHolder .galleryInner::after, .sliderHolder .galleryInner img::after {
  display: none;
}

.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .logoLinkOffCanvas {
  position: absolute;
  bottom: 10px;
}

.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .logoLinkOffCanvas img {
  width: 60px;
}

.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav {
  margin: 80px 0px;
}

.addressFooter .footerLogo img {
  width: 100px;
}

#header .navbar-inner {
  min-height: 80px;
  background: rgba(15, 27, 79,0.7);
}

#header .navbar-inner .logoLink {
  width: 70px;
}

.footer, .body-public #header .navbar-fixed-top .navbar-inner {
  background: rgba(15, 27, 79,0.7);
}

@media (min-width: 0px) and (max-width: 767px) {
  .homeBox .bottomBar .menu a {
    border: none;
  }
  .subMenu .menu-section li a {
    border: none;
  }
  .body-public #header .navbar-fixed-top .navbar-inner {
    background: rgba(15,27,79,0.7);
  }
}

.inPageContent h5 a, .inPageContent form input[type="submit"], .inPageContent .map_popup_form input[type="submit"] {
  background: #fff;
  color: #0f1b4f;
}

.inPageContent h5 a:hover, .inPageContent form input[type="submit"]:hover, .inPageContent .map_popup_form input[type="submit"]:hover {
  background: #ddd;
  color: #0f1b4f;
}

.inPageContent h2 {
  color: #0f1b4f;
  text-transform: initial;
}

.inPageContent h4, .inPageContent h6 {
  color: #c0c0c0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-contact table td a[href*="mailto:"] {
    word-break: break-all;
  }
}

.body-public #header .navbar-fixed-top .navbar-inner .logoLink {
  width: 75px;
  top: 3px;
}

.inPageContent {
  padding-top: 80px;
}

.body-public #header .navbar-fixed-top .navbar-inner {
  height: 80px;
}

@media (min-width: 980px) {
  .body-public #header .navbar-fixed-top .navbar-inner.scrolled {
    background: rgba(15, 27, 79, 0.5);
  }
} 

.body-public #header .navbar-fixed-top .navbar-inner .menuHamburgerHolder {
  top: 13px;
}

.body-public #header .navbar-fixed-top .navbar-inner .logoLink h2 {
  color: #fff;
  margin: 8px 0px 0px;
}

.nav-logo {
  text-align: center;
  width: 65px;
  margin: 50px auto 20px;
}

.nav-logo img {
  width: 65px;
}

.addressFooter h2 {
  color: #fff;
  margin-bottom: 20px;
}

.video-button {
  position: absolute;
  bottom: 30px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
  z-index: 12;
  width: 290px;
  text-align: center;
}

.video-button h5 {
  margin: 0px;
}

.video-button a {
  display: inline-block;
  padding: 7px 20px;
  text-transform: uppercase;
  background: #fff;
  color: #0f1b4f;
  font-size: 18px;
  border-radius: 10px;
  letter-spacing: 2px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.video-button a:hover {
  background: #000;
  color: #fff;
}

.body-public .sliderHolder::before {
  content: '';
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.body-class-members #header .navbar-inner .logoLink {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public #header .navbar-fixed-top .navbar-inner .logoLink {
    width: 70px;
    margin-left: 10px;
    left: 0px;
    transform: translateX(0px);
  }
  .body-public #header .navbar-fixed-top .navbar-inner .logoLink h2 {
    font-size: 18px;
    margin-top: 19px;
  }
  .video-button {
    bottom: 20px;
  }
  .body-public .weatherButton {
    bottom: 65px;
  }
}

.body-class-members #header .navbar-inner .logoLink {
  display: block;
}

.holeStats .statContainer .statCircle.navyCircle {
  background: #112E56;
}

.holeStats .statContainer .statCircle.whiteCircle {
  background: #112E56;
}

.holeStats .statContainer .statCircle.yellowCircle {
  background: #112E56;
}

.holeStats .statContainer .statCircle.redCircle {
  background: #112E56;
}

.holeStats {
  width: 375px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .holeStats {
    width: 100%;
    margin: 0px auto;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .holeStats {
    width: 185px;
    margin: 0px auto;
  }
}

.holeSlider {
  height: 100vh;
}

.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.foreground-video,
.background-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .foreground-video {
    height: 310%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .foreground-video {
    width: 300%;
    left: -100%;
  }
}

.changed-hole .holeMainContent {
  display: flex;
}

.changed-hole .videoHolder {
  width: 50%;
}

.changed-hole .statsHolder {
  width: 20%;
  margin: 0px 20px;
}

.changed-hole .holeMap {
  width: 30%;
}

.changed-hole .holeStats {
  width: auto;
}

.changed-hole .holeStats .statContainer {
  margin: 25px 0px;
  display: block;
  padding-left: 50px;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .holeMainContent .videoHolder {
    padding: 0px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .changed-hole .holeMainContent {
    display: grid;
  }
  .changed-hole .holeMainContent .videoHolder {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    width: 100%;
    margin: 20px 0px;
  }
  .changed-hole .holeMainContent .statsHolder {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    width: 100%;
    margin: 0px;
  }
  .changed-hole .holeMainContent .holeMap {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
    width: 100%;
  }
}

.body-public .mf-social {
  display: none;
}

.mf-social a {
  margin-right: 10px;
  font-size: 16px;
}

.scroll-downs {
  z-index: 12;
}

.no-slider {
  margin-top: 80px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-home.body-public iframe {
    height: 550px !important;
  }
  .subMenu .menu-section li {
    text-transform: capitalize;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .body-class-home.body-public iframe {
    height: 550px !important;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .body-class-home.body-public iframe {
    height: 420px !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .scroll-downs {
    display: none;
  }
  .body-public .galleryInner, .body-public .galleryInner img {
    height: auto !important;
  }
  .body-public .weatherButton {
    bottom: 30px;
    left: 0px;
    width: 240px;
  }
  .innerPage img {
    width: 100%;
    max-width: 400px;
  }
  .innerPage form img.ui-datepicker-trigger {
    width: 16px;
  }
}

.inPageContent .nivo-caption {
  background: transparent;
  color: #fff;
}

.inPageContent .nivo-caption h4 {
  color: #fff;
  text-shadow: 1px 1px #000;
  font-size: 20px;
}

.inPageContent .nivo-caption h5 {
  color: #fff;
  text-shadow: 1px 1px #000;
  font-size: 16px;
}

.holeStats .statContainer .statCircle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.holeStats .statContainer .statCircle.navyCircle::before {
  content: '68';
  color: #fff;
  position: absolute;
  left: 12px;
  font-family: 'Roboto', sans-serif;
}

.holeStats .statContainer .statCircle.whiteCircle::before {
  content: '63';
  color: #fff;
  position: absolute;
  left: 12px;
  font-family: 'Roboto', sans-serif;
}

.holeStats .statContainer .statCircle.yellowCircle::before {
  content: '60';
  color: #fff;
  position: absolute;
  left: 12px;
  font-family: 'Roboto', sans-serif;
}

.holeStats .statContainer .statCircle.redCircle::before {
  content: '55';
  color: #fff;
  position: absolute;
  left: 12px;
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 768px) and (max-width: 979px) {
  .holeStats {
    font-size: 13px;
  }
}

.body-public.body-class-home .addressFooterContainer .footerLogo h2 {
  display: none;
}

.building-space {
  margin: 50px 0px;
}

@media (min-width: 1200px) {
  .sliderHolder.smaller-slider .galleryInner, .sliderHolder.smaller-slider .galleryInner img, .body-contentpage .sliderHolder .galleryInner, .body-contentpage .sliderHolder .galleryInner img {
    height: calc(100vh - 60px) !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sliderHolder.smaller-slider .galleryInner, .sliderHolder.smaller-slider .galleryInner img, .body-contentpage .sliderHolder .galleryInner, .body-contentpage .sliderHolder .galleryInner img {
    height: calc(100vh - 116px) !important;
  }
}

.body-class-contact .navbar-fixed-top {
  z-index: 1000;
}

.sliderHolder .nivo-caption, .sliderHolder .nivo-caption h5 {
  background: transparent;
  color: #fff;
  text-shadow: 1px 1px #000;
}

.sliderHolder .nivo-caption h5 {
  font-size: 18px;
}

.body-class-members .nav-logo {
  display: none;
}

/* timeline */

.ifaa-flex {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ifaaf-main {
  width: 80%;
  margin-right: 40px;
  position: relative;
}

.ifaaf-main > div {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  visibility: hidden;
  transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.ifaaf-main .timeline-active {
  opacity: 1;
  visibility: visible;
}

.ifaaf-sidebar {
  width: 20%;
  height: 450px;
  position: relative;
  padding: 20px 0px;
  text-align: left;
  padding-left: 40px;
}

.ifaafs-border {
  border-left: 2px solid #000;
  height: 450px;
  padding: 0px;
}

.ifaafs-top {
  position: absolute;
  top: 6px;
  left: 31px;
  /*font-size: 30px;*/
  font-size: 0px;
}

.ifaafs-top::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 20px;
  height: 2px;
  background: #000;
}

/*.ifaafs-top:hover {
  cursor: pointer;
}*/

.ifaafs-bottom {
  position: absolute;
  bottom: 9px;
  left: 31px;
  /*font-size: 30px;*/
  font-size: 0px;
}

.ifaafs-bottom::before {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0px;
  width: 20px;
  height: 2px;
  background: #000;
}

/*.ifaafs-bottom:hover {
  cursor: pointer;
}*/

.ifaafs-wrapper {
  padding-left: 40px;
  height: 450px;
  position: relative;
  top: 0px;
  transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.ifaaf-sidebar .ifaafs-wrapper > div {
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  position: relative;
}

.ifaafs-wrapper img {
  position: absolute;
  left: -40px;
}

.ifaafs-wrapper > div::before {
  content: url('/images/resources/basingstoke/timeline-diamond.png');
  position: absolute;
  width: 24px;
  height: 22px;
  left: -53px;
  top: 6px;
  transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.ifaafs-wrapper > div.active-year::before {
  left: -113px;
}

.ifaafs-wrapper > div::after {
  content: '';
  position: absolute;
  left: -50px;
  top: 46px;
  height: 2px;
  background: #000;
  width: 0px;
  transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.ifaafs-wrapper > div.active-year::after {
  width: 50px;
  left: -90px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .ifaaf-sidebar .ifaafs-wrapper > div {
    font-size: 16px;
  }
  .ifaafs-wrapper > div::after {
    top: 44px;
  }
  .ifaa-flex {
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .ifaaf-sidebar .ifaafs-wrapper > div {
    font-size: 14px;
  }
  .ifaafs-wrapper > div::after {
    top: 44px;
  }
  .ifaa-flex {
    line-height: 20px;
    font-size: 12px;
  }
  .ifaaf-main {
    width: 75%;
  }
  .ifaaf-sidebar {
    width: 25%;
  }
  .ifaafs-top::before {
    bottom: 6px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .ifaa-flex {
    flex-direction: column-reverse;
  }
  .ifaaf-sidebar {
    width: 100%;
    max-width: 300px;
    overflow: hidden;
    height: 60px;
    padding: 60px 0px;
  }
  .ifaafs-top {
    /*transform: rotate(-90deg);
    top: 40.5px;
    left: -8px;
    font-size: 40px;*/
    color: #000;
  }
  .ifaafs-bottom {
    /*transform: rotate(-90deg);
    bottom: 69px;
    left: auto;
    right: -6px;
    font-size: 40px;*/
    color: #000;
  }
  .ifaaf-main {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .ifaaf-main > div {
    position: absolute;
    top: 0px;
    transform: translateY(0px);
    height: 0px;
  }
  .ifaaf-main .timeline-active {
    height: 100%;
  }
  .ifaafs-border {
    border-top: 2px solid #000;
    border-left: 0px;
    height: 60px;
  }
  .ifaaf-sidebar .ifaafs-wrapper > div {
    height: 60px;
    line-height: 22px;
    font-size: 12px;
    margin: 0px 6px;
    padding: 10px 7px 0px;
    flex: 1 1 0;
  }
  .ifaafs-wrapper {
    display: flex;
    height: 0px;
    padding-left: 0px;
    left: 0px;
    text-align: center;
  }
  .ifaafs-wrapper > div::before {
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: -13px;
  }
  .ifaafs-wrapper > div.active-year::before {
    left: 0px;
    top: -61px;
  }
  .ifaafs-wrapper > div::after {
    height: 0px;
    width: 2px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .ifaafs-wrapper > div.active-year::after {
    height: 40px;
    width: 2px;
    top: -40px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .ifaafs-top::before {
    bottom: -39px;
    height: 20px;
    width: 2px;
    left: -31px;
  }
  .ifaafs-bottom {
    bottom: 45px;
  }
  .ifaafs-bottom::before {
    bottom: 4px;
    height: 20px;
    width: 2px;
    left: 267px;
  }
}

.body-public .weatherButton h3 {
  padding-left: 35px;
}

.php-login #emailresetform input[type*="text"] {
  margin-bottom: 0px;
}

.body-class-setcoursestatus input[type*="submit"], .php-search input[type*="submit"], .php-login #emailresetform input[type*="submit"]  {
  padding: 5px 12px;
}

.body-class-setcoursestatus input[name="loginword"] {
  height: 30px;
}

.body-class-members.body-contentpage .no-slider {
  margin-top: 0px;
}

.body-class-members.body-contentpage .subMenu {
  display: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .content-wrapper .teetime-datepicker .date {
    width: 220px;
  }
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public .weatherButton .statuses {
    text-transform: initial;
    line-height: 22px;
  }
  .sliderHolder .sliderCaptions h1 {
    font-size: 26px;
  }
}

.holeMap img {
  width: 150px;
}

.home-modal {
  background: rgba(0,0,0,0.6);
  position: fixed;
  left: 0px;
  z-index: 1040;
  width: 100%;
  height: 100vh;
  top: -100vh;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.remove-modal .home-modal {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.home-modal-body {
  max-width: 460px;
  background: #fff;
  border-radius: 8px;
  margin: 10px auto;
  padding: 20px;
  height: calc(100vh - 60px);
  overflow-y: scroll;
}

@media (min-height: 800px) {
  .home-modal-body {
    height: 740px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-modal-body {
    max-width: 450px;
  }
}

.home-modal-close:hover {
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .home-modal-body {
    max-width: 300px;
  }
}

.php-ckeditor .home-modal {
  display: none;
}

h5 a {
   display: inline-block;
  background: #0f1b4f;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  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;
}

h5 a:hover, h5 a:focus {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.body-class-members .header-book {
  display: none;
}

.header-book {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.header-book a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
}

.header-book a:hover, .header-book a:focus {
  color: #22b2f9;
}

@media (min-width: 0px) and (max-width: 767px) {
  .header-book {
    font-size: 14px;
    text-transform: capitalize;
    left: 120px;
  }
}

/* end anton styles */