/* ////////////////////////// GENERAL STYLES AIMED MAINLY AT MEMBER'S AREA  ////////////////////////////////// */
* {
  box-sizing: border-box;
}
#outerborder {
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
  background: #214f42;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Times New Roman', serif;
  color: #555;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.5px;
}
a {
  color: #114e5f;
  outline: 0 !important;
  text-decoration: none;
}
a:hover {
  color: #452b36;
  outline: 0 !important;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
#container {
  min-height: calc(100vh - 50px);
}
@media (max-width: 767px) {
  #container {
    min-height: calc(100vh - 95px);
  }
}
/* /////////////// /// //////////  .inPageContent ONLY styles ///////// ///////////// //// */
.inPageContent {
  color: #fff;
  padding: 50px 0 50px 0;
}
@media (max-width: 979px) {
  .inPageContent {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .inPageContent {
    padding: 40px 20px;
  }
}
@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: #fff;
}
.inPageContent h1 {
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .inPageContent h1 {
    font-size: 28px;
  }
}
.inPageContent h3 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.inPageContent h4 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin: 20px 0;
  font-size: 14px;
  line-height: 24px;
}
.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: #e4b95a;
}
.inPageContent a:hover {
  color: #fff;
}
.inPageContent hr {
  border-top: 1px solid #efefef;
  border-bottom: none;
}
.inPageContent ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inPageContent ul li {
  color: #fff;
  list-style-type: none;
}
.inPageContent ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  font-size: 6px;
  position: relative;
  top: -2px;
}
.inPageContent table {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.inPageContent table thead {
  background: #357c68;
}
.inPageContent table td {
  border: 1px solid #357c68;
  padding: 5px;
}
@media (max-width: 480px) {
  .inPageContent table td {
    padding: 5px 10px;
    letter-spacing: 0;
  }
}
.inPageContent table th {
  border: 1px solid #357c68;
  font-weight: normal;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .inPageContent .span12 form fieldset#thankyou {
    padding: 20px 60px;
  }
}
.inPageContent form .customFormLine {
  color: #333;
  position: relative;
}
.inPageContent form .customFormLine input,
.inPageContent form .customFormLine textarea {
  width: 100%;
  margin-bottom: 20px;
  background: #efefef;
}
.inPageContent form .customFormLine input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 5px;
}
.inPageContent form .customFormLine input {
  height: 35px;
}
.inPageContent form .customFormLine textarea {
  height: 100px;
}
.inPageContent form .customFormLine label,
.inPageContent form .customFormLine .radioLabel {
  color: #fff;
}
.inPageContent form .customFormLine label.customnoformat {
  display: none;
}
.inPageContent form .customFormLine span.checkboxLabel {
  color: #fff;
}
.inPageContent form .customFormLine span.customFormMultiCheckBoxWrapper {
  margin-bottom: 30px;
  display: block;
}
.inPageContent form .customFormRadioItem {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 20px;
}
.inPageContent form .customFormRadioItem input {
  width: auto;
  height: auto;
  margin-top: 16px;
  margin-right: 5px;
}
.inPageContent form .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: -5px;
}
.inPageContent h5 a,
.inPageContent form input[type="submit"],
.inPageContent .map_popup_form input[type=submit] {
  display: inline-block;
  background: #214f42;
  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 {
  -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: #357c68;
  color: #fff;
  border: 1px solid #357c68;
  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 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .inPageContent h6 a {
    margin: 7px 0;
  }
}
/* /////////////// /// //////////  .subMenu ONLY styles ///////// ///////////// //// */
.subMenu {
  background: transparent;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
}
@media (max-width: 979px) {
  .subMenu {
    border-bottom: none;
    margin-top: 10px;
  }
}
@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 {
  color: #e4b95a;
}
.subMenu .menu-section li a {
  margin: 10px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
.subMenu .menu-section li a:hover {
  color: #e4b95a;
}
@media (max-width: 480px) {
  .subMenu .menu-section li a {
    margin: 10px;
    display: block;
    border: 1px solid #fff;
    padding: 10px;
  }
}
/* /////////////// /// //////////  .sliderHolder + captions/scroll/navs etc styles ///////// ///////////// //// */
.sliderHolder {
  position: relative;
}
.sliderHolder .galleryInner,
.sliderHolder .galleryInner img {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100%;
  object-fit: cover;
  min-height: 450px;
}
@media (max-width: 1199px) {
  .sliderHolder .galleryInner,
  .sliderHolder .galleryInner img {
    height: auto !important;
  }
}
.sliderHolder .galleryInner:after,
.sliderHolder .galleryInner img:after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  height: 150px;
  width: 100%;
  content: '';
  bottom: 0;
  z-index: 9;
}
.sliderHolder.innerSliderHolder .galleryInner:before,
.sliderHolder.innerSliderHolder .galleryInner img:before {
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.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,
.sliderHolder .scrollButton.onSlider {
  position: absolute;
  bottom: 20px;
  z-index: 9;
  width: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media (max-width: 1199px) {
  .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll,
  .sliderHolder .scrollButton.onSlider {
    display: none;
  }
}
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll:hover,
.sliderHolder .scrollButton.onSlider:hover,
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll:active,
.sliderHolder .scrollButton.onSlider:active,
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll:focus,
.sliderHolder .scrollButton.onSlider:focus {
  color: #83ff62;
  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: 45%;
  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;
}
@media (max-width: 979px) {
  .sliderHolder .sliderCaptions {
    top: 250px;
  }
}
.sliderHolder .sliderCaptions img {
  width: 75px;
  -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-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions img {
    width: 40px;
  }
}
.sliderHolder .sliderCaptions img:hover {
  width: 70px;
}
.sliderHolder .sliderCaptions h1 {
  color: #fff;
  font-size: 68px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #000;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .sliderHolder .sliderCaptions h1 {
    font-size: 48px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h1 {
    font-size: 38px;
  }
}
.sliderHolder .sliderCaptions h2 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 24px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 18px;
  }
}
.sliderHolder .sliderCaptions.two {
  top: auto;
  bottom: 150px;
  transform: translatex(-50%);
}
@media (max-width: 1199px) {
  .sliderHolder .sliderCaptions.two {
    bottom: 80px;
  }
}
@media (max-width: 979px) {
  .sliderHolder .sliderCaptions.two {
    bottom: auto;
    position: relative;
    padding: 20px;
  }
}
.sliderHolder .sliderCaptions.two h1 {
  line-height: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 979px) {
  .sliderHolder .sliderCaptions.two h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sliderHolder .sliderCaptions.two h1 {
    font-size: 16px;
    line-height: 28px;
  }
}
.sliderHolder .sliderCaptions.two h2 {
  line-height: 28px;
  font-style: italic;
  font-size: 15px;
}
@media (min-width: 980px) {
  .sliderHolder .sliderCaptions.two.inner {
    bottom: 200px;
  }
}
.sliderHolder .sliderCaptions.two.inner h1 {
  margin-bottom: 0;
}
/* ///////////////// //////////////  YOUTUBE SLIDER LIGHTBOX ////////////////////////////////// //////////////  */
/* Parent element can be any width and height */
.parent {
  position: fixed;
  width: 100%;
  /* can be any width */
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
  z-index: 9999;
}
.parent:before {
  /* pseudo element to force vertical centering of child element */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.parent:after {
  /* pseudo element to create overlay */
  background: black;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 10;
}
/* Centered child element can be any width and height */
.centeredchild {
  position: relative;
  /* position element to participate in z-indexing */
  z-index: 20;
  /* higher z-index than overlay */
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  /* can be any width */
}
/* Video container to maintain Youtube 16:9 aspect ratio */
.videowrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
}
/* Make Youtube IFRAME responsive */
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.php-ckeditor .lightbox {
  background: #2b6555;
  display: block;
  padding: 15px;
}
/* ///////////////// //////////////  TESTIMONIALS ////////////////////////////////// //////////////  */
.testimonials {
  position: absolute;
  text-align: center;
  margin-top: -170px;
  z-index: 99;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .testimonials {
    background: #1a3e34;
    position: relative;
    margin-top: 0;
    padding: 20px;
  }
}
.testimonials .galleryInner.nivoInner {
  height: auto !important;
  max-width: 100% !important;
  background: none;
  width: 100% !important;
}
.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: #fff;
}
.testimonials pre {
  background: none;
  border: none;
  font-size: 18px;
  font-family: times new roman;
  color: #fff;
  margin-bottom: 0;
  font-style: italic;
  word-break: keep-all;
  line-height: 30px;
}
.testimonials .nivo-controlNav-Wrapper {
  display: none !important;
}
.testimonials h4 {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 24px;
}
/* /////////////// //// ////////// WEATHER ///////////////// ///////////////// */
.weatherButton {
  display: none;
}
.body-public .weatherButton {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  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: 1199px) {
  .body-public .weatherButton {
    bottom: 10px;
  }
}
@media (max-width: 979px) {
  .body-public .weatherButton {
    text-align: center;
    overflow: visible;
    height: auto;
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 0 20px;
    background: #275c4d;
  }
}
.body-public .weatherButton:after {
  content: '\f015';
  color: #fff;
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  left: 10px;
  font-size: 13px;
  color: #83ff62;
  top: 18px;
  content: '\f0f3';
  transform: translatey(-50%);
}
@media (max-width: 979px) {
  .body-public .weatherButton:after {
    display: none;
  }
}
.body-public .weatherButton .updated {
  display: block;
}
@media (min-width: 980px) {
  .body-public .weatherButton.open {
    height: 170px;
    background: rgba(0, 0, 0, 0.7);
  }
}
.body-public .weatherButton.open:after {
  content: '\f078';
}
.body-public .weatherButton .weathers {
  float: left;
  color: #008080;
}
.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 {
  order: 2;
  margin-right: 5px;
}
.body-public .weatherButton .weathers .weatherTemp {
  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: #83ff62;
  font-weight: normal !important;
  margin-right: 20px;
  letter-spacing: 1.5px;
  padding-left: 20px;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 979px) {
  .body-public .weatherButton h3 {
    margin: 15px 0 0 0;
    padding: 0;
  }
}
.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;
}
@media (max-width: 979px) {
  .body-public .weatherButton .statuses {
    border: none;
    padding: 0;
  }
}
.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: #fff;
}
.body-public #globalwrap .image-night {
  background: none;
}
/* ////////// ///////////////////////  HOLE TOUR MENU STYLES /////////////// ////////////////////  */
.holeNavigationRow {
  background: transparent;
  position: absolute;
  margin-top: -90px;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.holeNavigationRow.courseOverview {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .holeNavigationRow {
    margin-top: 0;
    position: relative;
    padding: 10px;
  }
}
.holeNavigationRow .menu-section h2 {
  display: none;
}
.holeNavigationRow .holeNavigation {
  text-align: center;
  padding: 10px;
}
.holeNavigationRow .holeNavigation .menu-section {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.holeNavigationRow .holeNavigation .menu-section ul {
  margin: 0;
}
.holeNavigationRow .holeNavigation .menu-section ul li {
  list-style-type: none;
  display: inline;
}
.holeNavigationRow .holeNavigation .menu-section ul li a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 0;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    display: inline-block;
    width: 35px;
    float: left;
    margin: 5px;
    padding: 7px;
    background: rgba(26, 63, 53, 0.8);
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li a:hover {
  color: #e4b95a;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:hover {
    background: #008080;
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li a:before {
  content: "-";
  padding: 0 10px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:before {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:before {
    display: none;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li:first-child a:before {
  display: none;
}
.holeNavigationRow .holeNavigation .menu-section ul li.current a {
  font-weight: bold;
  font-size: 50px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a {
    background: #2b6554;
    font-weight: normal;
    font-size: 16px;
  }
}
@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: 30px 0;
}
@media (max-width: 767px) {
  .holeStats {
    margin: 10px auto;
    text-align: left;
    display: inline-block;
  }
}
.holeStats .statContainer {
  display: block;
  position: relative;
  margin: 5px 10px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .holeStats .statContainer {
    margin: 10px;
    display: block;
  }
}
.holeStats .statContainer .statCircle {
  height: 14px;
  width: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translatey(-50%);
  top: 50%;
}
.holeStats .statContainer .statCircle.whiteCircle {
  background: #fff;
}
.holeStats .statContainer .statCircle.yellowCircle {
  background: #efde21;
}
.holeStats .statContainer .statCircle.blueCircle {
  background: #0060ff;
}
.holeStats .statContainer .statCircle.redCircle {
  background: #ff4f53;
}
/* //////// ///////////////////   .addressFooter STYLES  ///////// //// ////////////////// ////  */
.addressFooter {
  padding: 50px 20px;
  text-align: center;
  background: url(https://hockley.designmode.intelligentgolf.co.uk/images/resources/hockley/addressFooter_bg.jpg) top center;
  background-size: cover;
  color: #3d3d3e;
}
.addressFooter h3 {
  color: #3d3d3e;
  font-size: 22px;
  margin-bottom: 35px;
  letter-spacing: 1.5px;
  margin-top: 30px;
}
.addressFooter .telephoneAndMail {
  color: #214f42;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .addressFooter .telephoneAndMail {
    letter-spacing: 0;
    font-size: 13px;
  }
}
.addressFooter .footerSep {
  margin: 0 10px;
}
@media (max-width: 1199px) {
  .addressFooter .footerSep {
    font-size: 0;
    line-height: 0;
    display: block;
  }
}
.addressFooter .socialIcons {
  display: inline-block;
  margin-bottom: 30px;
}
.addressFooter .socialIcons em {
  border: 2px solid;
  width: 47px;
  text-align: center;
  display: inline-block;
  padding: 8px 7px 10px 10px;
  margin: 0 3px 8px 3px;
  font-size: 22px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #214f42;
}
.addressFooter .socialIcons em:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.addressFooter .socialIcons a:hover {
  text-decoration: none;
}
.addressFooter .break767 {
  margin: 0 10px;
}
@media (max-width: 979px) {
  .addressFooter .break767 {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
  }
}
@media (max-width: 979px) {
  .addressFooter .commaBreak {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
  }
}
.addressFooter a {
  color: #3d3d3e;
}
.addressFooter a:hover {
  text-decoration: underline;
}
.addressFooter .footerLogos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}
@media (max-width: 480px) {
  .addressFooter .footerLogos {
    margin-top: 300px;
  }
}
.addressFooter .footerLogos img {
  padding: 15px;
}
@media (max-width: 480px) {
  .addressFooter .footerLogos img {
    padding: 10px;
  }
}
.addressFooter .footerLogos a:hover {
  text-decoration: none;
}
.addressFooter .igCopyright {
  color: #214f42;
}
@media (max-width: 480px) {
  .addressFooter .igCopyright {
    letter-spacing: 0;
    font-size: 13px;
  }
}
.addressFooter .igCopyright img {
  width: 130px;
  margin-top: 20px;
}
/* //////// ///////////////////   .newsletterSubscribe STYLES  ///////// //// ////////////////// ////  */
.newsletterSubscribe {
  text-align: center;
}
.newsletterSubscribe h3 {
  line-height: 26px;
}
@media (max-width: 767px) {
  .newsletterSubscribe h3 {
    font-size: 16px;
  }
}
.newsletterSubscribe p {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.newsletterSubscribe #customform_13 fieldset#thankyou {
  width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .newsletterSubscribe #customform_13 fieldset#thankyou:after {
    content: '|';
    position: absolute;
    right: 150px;
    font-size: 20px;
    top: 6px;
    color: #c8c6c6;
  }
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_13 fieldset#thankyou {
    width: 280px;
  }
}
.newsletterSubscribe #customform_13 .customFormLine {
  position: initial;
}
.newsletterSubscribe #customform_13 label {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ababab;
}
.newsletterSubscribe #customform_13 .alert.alert-error + span label {
  display: none;
}
.newsletterSubscribe #customform_13 .alert li {
  list-style-type: none;
}
.newsletterSubscribe #customform_13 .alert-danger,
.newsletterSubscribe #customform_13 .alert-error {
  background-color: #b63e50;
  border: none;
  color: #fff;
}
.newsletterSubscribe #customform_13 div#thankyou p {
  margin: 10px;
  background: #b63e50;
  padding: 10px;
  display: inline-block;
}
.newsletterSubscribe #customform_13 #thankyou .customFormLine input {
  height: 40px;
  width: 350px;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  border: none;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_13 #thankyou .customFormLine input {
    width: 280px;
  }
}
.newsletterSubscribe #customform_13 #thankyou #custom_13_submit {
  display: inline-block;
  background: #fff;
  color: #333;
  border: none;
  text-transform: uppercase;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 13px;
  -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;
  margin: 0;
  letter-spacing: 1px;
}
.newsletterSubscribe #customform_13 #thankyou #custom_13_submit:hover {
  color: #114e5f;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_13 #thankyou #custom_13_submit {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    float: none;
  }
}
.newsletterSubscribe #customform_13 #thankyou br {
  display: none;
}
/* //////// ///////////////////   .footer STYLES  ///////// //// ////////////////// ////  */
.footer {
  display: none;
  background: #214f42;
  color: #fff;
  font-size: 0.8em;
  height: 50px;
  line-height: 28px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    height: 95px;
    line-height: 22px;
    padding: 10px 5px 2px 5px;
  }
}
.footer a.igLogo img {
  width: 85px;
  float: right;
}
@media (max-width: 767px) {
  .footer a.igLogo img {
    float: none;
  }
}
@media (max-width: 767px) {
  .footer .break767 {
    font-size: 0;
    line-height: 0;
    display: block;
  }
}
/* //////// ///////////////////   inPageContent gallery and slider STYLES  ///////// //// ////////////////// ////  */
.inPageContent #gallery div.ss-controls .play,
.inPageContent div#thumbs div.top,
.inPageContent #gallery div.caption-container,
.inPageContent #gallery div.controls {
  display: none;
}
.inPageContent #gallery div.slideshow img {
  border: none;
}
.inPageContent #gallery div.slideshow span.image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .inPageContent .span12 #thumbs {
    width: 750px !important;
    margin: 0 auto;
    float: none;
  }
}
.inPageContent .span12 #gallery {
  max-width: 750px;
  margin: 0 auto;
}
.inPageContent #thumbs li:before {
  display: none;
}
.inPageContent #thumbs ul.thumbs li.selected a.thumb {
  background: none;
}
.inPageContent #thumbs a.thumb {
  padding: 0;
  border: none;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.inPageContent .pull-right.gallery-image,
