/* andy styles */

/* ////////////////////////// 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: #ececec;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', serif;
  color: #004225;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.5px;
}
h4 {
  font-family: 'Merriweather', serif;
}
a:link,
a:visited {
  color: #004225;
  outline: 0;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #562e7b;
  outline: 0;
}
#container {
  min-height: calc(100vh - 50px);
}
@media (max-width: 979px) {
  #container {
    min-height: calc(100vh - 95px);
  }
}
@media (max-width: 480px) {
  #container {
    min-height: calc(100vh - 140px);
  }
}
/* /////////////// /// //////////  .inPageContent ONLY styles ///////// ///////////// //// */
.inPageContent {
  color: #333;
  padding: 80px 0;
}
@media (max-width: 979px) {
  .inPageContent {
    padding: 40px 20px;
  }
}
@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: #004225;
}
.inPageContent h1 {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .inPageContent h1 {
    font-size: 24px;
    letter-spacing: 1.5px;
  }
}
.inPageContent h3 {
  text-transform: uppercase;
  color: #216159;
  font-size: 18px;
  margin-top: 25px;
}
.inPageContent h4 {
  font-size: 38px;
  letter-spacing: 2px;
}
.inPageContent h5 {
  display: inline-block;
}
.inPageContent h6 {
  display: inline-block;
}
.inPageContent a:link,
.inPageContent a:visited {
  color: #004225;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1px;
}
.inPageContent a:hover,
.inPageContent a:active,
.inPageContent a:focus {
  color: #562e7b;
}
.inPageContent hr {
  border-top: 1px solid #333;
  border-bottom: none;
}
.inPageContent table {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.inPageContent table td {
  border: 1px dotted #bfc1c2;
  padding: 5px;
}
@media (max-width: 480px) {
  .inPageContent table td {
    padding: 5px 0;
    letter-spacing: 0;
  }
}
.inPageContent table th {
  border: 1px dotted #bfc1c2;
  font-weight: normal;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .inPageContent .span12 form fieldset#thankyou {
    padding: 20px 60px;
  }
}
.inPageContent form .customFormLine {
  color: #333;
  position: relative;
}
.inPageContent form .customFormLine input,
.inPageContent form .customFormLine textarea {
  width: 100%;
  margin-bottom: 20px;
  background: #efefef;
}
.inPageContent form .customFormLine input[type="checkbox"] {
  width: auto;
  height: auto;
}
.inPageContent form .customFormLine input {
  height: 35px;
}
.inPageContent form .customFormLine textarea {
  height: 100px;
}
.inPageContent form .customFormLine label,
.inPageContent form .customFormLine .radioLabel {
  color: #333;
}
.inPageContent form .customFormLine label.customnoformat {
  display: none;
}
.inPageContent form .customFormRadioItem {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 20px;
}
.inPageContent form .customFormRadioItem input {
  width: auto;
  height: auto;
  margin-top: 16px;
  margin-right: 5px;
}
.inPageContent form .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: -5px;
}
.inPageContent h5 a:link,
.inPageContent h5 a:visited,
.inPageContent form input[type="submit"],
.inPageContent .map_popup_form input[type=submit] {
  display: inline-block;
  background: #004225;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 10px 25px;
  margin: 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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 8px 6px -6px black;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  text-decoration: none;
}
.inPageContent h5 a:link:hover,
.inPageContent h5 a:visited:hover,
.inPageContent form input[type="submit"]:hover,
.inPageContent .map_popup_form input[type=submit]:hover {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.inPageContent h6 a:link,
.inPageContent h6 a:visited {
  background: #bfc1c2;
  color: #333;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 25px;
  margin: 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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 8px 6px -6px black;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  text-decoration: none;
}
.inPageContent h6 a:link:hover,
.inPageContent h6 a:visited:hover {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
/* /////////////// /// //////////  .subMenu ONLY styles ///////// ///////////// //// */
.subMenu {
  background: #216159;
  text-align: center;
  padding: 5px;
}
@media (max-width: 480px) {
  .subMenu {
    padding: 10px;
  }
}
.subMenu ul {
  margin: 0;
}
.subMenu .menu-section h2 {
  display: none;
}
.subMenu .menu-section li {
  list-style-type: none;
  display: inline;
  text-transform: uppercase;
  font-size: 14px;
}
.subMenu .menu-section li::after {
  content: '-';
  padding: 0 7px;
  color: #fff;
}
@media (max-width: 480px) {
  .subMenu .menu-section li::after {
    display: none;
  }
}
.subMenu .menu-section li:last-child:after {
  display: none;
}
.subMenu .menu-section li.current a {
  color: #bfc1c2;
}
.subMenu .menu-section li a {
  margin: 10px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
.subMenu .menu-section li a:hover {
  color: #bfc1c2;
}
@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;
}
.sliderHolder.innerSliderHolder .galleryInner,
.sliderHolder.innerSliderHolder .galleryInner img {
  height: auto !important;
  min-height: 250px;
  object-fit: cover;
}
.sliderHolder .nivo-directionNav {
  display: block;
  z-index: 99;
}
@media (max-width: 979px) {
  .sliderHolder .nivo-directionNav {
    display: none !important;
  }
}
.sliderHolder .nivo-directionNav a {
  width: 25px !important;
  height: 47px !important;
}
.sliderHolder .nivo-directionNav a.nivo-prevNav {
  background: url("/images/resources/sunningdaleheath/sliderLeftSmall.png") center center no-repeat !important;
  left: 5%;
}
.sliderHolder .nivo-directionNav a.nivo-nextNav {
  background: url("/images/resources/sunningdaleheath/sliderRightSmall.png") center center no-repeat !important;
  right: 5%;
}
.sliderHolder .nivo-controlNav-Wrapper {
  z-index: 10;
  font-size: 0;
  display: none !important;
}
@media (max-width: 979px) {
  .sliderHolder .nivo-controlNav-Wrapper {
    display: none;
  }
}
.sliderHolder .nivo-controlNav-Wrapper a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  margin: 5px;
}
.sliderHolder .nivo-controlNav-Wrapper a.active {
  background: #fff;
  box-shadow: 0 0 0 3px #9f9e9d;
}
.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: 28px;
  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: relative;
  z-index: 9;
  width: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 24px;
}
.sliderHolder .fa-angle-down:before {
  content: "\f107";
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.sliderHolder .ct-js-btn-scroll.animated {
  animation-duration: 4s;
  animation-delay: 2s;
  -o-animation-duration: 4s;
  -o-animation-delay: 2s;
  -moz-animation-duration: 4s;
  -moz-animation-delay: 2s;
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 2s;
}
.sliderHolder em.animated.fa.fa-angle-down {
  display: block;
  animation-duration: 4s;
  animation-delay: 2s;
  -o-animation-duration: 4s;
  -o-animation-delay: 2s;
  -moz-animation-duration: 4s;
  -moz-animation-delay: 2s;
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 2s;
}
.sliderHolder .sliderCaptions {
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translate(-50%, -85%);
  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: 1199px) {
  .sliderHolder .sliderCaptions {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.sliderHolder .sliderCaptions img {
  width: 100px;
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions img {
    width: 60px;
  }
}
.sliderHolder .sliderCaptions h2 {
  color: #fff;
  font-size: 30px;
  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: 24px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 18px;
  }
}
.sliderHolder .sliderCaptions h4 {
  color: #fff;
  font-size: 28px;
}
/* ///////////////// //////////////  COURSE STATUS BUTTON & SHOW ////////////////////////////////// //////////////  */
.andyWeatherAndCourseStatusButton,
.andyShowWeatherAndCourseStatus {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 10px 10px 10px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .andyWeatherAndCourseStatusButton,
  .andyShowWeatherAndCourseStatus {
    position: relative;
  }
}
.andyWeatherAndCourseStatusButton {
  padding: 10px;
  display: none;
  cursor: pointer;
}
.andyWeatherAndCourseStatusButton .statusButton .fa {
  font-size: 22px;
  color: #efefef;
  margin-left: 7px;
  vertical-align: sub;
}
.andyWeatherAndCourseStatusButton a {
  color: #efefef;
  cursor: pointer;
  font-size: 11px;
}
.andyShowWeatherAndCourseStatus {
  padding-bottom: 0;
  color: #fff;
  padding-left: 20px;
  width: 100%;
}
@media (max-width: 480px) {
  .andyShowWeatherAndCourseStatus {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.andyShowWeatherAndCourseStatus .close-weather-and-course-status .fa {
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
}
@media (max-width: 767px) {
  .andyShowWeatherAndCourseStatus .close-weather-and-course-status .fa {
    display: none;
  }
}
.andyShowWeatherAndCourseStatus .courseStatus {
  display: flex;
  padding-right: 50px;
  padding-top: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .andyShowWeatherAndCourseStatus .courseStatus {
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .andyShowWeatherAndCourseStatus .courseStatus {
    padding-top: 0;
  }
}
.andyShowWeatherAndCourseStatus h3,
.andyShowWeatherAndCourseStatus b {
  display: none;
}
/* /////////////// //// ////////// WEATHER ///////////////// ///////////////// */
.andyShowWeatherAndCourseStatus .weathers {
  color: #fff;
  display: inline-block;
  font-size: 16px !important;
  float: left;
  margin-right: 30px;
}
@media (max-width: 480px) {
  .andyShowWeatherAndCourseStatus .weathers {
    display: block;
    width: 100%;
  }
}
.andyShowWeatherAndCourseStatus .weathers .weatherSingle {
  display: inline-block;
  width: 150px;
  line-height: 18px;
}
.andyShowWeatherAndCourseStatus .weathers .weatherDate,
.andyShowWeatherAndCourseStatus .weathers .weatherTemp {
  clear: right;
  float: right;
}
.andyShowWeatherAndCourseStatus .weathers .weatherDate {
  display: none;
}
.andyShowWeatherAndCourseStatus .weathers .weatherTemp {
  font-size: 22px;
  margin-top: 16px;
  font-weight: bold;
}
.andyShowWeatherAndCourseStatus .weathers .weatherTemp:before {
  content: '';
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 9px;
  height: 33px;
  background: url(/images/resources/sunningdaleheath/temp.png) center center no-repeat;
}
.body-public #globalwrap .image-night {
  background: none;
}
/* ////////// ///////////////////////  HOLE TOUR MENU STYLES /////////////// ////////////////////  */
.holeNavigationRow {
  background: rgba(51, 51, 51, 0.56);
  margin-top: -55px;
  z-index: 10;
}
@media (max-width: 767px) {
  .holeNavigationRow {
    margin-top: -1px;
    position: relative;
    padding: 10px;
    background: rgba(33, 97, 89, 0.75);
  }
}
.holeNavigationRow .menu-section h2 {
  display: none;
}
.holeNavigationRow .holeNavigation {
  text-align: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .holeNavigationRow .holeNavigation {
    text-align: left;
  }
}
.holeNavigationRow .holeNavigation .menu-section {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.holeNavigationRow .holeNavigation .menu-section ul {
  margin: 0;
}
.holeNavigationRow .holeNavigation .menu-section ul li {
  list-style-type: none;
  display: inline;
}
.holeNavigationRow .holeNavigation .menu-section ul li a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 0;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  margin: 0;
  position: relative;
  width: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    font-size: 15px;
    width: 15px;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    display: inline-block;
    width: 35px;
    float: left;
    margin: 5px;
    padding: 7px;
    background: rgba(23, 73, 68, 0.9);
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li a:hover {
  color: #bfc1c2;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:hover {
    background: #bfc1c2;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: left;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: none;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(7) a,
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(13) a {
    clear: left;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a {
    background: #bfc1c2;
  }
}
@media (min-width: 768px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a:after {
    content: '\f0d7';
    font-family: 'Fontawesome';
    position: absolute;
    bottom: -10px;
    font-size: 14px;
    right: 50%;
    transform: translatex(50%);
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li:before {
  content: "-";
  padding: 0 10px 0 8px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:before {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:before {
    display: none;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li:first-child:before {
  display: none;
}
/* //////// ///////////////////   .addressFooter STYLES  ///////// //// ////////////////// ////  */
.addressFooter {
  padding: 50px 20px 20px 20px;
  background: #004225;
  color: #fff;
}
@media (min-width: 980px) {
  .addressFooter {
    border-left: 30px solid #ececec;
    border-right: 30px solid #ececec;
  }
}
@media (max-width: 767px) {
  .addressFooter {
    text-align: center;
  }
}
.addressFooter h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 28px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .addressFooter h1 {
    font-size: 24px;
  }
}
.addressFooter h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.addressFooter a {
  color: #fff;
}
.addressFooter a:hover {
  color: #c6e1c6;
}
.addressFooter .socialIcons {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.addressFooter .socialIcons em {
  border: 2px solid;
  width: 45px;
  text-align: center;
  display: inline-block;
  padding: 8px 7px 10px 11px;
  margin: 0 3px 15px 3px;
  font-size: 22px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
.addressFooter .socialIcons em:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.addressFooter .footerMenu {
  border-top: 1px solid rgba(219, 219, 219, 0.33);
  padding-top: 20px;
}
.addressFooter .footerMenu a {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .addressFooter .footerMenu a {
    margin-right: 10px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .addressFooter .footerMenu a {
    display: block;
    margin: 5px;
  }
}
.addressFooter .footerMenu .span12 {
  position: relative;
}
/* //////// ///////////////////   .newsletterSubscribe STYLES  ///////// //// ////////////////// ////  */
.newsletterSubscribe {
  padding-bottom: 30px;
}
.newsletterSubscribe p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_1 fieldset#thankyou {
    width: 280px;
    margin: 0 auto;
  }
}
.newsletterSubscribe #customform_1 .customFormLine {
  position: initial;
}
.newsletterSubscribe #customform_1 label {
  display: none;
}
.newsletterSubscribe #customform_1 .alert.alert-error + span label {
  display: none;
}
.newsletterSubscribe #customform_1 .alert ul {
  margin: 0;
}
.newsletterSubscribe #customform_1 .alert li {
  list-style-type: none;
}
.newsletterSubscribe #customform_1 .alert-danger,
.newsletterSubscribe #customform_1 .alert-error {
  background-color: #002314;
  border: none;
  color: #fff;
  text-shadow: none;
  font-size: 11px;
}
.newsletterSubscribe #customform_1 .alert-danger p,
.newsletterSubscribe #customform_1 .alert-error p {
  margin-bottom: 0;
  font-size: 11px;
}
.newsletterSubscribe #customform_1 div#thankyou p {
  margin: 10px;
  background: #b63e50;
  padding: 10px;
  display: inline-block;
}
.newsletterSubscribe #customform_1 #thankyou .customFormLine input {
  height: 40px;
  width: 330px;
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #efefef url(/images/resources/sunningdaleheath/envelope.png) 10px 50% no-repeat;
  float: left;
  border: none;
  padding-left: 40px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .newsletterSubscribe #customform_1 #thankyou .customFormLine input {
    width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsletterSubscribe #customform_1 #thankyou .customFormLine input {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_1 #thankyou .customFormLine input {
    width: 280px;
  }
}
.newsletterSubscribe #customform_1 #thankyou #custom_1_submit {
  float: left;
  margin: 0;
  background: #bfc1c2;
  color: #333;
  border: none;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.newsletterSubscribe #customform_1 #thankyou #custom_1_submit:hover {
  background: rgba(33, 97, 89, 0.75);
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsletterSubscribe #customform_1 #thankyou #custom_1_submit {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_1 #thankyou #custom_1_submit {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    float: none;
  }
}
.newsletterSubscribe #customform_1 #thankyou br {
  display: none;
}
/* //////// ///////////////////   .footer STYLES  ///////// //// ////////////////// ////  */
.footer {
  background: #ececec;
  color: #333;
  font-size: 0.8em;
  height: 50px;
  line-height: 28px;
  padding-top: 10px;
}
@media (max-width: 979px) {
  .footer {
    text-align: center;
    height: 95px;
    line-height: 22px;
    padding: 10px 5px 2px 5px;
  }
}
@media (max-width: 480px) {
  .footer {
    height: 140px;
  }
}
.footer .container {
  position: relative;
}
@media (max-width: 480px) {
  .footer .bottomFooterSep {
    display: none;
  }
  .footer .bottomFooterSep.two {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
.footer .footerLinks {
  display: inline;
  margin-left: 20px;
}
@media (max-width: 979px) {
  .footer .footerLinks {
    display: block;
    margin-left: 0;
  }
}
.footer .footerLinks a {
  font-size: 12px;
  color: #333;
}
@media (max-width: 979px) {
  .footer .footerLinks a {
    font-size: 11px;
  }
}
.footer a.igLogo img {
  width: 85px;
  right: 0;
  position: absolute;
}
@media (max-width: 979px) {
  .footer a.igLogo img {
    position: relative;
    margin-top: 7px;
  }
}
/* //////// ///////////////////   sscroll to top  ///////// //// ////////////////// ////  */
.body-class-members .bck {
  display: none;
}
.bck {
  position: fixed;
  bottom: 130px;
  right: 2rem;
  background: none;
  color: #fff;
  visibility: hidden;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  transition-property: all;
}
.bck.bck-on {
  visibility: visible;
  z-index: 999999;
}
.fade {
  opacity: 0;
}
.bck-on.fade {
  opacity: 1;
}
.rightToLeft {
  right: -50px;
}
.bck-on.rightToLeft {
  right: 2rem;
}
.bottomToTop {
  bottom: -50px;
}
.bck-on.bottomToTop {
  bottom: 1rem;
}
.bck-leftToRight {
  left: -50px;
}
.bck-on.leftToRight {
  left: 1rem;
}
.topToBottom {
  top: -50px;
}
.bck-on.topToBottom {
  top: 1rem;
}
.bck i.fa.fa-angle-up {
  color: #bfc1c2;
  font-size: 38px;
  line-height: 13px;
}
.backText {
  font-size: 12px;
}
/* //////// ///////////////////   inPageContent gallery and slider STYLES  ///////// //// ////////////////// ////  */
.innerPage #gallery div.ss-controls .play,
.innerPage div#thumbs div.top,
.innerPage #gallery div.caption-container,
.innerPage #gallery div.controls {
  display: none;
}
.innerPage #gallery div.slideshow img {
  border: none;
}
.innerPage #gallery div.slideshow span.image-wrapper {
  width: 100%;
}
.innerPage #thumbs ul.thumbs li.selected a.thumb {
  background: none;
}
.innerPage #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;
}
.innerPage .pull-right.gallery-image,
.innerPage .pull-left.gallery-thumbs {
  width: 100%;
}
.innerPage .pull-left.gallery-thumbs {
  margin-left: 0;
  margin-top: 0;
}
.innerPage div#thumbs div.bottom {
  margin-top: 22px;
  float: left;
}
.innerPage div.pagination span.current {
  background-color: rgba(23, 73, 68, 0.9);
  border-color: rgba(23, 73, 68, 0.9);
}
.innerPage ul.thumbs img {
  margin: 0;
}
.innerPage div.pagination a,
.innerPage div.pagination span.current,
.innerPage div.pagination span.ellipsis {
  margin-right: 8px;
}
.innerPage div.pagination a:hover {
  background-color: #404242;
}
.innerPage .galleryWrapper.galleryWrapperNivo {
  position: relative;
  padding-bottom: 80px;
}
.innerPage .galleryInner.nivoInner.nivoSlider,
.innerPage .galleryInner.nivoInner.nivoSlider img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.innerPage .nivo-controlNav-Wrapper {
  display: none !important;
}
.innerPage .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;
}
.innerPage .nivo-controlNav a.active {
  background: #bfc1c2;
}
.innerPage .nivo-directionNav {
  display: block !important;
}
.innerPage .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) {
  .innerPage .nivo-caption {
    width: 80%;
  }
}
.innerPage .nivo-caption h4 {
  font-size: 28px;
  line-height: 30px;
  padding: 0 20px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
  .innerPage .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ///////////////// //////////////  SLIDER COUNTER ////////////////////////////////// //////////////  */
.innerPage .galleryInner {
  overflow: visible !important;
}
.innerPage .nivo-directionNav {
  display: block;
  z-index: 99;
  width: 90px;
  height: 50px;
  position: absolute;
  right: 50%;
  transform: translatex(50%);
  bottom: -50px;
}
.innerPage .nivo-directionNav a {
  text-indent: 0;
  background: none !important;
  width: auto;
  height: auto;
  text-decoration: none;
  color: grey;
}
.innerPage .nivo-directionNav a.nivo-prevNav:before {
  content: '\f104';
  font-family: 'Fontawesome';
  font-size: 38px;
  vertical-align: bottom;
  line-height: 31px;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.innerPage .nivo-directionNav a.nivo-nextNav:after {
  content: '\f105';
  font-family: 'Fontawesome';
  font-size: 38px;
  vertical-align: bottom;
  line-height: 31px;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.innerPage .nivo-directionNav a.nivo-prevNav {
  left: 0;
  width: 55px;
}
.innerPage .nivo-directionNav a.nivo-nextNav {
  right: 0;
}
.innerPage .nivo-directionNav a.nivo-prevNav:after {
  content: '/';
  margin-left: 5px;
}
.innerPage .nivo-directionNav a .dash,
.innerPage .nivo-directionNav a .arrow {
  display: none;
}
.innerPage .nivo-directionNav a:hover.nivo-prevNav:before {
  color: rgba(33, 97, 89, 0.75);
}
.innerPage .nivo-directionNav a:hover.nivo-nextNav:after {
  color: rgba(33, 97, 89, 0.75);
}
/* //////// ///////////////////   navbar standard styles  ///////// //// ////////////////// ////  */
#header .navbar {
  margin-bottom: 0;
}
#header .navbar-inner {
  background: rgba(33, 97, 89, 0.75);
  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(23, 73, 68, 0.9) url("/images/resources/sunningdaleheath/menuDownToggle2.png") right 15px center no-repeat;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown.open .dropdown-toggle {
    background: rgba(23, 73, 68, 0.9) url("/images/resources/sunningdaleheath/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;
    color: #fff;
    padding: 20px 10px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li a {
    background: rgba(23, 73, 68, 0.9);
    margin: 10px;
    padding: 12px !important;
  }
}
#header .navbar-inner #nav li a:hover {
  color: #bfc1c2;
}
#header .navbar-inner #nav li a#logoutbtn {
  color: #bfc1c2;
}
#header .navbar-inner #nav li .dropdown-menu {
  margin: 0;
  background-color: rgba(23, 73, 68, 0.9);
  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: #bfc1c2;
}
#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: 60px;
  z-index: 9;
  margin-top: 4px;
}
@media (max-width: 979px) {
  #header .navbar-inner .logoLink {
    left: 50%;
    transform: translatex(-50%);
    margin-top: 0;
  }
}
#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;
}
.body-public #header #nav {
  left: 0;
  margin-right: 0;
}
.body-public #header #nav li.nav-level-1.nav-menu-book_now a {
  background: #bfc1c2;
  color: #004225;
  -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 #nav li.nav-level-1.nav-menu-book_now a:hover {
  background: rgba(33, 97, 89, 0.75);
  color: #fff;
}
@media (min-width: 980px) {
  .body-public #header .container {
    position: static;
  }
}
@media (min-width: 980px) {
  .body-public #header #myNavbar {
    position: absolute;
    right: 0;
  }
}
.body-public #header .logoLink {
  width: 65px;
}
@media (min-width: 980px) {
  .body-public #header .logoLink {
    left: 30px;
  }
}
/* //////// ///////////////////   system pages no need to touch  ///////// //// ////////////////// ////  */
.hcapsig {
  word-wrap: break-word;
}
/*  styles moved from custom css zashtoto ne sa pipani*/
.forceFullWidth {
  position: relative;
  width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.body-public span.customFormRadioItem + br {
  display: none;
}
/* Google Map Styles */
div#map_container {
  width: 100% !important;
  height: 480px !important;
  color: #333;
}
@media (min-width: 980px) {
  div#map_container {
    border-left: 30px solid #ececec;
    border-right: 30px solid #ececec;
  }
}
a#map_to_here_button:hover,
a#map_from_here_button:hover {
  color: #bfc1c2;
}
.gm-style .gm-style-iw-c {
  line-height: 24px !important;
  border-top: 10px solid rgba(33, 97, 89, 0.75) !important;
}
#globalwrap .map_popup_form input[type=text] {
  height: 35px !important;
}
.gm-style-iw-d {
  padding: 0 5px !important;
}
/* //// ///// MIN WIDTH 980 ///// //// ///////  */
@media (min-width: 980px) {
  #globalwrap {
    padding-top: 0;
  }
}
/* ///// //// MIN WIDTH 768 /// ////////// /   */
@media (min-width: 768px) {
  .moveRight768AndAbove {
    float: right !important;
  }
  .removeMarginLeft768AndAbove {
    margin-left: 0 !important;
  }
}
/* end of styles moved from custom css */
.inPageContent .span12 form .customFormLine input,
.inPageContent .span12 form .customFormLine textarea {
  text-align: center;
}
#date_form .picker input {
  cursor: pointer;
  padding: 3px;
  margin-right: 15px !important;
}
img.ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 0;
}
#header .navbar-inverse .nav li.nav-menu-information .dropdown-menu > li:nth-last-child(2) > a {
  border-bottom: none;
}
.body-root-information #global .container {
  max-width: 100%;
}
body[class^="body-class-setcoursestatuscourseid"] {
  word-break: break-word;
}
#statusform textarea {
  max-width: 100%;
}
.body-public .tipForm form input[type="submit"] {
  letter-spacing: 0;
  font-size: 12px;
  padding: 5px 10px;
}
.cluetip-jtip #cluetip-inner {
  overflow: hidden;
}
.php-ckeditor .inPageContent td {
  border: 2px solid #1a4267 !important;
}
.body-class-visitorbooking.body-public img.ui-datepicker-trigger {
  top: 0;
  right: 20px;
  position: absolute;
}
.body-class-visitorbooking.body-public #date_form .picker input[type=text] {
  margin-right: 20px;
}
.hcapsig .dropdown-menu {
  background-color: #dedfde;
}
div#cluetip {
  /*width: auto !important; this was causing a shadow on Wells visitor booking pop up but needed on previous sites */
}
.cc-cookies {
  width: 100% !important;
}
.body-root-home #latestcomp img[height="16"],
img[height="14"] {
  margin-left: 7px;
  margin-top: -3px;
}
.php-search input#string {
  height: 40px;
}
.php-messages .well-large {
  padding: 0px;
}
.php-halloffame h1 {
  font-size: 24px;
  border-bottom: 1px dotted;
  padding-bottom: 20px;
}
.php-roundmgmt .dateperiods {
  /* float:none; THIS WAS CAUSING OVERLAPPING ON SMALL SCREEN PAGE FOR ROUNDMGMT */
}
.php-roundmgmt #globalwrap {
  overflow: scroll;
}
#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}
.php-hcaprecord #global {
  overflow: scroll;
}
#latestcomp,
#upcomingcomps,
#previouscomps,
#fpmessagediv,
#admin_dash,
.announcements,
#myupcoming,
#myteetimes,
.news,
.members-mobile-scoreentry,
#halloffame {
  border: 2px solid #b99863;
  background: rgba(255, 255, 255, 0.8);
}
.teetimesholder th,
#memteetimes th,
.teetimesholder thead tr {
  border: #706862 1px solid;
}
table.teetimesholder td {
  border-right: 1px #294761 solid;
}
#memteetimes {
  border: 1px #706862 solid;
}
#memteetimes td {
  border-left: #706862 1px solid !important;
  border-bottom: #706862 1px solid !important;
}
#memteetimes tbody tr {
  border-bottom: #706862 1px solid !important;
}
#global .tabs ul {
  background: #706862 !important;
}
#globalwrap .adminWrapper table.admin thead th,
#globalwrap .adminWrapper table.admin thead td {
  color: white!important;
}
.inner-page .container {
  background: none;
  margin-left: -20px;
}
.body-root-roundmgmt\.php #ui-datepicker-div {
  display: none;
}
.gr-textarea-btn {
  display: none;
}
#closebutton + br {
  display: none !important;
}
.nav .nav-menu-login\.php {
  display: none !important;
}
.navbar .nav li ul.dropdown-menu li.nav-menu-information {
  display: none;
}
#ui-datepicker-div {
  position: absolute;
  top: -100%;
  left: -100%;
}
#date_form .picker {
  right: 0px !important;
}
table.tee_process {
  display: none !important;
}
.php-weatherfg .image-day {
  background: #87CEEB;
}
.php-weatherfg .image-night {
  background: #3c4a90;
}
.php-visitoropen #globalwrap > div {
  max-width: 100%;
}
#facebox {
  position: absolute;
  top: 150px !important;
  z-index: 9999;
}
#globalwrap table.mceLayout[style] {
  width: 100% !important;
}
.mceItemTable {
  width: 100% !important;
  max-width: 100%;
}
.body-class-members #leftcontent > div,
.body-class-members #rightcontent > div,
body:not(.body-public) #leftcontent > div,
body:not(.body-public) #rightcontent > div {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ffffff21;
}
.body-class-members .teetimesholder th,
.body-class-members #memteetimes th,
body:not(.body-public) .teetimesholder th,
body:not(.body-public) #memteetimes th {
  color: #fff !important;
  background-color: grey !important;
}
.body-class-members .login-btn,
body:not(.body-public) .login-btn {
  display: none;
}
.body-class-members .btn-group > .btn,
body:not(.body-public) .btn-group > .btn {
  float: left;
}
.body-class-members .dateperiods a,
body:not(.body-public) .dateperiods a {
  float: left;
}
/* ///// NAVBAR TO TO SCROLL UP ON MEMBERS PAGES & SYSTEM FRONT-END  ///*/
.body-class-members .navbar-fixed-top,
body:not(.body-public) .navbar-fixed-top .body-class-opens .navbar-fixed-top,
.php-login .navbar-fixed-top,
.body-loginpage .navbar-fixed-top,
.php-news .navbar-fixed-top,
.php-competition .navbar-fixed-top,
.php-teelogin .navbar-fixed-top,
.php-visitoropen .navbar-fixed-top,
.php-sagepay .navbar-fixed-top,
body[class^='body-class-setcoursestatus'] .navbar-fixed-top,
.body-class-visitorbooking .navbar-fixed-top {
  position: relative;
}
/* php-ckeditor */
.php-ckeditor #outerborder #myNavbar {
  display: none;
}
.php-ckeditor .nav-collapse {
  position: relative;
}
.php-ckeditor .nav-collapse span {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.php-ckeditor .navbar .btn,
.php-ckeditor .navbar .btn.btn-primary,
.php-ckeditor .navbar .btn-group .btn {
  margin: 10px 0px;
}
.php-ckeditor .navbar .btn-group {
  margin: 0px 0px !important;
}
.php-ckeditor .CodeMirror-wrap .CodeMirror-scroll {
  position: relative;
  height: 1000px;
  overflow: auto;
}
div.sticky-queue {
  border: none !important;
}
div.sticky-note {
  padding-bottom: 20px;
}
a.btn.btn-danger,
a.btn.btn-success {
  color: #fff;
}
.body-class-members .navbar-inverse .nav .dropdown-menu > li > a {
  padding: 7px 10px;
}
/* system login page & course status */
#login input,
.php-coursestatus textarea,
.body-class-setcoursestatus textarea,
.body-class-setcoursestatuscourseid1 textarea {
  height: 40px;
  width: 100% !important;
  margin-bottom: 10px;
}
#login .controls input.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none;
  border: none;
  margin-top: 20px;
}
#login label.checkbox {
  padding-left: 0;
  text-align: center;
}
#login .controls label.checkbox input.inline {
  margin-left: -5px;
}
.php-coursestatus a.button.btn.btn-info.btn-small,
.body-class-setcoursestatus a.button.btn.btn-info.btn-small {
  margin: 5px;
  color: #fff !important;
}
.php-coursestatus a[href*="setcoursestatus"],
.body-class-setcoursestatus a[href*="setcoursestatus"],
.body-class-setcoursestatuscourseid1 a[href*="setcoursestatus"] {
  word-break: break-word;
}
.ui-widget-header {
  border: none;
  background: #dab380;
}
body.body-class-setcoursestatus h1 {
  font-size: 32px;
  border-bottom: 1px dotted;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body.body-class-setcoursestatus form input[type="submit"] {
  /*margin-top: 0; this causing button to be out of line on recent sites */
}
body.body-class-setcoursestatus form input[name="loginword"] {
  height: 38px;
}
/* ///////////// /////////// max-width 1199px ////////////////// ///// */
@media (max-width: 1199px) {
  .nametable a.btn.button {
    font-size: 11px !important;
  }
  .nametable td {
    font-size: 11px !important;
    padding: 5px 2px !important;
  }
}
/* media queries members that generall don't need touching */
@media (max-width: 979px) {
  body.php-viewround table {
    font-size: 13px;
  }
  .php-viewround .table th,
  .table td {
    padding: 5px;
  }
  #globalwrap .teebooking #date_form .tabs li.current a {
    background: #4f925a !important;
    color: #fff;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .body-class-members #globalwrap,
  body:not(.body-public) #globalwrap,
  .body-class-opens #globalwrap,
  .php-login #globalwrap,
  .body-loginpage #globalwrap,
  .php-news #globalwrap,
  .php-competition #globalwrap,
  .php-teelogin #globalwrap,
  .php-visitoropen #globalwrap,
  .php-sagepay #globalwrap,
  body[class^='body-class-setcoursestatus'] #globalwrap,
  .body-class-visitorbooking #globalwrap {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #globalwrap .teebooking #date_form .tabs li.current a {
    font-size: 14px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .php-coursestatus a.button.btn.btn-info.btn-small,
  .body-class-setcoursestatus a.button.btn.btn-info.btn-small {
    margin: 5px;
    display: block;
  }
  .php-coursestatus ul.unstyled li,
  .body-class-setcoursestatus ul.unstyled li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
  }
  .php-coursestatus ul.unstyled,
  .body-class-setcoursestatus ul.unstyled {
    padding-top: 20px;
  }
  /* weather members */
  .php-weatherfg .nav-tabs a {
    font-size: 12px;
    padding: 5px 2px;
  }
  /* compact tables small screens */
  table td {
    font-size: 12px;
  }
  table th {
    font-size: 12px;
    font-weight: normal !important;
    padding: 2px !important;
  }
  .php-viewround .table th,
  .table td {
    padding: 5px 2px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .php-awayplayer table {
    display: block;
    overflow-x: auto;
  }
  table.table.scorecard {
    display: block;
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  #diaryTable.table {
    display: block;
    overflow-x: auto;
  }
}
/* make css editor in backend more manageable */
.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}
/*-----------------------------------------------------------------
                SCORECARD
-----------------------------------------------------------------*/
.scorecard {
  text-align: center;
  border: 1px solid #0063ac;
}
.scorecard td,
.scorecard th {
  border: 1px solid #0063ac;
  text-align: center;
}
.White {
  background: #fff;
  color: #333;
}
.Yellow {
  background: #ffff00;
  color: #333;
}
.Red {
  background: #ff0000;
  color: #fff;
}
.Blue {
  background: #0063ac;
  color: #fff;
}
.body-public.php-cookie-usage #global {
  padding-top: 90px;
}
@media (max-width: 979px) {
  .body-public.php-cookie-usage #global {
    padding: 20px;
  }
}
/* ////// ////////////////////////////// //////////////////////// //////////////////// ///////////////////// /////////// //////////////////// END OF STYLES FOR MEMBERS PAGES THAT GENERALLY DO NOT NEED TO TOUCH ///////////////// ////// ///// / ////////////////////////////////////////////// ////////////////////////////////// //////////////////////////////////////////// ///////////////// ////////////////////////// ////////////////// */
/* //////// ///////////////////   system pages to customise css  ///////// //// ////////////////// ////  */
body #globalwrap .price span.badge {
  width: 44px !important;
  font-size: 12px !important;
}
/* ///////////////// MEMBERS HOME PAGE ///////////////// */
.body-class-members h3 {
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(33, 97, 89, 0.75);
  font-family: 'Montserrat', sans-serif;
}
.body-class-members #leftcontent > div,
.body-class-members #rightcontent > div,
body:not(.body-public) #leftcontent > div,
body:not(.body-public) #rightcontent > div {
  border: 1px solid rgba(33, 97, 89, 0.75);
}
/* ///////////////////////////////// ///////////////  LOGIN PAGE ///////////////////////////////////// */
.body-loginpage #login {
  padding: 20px 20px;
  border: 2px solid rgba(33, 97, 89, 0.75);
  text-align: center;
}
#login h3 {
  color: rgba(23, 73, 68, 0.9);
  text-transform: uppercase;
  margin-bottom: 30px;
}
h4.media-heading {
  font-family: 'Montserrat', sans-serif;
}
#login .controls input.btn {
  display: inline-block;
  background: #004225;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 10px 25px;
  margin: 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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 8px 6px -6px black;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  text-decoration: none;
}
#login .controls input.btn:hover {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
/* ////////////////////// /////////////////// /////// NEWSBOX CMS HOMEPAGE //////////// ////////////// ///////  */
.newsbox a:link,
.newsbox a:visited,
.news-summary a.read-more:link,
.news-summary a.read-more:visited {
  background: #bfc1c2;
  color: #333;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 25px;
  margin: 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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 8px 6px -6px black;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  text-decoration: none;
}
.newsbox a:link:hover,
.newsbox a:visited:hover,
.news-summary a.read-more:link:hover,
.news-summary a.read-more:visited:hover {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
/* ////////////////////// /////////////////// /////// NEWS PHP FRONT-END ////////////// ////////////// ///////  */
.body-public .news-item {
  border-bottom: 1px dotted rgba(23, 73, 68, 0.9);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.body-public .news-item .media-heading {
  color: rgba(23, 73, 68, 0.9);
  font-family: 'Montserrat', sans-serif;
}
.body-public p.news-date {
  font-size: 12px;
}
.body-public .news-summary a.read-more {
  background: rgba(33, 97, 89, 0.75);
  color: #fff;
  font-family: 'Merriweather', serif;
  font-size: 12px !important;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* ////////////////////////////// /////////////////////// //////////////////////////////// /////////////////////////// ////////////////////////// ///////////////////   MEMBERS PAGES BACKGROUNDS ETC ///////////////////// ////// ///////// ////////////////////// //////////////////////////////////////////// ///////////////////////////// //////////// */
.body-class-members,
body:not(.body-public) {
  background: #ececec;
}
/* #container bg members and front-end system pages */
.body-class-members #container,
body:not(.body-public) #container,
.body-class-opens #container,
.php-login #container,
.body-loginpage #container,
.php-news #container,
.php-competition #container,
.php-teelogin #container,
.php-visitoropen #container,
.php-sagepay #container,
body[class^='body-class-setcoursestatus'] #container,
.body-class-visitorbooking #container {
  background: url("/images/resources/sunningdaleheath/admin_bg.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 50px;
}
/* home page cms wraps incorrectly */
body.body-class-members.body-root-home.body-nav-current-1.php-index #container {
  padding-bottom: 0;
}
body.body-class-members.body-root-home.body-nav-current-1.php-index .footer {
  margin-top: 50px;
}
/* members pages #globalwrap */
.body-class-members #globalwrap,
body:not(.body-public) #globalwrap,
.body-class-opens #globalwrap,
.php-login #globalwrap,
.body-loginpage #globalwrap,
.php-news #globalwrap,
.php-competition #globalwrap,
.php-teelogin #globalwrap,
.php-visitoropen #globalwrap,
.php-sagepay #globalwrap,
body[class^='body-class-setcoursestatus'] #globalwrap,
.body-class-visitorbooking #globalwrap {
  padding: 20px;
  margin: 60px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
/* MEMBERS BOOKING PAGE */
body.body-class-members.body-root-roundmgmt\.php.body-nav-current-2.body-nav-current-has-2 #globalwrap {
  background: rgba(255, 255, 255, 0.83137255);
}
#globalwrap #global .tabs li.current a {
  background: #bfc1c2;
  border: none;
  color: #fff;
}
/* ///////////// ////////////// //////////// MEMBERS PAGES LOGO ///////////////////// //////  //////////// */
.body-class-members .navbar .logo,
body:not(.body-public) .navbar .logo,
.body-class-opens .navbar .logo,
.php-login .navbar .logo,
.body-loginpage .navbar .logo,
.php-news .navbar .logo,
.php-competition .navbar .logo,
.php-teelogin .navbar .logo,
.php-visitoropen .navbar .logo,
.php-sagepay .navbar .logo,
body[class^='body-class-setcoursestatus'] .navbar .logo,
.body-class-visitorbooking .navbar .logo {
  position: absolute;
  right: auto;
  width: 150px;
  height: 90px;
  background-color: transparent;
}
/* ///////////// GENERIC TABLES - DO SPECIFIC STYLES FRONT-END TO OVERRIDE THESE /////////// ///////////  */
thead {
  background: #216159;
  color: #fff;
}
.table th {
  font-weight: normal;
}
table thead a:link,
table thead a:visited {
  color: #fff;
  text-decoration: underline;
}
table thead a:hover {
  color: var(--highlightColor);
  text-decoration: none;
}
/* specific for new transparent background layout on globalwrap in cms*/
.php-slideshow_edit form fieldset {
  background: #f2f2f229 !important;
}
.php-slideshow_edit .upload_form {
  background: rgba(244, 244, 244, 0.03137255) !important;
}
.body-class-members .uploadTarget {
  border: 1px dashed rgba(33, 97, 89, 0.75) !important;
  background: rgba(33, 97, 89, 0.75);
  color: #efefef;
}
.body-class-members .uploadTarget:hover {
  background: rgba(23, 73, 68, 0.9);
}
.php-slideshow_edit form fieldset legend {
  font-size: 16px;
  color: #000;
}
/* website templates page etc - styles / header page */
.adminWrapper form h1 {
  font-size: 20px;
  border-bottom: 1px dotted;
  text-transform: uppercase;
}
.body-class-members .adminWrapper {
  background: rgba(255, 255, 255, 0);
}
.body-class-members form fieldset {
  background: rgba(242, 242, 242, 0.27843137) !important;
}
.body-class-members .tabsWrapper .tabList li.current a span {
  border: none;
}
.body-class-members .tabsWrapper .tabList li.current a {
  background: rgba(23, 73, 68, 0.9);
  border-right: 1px solid #767676;
  color: #fff !important;
}
.body-class-members .breadcrumbsWrapper p.breadcrumbs a {
  color: #333 !important;
}
.body-class-members #globalwrap .adminWrapper form a,
.body-class-members #globalwrap .adminWrapper form table.admin a,
.body-class-members #globalwrap .adminWrapper .aboveTabs a {
  color: #333;
}
.body-class-members #globalwrap .adminWrapper div.tabsWrapper {
  border-right: none;
}
.body-class-members button#saveButton,
.body-class-members .fancybutton {
  background: #5e8848;
  border: none;
  color: #fff;
  margin-top: 15px;
}
.body-class-members #globalwrap .adminWrapper fieldset .links {
  background: none;
}
.body-class-members #globalwrap .adminWrapper .links a.fancybutton {
  color: #fff;
}
.body-class-members #globalwrap .adminWrapper form fieldset h3 {
  padding-bottom: 10px !important;
}
button.fff-icon.ui-button-icon-only {
  background: #ffffff63;
}
.body-class-members .tabsWrapper .tabList a {
  background: #333;
}
.body-class-members .tabsWrapper .tabList {
  background: none;
}
.body-class-members .tabsWrapper .tabList li a span {
  border-left: none;
  border-top: none;
  border-right: 1px solid #767676;
}
.body-class-members .tabsWrapper ul {
  padding-left: 0;
}
/* //////////////////////// // member page information menu in backend ////////////// //// */
.body-class-members.body-root-information .sliderHolder {
  display: none;
}
.body-class-members.body-root-information .inPageContent {
  margin-left: auto;
  padding: 20px;
  left: 0;
  right: 0;
  background: none;
  margin-right: auto;
  max-width: 100%;
}
/* pages like viewround.php , competition, twos etc on public */
.body-public.php-viewround #container,
.body-public.php-csscalc #container,
.body-public.php-twos #container {
  background: var(--systemAndMembersContainerBackground);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
}
.body-public.php-viewround table,
.body-public.php-csscalc table,
.body-public.php-twos table {
  background: #fff;
}
.body-public.php-viewround div#rounds {
  background: rgba(255, 255, 255, 0.78);
  padding: 20px;
  margin-bottom: 40px;
}
.body-public.php-csscalc h4 {
  background: rgba(33, 97, 89, 0.75);
  padding: 20px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}
