/* new fonts */

@font-face {
font-family: 'Avenir';
font-style: normal;
font-weight: normal;
src: url('/images/resources/lancaster/Avenir-Next-Font.ttf') format('truetype');
}


@font-face {
font-family: 'Garamond';
font-style: normal;
font-weight: normal;
src: url('/images/resources/lancaster/AGaramondPro-Regular.otf') format('opentype');
}

/* 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: 'Avenir', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
  background: #ececec;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Garamond', serif;
  color: #005850;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.5px;
}
a:link,
a:visited {
  color: #005850;
  outline: 0;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #5b8c3b;
  outline: 0;
}
#container {
  min-height: calc(100vh - 70px);
}
@media (max-width: 767px) {
  #container {
    min-height: calc(100vh - 70px);
  }
}
/* /////////////// /// //////////  .inPageContent ONLY styles ///////// ///////////// //// */
.inPageContent {
  color: #333;
  padding: 80px 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: #005850;
}
.inPageContent h1 {
  /*font-family: 'La Belle Aurore', cursive;
  font-family: 'Playfair Display', serif;*/
  line-height: 46px;
  font-size: 34px;
}
@media (max-width: 1199px) {
  .inPageContent h1 {
    line-height: 42px;
    font-size: 30px;
  }
}
.inPageContent h3 {
  color: #808080;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.inPageContent h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 15px;
}
.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:link,
.inPageContent a:visited {
  color: #005850;
}
.inPageContent a:hover,
.inPageContent a:active,
.inPageContent a:focus {
  color: #55c809;
}
.inPageContent hr {
  border-top: 1px solid #efefef;
  border-bottom: none;
}
.inPageContent table {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.inPageContent table td {
  border: 1px dotted #b6b4b4;
  padding: 5px;
}
@media (max-width: 480px) {
  .inPageContent table td {
    padding: 5px 0;
    letter-spacing: 0;
  }
}
.inPageContent table th {
  border: 1px dotted #efefef;
  font-weight: normal;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .inPageContent .span12 form fieldset#thankyou {
    padding: 20px 60px;
  }
}
.inPageContent form .customFormLine {
  color: #333;
  position: relative;
}
.inPageContent form .customFormLine input,
.inPageContent form .customFormLine textarea {
  width: 100%;
  margin-bottom: 30px;
  background: none;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.inPageContent form .customFormLine input[type="checkbox"] {
  width: auto;
  height: auto;
}
.inPageContent form .customFormLine input {
  height: 25px;
}
.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: -15px;
}
.inPageContent h5 a:link,
.inPageContent h5 a:visited,
.inPageContent form input[type="submit"] {
  display: inline-block;
  background: transparent;
  color: #005850;
  border: 1px solid;
  text-transform: uppercase;
  padding: 10px 38px 10px 18px;
  position: relative;
  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: 'Avenir', sans-serif;
}
.inPageContent h5 a:link:hover,
.inPageContent h5 a:visited:hover,
.inPageContent form input[type="submit"]:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .inPageContent h5 a:link,
  .inPageContent h5 a:visited,
  .inPageContent form input[type="submit"] {
    margin: 7px 0;
  }
}
.inPageContent h5 a:link:before,
.inPageContent h5 a:visited:before,
.inPageContent form input[type="submit"]:before {
  content: '\f178';
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 18px;
  right: 8px;
}
.inPageContent form input[type="submit"] {
  background: url(/images/resources/lancaster/button_bg.png) 92% 50% no-repeat;
}
.inPageContent h6 a:link,
.inPageContent h6 a:visited,
.inPageContent .map_popup_form input[type=submit] {
  background: #005850;
  color: #fff;
  border: 1px solid #005850;
  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: 'Avenir', sans-serif;
}
.inPageContent h6 a:link:hover,
.inPageContent h6 a:visited: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 h6 a:link,
  .inPageContent h6 a:visited,
  .inPageContent .map_popup_form input[type=submit] {
    margin: 7px 0;
    font-size: 11px;
    padding: 5px;
  }
}
/* /////////////// /// //////////  .subMenu ONLY styles ///////// ///////////// //// */
.subMenu {
  background: #fff;
  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: 13px;
  letter-spacing: 0;
}
.subMenu .menu-section li.current a {
  color: #999;
  position: relative;
}
.subMenu .menu-section li.current a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: 50%;
  margin-right: -10px;
  bottom: -25px;
}
.subMenu .menu-section li a {
  margin: 10px;
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-weight: bold;
}
.subMenu .menu-section li a:hover {
  color: #333;
}
@media (max-width: 480px) {
  .subMenu .menu-section li a {
    margin: 10px;
    display: block;
    border: 1px solid #e3e3e3;
    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;
  max-height: 650px;
  object-fit: cover;
}
/*.sliderHolder .nivo-directionNav {
  display: none !important;
}*/
.sliderHolder .nivo-controlNav-Wrapper {
  z-index: 10;
  font-size: 0;
  width: 11px;
  left: auto;
  right: 50px;
  line-height: 20px;
  top: 50%;
}
@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: #fff;
  border: none;
  width: 8px;
  height: 8px;
  margin: 0;
}
.sliderHolder .nivo-controlNav-Wrapper a.active {
  background: #66ff00;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}
.sliderHolder .nivo-caption {
  left: 50%;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  opacity: 1;
}
@media (max-width: 480px) {
  .sliderHolder .nivo-caption {
    width: 80%;
  }
}
.sliderHolder .nivo-caption h4 {
  font-size: 18px;
  line-height: 30px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .sliderHolder .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
  position: absolute;
  bottom: 10%;
  z-index: 9;
  width: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 979px) {
  .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
    bottom: 30%;
  }
}
.sliderHolder .fa-chevron-down:before {
  content: "\f078";
  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-chevron-down.heartBeat {
  display: block;
}
.sliderHolder .sliderCaptions {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -80%);
  z-index: 9;
  text-align: center;
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 979px) {
  .sliderHolder .sliderCaptions {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
  }
}
.sliderHolder .sliderCaptions.animated {
  animation-duration: 4s;
  animation-delay: 0.2s;
  -o-animation-duration: 4s;
  -o-animation-delay: 0.2s;
  -moz-animation-duration: 4s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 0.2s;
}
.sliderHolder .sliderCaptions h1 {
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #000;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
  /*font-family: 'La Belle Aurore', cursive;
  font-family: 'Playfair Display', serif;*/
}
@media (max-width: 480px) {
  .sliderHolder .sliderCaptions h1 {
    font-size: 32px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h1 {
    font-size: 28px;
  }
}
.sliderHolder .sliderCaptions h2 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 24px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 18px;
  }
}
/* ///////////////// //////////////  COURSE STATUS BUTTON & SHOW ////////////////////////////////// //////////////  */
.andyShowWeatherAndCourseStatus {
  background: #fff;
  padding: 15px 20px 10px 20px;
  font-size: 13px;
  display: flex;
  position: relative;
  margin-top: -40px;
  z-index: 5;
}
@media (max-width: 767px) {
  .andyShowWeatherAndCourseStatus {
    flex-direction: column;
    margin-top: 0;
    text-align: center;
    padding-bottom: 20px;
  }
}
.andyShowWeatherAndCourseStatus b {
  display: none;
}
.andyShowWeatherAndCourseStatus .statusDiv {
  position: relative;
}
.andyShowWeatherAndCourseStatus .statusDiv p {
  display: inline;
}
.andyShowWeatherAndCourseStatus .statusDiv h3 {
  display: none;
}
.andyShowWeatherAndCourseStatus .statusDiv h4 {
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .andyShowWeatherAndCourseStatus .statusDiv h4 {
    display: block;
  }
}
.andyShowWeatherAndCourseStatus .statusDiv .tooltip {
  position: absolute;
  right: 100px;
  left: auto !important;
  top: 30px !important;
}
/* /////////////// //// ////////// WEATHER ///////////////// ///////////////// */
.andyShowWeatherAndCourseStatus .weatherDiv {
  width: 250px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .andyShowWeatherAndCourseStatus .weatherDiv {
    width: 340px;
  }
}
@media (max-width: 979px) {
  .andyShowWeatherAndCourseStatus .weatherDiv {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .andyShowWeatherAndCourseStatus .weatherDiv {
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.andyShowWeatherAndCourseStatus .weathers {
  float: left;
  margin-right: 30px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 979px) {
  .andyShowWeatherAndCourseStatus .weathers {
    float: none;
  }
}
.andyShowWeatherAndCourseStatus .weathers .weatherSingle {
  display: flex;
  align-items: center;
  float: left;
}
.andyShowWeatherAndCourseStatus .weathers .weatherDate {
  order: 2;
  margin: 0 5px;
}
.andyShowWeatherAndCourseStatus .weathers .weatherTemp {
  order: 3;
}
.andyShowWeatherAndCourseStatus .weathers .weatherImage {
  order: 1;
}
.andyShowWeatherAndCourseStatus .weathers .weatherImage img {
  width: 40px;
  background: rgba(21, 104, 92, 0.7);
  margin-right: 7px;
}
.body-public #globalwrap .image-night {
  background: none;
}
/* ////////// //////////////////// /// TESTIMONIALS SLIDER ///////////// ////////////// ///   */
.testimonials {
  background: url("/images/resources/lancaster/testimonials_bg.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 20px 0 20px;
}
.testimonials .galleryInner.nivoInner {
  height: auto !important;
  max-width: 100% !important;
  background: none;
}
.testimonials .galleryWrapperNivo img,
.testimonials .galleryWrapperNivo .nivo-directionNav a {
  display: none !important;
}
.testimonials .nivo-caption {
  background: none;
  font-size: 16px;
  line-height: 28px;
  font-family: inherit;
  position: relative;
  opacity: 1;
}
.testimonials h2 {
  color: #333;
}
.testimonials pre {
  background: none;
  border: none;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  text-transform: uppercase;
}
.testimonials .nivo-controlNav-Wrapper {
  position: relative;
  margin-top: 30px;
}
.testimonials .nivo-controlNav-Wrapper .nivo-controlNav a {
  width: 10px;
  height: 10px;
  margin: 0px 3px;
  background-image: none;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .nivo-controlNav-Wrapper .nivo-controlNav a.active {
  background-color: #005850;
  border: 1px solid #005850;
}
.testimonials h4 {
  color: #fff;
  font-size: 24px;
}
/* //////// ///////////////////   carousel STYLES  ///////// //// ////////////////// ////  */
@media (max-width: 1240px) {
  .andyCarousel {
    padding: 0 40px 0 50px;
  }
}
.andyCarousel .jcarousel-wrapper {
  position: relative;
}
@media (min-width: 481px) {
  .andyCarousel .jcarousel-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.andyCarousel .jcarousel-wrapper .jcarousel {
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper .jcarousel {
    width: 180px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper .jcarousel div {
    width: 180px;
    height: 140px;
    display: table-cell;
    vertical-align: middle;
  }
}
.andyCarousel .jcarousel-wrapper .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 20px 30px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper .jcarousel img {
    padding: 20px 10px;
  }
}
.andyCarousel .jcarousel-wrapper .jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.andyCarousel .jcarousel-wrapper .jcarousel li {
  float: left;
}
.andyCarousel .jcarousel-wrapper a.jcarouselControls {
  font-size: 48px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper a.jcarouselControls {
    left: -20px;
  }
}
.andyCarousel .jcarousel-wrapper a.jcarouselControls.jcarousel-control-next {
  right: 0;
  left: auto;
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper a.jcarouselControls.jcarousel-control-next {
    right: -20px;
  }
}
.php-ckeditor .logoRow,
.php-ckeditor .logoRowInnerPage {
  margin-top: 40px;
}
.php-ckeditor .jcarousel-wrapper .jcarousel {
  overflow: visible;
}
.php-ckeditor .jcarousel-wrapper .jcarousel ul {
  width: 100%;
}
.php-ckeditor .jcarousel-wrapper a.jcarouselControls {
  display: none;
}
/* ////////// ///////////////////////  HOLE TOUR MENU STYLES /////////////// ////////////////////  */
.holeNavigationRow {
  background: #fff;
  position: absolute;
  z-index: 10;
}
@media (max-width: 767px) {
  .holeNavigationRow {
    margin-top: 0;
    position: relative;
    padding: 10px;
  }
}
.holeNavigationRow .menu-section h2 {
  display: none;
}
.holeNavigationRow .holeNavigation {
  text-align: center;
  padding: 0 10px;
}
.holeNavigationRow .holeNavigation .menu-section {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.holeNavigationRow .holeNavigation .menu-section ul {
  margin: 0;
}
.holeNavigationRow .holeNavigation .menu-section ul li {
  list-style-type: none;
  display: inline;
}
.holeNavigationRow .holeNavigation .menu-section ul li a {
  color: #005850;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    display: inline-block;
    width: 35px;
    float: left;
    margin: 5px;
    padding: 7px;
    background: rgba(9, 64, 56, 0.8);
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li a:hover {
  color: #333;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:hover {
    background: #005850;
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li.current a {
  color: #333;
}
.holeNavigationRow .holeNavigation .menu-section ul li.current a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: 50%;
  margin-right: -10px;
  bottom: -10px;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a {
    background: #e3e3e3;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: left;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: none;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(7) a,
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(13) a {
    clear: left;
  }
}
/* ////////// ///////////////////////  HOLE STAT STYLES /////////////// ////////////////////  */
.holeStats {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .holeStats {
    margin: 10px auto;
    text-align: left;
    display: inline-block;
  }
}
.holeStats .statContainer {
  display: inline-block;
  margin: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .holeStats .statContainer {
    margin: 5px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .holeStats .statContainer {
    margin: 15px 10px;
    display: block;
  }
}
.holeStats .statContainer .statCircle {
  height: 25px;
  width: 15px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  font-size: 0px;
  line-height: 34px;
  margin-right: 3px;
}
.holeStats .statContainer .statCircle.whiteCircle {
  background: #fff;
}
.holeStats .statContainer .statCircle.yellowCircle {
  background: #fff000;
}
.holeStats .statContainer .statCircle.blueCircle {
  background: #0060ff;
}
.holeStats .statContainer .statCircle.redCircle {
  background: #ff0000;
}
/* //////// ///////////////////   .addressFooter STYLES  ///////// //// ////////////////// ////  */
.addressFooter {
  padding: 30px 20px 20px 20px;
  margin-bottom: 20px;
  text-align: center;
  background: #fff;
  color: #666;
  margin-top: -40px;
  position: relative;
}
.addressFooter .footerLogos img {
  padding: 20px;
  max-width: 100px;
}
@media (max-width: 480px) {
  .addressFooter .footerLogos img {
    padding: 10px 5px;
    max-width: 65px;
    margin-bottom: 30px;
  }
}
.addressFooter .telephoneAndMail {
  letter-spacing: 0;
}
.addressFooter .littleBigger {
  font-size: 20px;
  display: inline-block;
  margin: 5px 0 30px 0;
}
@media (max-width: 480px) {
  .addressFooter .littleBigger {
    font-size: 15px;
  }
}
.addressFooter .footerSep {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .addressFooter .footerSep {
    font-size: 0;
    line-height: 5px;
    display: block;
  }
}
@media (max-width: 767px) {
  .addressFooter .commaSep {
    font-size: 0;
    line-height: 0px;
    display: block;
  }
}
.addressFooter .socialIcons {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.addressFooter .socialIcons:before,
.addressFooter .socialIcons:after {
  content: '';
  position: absolute;
  width: 25%;
  height: 1px;
  background: #005850;
  left: 17%;
  top: 50%;
}
@media (max-width: 979px) {
  .addressFooter .socialIcons:before,
  .addressFooter .socialIcons:after {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .addressFooter .socialIcons:before,
  .addressFooter .socialIcons:after {
    left: 10%;
  }
}
.addressFooter .socialIcons:after {
  left: auto;
  right: 17%;
}
@media (max-width: 480px) {
  .addressFooter .socialIcons:after {
    right: 10%;
  }
}
.addressFooter .socialIcons em {
  border: 2px solid;
  width: 46px;
  text-align: center;
  display: inline-block;
  padding: 10px 7px 10px 11px;
  margin: 10px 5px;
  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: #005850;
}
.addressFooter .socialIcons em:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.addressFooter .addressFooterCopyright {
  font-size: 0.8em;
}
.addressFooter a.igLogo img {
  width: 85px;
  float: none;
}
/* //////// ///////////////////   .newsletterSubscribe STYLES  ///////// //// ////////////////// ////  */
.newsletterSubscribe {
  text-align: center;
  padding: 30px 20px 70px 20px;
  background: url(/images/resources/lancaster/newsletter_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  z-index: 0;
}
.newsletterSubscribe h3 {
  color: #fff;
  /*font-family: 'La Belle Aurore', cursive;
  font-family: 'Playfair Display', serif;*/
  font-size: 32px;
}
@media (max-width: 767px) {
  .newsletterSubscribe h3 {
    font-size: 24px;
  }
}
.newsletterSubscribe p {
  margin-bottom: 30px;
}
.newsletterSubscribe #customform_1 fieldset#thankyou {
  width: 540px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_1 fieldset#thankyou {
    width: 280px;
  }
}
.newsletterSubscribe #customform_1 .customFormLine {
  position: initial;
}
.newsletterSubscribe #customform_1 label {
  display: none;
}
.newsletterSubscribe #customform_1 .alert.alert-error + span label {
  display: none;
}
.newsletterSubscribe #customform_1 .alert li {
  list-style-type: none;
}
.newsletterSubscribe #customform_1 .alert-danger,
.newsletterSubscribe #customform_1 .alert-error {
  background-color: #b63e50;
  border: none;
  color: #fff;
}
.newsletterSubscribe #customform_1 div#thankyou p {
  margin: 10px;
  background: #b63e50;
  padding: 10px;
  display: inline-block;
}
.newsletterSubscribe #customform_1 #thankyou .customFormLine input {
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent url(https://lancaster.designmode.intelligentgolf.co.uk/images/resources/lancaster/env.png) 20px 51% no-repeat;
  background-size: 15px;
  float: left;
  border: 1px solid #fff;
  color: #fff;
  padding-left: 45px;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_1 #thankyou .customFormLine input {
    width: 380px;
  }
}
@media (max-width: 480px) {
  .newsletterSubscribe #customform_1 #thankyou .customFormLine input {
    width: 280px;
  }
}
.newsletterSubscribe #customform_1 #thankyou #custom_1_submit {
  display: inline-block;
  position: absolute;
  background: #fff;
  color: #005850;
  border: 1px solid;
  text-transform: uppercase;
  padding: 7px 13px;
  margin: 0;
  right: 5px;
  top: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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: 'Avenir', sans-serif;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_1 #thankyou #custom_1_submit {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    float: none;
  }
}
.newsletterSubscribe #customform_1 #thankyou #custom_1_submit:hover {
  background: #bcf497;
}
.newsletterSubscribe #customform_1 #thankyou br {
  display: none;
}
/* //////// ///////////////////   .footer STYLES  ///////// //// ////////////////// ////  */
.footer {
  background: #ececec;
  color: #666;
  height: 70px;
  font-size: 11px;
  line-height: 28px;
  padding-bottom: 10px;
  padding-top: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    height: 70px;
    line-height: 22px;
    padding: 10px 5px 2px 5px;
  }
}
.footer a.igLogo img {
  width: 85px;
}
@media (max-width: 767px) {
  .footer a.igLogo img {
    float: none;
  }
}
/* //////// ///////////////////   inPageContent gallery and slider STYLES  ///////// //// ////////////////// ////  */
.inPageSlideshow {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inPageSlideshow {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inPageSlideshow #gallery div.ss-controls .play,
.inPageSlideshow div#thumbs div.top,
.inPageSlideshow #gallery div.caption-container,
.inPageSlideshow #gallery div.controls {
  display: none;
}
.inPageSlideshow #gallery div.slideshow img {
  border: none;
}
.inPageSlideshow #gallery div.slideshow span.image-wrapper {
  width: 100%;
}
.inPageSlideshow #thumbs ul.thumbs li.selected a.thumb {
  background: none;
}
.inPageSlideshow #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;
}
.inPageSlideshow .pull-right.gallery-image,
.inPageSlideshow .pull-left.gallery-thumbs {
  width: 100%;
}
.inPageSlideshow .pull-left.gallery-thumbs {
  margin-left: 0;
  margin-top: 0;
}
.inPageSlideshow div#thumbs div.bottom {
  margin-top: 22px;
  float: left;
}
.inPageSlideshow div.pagination span.current {
  background-color: rgba(9, 64, 56, 0.8);
  border-color: rgba(9, 64, 56, 0.8);
}
.inPageSlideshow ul.thumbs img {
  margin: 0;
}
.inPageSlideshow div.pagination a,
.inPageSlideshow div.pagination span.current,
.inPageSlideshow div.pagination span.ellipsis {
  margin-right: 8px;
}
.inPageSlideshow div.pagination a:hover {
  background-color: #404242;
}
.inPageSlideshow .galleryWrapper.galleryWrapperNivo {
  position: relative;
}
.inPageSlideshow .galleryInner.nivoInner.nivoSlider,
.inPageSlideshow .galleryInner.nivoInner.nivoSlider img {
  max-width: 100%;
  width: 680px !important;
  height: 421px !important;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .inPageSlideshow .galleryInner.nivoInner.nivoSlider,
  .inPageSlideshow .galleryInner.nivoInner.nivoSlider img {
    width: 500px !important;
    height: 310px !important;
  }
}
@media (max-width: 979px) {
  .inPageSlideshow .galleryInner.nivoInner.nivoSlider,
  .inPageSlideshow .galleryInner.nivoInner.nivoSlider img {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 480px) {
  .inPageSlideshow .galleryInner.nivoInner.nivoSlider,
  .inPageSlideshow .galleryInner.nivoInner.nivoSlider img {
    min-height: 300px;
    object-fit: cover;
  }
}
.inPageSlideshow .galleryInner.nivoInner.nivoSlider {
  position: initial;
}
@media (max-width: 979px) {
  .inPageSlideshow .galleryInner.nivoInner.nivoSlider {
    position: relative;
  }
}
.inPageSlideshow .nivo-controlNav-Wrapper {
  position: absolute;
  width: 100px;
  bottom: 35px;
  left: auto;
  right: 100px;
  z-index: 9;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .inPageSlideshow .nivo-controlNav-Wrapper {
    bottom: 0;
  }
}
@media (max-width: 979px) {
  .inPageSlideshow .nivo-controlNav-Wrapper {
    display: none !important;
  }
}
.inPageSlideshow .nivo-controlNav a {
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
}
.inPageSlideshow .nivo-controlNav a.active {
  background: #808080;
}
.inPageSlideshow .nivo-directionNav {
  width: 90px;
  position: absolute;
  right: 28%;
  bottom: 90px;
  display: block;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .inPageSlideshow .nivo-directionNav {
    bottom: 60px;
    right: 30%;
  }
}
@media (max-width: 979px) {
  .inPageSlideshow .nivo-directionNav {
    display: none !important;
  }
}
.inPageSlideshow .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background: #c5c5c5;
}
.inPageSlideshow .nivo-directionNav a:before {
  content: '<';
  position: absolute;
  color: #333;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  text-align: center;
  text-indent: 0;
}
.inPageSlideshow .nivo-directionNav a:hover:before {
  color: #005850;
}
.inPageSlideshow .nivo-directionNav a.nivo-prevNav {
  left: 0;
}
.inPageSlideshow .nivo-directionNav a.nivo-nextNav {
  right: 0;
}
.inPageSlideshow .nivo-directionNav a.nivo-nextNav:before {
  content: '>';
}
.inPageSlideshow .nivo-caption {
  left: 50%;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background: none;
  text-align: center;
  opacity: 1;
}
@media (min-width: 980px) {
  .inPageSlideshow .nivo-caption {
    left: auto;
    right: 6%;
    top: 40px;
    bottom: auto;
    width: 30%;
    transform: none;
    text-align: left;
    letter-spacing: 2px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .inPageSlideshow .nivo-caption {
    top: 0;
    width: 35%;
  }
}
@media (max-width: 480px) {
  .inPageSlideshow .nivo-caption {
    width: 80%;
  }
}
.inPageSlideshow .nivo-caption h4 {
  font-size: 28px;
  line-height: 34px;
  padding: 15px 40px;
  color: #005850;
  /*font-family: 'La Belle Aurore', cursive;
  font-family: 'Playfair Display', serif;*/
  background: rgba(255, 255, 255, 0.85);
}
@media (min-width: 979px) {
  .inPageSlideshow .nivo-caption h4 {
    background: none;
    padding: 0;
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .inPageSlideshow .nivo-caption h4 {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Avenir', sans-serif;
    padding: 10px;
    text-transform: uppercase;
  }
}
.inPageSlideshow .nivo-caption pre {
  background: rgba(1, 121, 111, 0.71);
  color: #fff;
  text-transform: uppercase;
  border: none;
  word-break: normal;
  line-height: 18px;
}
@media (min-width: 979px) {
  .inPageSlideshow .nivo-caption pre {
    padding: 20px 0 0 0;
    background: none;
    color: #808080;
    font-size: 18px;
    line-height: 28px;
  }
}
/* //////// ///////////////////   navbar standard styles  ///////// //// ////////////////// ////  */
#header .navbar {
  margin-bottom: 0;
}
#header .navbar-inner {
  background: #116257;
  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(9, 64, 56, 0.8) url("/images/resources/lancaster/menuDownToggle2.png") right 15px center no-repeat;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown.open .dropdown-toggle {
    background: rgba(9, 64, 56, 0.8) url("/images/resources/lancaster/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;
    padding: 20px 10px;
    font-size: 13px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li a {
    background: rgba(9, 64, 56, 0.8);
    margin: 10px;
    padding: 12px !important;
  }
}
#header .navbar-inner #nav li a:hover {
  color: #bcf497;
}
#header .navbar-inner #nav li .dropdown-menu {
  margin: 0;
  background-color: rgba(9, 64, 56, 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: #bcf497;
}
#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: 70px;
  z-index: 9;
  top: 9px;
}
@media (max-width: 979px) {
  #header .navbar-inner .logoLink {
    left: 50%;
    top: 0;
    transform: translatex(-50%);
    width: 110px;
  }
}
#header .navbar-inner #hamburger-icon {
  outline: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  background-color: transparent;
  z-index: 100;
  width: 60px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
}
@media (min-width: 980px) {
  #header .navbar-inner #hamburger-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .navbar-inner #hamburger-icon {
    right: 25px;
  }
}
#header .navbar-inner #hamburger-icon .line {
  display: block;
  background: #fff;
  height: 3px;
  margin: 5px;
  right: 18px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header .navbar-inner #hamburger-icon .line.line-1 {
  margin-top: 3px;
}
@media (min-width: 980px) {
  .body-public #header .navbar:before {
    display: block;
    position: absolute;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0, #000 100%);
    margin-top: 0;
    height: 150px;
    width: 100%;
    content: '';
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.body-public #header .navbar.scrolled:before {
  opacity: 0;
  z-index: -1;
  height: 0;
}
@media (min-width: 980px) {
  .body-public #header .navbar-inner {
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.body-public #header .navbar.scrolled .navbar-inner {
  background: #116257;
}
@media (min-width: 980px) {
  .body-public #header #nav {
    left: 0;
    float: right;
  }
}
.body-public #header #nav li.current > a,
.body-public #header #nav li.active > a {
  color: #bcf497;
}
.body-public #header #nav li.nav-level-1.nav-menu-book_a_tee a {
  color: #bcf497;
}
@media (min-width: 980px) {
  .body-public #header #nav li.nav-level-1.nav-menu-book_a_tee a:before {
    content: '|';
    position: absolute;
    margin-left: -12px;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .body-public #header #nav li.nav-level-1.nav-menu-book_a_tee a:before {
    margin-left: -15px;
  }
}
.body-public #header .logoLink {
  width: 110px;
}
@media (min-width: 980px) {
  .body-public #header .logoLink {
    top: -1px;
  }
}
/* //////// ///////////////////   system pages no need to touch  ///////// //// ////////////////// ////  */
.hcapsig {
  word-wrap: break-word;
}
/*  styles moved from custom css zashtoto ne sa pipani*/
.forceFullWidth {
  position: relative;
  width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.body-public span.customFormRadioItem + br {
  display: none;
}
/* Google Map Styles */
div#map_container {
  width: 100% !important;
  height: 550px !important;
  color: #333;
}
a#map_to_here_button:hover,
a#map_from_here_button:hover {
  color: #005850;
}
.gm-style .gm-style-iw-c {
  line-height: 24px !important;
  border-top: 10px solid #116257 !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 #116257;
}
.php-ckeditor h3 {
  text-transform: none;
}
.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 #116257;
}
/* ///////////////////////////////// ///////////////  LOGIN PAGE ///////////////////////////////////// */
.body-loginpage #login {
  padding: 20px 20px;
  border: 2px solid #116257;
  text-align: center;
}
#login h3 {
  color: rgba(9, 64, 56, 0.8);
  text-transform: uppercase;
  margin-bottom: 30px;
}
#login .controls input.btn {
  display: inline-block;
  background: transparent;
  color: #005850;
  border: 1px solid;
  text-transform: uppercase;
  padding: 10px 38px 10px 18px;
  position: relative;
  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: 'Avenir', 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;
  }
}
#login .controls input.btn:before {
  content: '\f178';
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 18px;
  right: 8px;
}
/* ////////////////////// /////////////////// /////// NEWSBOX CMS HOMEPAGE //////////// ////////////// ///////  */
.newsbox a:link,
.newsbox a:visited,
.news-summary a.read-more:link,
.news-summary a.read-more:visited {
  background: #005850;
  color: #fff;
  border: 1px solid #005850;
  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: 'Avenir', sans-serif;
}
.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: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .newsbox a:link,
  .newsbox a:visited,
  .news-summary a.read-more:link,
  .news-summary a.read-more:visited {
    margin: 7px 0;
    font-size: 11px;
    padding: 5px;
  }
}
/* ////////////////////// /////////////////// /////// NEWS PHP FRONT-END ////////////// ////////////// ///////  */
.body-public .news-item {
  border-bottom: 1px dotted rgba(9, 64, 56, 0.8);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.body-public .news-item .media-heading {
  color: rgba(9, 64, 56, 0.8);
}
.body-public p.news-date {
  font-size: 12px;
}
.body-public .news-summary a.read-more {
  background: #116257;
  color: #fff;
  /*font-family: 'La Belle Aurore', cursive;
  font-family: 'Playfair Display', 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/lancaster/new-members-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, .php-competition2 #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: #005850;
  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: #005850;
  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 #116257 !important;
  background: #116257;
  color: #efefef;
}
.body-class-members .uploadTarget:hover {
  background: rgba(9, 64, 56, 0.8);
}
.php-slideshow_edit form fieldset legend {
  font-size: 16px;
  color: #000;
}
/* website templates page etc - styles / header page */
.adminWrapper form h1 {
  font-size: 20px;
  border-bottom: 1px dotted;
  text-transform: uppercase;
}
.body-class-members .adminWrapper {
  background: rgba(255, 255, 255, 0);
}
.body-class-members form fieldset {
  background: rgba(242, 242, 242, 0.27843137) !important;
}
.body-class-members .tabsWrapper .tabList li.current a span {
  border: none;
}
.body-class-members .tabsWrapper .tabList li.current a {
  background: rgba(9, 64, 56, 0.8);
  border-right: 1px solid #767676;
  color: #fff !important;
}
.body-class-members .breadcrumbsWrapper p.breadcrumbs a {
  color: #333 !important;
}
.body-class-members #globalwrap .adminWrapper form a,
.body-class-members #globalwrap .adminWrapper form table.admin a,
.body-class-members #globalwrap .adminWrapper .aboveTabs a {
  color: #333;
}
.body-class-members #globalwrap .adminWrapper div.tabsWrapper {
  border-right: none;
}
.body-class-members button#saveButton,
.body-class-members .fancybutton {
  background: #5e8848;
  border: none;
  color: #fff;
  margin-top: 15px;
}
.body-class-members #globalwrap .adminWrapper fieldset .links {
  background: none;
}
.body-class-members #globalwrap .adminWrapper .links a.fancybutton {
  color: #fff;
}
.body-class-members #globalwrap .adminWrapper form fieldset h3 {
  padding-bottom: 10px !important;
}
button.fff-icon.ui-button-icon-only {
  background: #ffffff63;
}
.body-class-members .tabsWrapper .tabList a {
  background: #333;
}
.body-class-members .tabsWrapper .tabList {
  background: none;
}
.body-class-members .tabsWrapper .tabList li a span {
  border-left: none;
  border-top: none;
  border-right: 1px solid #767676;
}
.body-class-members .tabsWrapper ul {
  padding-left: 0;
}
/* //////////////////////// // member page information menu in backend ////////////// //// */
.body-class-members.body-root-information .sliderHolder {
  display: none;
}
.body-class-members.body-root-information .inPageContent {
  margin-left: auto;
  padding: 20px;
  left: 0;
  right: 0;
  background: none;
  margin-right: auto;
  max-width: 100%;
}
/* pages like viewround.php , competition, twos etc on public */
.body-public.php-viewround #container,
.body-public.php-csscalc #container,
.body-public.php-twos #container {
  background: var(--systemAndMembersContainerBackground);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
}
.body-public.php-viewround table,
.body-public.php-csscalc table,
.body-public.php-twos table {
  background: #fff;
}
.body-public.php-viewround div#rounds {
  background: rgba(255, 255, 255, 0.78);
  padding: 20px;
  margin-bottom: 40px;
}
.body-public.php-csscalc h4 {
  background: #116257;
  padding: 20px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}