.inPageContent .pull-left.gallery-thumbs {
  width: 100%;
}
.inPageContent .pull-left.gallery-thumbs {
  margin-left: 0;
  margin-top: 0;
}
.inPageContent div#thumbs div.bottom {
  margin-top: 22px;
  float: left;
}
.inPageContent div.pagination span.current {
  background-color: rgba(26, 63, 53, 0.8);
  border-color: rgba(26, 63, 53, 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: #008080;
}
.inPageContent .nivo-directionNav {
  display: none !important;
}
.inPageContent .nivo-caption {
  left: 50%;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  opacity: 1;
}
@media (max-width: 480px) {
  .inPageContent .nivo-caption {
    width: 80%;
  }
}
.inPageContent .nivo-caption h4 {
  font-size: 18px;
  line-height: 30px;
  padding: 0 20px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
  .inPageContent .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
/* //////// ///////////////////   navbar standard styles  ///////// //// ////////////////// ////  */
#header .navbar {
  margin-bottom: 0;
}
#header .navbar-inner {
  background: #214f42;
  border: none;
  min-height: 60px;
}
#header .navbar-inner .container {
  position: relative;
}
@media (max-width: 767px) {
  #header .navbar-inner .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 980px) {
  #header .navbar-inner #nav {
    left: 70px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav {
    margin-top: 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(26, 63, 53, 0.8) url("https://hockley.designmode.intelligentgolf.co.uk/images/resources/hockley/menuDownToggle2.png") right 15px center no-repeat;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown.open .dropdown-toggle {
    background: rgba(26, 63, 53, 0.8) url("https://hockley.designmode.intelligentgolf.co.uk/images/resources/hockley/menuUpToggle.png") right 15px center no-repeat;
  }
}
#header .navbar-inner #nav li a {
  color: #fff;
  padding: 20px 15px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header .navbar-inner #nav li a {
    letter-spacing: 0.2px;
    padding: 20px 8px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li a {
    background: rgba(26, 63, 53, 0.8);
    margin: 10px;
    padding: 12px !important;
  }
}
#header .navbar-inner #nav li a:hover {
  color: #e4b95a;
}
#header .navbar-inner #nav li a#logoutbtn {
  color: #e4b95a;
}
#header .navbar-inner #nav li .dropdown-menu {
  margin: 0;
  background-color: rgba(26, 63, 53, 0.8);
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 980px) {
  #header .navbar-inner #nav li .dropdown-menu {
    display: block;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li .dropdown-menu {
    margin: 0 20px 0 20px;
    background: none;
  }
}
#header .navbar-inner #nav li .dropdown-menu a {
  padding: 8px 12px;
  border-bottom: 1px dotted #0b0b1d;
}
@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: #e4b95a;
}
#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;
  top: 3px;
  width: 55px;
  z-index: 9;
}
@media (max-width: 979px) {
  #header .navbar-inner .logoLink {
    top: -2px;
    left: 50%;
    transform: translatex(-50%);
  }
}
#header .navbar-inner #hamburger-icon {
  outline: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  background-color: transparent;
  z-index: 100;
  width: 60px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
}
@media (min-width: 980px) {
  #header .navbar-inner #hamburger-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .navbar-inner #hamburger-icon {
    right: 25px;
  }
}
#header .navbar-inner #hamburger-icon .line {
  display: block;
  background: #fff;
  height: 3px;
  margin: 5px;
  right: 18px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header .navbar-inner #hamburger-icon .line.line-1 {
  margin-top: 3px;
}
@media (min-width: 1200px) {
  .body-public #header #nav {
    left: 70px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .body-public #header #nav {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .body-public #header #nav > li:nth-child(6) {
    margin-left: 128px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .body-public #header #nav > li:nth-child(6) {
    margin-left: 110px;
  }
}
.body-public #header .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;
}
@media (max-width: 979px) {
  .body-public #header .navbar-inner div#topmenu {
    padding-top: 30px;
  }
}
@media (min-width: 980px) {
  .body-public #header .navbar-inner {
    background: transparent;
    padding-top: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .body-public #header .navbar-inner.scrolled {
    padding-top: 0;
    background: #1b4237;
  }
}
@media (max-width: 980px) {
  .body-public #header .navbar-inner {
    background: transparent;
    padding: 0;
    min-height: 0;
  }
  .body-public #header .navbar-inner div#myNavbar {
    background: #214f42;
  }
}
@media (min-width: 980px) {
  .body-public #header .navbar-inner #nav:before,
  .body-public #header .navbar-inner #nav:after {
    position: absolute;
    content: '';
    bottom: 0;
    background: rgba(255, 255, 255, 0.25);
    width: 43%;
    height: 1px;
    left: 0;
  }
  .body-public #header .navbar-inner #nav:after {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1199px) {
  .body-public #header .navbar-inner #nav:before,
  .body-public #header .navbar-inner #nav:after {
    width: 45%;
  }
  .body-public #header .navbar-inner #nav:after {
    width: 41%;
  }
  .body-public #header .navbar-inner #nav li .dropdown-menu a {
    padding: 8px 12px;
  }
}
.body-public #header .navbar-inner #nav.scrolled:before,
.body-public #header .navbar-inner #nav.scrolled:after {
  display: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .body-public #header .navbar-inner #nav li a {
    padding: 20px 18px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .body-public #header .navbar-inner #nav li a {
    padding: 20px;
  }
}
@media (min-width: 980px) {
  .body-public #header .navbar-inner #nav li.nav-menu-home a:before {
    content: '\f015';
    color: #fff;
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
  }
  .body-public #header .navbar-inner #nav li.nav-menu-home a:hover:before {
    color: #e4b95a;
  }
}
.body-public #header .logoLink {
  left: 50%;
  transform: translatex(-50%);
  width: 70px;
  -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: 1200px) {
  .body-public #header .logoLink {
    top: -12px;
    width: 100px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .body-public #header .logoLink {
    top: 0;
  }
}
@media (max-width: 980px) {
  .body-public #header .logoLink {
    top: 15px;
  }
}
@media (min-width: 980px) {
  .body-public #header .logoLink.scrolled {
    background: #1b4237;
    padding: 5px;
    top: 3px;
    width: 80px;
  }
}
/* //////// ///////////////////   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: #008080;
}
.gm-style .gm-style-iw-c {
  line-height: 24px !important;
  border-top: 10px solid #214f42 !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: #214f42;
  }
}
@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 #214f42;
  text-align: center;
}
#login h3 {
  color: rgba(26, 63, 53, 0.8);
  text-transform: uppercase;
  margin-bottom: 30px;
}
#login .controls input.btn {
  display: inline-block;
  background: #214f42;
  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;
}
#login .controls input.btn:hover {
  -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(26, 63, 53, 0.8);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.body-public .news-item .media-heading {
  color: rgba(26, 63, 53, 0.8);
}
.body-public p.news-date {
  font-size: 12px;
}
.body-public .news-summary a.read-more {
  background: #214f42;
  color: #fff;
  font-family: 'Times New Roman', 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: #214f42;
  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: #214f42;
  padding: 20px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}
/* /////////////////////// /////////// /////   ///////////////////////////// ////////////////////// /////////////////////////////////////// /PHP CK EDITOR ///////////////  ////////////////////////////// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///// /////////// //////////////////////////////////////  ////////////////////////////////// */
.ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: rgba(26, 63, 53, 0.8);
  padding-top: 5px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #globalwrap #date_form .picker {
    position: relative;
    background: grey !important;
    padding: 30px 10px 10px 10px;
    text-align: right;
  }
  .body-class-visitorbooking.body-public img.ui-datepicker-trigger {
    top: 5px;
  }
}
/* //////// ///////////////////   .php-ckeditor styles  ///////// //// ////////////////// ////  */
.php-ckeditor {
  /* this only for designs with coloured main backgrounds
				
				.inPageContent {
				
				background: @mainThemeColor;
				color: #fff;
				
				p,h1,h2,h3,h4 {color: #fff;}
				
				
				}
				*/
}
.php-ckeditor #myNavbar {
  display: none;
}
.php-ckeditor #header .navbar-inner .logoLink {
  display: none;
}
.php-ckeditor h1,
.php-ckeditor h2,
.php-ckeditor h3,
.php-ckeditor h4,
.php-ckeditor h5,
.php-ckeditor h6 {
  color: #333;
  text-transform: none;
  border: none;
}
.php-ckeditor img {
  box-shadow: none;
}
.php-ckeditor .holePageSection .holeBlackBox {
  max-width: 100%;
  width: 100%;
  background: #555;
  border-radius: 0;
  text-align: left;
  left: auto;
  transform: none;
  right: auto;
  position: relative;
  top: auto;
  bottom: auto;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 40px 20px;
}
.php-ckeditor .holePageSection .holeBlackBox p {
  color: #fff;
}
.php-ckeditor .holePageSection .holeBlackBox .map {
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: 30px;
}
.php-ckeditor .holePageSection .holeBlackBox .closeButton {
  display: none;
}
.php-ckeditor .holePageSection .holeArrows {
  position: relative;
  top: auto;
  width: 100%;
  transform: translatex(-50%);
  left: 50%;
  height: 80px;
  background: #555;
  border: 1px solid #fff;
  padding: 20px;
  margin: 20px 0;
}
.php-ckeditor .mapDescRow a {
  color: blue;
}
.php-ckeditor .holePageSection .holeArrows .arrow a {
  cursor: auto;
}
.php-ckeditor .scrollButton {
  display: none;
}
.php-ckeditor .sliderCaptions img:hover {
  width: 75px;
}
.php-ckeditor .sliderCaptions.withPlayButton {
  display: none;
}
.php-ckeditor .addressFooter .socialIcons {
  margin-top: 30px;
}
.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;
}
.php-ckeditor .testimonials {
  position: relative;
  margin-bottom: 20px;
}
.php-ckeditor .holeStatsRow {
  position: relative;
}
.php-ckeditor .statContainer {
  color: #fff;
}
.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: #214f42;
  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://hockley.designmode.intelligentgolf.co.uk/images/resources/hockley/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: 180px;
  margin-bottom: 60px;
  border: 2px solid #214f42;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