/* /////////////////////// /////////// /////   ///////////////////////////// ////////////////////// /////////////////////////////////////// /PHP CK EDITOR ///////////////  ////////////////////////////// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///// /////////// //////////////////////////////////////  ////////////////////////////////// */
.php-ckeditor h1,
.php-ckeditor h2,
.php-ckeditor h3,
.php-ckeditor h4,
.php-ckeditor h5,
.php-ckeditor h6 {
  color: #333;
}
.php-ckeditor .pagesection .container {
  max-width: 100%;
}
.php-ckeditor img {
  box-shadow: none;
}
.ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: rgba(23, 73, 68, 0.9);
}
.php-ckeditor #header img {
  width: 60px;
  margin: 0 20px;
}
.php-ckeditor a.btn.btn-danger,
a.btn.btn-success {
  color: #fff;
  background: #ac433f;
}
.php-ckeditor .inPageContent p {
  color: #333;
}
.php-ckeditor a.btn.btn-primary.ajaxbutton {
  background: #bfc1c2;
  color: #fff;
  text-shadow: none;
  border: none;
}
.php-ckeditor .homeBoxThree .overlay {
  position: relative;
  top: 0;
  bottom: 0;
  opacity: 1;
}
.php-ckeditor .homeBoxThree .text {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.php-ckeditor .span4.offset8 {
  margin-left: 0;
}
.php-ckeditor .holeStatsRow {
  position: relative;
}
.php-ckeditor .statContainer {
  color: #333;
}
.php-ckeditor .andyWeatherAndCourseStatusButton,
.php-ckeditor .andyShowWeatherAndCourseStatus {
  display: none;
}
.php-ckeditor a#wysiwyg_rich_button {
  background: #ac433f;
  color: #fff;
  text-shadow: none;
  border: none;
}
.php-ckeditor a#wysiwyg_html_button {
  background: #d2544f;
  color: #fff;
  text-shadow: none;
  border: none;
}
.php-ckeditor #globalwrap {
  position: relative;
}
.php-ckeditor .sliderCaptions {
  position: relative;
  top: 20px;
  padding-bottom: 40px;
}
.php-ckeditor .sliderCaptions h1,
.php-ckeditor .sliderCaptions h2 {
  color: #333;
  text-shadow: none;
}
.php-ckeditor .inPageContent,
.php-ckeditor .sliderHolder,
.php-ckeditor .standardInclude,
.php-ckeditor .sliderCaptions,
.php-ckeditor .subMenu,
.php-ckeditor .holeNavigationRow,
.php-ckeditor .addressFooter,
.php-ckeditor .testimonials,
.php-ckeditor .googleMap {
  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 .addressFooter {
  background: rgba(163, 165, 165, 0.75);
}
.php-ckeditor .addressFooter .footerMenu {
  background: #333;
  padding: 10px;
}
.php-ckeditor .holeNavigationRow {
  position: relative;
  background: rgba(33, 97, 89, 0.75);
  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 .logoAndline {
  display: none;
}
.php-ckeditor .homeThreeBoxesContainer .imageContainer .smallPicHomeBoxTwo img {
  position: relative;
  left: auto;
  bottom: auto;
}
.php-ckeditor .homeThreeBoxesContainer .homeRowThree .imageContainer {
  padding-right: 0;
  display: block;
}
.php-ckeditor .homeThreeBoxesContainer .homeRowThree .imageContainer img {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
.php-ckeditor .sliderHolder .sliderCaptions.animated {
  margin-top: 0;
  margin-bottom: 40px;
  transform: 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;
}
.php-ckeditor .homeRowThree {
  margin-bottom: 100px;
}
.php-ckeditor .addressFooter .socialIcons em {
  width: auto;
}
.php-ckeditor h3 {
  border-bottom: none !important;
}
.php-ckeditor .sliderHolder .sliderCaptions h4 {
  color: #333;
}
.php-ckeditor .sliderLogo img {
  margin-bottom: 40px;
}
.php-ckeditor p.footerCopyright {
  margin-top: 50px;
}
.php-ckeditor .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
  display: none;
}
.php-ckeditor .wysiwyg-editable table {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 980px) {
  .php-ckeditor #header img {
    margin-top: 3px;
  }
}
@media (max-width: 979px) {
  .php-ckeditor .navbar-fixed-top {
    margin-bottom: 0;
  }
}
/* //////////////////////// // member page information menu in backend ////////////// //// */
.body-root-information h1,
.body-root-information h2,
.body-root-information h3,
.body-root-information h4 {
  color: #333;
}
.body-root-information .sliderCaptions,
.body-root-information .sliderHolder,
.body-root-information .testimonials,
.body-root-information .addressFooter {
  display: none;
}
body.body-root-information h3 {
  border-bottom: none;
}
.body-root-information .inPageContent .container {
  max-width: 100%;
}
.body-class-members .inPageContent {
  margin-left: auto;
  padding: 20px;
  left: 0;
  right: 0;
  background: none;
  margin-right: auto;
  max-width: 100%;
}
.body-class-members .inPageContent p {
  color: #333;
}
body-class-members .inPageContent .sidebar img {
  width: 120px;
}
.body-class-members .inPageContent .sidebar {
  margin-top: 40px;
}
body.body-root-information #globalwrap {
  background-color: rgba(255, 255, 255, 0.95);
}
.body-root-information .googleMap {
  display: none;
}
.body-class-members .newsbox a:link,
.body-class-members .newsbox a:visited,
.body-class-members .news-summary a.read-more:link,
.body-class-members .news-summary a.read-more:visited {
  padding: 8px 25px;
  margin: 15px 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.body-root-information .inPageContent h5 a:link,
.body-root-information .inPageContent h5 a:visited {
  text-transform: none;
  padding: 10px;
  letter-spacing: 0;
  font-size: 11px;
}
/* ////////////////   HOME THREE BOXES ////////////////////  */
.homeThreeBoxesContainer {
  background: url(/images/resources/sunningdaleheath/main_bg.png) top center no-repeat;
  background-size: cover;
}
.homeThreeBoxesContainer .homeRowOne {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .homeThreeBoxesContainer .homeRowOne {
    margin-bottom: 40px;
  }
}
/*.homeThreeBoxesContainer .homeRow {
  display: flex;
}*/
@media (max-width: 767px) {
  .homeThreeBoxesContainer .homeRow {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.homeThreeBoxesContainer .homeRowTwo {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .homeThreeBoxesContainer .homeRowTwo {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.homeThreeBoxesContainer .imageContainer {
  /*display: flex;*/
  position: relative;
}
@media (max-width: 767px) {
  .homeThreeBoxesContainer .imageContainer {
    margin-top: 30px;
  }
}
.homeThreeBoxesContainer .imageContainer img {
  /*width: 100%;
  object-fit: cover;*/
  padding: 4px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.homeThreeBoxesContainer .imageContainer .smallPicHomeBoxTwo img {
  position: absolute;
  width: 200px;
  left: -60px;
  bottom: -50px;
  height: auto;
}
@media (max-width: 979px) {
  .homeThreeBoxesContainer .imageContainer .smallPicHomeBoxTwo img {
    left: -10px;
  }
}
/*.homeThreeBoxesContainer .imageContainer .bigPicHolder {
  display: flex;
}*/
@media (max-width: 767px) {
  .homeThreeBoxesContainer .imageContainer .bigPicHolder {
    width: 100%;
  }
}
.homeThreeBoxesContainer .rightBox {
  padding: 0 50px;
}
@media (max-width: 979px) {
  .homeThreeBoxesContainer .rightBox {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .homeThreeBoxesContainer .rightBox {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .homeThreeBoxesContainer .homeRowTwo .rightBox {
    padding: 0;
  }
}
.homeThreeBoxesContainer .homeRowThree .imageContainer {
  padding-right: 80px;
}
@media (max-width: 979px) {
  .homeThreeBoxesContainer .homeRowThree .imageContainer {
    padding: 0;
  }
}
/*.homeThreeBoxesContainer .homeRowThree .imageContainer .mainPicBoxThree {
  display: flex;
}*/
@media (max-width: 767px) {
  .homeThreeBoxesContainer .homeRowThree .imageContainer .mainPicBoxThree {
    width: 100%;
  }
}
.homeThreeBoxesContainer .homeRowThree .imageContainer .smallPicHomeBoxThree img {
  position: absolute;
  width: 130px;
  right: 20px;
  bottom: -40px;
  height: auto;
}
@media (max-width: 979px) {
  .homeThreeBoxesContainer .homeRowThree .imageContainer .smallPicHomeBoxThree img {
    width: 90px;
    right: 10px;
    bottom: 10px;
  }
}
.homeThreeBoxesContainer .homeRowThree .imageContainer .smallPicHomeBoxThree.two img {
  width: 200px;
  left: 60px;
  bottom: -80px;
  height: auto;
}
@media (max-width: 1199px) {
  .homeThreeBoxesContainer .homeRowThree .imageContainer .smallPicHomeBoxThree.two img {
    width: 150px;
    left: -10px;
    bottom: -40px;
  }
}
/* ////////////////   HOME PAGE NEWS ////////////////////  */
.homeNews .news-summary {
  display: none;
}
.newsTitleRow {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.newsTitleRow .homeNewsLink {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 13px;
  text-align: right;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .newsTitleRow .homeNewsLink {
    text-align: left;
  }
}
.newsThumbRow .news-item {
  margin: 0;
  padding: 0;
  border: none;
}
.newsThumbRow .news-item .pull-left {
  width: 100%;
}
@media (max-width: 480px) {
  .newsThumbRow .news-item .pull-left {
    margin-bottom: 0;
  }
}
.newsThumbRow .news-item .pull-left img {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 767px) {
  .newsThumbRow .news-item .pull-left img {
    width: 75%;
    margin: 0 auto;
  }
}
.newsThumbRow .news-item .media-body {
  float: left;
  clear: left;
  margin-top: 10px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .newsThumbRow .news-item .media-body {
    float: none;
    text-align: center;
  }
}
.newsThumbRow .news-item .media-body .media-heading {
  color: #333;
  font-weight: bold;
  font-size: 13px;
  margin-top: 8px;
}
@media (max-width: 480px) {
  .newsThumbRow .news-item .media-body .media-heading {
    margin-top: 0;
  }
}
.newsThumbRow .news-item .media-body p.news-date {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(33, 97, 89, 0.75);
  letter-spacing: 1px;
}
.newsThumbRow .news-item .news-summary .read-more {
  display: none;
}
/* wow animations */
.php-ckeditor .wow {
  -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;
}
.public-body .wow.fadeInUp,
.public-body .wow.slideInRight {
  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;
}
/* /////////////////////////  INNER PAGE STYLES //////////////////////////////   */
.innerPage .innerRowOne {
  text-align: left;
}
.innerPage .innerRowOne .imageContainer {
  display: block;
}
@media (min-width: 481px) and (max-width: 767px) {
  .innerPage .innerRowOne .imageContainer {
    padding: 0 80px;
  }
}
.innerPage .innerRowOne .rightBox {
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  .innerPage .innerRowOne .rightBox {
    padding: 0;
  }
}
.innerPage .innerRowOne .rightBox h1 {
  font-size: 30px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .innerPage .innerRowOne .rightBox h1 {
    font-size: 24px;
  }
}
.innerPage .innerRowOne .rightBox h2,
.innerPage .innerRowOne .rightBox h4 {
  margin-top: 25px;
}
/* ////////////////////    HOLE PAGE ////////////////////////////   */
@media (min-width: 768px) and (max-width: 979px) {
  .coursePage .container {
    width: 724px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .coursePage .imageContainer img {
    padding: 0 80px;
    background: #ececec;
    border: none;
  }
}
@media (max-width: 480px) {
  .coursePage .holeTitleRow h1 {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
}
.coursePage .holeTitleRow h3 {
  text-transform: uppercase;
  color: #333;
  font-size: 18px;
  margin-top: 15px;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .coursePage .holeTitleRow h3 {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 480px) {
  .coursePage .holeTitleRow h3 {
    font-size: 13px;
    letter-spacing: 0;
  }
}

/* end andy styles */

/* anton styles */

.body-class-members .hide-footer-members {
  display: none;
}

.body-class-members .footerLinks span:nth-of-type(1) {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inPageContent a:link, .inPageContent a:visited {
    word-break: break-all;
  }
}

#header .navbar-inner {
  background: rgba(255,255,255,0.75);
}

#header .navbar-inner #nav li a {
  color: #004225;
  font-size: 14px;
}

#header .navbar-inner #nav li.current > a, #header .navbar-inner #nav li.active > a {
  color: #00f;
}

#header .navbar-inner #nav li a:hover {
  color: #00f;
}

#header .navbar-inner #nav li .dropdown-menu a {
  color: white;
}

#header .navbar-inner #nav li .dropdown-menu a:hover, #header .navbar-inner #nav li .dropdown-menu li.current a {
  color: #bfc1c2;
}

#header .navbar-inner #hamburger-icon .line {
  background: #004225;
}

@media (min-width: 0px) and (max-width: 979px) {
  #header .navbar-inner #nav li a {
    color: white;
  }
  #header .navbar-inner #nav li.current > a, #header .navbar-inner #nav li.active > a {
    color: #bfc1c2;
  }
  #header .navbar-inner #nav li a:hover {
    color: #bfc1c2;
  }
}

.body-public #header .logoLink {
  width: 100px;
}

#header .navbar-inner {
  min-height: 88px;
}