#globalwrap .map_popup_image {
  max-width: 100% !important;
}
/* /////////////////////// /////////// /////   ///////////////////////////// ////////////////////// /////////////////////////////////////// /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(9, 64, 56, 0.8);
}
.php-ckeditor #header img {
  width: 110px;
  margin: 0;
}
.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: #005850;
  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 .sliderHolder .sliderCaptions {
  position: relative;
  top: 20px;
  padding-bottom: 40px;
  transform: none;
  -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;
}
.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 .inPageSlideshow {
  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 .newsletterSubscribe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
  background: #718e8a;
}
.php-ckeditor .addressFooter {
  background: #c0cfcd;
}
.php-ckeditor .addressFooter .socialIcons em {
  padding: 10px 2px 10px 7px;
}
.php-ckeditor .holeNavigationRow {
  position: relative;
  background: #116257;
  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 .sliderCaptions {
  margin-top: 0;
  margin-bottom: 40px;
}
.php-ckeditor h3 {
  border-bottom: none !important;
}
.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 {
    width: 80px;
    margin-top: 2px;
  }
}
@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);
}
/* ////////////// //////////////////////  HOME PAGE STYLES //////////////////////////// ////////////////////////  */
.rowOneHolder {
  background: url(https://lancaster.designmode.intelligentgolf.co.uk/images/resources/lancaster/hatMan.png) top right no-repeat;
  margin-bottom: 60px;
  background-size: contain;
}
@media (min-width: 1200px) {
  .rowOneHolder {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .rowOneHolder {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .rowOneHolder {
    background-size: contain;
    background: url(https://lancaster.designmode.intelligentgolf.co.uk/images/resources/lancaster/hatMan.png) 90% 0 no-repeat;
    margin-bottom: 40px;
  }
}
.homeSectionOne .rowOne {
  display: flex;
}
@media (max-width: 979px) {
  .homeSectionOne .rowOne {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .homeSectionOne .rowOne {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .homeSectionOne .textBox {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .homeSectionOne .picBox {
    padding: 0 40px 0 0;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .homeSectionOne .picBox img {
    height: 100%;
    object-fit: cover;
  }
}
.homeSectionThree {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .homeSectionThree {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .homeSectionThree .textBox {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .homeSectionThree .picBox {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .homeSectionThree .picBox img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .homeSectionThree .picBox img {
    width: 100%;
  }
}
/* //////////////////////  INNER PAGE STYLES //////////////////////////////// ///////////  */
.innerPage h1 {
  font-size: 42px;
}
.innerPage h2 {
  text-transform: uppercase;
  color: #333;
  font-size: 18px;
}
.innerPage h3 {
  color: #116257;
  font-size: 18px;
}
.innerPage .headingRow {
  text-align: center;
  margin-bottom: 30px;
}
.innerPage ul {
  color: #005850;
  margin: 20px 0 20px 30px;
}
.innerPage ul li {
  line-height: 28px;
}
.innerPage .sidebar .enquiryForm {
  background: #fff;
  padding: 20px;
}
@media (min-width: 979px) {
  .innerPage .sidebar .enquiryForm {
    margin-left: 40px;
  }
}
/* //////////////////////////////   COURSE PAGE STYLES ///////////////////////////////////////   */
.coursePage {
  padding-top: 70px;
}
.coursePage .topRowCourse {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .coursePage .topRowCourse {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .coursePage .topRowCourse h1 {
    font-size: 38px;
    line-height: 44px;
  }
}
.coursePage .holeMap {
  text-align: right;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .coursePage .holeMap {
    text-align: center;
  }
}
.courseOverview .topRowCourse {
  margin-bottom: 20px;
}

/* end andy styles */

/* anton styles */

.body-public .subMenu > br {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inPageContent .span8 img, .inPageContent .span12 img, .inPageContent .span6 img {
    max-width: 400px;
    width: 100%;
  }
}

.body-public .sliderHolder .wysiwyg-editable br {
  display: none;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .subMenu .menu-section li {
    text-transform: capitalize;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .subMenu .menu-section li {
    text-transform: capitalize;
  }
  .subMenu .menu-section li a {
    margin: 10px 5px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .subMenu .menu-section li a {
    margin: 6px;
    display: block;
    padding: 10px;
    border: 1px solid #e3e3e3;
  }
  .subMenu .menu-section li.current a::after {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
}

/* internet exloder */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .inPageSlideshow .nivo-caption {
    width: 80%;
    left: 50%;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background: none;
  text-align: center;
  opacity: 1;
  }
  .inPageSlideshow .nivo-caption h4 {
    font-size: 28px;
    line-height: 34px;
    padding: 15px 40px;
    color: #005850;
    /*font-family: 'La Belle Aurore', cursive;
    font-family: 'Playfair Display', serif;*/
    background: rgba(255, 255, 255, 0.85);
  }
  .inPageSlideshow .nivo-caption pre {
    background: rgba(1, 121, 111, 0.71);
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    word-break: normal;
    line-height: 18px;
  }
  .inPageSlideshow .nivo-directionNav {
    right: 10px;
    bottom: 50px;
  }
  .inPageSlideshow .nivo-controlNav-Wrapper {
    display: none;
  }
  .inPageSlideshow .galleryInner.nivoInner.nivoSlider {
    width: 80% !important;
    height: auto !important;
    margin: 0px auto;
  }
  .inPageSlideshow .galleryInner.nivoInner.nivoSlider img {
    width: 100% !important;
    height: auto !important;
  }
}

/* fixes from sue */

@media (min-width: 980px) and (max-width: 1199px) {
  .inPageSlideshow .nivo-caption h4 {
    font-size: 28px;
    line-height: 38px;
  }
  .inPageSlideshow .nivo-caption pre {
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
  }
}

.body-class-visitorbooking.body-public img.ui-datepicker-trigger {
  position: relative;
  right: -2px;
}

.body-class-visitorbooking #date_form .picker input {
  margin-right: 0px !important;
}

.body-class-visitorbooking #globalwrap #date_form .picker input[type="text"] {
  margin-top: 6px;
}

.body-class-visitorbooking #global .tabs li a {
  padding: 10px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-visitorbooking #global .tabs li a {
    padding: 10px 5px;
    font-size: 14px;
  }
  .body-class-visitorbooking .picker label {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-visitorbooking #global .tabs li a {
    padding: 10px 5px;
    font-size: 14px;
  }
  .body-class-visitorbooking .picker label {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inPageContent form .ui-datepicker-trigger {
    max-width: 12px;
  }
}

@media (min-width: 980px) and (max-height: 800px) {
  #header .navbar-inner #nav li .dropdown-menu a {
    padding: 4px 12px;
  }
}

@media (min-width: 980px) and (max-height: 649px) {
  #header .navbar-inner #nav li .dropdown-menu a {
    padding: 2px 12px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  #header .navbar-inner #nav li a {
    padding: 6px 12px !important;
    margin: 10px 0px;
  }
  #header .navbar-inner #nav li .dropdown-menu {
    margin: 0px 10px;
  }
  #header .navbar-inner #nav li .dropdown-menu a {
    text-transform: capitalize;
    font-weight: 400;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inPageContent .span4 form .customFormLine input {
    width: 180px;
  }
  .inPageContent .span4 form .customFormLine select {
    width: 180px;
  }
}

.body-class-members.body-contentpage .inner-page .grey-bg .container {
  margin-left: 0px;
}

.body-class-members.body-contentpage .inner-page .white-bg .container {
  margin-left: 0px;
}

.body-class-members.body-contentpage .nivo-controlNav-Wrapper {
  display: none;
}

.body-class-members .galleryInner {
  width: 100% !important;
  height: auto !important;
}

grammarly-btn {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-members.body-contentpage #globalwrap .wysiwyg-editable img {
    max-width: 400px;
    width: 100%;
  }
}

.php-index .well {
  background: transparent;
  padding: 0px;
  border: none;
}

.body-class-wedding_gallery .inPageContent .gallery-image {
  width: 100%;
}

.body-class-wedding_gallery .inPageContent .gallery-thumbs {
  width: 100%;
}

.inPageContent .span8 form .customFormLine input {
  background: white;
  height: 35px;
}

/* nav changes */

.body-public #header .navbar .navbar-inner, .body-public #header .navbar.scrolled .navbar-inner {
  background: #fff;
}

.body-public #header .navbar #nav li.current > a, .body-public #header .navbar.scrolled #nav li.active > a {
  color: #5fbbae;
}

#header .navbar .navbar-inner #nav li a {
  color: #000;
}

#header .navbar .navbar-inner #nav li a:hover {
  color: #5fbbae;
}

#header .navbar .navbar-inner #nav li .dropdown-menu {
  background: rgba(255,255,255,0.9);
}

.home-section-two {
  display: none;
}

.body-public #header .logoLink {
  width: 130px;
  right: 0px;
  margin-left: 0px;
}

@media (min-width: 980px) {
  .body-public #header #nav {
    float: none;
  }
  .body-public #header #nav > li:nth-child(1) {
    margin-left: 150px;
  }
  .body-public #header .navbar-inner #nav li a {
    font-size: 13px;
  }
  .body-public #header .logoLink {
    top: 3px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public #header #nav > li:nth-child(1) {
    margin-left: 140px;
  }
  #header .navbar-inner #nav li a {
    padding: 20px 9px;
  }
}