/* buttons */
input[type*="submit"],
a.btn,
button.btn {
  display: inline-block;
  text-shadow: none;
  background: #214f42;
  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: #e4b95a;
  color: black;
}
/* members area */
thead {
  background: #214f42;
  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;
  margin-top: 110px;
}
.php-index #leftcontent > div,
.php-index #rightcontent > div {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #214f42;
  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: #214f42;
  border-radius: 50%;
}
.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}
.php-weatherfg .weatherImage img,
.php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #214f42;
  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: #214f42;
    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: 180px;
  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: #214f42 !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: #214f42;
  border-radius: 50%;
}
.body-class-members .footer,
.body-class-opens .footer,
.php-login .footer,
.body-loginpage .footer,
.php-news .footer,
.php-competition .footer,
.php-teelogin .footer,
.php-visitoropen .footer,
.php-sagepay .footer,
body[class^='body-class-setcoursestatus'] .footer,
.body-class-visitorbooking .footer,
.footer.scrolled {
  display: block;
}
@media (min-width: 980px) {
  .body-class-members #header .navbar-inner #nav li .dropdown-menu a {
    padding: 2px 12px;
  }
}
/* ////////// ----------------  HOME BOXES ------------------- ///////////////  */
.homeBox {
  position: relative;
}
@media (max-width: 767px) {
  .homeBox {
    display: flex;
    flex-direction: column-reverse;
  }
}
.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 .blackMenuBox {
  background: rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, #000000 150%);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px 90px;
  width: 500px;
}
@media (max-width: 1199px) {
  .homeBox .blackMenuBox {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .homeBox .blackMenuBox {
    position: relative;
    text-align: center;
    background-image: none;
    background: #214f42;
    width: 100%;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    -o-animation-duration: 0s !important;
    -o-animation-delay: 0s !important;
    -moz-animation-duration: 0s !important;
    -moz-animation-delay: 0s !important;
    -webkit-animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
    animation-name: none !important;
    visibility: visible !important;
  }
}
@media (max-width: 480px) {
  .homeBox .blackMenuBox {
    padding: 50px 20px;
  }
}
.homeBox .blackMenuBox .scrollButton {
  position: absolute;
  left: 90px;
  background: rgba(0, 0, 0, 0.45);
  padding: 12px;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homeBox .blackMenuBox .scrollButton .fa-chevron-down:before {
  margin-left: 4px;
}
.homeBox .blackMenuBox .scrollButton:hover {
  background: #214f42;
}
@media (max-width: 1199px) {
  .homeBox .blackMenuBox .scrollButton {
    display: none;
  }
}
.homeBox .blackMenuBox .title h2 {
  font-family: 'Times New Roman', serif;
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  letter-spacing: 1.5px;
}
@media (max-width: 1199px) {
  .homeBox .blackMenuBox .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .homeBox .blackMenuBox .title h2 {
    font-size: 28px;
  }
}
.homeBox .blackMenuBox .title h4 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
}
.homeBox .blackMenuBox .title p {
  color: #fff;
}
.homeBox .blackMenuBox .menu {
  padding: 20px 0 40px 0;
}
@media (max-width: 767px) {
  .homeBox .blackMenuBox .menu {
    padding: 20px 0;
  }
}
.homeBox .blackMenuBox .menu a {
  display: block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0 10px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  .homeBox .blackMenuBox .menu a {
    padding: 8px;
    margin: 15px 5px;
    border: 1px solid #fff;
  }
}
.homeBox .blackMenuBox .menu a:before {
  content: '';
  width: 200px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #9a9a9a;
  bottom: 0;
}
@media (max-width: 767px) {
  .homeBox .blackMenuBox .menu a:before {
    display: none;
  }
}
.homeBox .blackMenuBox .menu a:last-of-type:before {
  display: none;
}
.homeBox .blackMenuBox .menu a:after {
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.73);
}
@media (max-width: 767px) {
  .homeBox .blackMenuBox .menu a:after {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 480px) {
  .homeBox .blackMenuBox .menu a:after {
    display: none;
  }
}
.homeBox .blackMenuBox .menu a:hover {
  color: #e4b95a;
}
.homeBox .blackMenuBox .menu a:hover:after {
  color: #e4b95a;
}
.homeBox.even .blackMenuBox {
  left: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .homeBox.even .blackMenuBox {
    text-align: center;
  }
}
.homeBox.even .blackMenuBox .menu {
  padding: 20px 0 40px 0;
}
@media (max-width: 767px) {
  .homeBox.even .blackMenuBox .menu {
    padding: 20px 0;
  }
}
.homeBox.even .blackMenuBox .menu a {
  display: block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0 10px 30px;
}
@media (max-width: 767px) {
  .homeBox.even .blackMenuBox .menu a {
    padding: 8px;
  }
}
.homeBox.even .blackMenuBox .menu a:hover {
  color: #e4b95a;
}
.homeBox.even .blackMenuBox .menu a:before {
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .homeBox.even .blackMenuBox .menu a:before {
    display: none;
  }
}
.homeBox.even .blackMenuBox .menu a:after {
  right: auto;
  left: 0;
}
@media (max-width: 767px) {
  .homeBox.even .blackMenuBox .menu a:after {
    left: auto;
    right: 20px;
  }
}
/* -------------------  INNER PAGE FULL WIDTH ----------------------------------------  */
.inPageContent.fullWidth {
  text-align: center;
}
.fullWidthPic img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
/* --------------------   COURSE PAGE ----------------------------   */
.mapDescRow {
  margin: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .mapDescRow {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .mapDescRow .map {
    padding: 0 80px 40px 80px;
  }
}
@media (max-width: 480px) {
  .mapDescRow .map {
    padding: 0 0 40px 0;
  }
}
.holePageSection {
  position: relative;
}
.holePageSection .mainPic img {
  width: 100%;
  min-height: 650px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .holePageSection .mainPic img {
    min-height: auto;
    max-height: 300px;
  }
}
.holePageSection .holeArrows {
  position: absolute;
  top: 50%;
  width: 80%;
  transform: translatey(-50%);
  left: 10%;
}
@media (max-width: 979px) {
  .holePageSection .holeArrows {
    display: none;
  }
}
.holePageSection .holeArrows .arrow a {
  cursor: pointer;
}
.holePageSection .holeArrows .arrow a:before {
  content: '\f053';
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 34px;
}
.holePageSection .holeArrows .arrow a:hover:before {
  color: #e4b95a;
}
.holePageSection .holeArrows .arrow.prev {
  float: left;
}
.holePageSection .holeArrows .arrow.next {
  float: right;
}
.holePageSection .holeArrows .arrow.next a:before {
  content: '\f054';
}
.holePageSection .openButton {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  top: 55px;
  right: 15%;
  font-size: 13px;
  width: 62px;
  font-size: 38px;
  opacity: 0;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.holePageSection .openButton.showButton {
  opacity: 1;
  z-index: 9;
}
.holePageSection .openButton.showButton:hover {
  background: #214f42;
}
.holePageSection .holeBlackBox {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  top: 55px;
  right: 15%;
  font-size: 13px;
  width: 400px;
  padding: 60px 20px 90px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -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: 979px) {
  .holePageSection .holeBlackBox {
    padding-top: 40px;
    right: auto;
    left: 50%;
    transform: translatex(-50%);
    top: 40px;
  }
}
@media (max-width: 480px) {
  .holePageSection .holeBlackBox {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    transform: none;
    left: auto;
    position: relative;
    top: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }
}
.holePageSection .holeBlackBox.hideBox {
  opacity: 0;
}
.holePageSection .holeBlackBox .closeButton {
  position: absolute;
  top: 15px;
  font-size: 22px;
  right: 15px;
  color: rgba(255, 255, 255, 0.64);
  cursor: pointer;
}
.holePageSection .holeBlackBox .closeButton:hover {
  color: #fff;
}
@media (max-width: 979px) {
  .holePageSection .holeBlackBox .closeButton {
    display: none;
  }
}
.holePageSection .holeBlackBox .map {
  position: absolute;
  right: 40px;
  bottom: 30px;
  order: 3;
}
@media (max-width: 480px) {
  .holePageSection .holeBlackBox .map {
    margin-top: 30px;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.holePageSection .holeBlackBox .holeStats {
  order: 1;
}
.holePageSection .holeBlackBox .text {
  order: 2;
}
@media (max-width: 767px) {
  .withSidebar {
    text-align: center;
  }
}
.withSidebar .split {
  text-align: center;
}
/* ---------------------------  MEMBER PAGE STYLES - COMES AFTER CUSTOM STYLRS ----------------------------  */
.body-class-members .sliderHolder,
.body-class-members .addressFooter {
  display: none;
}
.body-class-members.php-ckeditor .sliderHolder,
.body-class-members.php-ckeditor .addressFooter {
  display: block;
}
.body-class-members .memberPage {
  background: #214f42;
}
.body-class-members.php-ckeditor .memberPage {
    background: #fff;
}
.php-ckeditor .inPageContent a {
    color: #188867;
}
@media (max-width: 767px) {
   .inPageContent table {
    display: block;
    overflow-x: auto;
    width: 100%;
   }
}

/* anton styles */

.body-public.body-class-home .home-video iframe {
  width: 100% !important;
  height: 100vh !important;
}

.addressFooter {
  padding-top: 110px;
  background: url('/images/resources/hockley/updated-footer.jpg');
  background-size: cover;
}

.centeredchild {
  width: 70%;
}

.video-background {
  background: #fff;
  padding: 40px 20px 20px;
  border-radius: 5px;
  position: relative;
}

#video-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 36px;
}

#video-close:hover {
  cursor: pointer;
}

.homeBox .blackMenuBox {
  height: 65%;
  top: auto;
  bottom: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

.body-contentpage .sliderHolder .galleryInner, .body-contentpage .sliderHolder .galleryInner img {
  height: auto !important;
}

.body-contentpage .sliderHolder .scrollButton.onSlider {
  bottom: 40px;
  font-size: 20px;
}

.sliderHolder .galleryInner::after, .sliderHolder .galleryInner img::after {
  display: none;
  height: 0px;
}

.sliderHolder.innerSliderHolder .galleryInner::before, .sliderHolder.innerSliderHolder .galleryInner img::before {
  display: none;
}

.body-class-members .dropdown-menu .nav-menu-newsletters\.php {
  display: none;
}

.addressFooter {
  background: url('/images/resources/hockley/new-footer-background-one.jpg');
  background-size: cover;
  color: #fff;
}

.addressFooter .telephoneAndMail {
  color: #fff;
}

.addressFooter a {
  color: #ddd;
}

.addressFooter .igCopyright {
  color: #fff;
}

.addressFooter .socialIcons em {
  color: #fff;
}

.body-public .weatherButton .status.status-warn:first-of-type {
  display: block;
}

.body-public .weatherButton {
  z-index: 101;
}

.body-public .weatherButton.open {
  overflow-y: auto;
}

#header .navbar-inner #nav li a {
  text-shadow: none;
}

.memberPage {
  padding: 50px 20px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .innerSliderHolder .sliderCaptions.two {
    display: none;
  }
  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: 120px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .addressFooter {
    background-position: center;
  }
  .innerSliderHolder .sliderCaptions.two {
    display: none;
  }
  .inPageContent table {
    display: table;
  }
  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: 120px;
  }
}

.user-messages ul li {
  margin: 10px 0px;
}

.holeStats .statContainer .statCircle.whiteCircle {
  background: #000;
}

.holeStats .statContainer .statCircle.yellowCircle {
  background: #09a131;
}

.holeStats .statContainer .statCircle.redCircle {
  background: #2863ac;
}

.holeStats .statContainer .statCircle.purpleCircle {
  background: #644a94;
}

#mc_embed_shell {
  color: #000;
  text-align: left;
}

#mc_embed_shell h2 {
  color: #000;
}