.body-public #header #nav li.nav-level-1 {
  margin-top: 15px;
}

.body-public #header #nav li.nav-level-1.nav-menu-book_now {
  margin-top: 0px;
}

.body-public #header #nav li.nav-level-1.nav-menu-book_now a {
  padding: 34px 14px;
}

.homeThreeBoxesContainer .imageContainer img {
  background: #787878;
  border: none;
}

.img-polaroid {
  background: #668d7c;
  border: none;
}

.body-class-members #header .navbar-inner .logoLink {
  width: 100px;
}

.body-class-members #header .navbar-inner #nav {
  left: 110px;
  margin-top: 12px;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-class-members #header .navbar-inner #nav {
    left: 0px;
    margin-top: 90px;
  }
}

grammarly-extension {
  display: none;
}

@media (min-width: 980px) and (max-width: 1399px) {
  #header .navbar-inner #nav li a {
    text-transform: capitalize;
    font-size: 13px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .image-holder {
    padding: 0px 80px;
  }
}

.homeThreeBoxesContainer .homeRowOne.innerRowTwo {
  text-align: left;
}

.body-class-the-scorecard table tbody tr td:nth-child(2) {
  background: white;
}

.body-class-the-scorecard table tbody tr td:nth-child(5) {
  background: #216159;
  color: white;
}