.header-links {
  text-align: right;
  padding: 5px 0px;
  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;
}

.header-links a {
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.header-links {
  background: #005850;
}

.header-links a {
  color: #fff;
}

#header .navbar-inner {
  background: white;
}

/*.body-public #header #nav li.nav-level-1.nav-menu-book_a_tee a {
  color: #000;
}

.body-public #header #nav li.nav-level-1.nav-menu-book_a_tee a:hover {
  color: #5fbbae;
}

#header .navbar-inner #nav li a#logoutbtn {
  color: #000;
}

#header .navbar-inner #nav li a#logoutbtn:hover {
  color: #5fbbae;
}*/

.header-icon-space i {
  margin-right: 6px;
}

.body-class-members .header-links {
  font-size: 0px;
}

.body-class-members .header-links-vert-line {
  display: none;
}

.home-top-slider.sliderHolder .nivo-caption {
  background: transparent;
  top: auto;
  bottom: 100px;
  width: calc(100% - 20px);
  transform: translate(0px);
  left: 0px;
  text-align: center;
}

.home-top-slider.sliderHolder .nivo-caption h4 {
  color: white;
  font-size: 42px;
  line-height: 52px;
}

.home-top-slider.sliderHolder .sliderCaptions h1 {
  display: none;
}

.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
  bottom: 75px;
}