#mc_embed_signup {
  padding: 20px;
  margin: 0px auto;
}

.inPageContent h5 {
  color: #214f42;
}

.body-class-members.body-contentpage .inPageContent, .body-class-members.body-contentpage .subMenu {
  background: #214f42;
}

@media (min-width: 1200px) {
  .body-public .header-wrapper .nav > li:nth-child(1) {
    margin-left: 81px;
  }
  .body-public #header #nav > li:nth-child(5) {
    margin-left: 119px;
  }
  .body-public #header #nav > li:nth-child(6) {
    margin-left: 0px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public .header-wrapper .nav > li:nth-child(1) {
    margin-left: 45px;
  }
  .body-public #header #nav > li:nth-child(6) {
    margin-left: 70px;
  }
  .body-public #header .navbar-inner #nav::before {
    width: 45%;
  }
  .body-public #header .navbar-inner #nav::after {
    width: 40%;
  }
  .body-public #header .navbar-inner #nav li a {
    text-transform: capitalize;
  }
}

.sliderCaptions h3 a {
  color: #83ff62;
}

.sliderCaptions h3 a:hover, .sliderCaptions h3 a:focus {
  color: #fff;
  text-decoration: underline;
}

.plain-page {
  background: #fff;
  color: #333;
}

.plain-page .inPageContent {
  color: #333;
}