.inPageContent table p {
  margin: 0px
}

.homeThreeBoxesContainer .imageContainer img.ui-datepicker-trigger {
  width: 16px;
}

.body-contentpage .footer-linked-page {
  padding-top: 100px; 
}

.body-class-whats_new .footer-linked-page {
  padding-top: 175px;
}

.php-cookie-usage #globalwrap {
  padding-top: 100px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  #header .navbar-inner #nav li a {
    padding: 20px 6px;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  .homeThreeBoxesContainer .imageContainer {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-contentpage .footer-linked-page {
    padding-top: 20px; 
  }
  .body-class-whats_new .footer-linked-page {
    padding-top: 50px;
  }
  .php-cookie-usage #globalwrap {
    padding-top: 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-home .sliderHolder .galleryInner, .sliderHolder .galleryInner img {
    height: auto !important;
  }
  .body-class-home .sliderCaptions > p {
    display: none;
  }
  .sliderHolder .sliderCaptions h4 {
    font-size: 22px;
  }
}

.body-public .googleMap{
  display: none;
}

.body-class-home .googleMap {
  display: block;
}

.body-class-contact_details .googleMap {
  display: block;
}

.body-contentpage .container.holdsGlobalWrap {
  width: 100%;
}

.body-public.body-class-home .container.holdsGlobalWrap {
  width: 100%;
}

.forceFullWidth {
  width: 100% !important;
}

.sliderHolder .galleryInner, .sliderHolder .galleryInner img {
  width: 100% !important;
}

/* news letter */

@media (min-width: 0px) and (max-width: 767px) {
  .php-newsletters table.split-table tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.split-table tr > td {
    flex: 1 1 0;
    width: auto;
  }
  .php-newsletters table {
    width: 100%;
  }
  .php-newsletters table.header img, .php-newsletters table.main-table img {
    width: 100%;
  }
  .php-newsletters table.header .club-logo img  {
    width: 80px;
  }
  .php-newsletters table.split-table img {
    width: 100%;
  }
  .php-newsletters table.footer tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.footer tr > td {
    flex: 1 1 0;
    width: auto !important;
    padding: 5px 2.5%;
  }
  .php-newsletters table.split-table tr.flip-flex {
    flex-direction: column-reverse;
  }
  .php-newsletters .header .club-logo {
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    background: #004226;
  }
  .php-newsletters .border-table .split-table td {
    padding: 0px 2.5%;
  }
  .php-newsletters .border-table-alt .split-table td {
    padding: 0px 2.5%;
  }
}


/* temp hiding of elements */

.php-index .upcomingcomp {
  display: none;
}

/* end anton styles */