.andyShowWeatherAndCourseStatus .weathers .weatherSingle {
  margin-bottom: 5px;
}

.sliderHolder .nivo-controlNav-Wrapper {
  display: none !important;
}

.sliderHolder .galleryInner .nivo-directionNav a.nivo-nextNav {
    background-image: url('/images/resources/clitheroe/right.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
  width: 50px;
  height: 50px;
}

.sliderHolder .galleryInner .nivo-directionNav a.nivo-prevNav {
    background-image: url('/images/resources/clitheroe/left.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
  width: 50px;
  height: 50px;
}

.row-four {
  padding-top: 60px;
}

.newsletterSubscribe form {
  margin: 0px;
}

.newsletterSubscribe a {
  color: white;
  text-decoration: underline;
}

.addressFooter .littleBigger {
  margin-bottom: 5px;
}

.socialIcons {
  margin-top: 30px;
}

.addressFooter .footerLogos img {
  padding: 10px;
}

/* responsive fixes */

@media (min-width: 768px) and (max-width: 979px) {
  .body-public #header .logoLink {
    left: 10px;
    transform: translate(0px);
  }
  .header-links {
    background: #116257;
  }
  .scrolled .header-links {
    background: #116257;
  }
  .scrolled .header-links a {
    color: white;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public #header .logoLink {
    left: 15px;
    transform: translate(0px);
    top: -27px;
    margin-left: 0px;
  }
  .header-links {
    background: #116257;
    margin-right: 10px;
  }
  .scrolled .header-links {
    background: #116257;
  }
  .scrolled .header-links a {
    color: white;
  }
  .home-top-slider.sliderHolder .nivo-caption h4{
    font-size: 26px;
    line-height: 36px;
  }
}

.body-class-members .content-wrapper, .body-public[class*="php-"] .content-wrapper, .body-class-opens .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members .content-wrapper, .body-public[class*="php-"] .content-wrapper, .body-class-opens .content-wrapper {
    width: 940px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-members .content-wrapper, .body-public[class*="php-"] .content-wrapper, .body-class-opens .content-wrapper {
    width: 724px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-members .content-wrapper, .body-public[class*="php-"] .content-wrapper, .body-class-opens .content-wrapper {
    width: auto;
  }
}

.home-row-one .textBox, .home-row-three .textBox {
  padding-right: 200px;
}

.home-row-two .textBox {
  padding-left: 200px;
}

.home-page-wrapper .row-fluid [class*="span"].pull-left {
  margin-left: 0px;
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .home-row-one .textBox, .home-row-three .textBox {
    padding-right: 150px;
  }
  .home-row-two .textBox {
    padding-left: 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .home-row-one .textBox, .home-row-three .textBox {
    padding-right: 100px;
  }
  .home-row-two .textBox {
    padding-left: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-row-one .textBox, .home-row-three .textBox {
    padding-right: 50px;
  }
  .home-row-two .textBox {
    padding-left: 50px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-row-one .textBox, .home-row-three .textBox {
    padding-right: 25px;
  }
  .home-row-two .textBox {
    padding-left: 25px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .home-row-one .textBox, .home-row-three .textBox {
    padding-right: 20px;
  }
  .home-row-two .textBox {
    padding-left: 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-row-one .textBox, .home-row-three .textBox {
    padding-right: 20px;
  }
  .home-row-two .textBox {
    padding-left: 20px;
  }
}

.homeSectionOne .picBox {
  padding: 0px;
}

.homeSectionOne .home-row-two .picBox {
  text-align: right;
}

.homeSectionThree .picBox {
  padding: 0px;
}

.row-four {
  position: relative;
  height: 350px;
}

.news-jcarousel {
    width: 1130px;
  margin: 0px auto;
  overflow: hidden;
  height: 250px;
  left: 20px;
  position: absolute;
  text-align: center;
  top: 150px;
}
.news-jcarousel .news-wrapper {  list-style: none;   margin: 0px; padding: 0;width: 10000px;position: absolute;}
.news-jcarousel .news-item {  float: left;    position: relative;}
.news-jcarousel .news-item:first-child{margin-left: 0;}
.news-jcarousel .news-item p{margin: 0;line-height: 20px;}
.news-jcarousel .news-item{width: 1130px;}

.news-control .prev {
  position: absolute;
  top: 45%;
  font-size: 32px;
  color: #116257;
  left: 0px;
}

.news-control .next {
  position: absolute;
  top: 45%;
  font-size: 32px;
  color: #116257;
  right: 0px;
}

.news-control .prev:hover {
  cursor: pointer;
}

.news-control .next:hover {
  cursor: pointer;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .news-jcarousel {
    width: 900px;
  }
  .news-jcarousel .news-item {
    width: 900px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .news-jcarousel {
    width: 684px;
  }
  .news-jcarousel .news-item {
    width: 684px;
  }
  .home-page-wrapper .inPageContent .container {
    width: 724px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .news-jcarousel {
    width: 260px;
    right: 0px;
    left: 0px;
  }
  .news-jcarousel .news-item {
    width: 260px;
  }
  .home-page-wrapper {
    text-align: center;
  }
  .span6.picBox.pull-left {
    clear: both;
    padding-bottom: 20px;
  }
  .homeSectionOne .home-row-two .picBox {
    text-align: center;
  }
}

.desktop-weather-status {
  background: white;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 20;
  margin-top: -60px;
}

.desktop-weather-status .weatherSingle {
  display: inline-block;
  width: 180px;
  position: relative;
  height: 40px;
}

.desktop-weather-status .weatherImage {
  position: absolute;
  top: -10px;
  left: 0px;
  background: #005850;
  width: 40px;
}

.desktop-weather-status .weatherDate {
  position: absolute;
  top: 0px;
  left: 45px;
  width: 55px;
}

.desktop-weather-status .weatherTemp {
  position: absolute;
  top: 0px;
  left: 110px;
}

.desktop-weather-status h3 {
  display: none;
}

.mobile-weather-status {
  display: none;
}

.mobile-slideshow-buttons {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .mobile-weather-status {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    display: block;
    width: 100%;
  }
  .mobile-weather-status .mobile-status {
    background: #005850;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 40px;
  }
  .mobile-weather-status .mobile-weather {
    background: #116257;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .show-mobile-status {
    position: absolute;
    left: 0px;
    width: calc(100% - 80px);
    background: #005850;
    height: 0px;
    line-height: 16px;
    bottom: 0px;
    color: white;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
  }
  .disp.show-mobile-status {
    height: 40px;
    bottom: 0px;
  }
  .show-mobile-status h3 {
    display: none;
  }
  .show-mobile-weather {
    position: absolute;
    left: 0px;
    width: calc(100% - 80px);
    background: #116257;
    height: 0px;
    bottom: 0px;
    color: white;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
  }
  .disp.show-mobile-weather {
    height: 40px;
    bottom: 0px;
  }
  .show-mobile-weather .weatherSingle {
    width: 80px;
    display: inline-block;
    position: relative;
  }
  .show-mobile-weather .weatherImage {
    position: absolute;
    top: -14px;
    left: 0px;
    width: 30px;
  }
  .show-mobile-weather .weatherDate {
    position: absolute;
    left: 35px;
    top: -20px;
    font-size: 12px;
  }
  .show-mobile-weather .weatherTemp {
    position: absolute;
    left: 35px;
    top: -1px;
    font-size: 13px;
  }
  .desktop-weather-status {
    display: none;
  }
  .mobile-slideshow-buttons {
    display: block;
    position: absolute;
    bottom: 50px;
    z-index: 20;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 300px;
  }
  .mobile-slideshow-buttons a {
    background: rgba(0,0,0,0.6);
    width: 130px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding: 8px 0px;
    margin-right: 20px;
  }
  .mobile-slideshow-buttons a:last-child {
    margin-right: 0px;
  }
}

.inPageContent .row-fluid .span6.pull-left {
  margin-left: 0px;
}

.two-col-page .row-fluid.two-equal-col {
  padding-top: 60px;
}

.statusDiv h4 {
  display: inline-block;
}

.statusDiv p {
  display: inline-block;
}

.statusDiv b {
  display: none;
}

.body-public #header .navbar::before{
  display: none;
}

.body-class-members #header .navbar-inner .logoLink {
  width: 120px;
  top: 3px;
}

@media (min-width: 980px) {
  .body-class-members .nav > li:nth-child(1) {
    margin-left: 95px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .addressFooter .socialIcons::before, .addressFooter .socialIcons::after {
    width: 22%;
  }
}

.innerPage .span12 {
  text-align: center;
}

/* new home */

.home-title {
  padding-top: 60px;
  text-align: center;
}

.home-title h1 {
  margin: 0px;
  font-size: 36px;
  line-height: 46px;
}

.included-boxes {
  padding: 50px 0px;
}

.home-content {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

.home-content h4 {
  margin: 0px;
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

.home-content h5 a {
  margin-top: 30px;
  display: inline-block;
  padding: 12px 20px;
  background: #005850;
  color: white;
  text-transform: uppercase;
  border-radius: 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.home-content h5 a:hover {
  border-radius: 8px;
}

.new-home-content {
  background: url('/images/resources/lancaster/hatMan.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.box-pic {
  position: relative;
}

.box-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  /*background: rgba(1,121,111,0.4);*/
  text-align: center;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  text-shadow: 1px 1px #000;
}

/*.box-overlay:hover {
  background: rgba(1,121,111,0.8);
}*/

.box-overlay .wysiwyg-editable {
  position: absolute;
  bottom: 40px;
  width: calc(100% - 0px);
  padding: 0px 10px;
}

.box-overlay .wysiwyg-editable h4 {
  color: white;
  font-size: 24px;
  line-height: 24px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.box-overlay .wysiwyg-editable h5 a {
  border: 2px solid white;
  display: inline-block;
  padding: 6px 12px;
  color: white;
  margin-top: 15px;
  background: transparent;
  margin: 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.box-overlay .wysiwyg-editable h5 a:hover {
  background: black;
}

@media (min-width: 1200px) {
  #header .navbar-inner #nav li a {
    padding: 20px 15px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  #header .navbar-inner #hamburger-icon .line {
    background: #116257;
  }
  .body-public #header .logoLink {
    top: -2px;
  }
  #header .navbar .navbar-inner #nav li a {
    color: white;
  }
  #header .navbar-inner #nav li.active > a, #header .navbar-inner #nav li.active.open > a, #header .navbar-inner #nav li.open > a {
    color: #5fbbae;
  }
  .body-class-members #header .navbar-inner .logoLink {
  top: 1px;
  left: 15px;
  transform: translate(0px);
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .box-overlay .wysiwyg-editable {
    bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .box-overlay .wysiwyg-editable h4 {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .box-overlay .wysiwyg-editable {
    bottom: 5px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .new-home-content {
    padding: 0px 20px;
  }
  .included-boxes .box-pic {
    max-width: 450px;
    width: 100%;
    margin: 0px auto;
  }
  .box-two {
    margin: 30px 0px;
  }
  .inPageContent h6 {
    display: block;
  }
  .inPageContent h6 a {
    width: 200px;
  }
  .addressFooter .socialIcons::before, .addressFooter .socialIcons::after {
    display: none;
  }
}

.box-overlay .wysiwyg-editable h5 a::before {
  display: none;
}

.innerPage ul li {
  list-style: none;
  margin-left: 0px;
}

.innerPage ul li::before, .innerPage ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  color: #005850;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.php-ckeditor .included-boxes .box-overlay {
  position: relative;
}

.header-links-vert-line {
  content: '';
  width: 1px;
  height: 20px;
  background: white;
  display: inline-block;
  margin: 0px 6px;
  font-size: 0px;
  position: relative;
  top: 4px;
}

.header-links a {
  text-transform: uppercase;
}

.header-links a:hover {
  color: #55c809;
}

@media (min-width: 0px) and (max-width: 767px) {
  .header-links {
    text-align: center;
  }
  .header-links a {
    text-transform: capitalize;
    font-size: 12px;
  }
}

[class*="hole_"] .standardInclude .inPageSlideshow {
  display: none;
}

/*@media (min-width: 980px) {
  .body-contentpage.body-public .innerSliderHolder {
    padding-top: 95px;
  }
}*/

.inPageContent form .customFormLine input {
  height: 35px;
  background: #E8E4DF;
  border: 2px solid #005850;
  margin-bottom: 20px;
  width: 80%;
}

.inPageContent form .customFormLine textarea {
  height: 35px;
  background: #E8E4DF;
  border: 2px solid #005850;
  margin-bottom: 20px;
  width: 80%;
}

.inPageContent form .customFormLine select {
  height: 35px;
  background: #E8E4DF;
  border: 2px solid #005850;
  margin-bottom: 20px;
  width: 80%;
}

.body-class-members .header-links a {
  font-size: 0px;
}

.innerPage .gallery-thumbs ul li::before {
  display: none;
}

.innerPage .gallery-image #slideshow span {
  width: 100% !important;
  height: auto !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-top-slider.sliderHolder .nivo-caption {
    bottom: 200px;
  }
  .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
    bottom: 175px;
  }
  .mobile-slideshow-buttons {
    bottom: 100px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .home-page-wrapper .sliderHolder .galleryInner, .home-page-wrapper .sliderHolder .galleryInner img {
    height: calc(100vh - 100px) !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .home-page-wrapper .sliderHolder .galleryInner, .home-page-wrapper .sliderHolder .galleryInner img {
    height: calc(100vh - 100px) !important;
  }
  .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
    display: none;
  }
  .home-top-slider.sliderHolder .nivo-caption {
    bottom: 150px;
  }
  .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
    bottom: 175px;
  }
  .mobile-slideshow-buttons {
    bottom: 50px;
  }
}

/* new colours 
 Green --> #005850
 Gold --> #C3A757
 Navy Blue --> #003057
 Dark Grey --> #98989A
 Pale Grey --> #E8E4DF
*/

.header-links {
  background: #005850;
}

.body-public #header .navbar .navbar-inner, .body-public #header .navbar.scrolled .navbar-inner {
  background: #005850;
}

.body-class-members .header-links {
  background: #003057;
  display: none;
} 

.body-class-members #header .navbar .navbar-inner {
  background: #003057;
}

#header .navbar .navbar-inner #nav li a {
  color: #fff;
}

#header .navbar-inner #nav > li.active > a {
  box-shadow: none;
}

#header .navbar .navbar-inner #nav li a:hover {
  color: #C3A757;
}

.body-public #header .navbar #nav li.current > a, .body-public #header .navbar.scrolled #nav li.active > a {
  color: #C3A757;
}

.header-links {
  padding: 10px 0px;
}

@media (min-width: 980px) {
  .body-public #header .logoLink {
    top: -11px;
    width: 70px;
  }
}

.new-home-content {
  background: #fff;
}

body {
  background: #fff;
}

.newsletterSubscribe {
  background: #005850;
}

.footer {
  background: #005850;
  color: #fff;
}

.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: #fff;
}

.header-links a:hover {
  color: #C3A757;
}

#header .navbar .navbar-inner #nav li .dropdown-menu {
  background: #E8E4DF;
}