.plain-page .inPageContent h1, .plain-page .inPageContent h2, .plain-page .inPageContent h3, .plain-page .inPageContent h4, .plain-page .inPageContent h5, .plain-page .inPageContent h6 {
  color: #1b4237;
}

.plain-page .inPageContent a {
  color: #1a9b16;
}

.plain-page .inPageContent a:hover, .plain-page .inPageContent a:focus {
  color: #333;
  text-decoration: underline;
}

.body-class-members.body-contentpage .plain-page .inPageContent, .body-class-members.body-contentpage .plain-page .subMenu {
  background: transparent;
}

.body-class-members .plain-page .inPageContent.memberPage form .customFormLine label, .body-class-members .plain-page .inPageContent.memberPage form .customFormLine .radioLabel {
  color: #000;
}

.body-class-members.body-contentpage .plain-page {
  background: transparent;
}

@media (min-width: 980px) {
  .body-public #header .navbar-inner #nav li.nav-menu-home a::before {
    display: none;
  }
}

/* end anton styles */

/*.inPageContent form .customFormLine label, .inPageContent form .customFormLine .radioLabel {
  color: black;
}
.inPageContent form .customFormLine span.checkboxLabel {
  color: black;
}*/
.body-class-members .inPageContent.memberPage form .customFormLine label, .body-class-members  .inPageContent.memberPage form .customFormLine .radioLabel {
	color: white;
	}

.body-class-members .inPageContent.memberPage form .customFormRadioItem {
  	margin-bottom: 0px;
}

.body-class-newsletter-signup.page-url-newsletter-signup .galleryWrapperNivo img {
	display: block;
}