#header .navbar .navbar-inner #nav .dropdown-menu li a {
  color: #333;
}

#header .navbar .navbar-inner #nav .dropdown-menu li.current a {
  color: #C3A757;
}

#header .navbar .navbar-inner #nav .dropdown-menu li a:hover, #header .navbar .navbar-inner #nav .dropdown-menu li a:focus, #header .navbar .navbar-inner #nav .dropdown-menu li.active a {
  color: #C3A757;
}

#header .navbar .navbar-inner #nav > li.active > a {
  color: #C3A757;
}

.subMenu .menu-section li.current a, .subMenu .menu-section li a:hover {
  color: #C3A757;
}

.inPageContent a:hover, .inPageContent a:active, .inPageContent a:focus, a:hover, a:active, a:focus {
  color: #C3A757;
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-public #header .logoLink {
    top: -36px;
    width: 70px;
  }
  #header .navbar-inner #hamburger-icon .line {
    background: #fff;
  }
  #header .navbar-inner #nav li a {
    background: transparent;
  }
  #header .navbar-inner #nav li.dropdown .dropdown-toggle {
    background-color: transparent;
  }
  #header .navbar-inner #nav li.dropdown.open .dropdown-toggle {
    background-color: transparent;
  }
  .header-links {
    padding-left: 10px;
    padding-right: 10px;
  }
  .body-class-members #header .navbar-inner .logoLink {
    top: -3px;
    left: 25px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public #header .logoLink {
    top: -56px;
    left: 25px;
  }
}

.body-class-members .footer {
  background: #003057;
}

.header-links a {
  display: inline-block;
  border: 2px solid #fff;
  padding: 3px 20px;
  border-radius: 25px;
  background: #000;
  color: #fff;
}

.header-links a:first-child {
  margin-right: 10px;
}

@media (min-width: 0px) and (max-width: 499px) {
  .header-links {
    text-align: right;
    padding-right: 20px;
  }
  .header-links a {
    padding: 3px 10px;
  }
  .header-links a:first-child {
    margin-right: 0px;
  }
}

.body-class-members #header .navbar-inner .logoLink {
  width: 70px;
  top: 12px;
}

.body-class-members #header .navbar-inner {
  min-height: 106px;
}

@media (min-width: 980px) {
  .body-class-members #header .navbar-inner #nav {
    position: relative;
    top: 22px;
  }
  .header-links {
    display: none;
  }
  .header-wrapper {
    min-height: 106px;
    background: #005850;
  }
  .body-class-members .header-wrapper {
    min-height: 106px;
  }
  .body-public #header .navbar .navbar-inner, .body-public #header .navbar.scrolled .navbar-inner {
    box-shadow: none;
    position: relative;
    padding-top: 23px;
    min-height: 106px;
  }
  .body-public #header #nav > li:nth-child(1) {
    margin-left: 110px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-class-members #header .navbar-inner .logoLink {
    top: 6px;
  }
  .body-class-members #header .navbar-inner #hamburger-icon {
    top: 33px;
  }
}

@media (min-width: 768px) {
  .mobile-slideshow-buttons {
    position: absolute;
    bottom: 200px;
    z-index: 10;
    display: block;
    left: 20px;
    right: 20px;
    text-align: center;
  }
  .mobile-slideshow-buttons a {
    display: inline-block;
    padding: 8px 30px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
  }
  .mobile-slideshow-buttons a:hover {
    background: rgba(0,0,0,1);
  }
  .mobile-slideshow-buttons a:first-of-type {
    margin-right: 10px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public #header .navbar-inner #nav li a {
    font-size: 14px;
    text-transform: capitalize;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .header-links {
    display: none;
  }
  #header .navbar-inner {
    min-height: 106px;
  }
  #header .navbar-inner #hamburger-icon {
    margin-top: 28px;
  }
  .body-public #header .logoLink {
    top: 7px;
  }
  #header .navbar-inner #nav {
    margin-top: 110px;
  }
  .body-class-members #header .navbar-inner #hamburger-icon {
    margin-top: 0px;
  }
}

.header-clock {
  position: absolute;
  top: 5px;
  right: 0px;
  z-index: 100;
  color: #fff;
}

@media (min-width: 0px) and (max-width: 767px) {
  .header-clock {
    top: 1px;
    right: 20px;
  }
}

.body-class-members .nav-menu-newsletters\.php {
  display: none;
}

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: #005850;
  color: #fff;
  padding: 6px 8px;
  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: #000;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 979px) {
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    font-size: 14px;
	letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
}

/* 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: #2B897B;
  }
  .php-newsletters .border-table .split-table td {
    padding: 0px 2.5%;
  }
  .php-newsletters .border-table-alt .split-table td {
    padding: 0px 2.5%;
  }
}

.desktop-weather-status .weatherDiv {
  display: none;
}

.php-eclectic table thead.tableFloatingHeaderOriginal a, .php-eclectic table thead.tableFloatingHeaderOriginal td {
  color: #000;
}

.home-video video {
  width: 100%;
  height: calc(100vh - 106px);
  object-fit: cover;
}

/* end anton styles */
/*Modal*/
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  max-width: fit-content;
}

@media (min-width: 768px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: fit-content;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
    max-height: calc( 80vh - 40px);
  }
    .modal2 .modal-body img {
    max-height: calc( 76vh - 40px);
  }
}

@media (min-width: 979px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: fit-content;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
	max-height: calc( 80vh - 40px);
  }
     .modal2 .modal-body img {
    max-height: calc( 76vh - 40px);
  }
}
  
@media (min-width: 1200px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: fit-content;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
    max-height: calc( 80vh - 40px);
  }
    .modal2 .modal-body img {
    max-height: calc( 76vh - 40px);
  }
}
  
@media (min-width: 1500px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: fit-content;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 80%;*/
	max-height: calc( 80vh - 40px);
  }
    .modal2 .modal-body img {
    max-height: calc( 76vh - 40px);
  }
}

.modal2 .modal-body video {
max-height: calc( 76vh - 40px);
  display:block;
    margin: auto;
  }
/* End Modal */

.weatherImage {
  	display: none;
}