/* ////////////////////////// GENERAL STYLES AIMED MAINLY AT MEMBER'S AREA  ////////////////////////////////// */
* {
  box-sizing: border-box;
}
#outerborder {
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.5px;
}
a:link,
a:visited {
  color: #155436;
  outline: 0;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #aa8e59;
  outline: 0;
}
#container {
  min-height: calc(100vh - 50px);
}
@media (max-width: 767px) {
  #container {
    min-height: calc(100vh - 95px);
  }
}
/* /////////////// /// //////////  .inPageContent ONLY styles ///////// ///////////// //// */
.inPageContent {
  position: relative;
  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: #155436;
}
.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: #a98137;
}
.inPageContent a:hover,
.inPageContent a:active,
.inPageContent a:focus {
  color: #1d7149;
}
.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 solid #3e5e4f;
  padding: 5px;
}
@media (max-width: 480px) {
  .inPageContent table td {
    padding: 5px 10px;
    letter-spacing: 0;
  }
}
.inPageContent table th {
  border: 1px solid #3e5e4f;
  font-weight: normal;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .inPageContent .span12 form fieldset#thankyou {
    padding: 20px 60px;
  }
}
.inPageContent form .customFormLine {
  color: #333;
  position: relative;
}
.inPageContent form .customFormLine input,
.inPageContent form .customFormLine textarea {
  width: 100%;
  margin-bottom: 20px;
  background: #efefef;
}
.inPageContent form .customFormLine input[type="checkbox"] {
  width: auto;
  height: auto;
}
.inPageContent form .customFormLine input {
  height: 35px;
}
.inPageContent form .customFormLine textarea {
  height: 100px;
}
.inPageContent form .customFormLine label,
.inPageContent form .customFormLine .radioLabel {
  color: #333;
}
.inPageContent form .customFormLine label.customnoformat {
  display: none;
}
.inPageContent form .customFormRadioItem {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 20px;
}
.inPageContent form .customFormRadioItem input {
  width: auto;
  height: auto;
  margin-top: 16px;
  margin-right: 5px;
}
.inPageContent form .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: -5px;
}
.inPageContent h5 a:link,
.inPageContent h5 a:visited,
.inPageContent form input[type="submit"],
.inPageContent .map_popup_form input[type=submit] {
  display: inline-block;
  background: #155436;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 12px 18px;
  margin: 15px 5px;
  letter-spacing: 1.5px;
  font-size: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
.inPageContent h5 a:link:hover,
.inPageContent h5 a:visited:hover,
.inPageContent form input[type="submit"]:hover,
.inPageContent .map_popup_form input[type=submit]:hover {
  -webkit-border-radius: 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"],
  .inPageContent .map_popup_form input[type=submit] {
    margin: 7px 0;
    letter-spacing: 0;
  }
}
.inPageContent h6 a:link,
.inPageContent h6 a:visited {
  background: #333;
  color: #fff;
  border: 1px solid #333;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 18px;
  margin: 15px 5px;
  letter-spacing: 1.5px;
  font-size: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
.inPageContent h6 a:link:hover,
.inPageContent h6 a:visited:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .inPageContent h6 a:link,
  .inPageContent h6 a:visited {
    margin: 7px 0;
    letter-spacing: 0;
  }
}
/* /////////////// /// //////////  .subMenu ONLY styles ///////// ///////////// //// */
.subMenu {
  background: #f1f1f1;
  padding: 0 5px;
  position: relative;
}
@media (max-width: 480px) {
  .subMenu {
    padding: 10px;
  }
}
.subMenu ul {
  margin: 0;
}
.subMenu .menu-section h2 {
  display: none;
}
.subMenu .menu-section li {
  list-style-type: none;
  display: inline;
  text-transform: uppercase;
  font-size: 14px;
}
.subMenu .menu-section li.current a {
  color: #155436;
}
@media (min-width: 481px) {
  .subMenu .menu-section li.current a {
    border-bottom: 1px solid #155436;
  }
}
.subMenu .menu-section li a {
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-size: 13px;
}
.subMenu .menu-section li a:hover {
  color: #155436;
}
@media (max-width: 480px) {
  .subMenu .menu-section li a {
    margin: 10px;
    display: block;
    border: 1px solid #155436;
    padding: 10px;
  }
}
/* /////////////// /// //////////  .sliderHolder + captions/scroll/navs etc styles ///////// ///////////// //// */
.sliderHolder {
  position: relative;
}
.sliderHolder .galleryInner,
.sliderHolder .galleryInner img {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100%;
  object-fit: cover;
  min-height: 500px;
}
@media (max-width: 1199px) {
  .sliderHolder .galleryInner,
  .sliderHolder .galleryInner img {
    height: auto !important;
  }
}
.sliderHolder .galleryInner:after,
.sliderHolder .galleryInner img:after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
  height: 150px;
  width: 100%;
  content: '';
  bottom: 0;
  z-index: 9;
}
.sliderHolder.innerSliderHolder .galleryInner,
.sliderHolder.innerSliderHolder .galleryInner img {
  height: auto !important;
  min-height: 350px;
  object-fit: cover;
  max-height: 500px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sliderHolder.innerSliderHolder .galleryInner,
  .sliderHolder.innerSliderHolder .galleryInner img {
    max-height: 750px;
  }
}
.sliderHolder .nivo-directionNav {
  display: block;
  z-index: 99;
}
@media (max-width: 979px) {
  .sliderHolder .nivo-directionNav {
    display: none !important;
  }
}
.sliderHolder .nivo-directionNav a {
  width: 25px !important;
  height: 47px !important;
}
.sliderHolder .nivo-directionNav a.nivo-prevNav {
  background: url("https://york.designmode.intelligentgolf.co.uk/images/resources/york/sliderLeftSmall.png") center center no-repeat !important;
  left: 5%;
}
.sliderHolder .nivo-directionNav a.nivo-nextNav {
  background: url("https://york.designmode.intelligentgolf.co.uk/images/resources/york/sliderRightSmall.png") center center no-repeat !important;
  right: 5%;
}
.sliderHolder .nivo-controlNav-Wrapper {
  display: none !important;
}
.sliderHolder .nivo-caption {
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  transform: none;
  background: none;
  text-align: center;
  opacity: 1;
  z-index: 99;
}
.sliderHolder .nivo-caption h4 {
  font-size: 18px;
  line-height: 30px;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .sliderHolder .nivo-caption h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
  position: absolute;
  bottom: 15%;
  z-index: 9;
  width: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll:hover {
  color: #d7e1da;
}
@media (max-width: 979px) {
  .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
    display: none;
  }
}
.sliderHolder .fa-chevron-down:before {
  content: "\f078";
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.sliderHolder .ct-js-btn-scroll.animated {
  animation-duration: 2s;
  animation-delay: 0.5s;
  -o-animation-duration: 2s;
  -o-animation-delay: 0.5s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
}
.sliderHolder em.animated.fa.fa-chevron-down.heartBeat {
  display: block;
}
.sliderHolder .sliderCaptions {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
}
@media (max-width: 979px) {
  .sliderHolder .sliderCaptions {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .sliderHolder .sliderCaptions {
    top: 50%;
  }
}
.sliderHolder .sliderCaptions.animated {
  animation-duration: 4s;
  animation-delay: 0.2s;
  -o-animation-duration: 4s;
  -o-animation-delay: 0.2s;
  -moz-animation-duration: 4s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 0.2s;
}
.sliderHolder .sliderCaptions img {
  width: 70px;
  margin-bottom: 20px;
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .sliderHolder .sliderCaptions img {
    width: 50px;
  }
}
.sliderHolder .sliderCaptions h1 {
  color: #fff;
  font-size: 48px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #000;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
  .sliderHolder .sliderCaptions h1 {
    font-size: 30px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h1 {
    font-size: 28px;
  }
}
.sliderHolder .sliderCaptions h2 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 14px;
  }
}
/* ///////////////// //////////////  COURSE STATUS BUTTON & SHOW ////////////////////////////////// //////////////  */
.andyShowWeatherAndCourseStatus {
  color: #333;
  margin-top: 30px;
  position: relative;
}
@media (min-width: 1200px) {
  .andyShowWeatherAndCourseStatus {
    left: 200px;
  }
}
@media (max-width: 767px) {
  .andyShowWeatherAndCourseStatus {
    padding: 0 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .andyShowWeatherAndCourseStatus .span12 {
    display: flex;
    flex-direction: column;
  }
}
.andyShowWeatherAndCourseStatus h3,
.andyShowWeatherAndCourseStatus b {
  display: none;
}
.andyShowWeatherAndCourseStatus span.updatedate {
  font-size: 11px !important;
  padding-right: 10px;
  padding-top: 3px;
}
.andyShowWeatherAndCourseStatus .status {
  min-height: 55px;
}
@media (max-width: 767px) {
  .andyShowWeatherAndCourseStatus .status {
    min-height: 0;
    padding-top: 20px;
  }
}
.andyShowWeatherAndCourseStatus .status p {
  line-height: 20px;
}
/* /////////////// //// ////////// WEATHER ///////////////// ///////////////// */
@media (min-width: 1200px) {
  .andyShowWeatherAndCourseStatus .weather {
    margin-left: 500px;
  }
}
.andyShowWeatherAndCourseStatus .weathers {
  float: left;
  padding-top: 7px;
  margin-right: 30px;
  color: #333;
}
@media (max-width: 979px) {
  .andyShowWeatherAndCourseStatus .weathers {
    float: none;
    margin-right: 0;
    border: none;
  }
}
@media (max-width: 767px) {
  .andyShowWeatherAndCourseStatus .weathers {
    width: 300px;
    margin: 0 auto;
  }
}
.andyShowWeatherAndCourseStatus .weathers .weatherSingle {
  align-items: center;
  float: left;
  line-height: 18px;
  width: 90px;
  margin-right: 15px;
  font-size: 11px;
}
@media (max-width: 979px) {
  .andyShowWeatherAndCourseStatus .weathers .weatherSingle {
    margin-right: 10px;
  }
}
.andyShowWeatherAndCourseStatus .weathers .weatherDate {
  float: left;
  margin-left: 42px;
}
.andyShowWeatherAndCourseStatus .weathers .weatherTemp {
  float: right;
  clear: right;
  margin-right: 25px;
}
.andyShowWeatherAndCourseStatus .weathers .weatherImage {
  background: #cdcccc;
  position: absolute;
}
.andyShowWeatherAndCourseStatus .weathers .weatherImage img {
  width: 35px;
}
.body-public #globalwrap .image-night {
  background: none;
}
/* ////////// ///////////////////////  HOLE TOUR MENU STYLES /////////////// ////////////////////  */
.holeNavigationRow {
  position: relative;
  background: #eee7da;
}
.holeNavigationRow .container {
  border-bottom: 1px solid rgba(200, 204, 207, 0.43);
}
.holeNavigationRow .menu-section h2 {
  display: none;
}
.holeNavigationRow .holeNavigation {
  text-align: center;
  padding: 10px 10px 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: #333;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 10px 16px 10px;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    padding: 7px 8px 16px 8px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    display: inline-block;
    width: 35px;
    float: left;
    margin: 5px;
    padding: 7px;
    background: #40474f;
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li a:hover {
  color: #a1abb2;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:hover {
    background: #155436;
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li.current a {
  color: #155436;
  position: relative;
}
@media (min-width: 768px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a:before {
    content: '';
    background: #155436;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a {
    background: #155436;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: left;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: none;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(7) a,
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(13) a {
    clear: left;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li:before {
  content: "/";
  padding: 0;
  color: #40474f;
  font-size: 20px;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:before {
    display: none;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li:first-child:before {
  display: none;
}
/* ////////// ///////////////////////  HOLE STAT STYLES /////////////// ////////////////////  */
.holeStats {
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .holeStats {
    margin: 10px auto 30px auto;
    text-align: left;
    display: inline-block;
  }
}
.holeStats .statContainer {
  display: inline-block;
  position: relative;
  margin: 10px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .holeStats .statContainer:first-of-type {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .holeStats .statContainer {
    margin: 10px;
    display: block;
  }
}
.holeStats .statContainer .statCircle {
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translatey(-50%);
  top: 50%;
}
.holeStats .statContainer .statCircle.whiteCircle {
  background: #efefef;
}
.holeStats .statContainer .statCircle.yellowCircle {
  background: #fff000;
}
.holeStats .statContainer .statCircle.blueCircle {
  background: #0060ff;
}
.holeStats .statContainer .statCircle.redCircle {
  background: #ff0000;
}
/* //////// ///////////////////   .addressFooter STYLES  ///////// //// ////////////////// ////  */
.addressFooter {
  padding: 50px 20px;
  background: #dddddd;
  position: relative;
}
@media (max-width: 767px) {
  .addressFooter {
    text-align: center;
  }
}
.addressFooter h3 {
  color: #155436;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .addressFooter .footerLogos {
    margin-top: 30px;
  }
}
.addressFooter .footerLogos img {
  padding: 5px 20px;
}
@media (max-width: 1199px) {
  .addressFooter .footerSep {
    font-size: 0;
    line-height: 0;
    display: block;
  }
}
.addressFooter .socialIcons {
  display: inline-block;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .addressFooter .socialIcons {
    margin-bottom: 30px;
  }
}
.addressFooter .socialIcons em {
  border: 2px solid;
  width: 47px;
  text-align: center;
  display: inline-block;
  padding: 8px 7px 10px 11px;
  margin: 0 3px 15px 3px;
  font-size: 22px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.addressFooter .socialIcons em:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.addressFooter .links a {
  text-transform: uppercase;
  color: #333;
  display: block;
  font-size: 13px;
  padding: 5px;
}
.addressFooter .links a:hover {
  color: #155436;
}
/* //////// ///////////////////   .newsletterSubscribe STYLES  ///////// //// ////////////////// ////  */
.newsletterSubscribe {
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .newsletterSubscribe h3 {
    font-size: 0.7em;
  }
}
.newsletterSubscribe p {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.newsletterSubscribe #customform_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 {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ababab;
}
.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: 410px;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #efefef;
  float: left;
  border: none;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_1 #thankyou .customFormLine input {
    width: 280px;
  }
}
.newsletterSubscribe #customform_1 #thankyou #custom_1_submit {
  display: inline-block;
  background: #155436;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 12px 18px;
  margin: 15px 5px;
  letter-spacing: 1.5px;
  font-size: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  float: left;
}
.newsletterSubscribe #customform_1 #thankyou #custom_1_submit:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .newsletterSubscribe #customform_1 #thankyou #custom_1_submit {
    margin: 7px 0;
    letter-spacing: 0;
  }
}
@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 br {
  display: none;
}
/* //////// ///////////////////   .footer STYLES  ///////// //// ////////////////// ////  */
.footer {
  background: #fff;
  color: #333;
  font-size: 0.8em;
  height: 50px;
  line-height: 28px;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    height: 95px;
    line-height: 22px;
    padding: 10px 5px 2px 5px;
  }
}
.footer a.igLogo img {
  width: 85px;
  float: right;
}
@media (max-width: 767px) {
  .footer a.igLogo img {
    float: none;
  }
}
/* //////// ///////////////////   inPageContent gallery and slider STYLES  ///////// //// ////////////////// ////  */
.inPageContent #gallery div.ss-controls .play,
.inPageContent div#thumbs div.top,
.inPageContent #gallery div.caption-container,
.inPageContent #gallery div.controls {
  display: none;
}
.inPageContent #gallery div.slideshow img {
  border: none;
}
.inPageContent #gallery div.slideshow span.image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .inPageContent .span12 #thumbs {
    width: 750px !important;
    margin: 0 auto;
    float: none;
  }
}
.inPageContent .span12 #gallery {
  max-width: 750px;
  margin: 0 auto;
}
.inPageContent #thumbs ul.thumbs li.selected a.thumb {
  background: none;
}
.inPageContent #thumbs a.thumb {
  padding: 0;
  border: none;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.inPageContent .pull-right.gallery-image,
.inPageContent .pull-left.gallery-thumbs {
  width: 100%;
}
.inPageContent .pull-left.gallery-thumbs {
  margin-left: 0;
  margin-top: 0;
}
.inPageContent div#thumbs div.bottom {
  margin-top: 22px;
  float: left;
}
.inPageContent div.pagination span.current {
  background-color: rgba(14, 54, 35, 0.8);
  border-color: rgba(14, 54, 35, 0.8);
}
.inPageContent ul.thumbs img {
  margin: 0;
}
.inPageContent div.pagination a,
.inPageContent div.pagination span.current,
.inPageContent div.pagination span.ellipsis {
  margin-right: 8px;
}
.inPageContent div.pagination a:hover {
  background-color: #404242;
}
.inPageContent .galleryWrapper.galleryWrapperNivo {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .inPageContent .galleryWrapper.galleryWrapperNivo {
    max-width: 750px;
    margin: 0 auto;
  }
}
.inPageContent .galleryInner.nivoInner.nivoSlider,
.inPageContent .galleryInner.nivoInner.nivoSlider img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.inPageContent .nivo-controlNav-Wrapper {
  position: absolute;
  width: 100px;
  bottom: 10px;
  left: auto;
  right: 10px;
  z-index: 9;
}
.inPageContent .nivo-controlNav a {
  background: #eaeaea;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
}
.inPageContent .nivo-controlNav a.active {
  background: #ffa737;
}
.inPageContent .nivo-directionNav {
  display: none !important;
}
.inPageContent .nivo-caption {
  left: 50%;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  opacity: 1;
}
@media (max-width: 480px) {
  .inPageContent .nivo-caption {
    width: 80%;
  }
}
.inPageContent .nivo-caption h4 {
  font-size: 18px;
  line-height: 30px;
  padding: 0 20px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
  .inPageContent .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
/* //////// ///////////////////   off canvas menu ///////// //// ////////////////// ////  */
.menuForPublicOnly {
  display: none;
}
#header .navbar {
  margin-bottom: 0;
}
#header .navbar-inner {
  background: #155136;
  border: none;
  min-height: 60px;
}
#header .navbar-inner .container {
  position: relative;
}
@media (max-width: 767px) {
  #header .navbar-inner .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .navbar-inner .container .myNavbar .logoLinkOffCanvas {
  display: none;
}
#header .navbar-inner .container .myNavbar .closebtn {
  display: none;
}
@media (min-width: 980px) {
  #header .navbar-inner #nav {
    left: 70px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav {
    margin-top: 90px;
  }
}
#header .navbar-inner #nav li.dropdown .dropdown-toggle {
  background-color: transparent;
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown .dropdown-toggle {
    background: rgba(14, 54, 35, 0.8) url("https://york.designmode.intelligentgolf.co.uk/images/resources/york/menuDownToggle2.png") right 15px center no-repeat;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown.open .dropdown-toggle {
    background: rgba(14, 54, 35, 0.8) url("https://york.designmode.intelligentgolf.co.uk/images/resources/york/menuUpToggle.png") right 15px center no-repeat;
  }
}
#header .navbar-inner #nav li a {
  color: #fff;
  padding: 20px 14px;
  text-transform: uppercase;
  font-size: 13px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header .navbar-inner #nav li a {
    letter-spacing: 0.2px;
    color: #fff;
    padding: 20px 12px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li a {
    background: rgba(14, 54, 35, 0.8);
    margin: 10px;
    padding: 12px !important;
  }
}
#header .navbar-inner #nav li a:hover {
  color: #d7e1da;
}
#header .navbar-inner #nav li a#logoutbtn {
  color: #d7e1da;
}
#header .navbar-inner #nav li .dropdown-menu {
  margin: 0;
  background-color: rgba(21, 81, 54, 0.75);
  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: #d7e1da;
}
#header .navbar-inner #nav li.active.open > a {
  color: #fff;
}
#header .navbar-inner #nav li.nav-menu-information ul li:nth-last-child(2) a {
  border: none;
}
#header .navbar-inner .logoLink {
  position: absolute;
  left: 0;
  width: 60px;
  z-index: 9;
  margin-top: 6px;
}
@media (max-width: 979px) {
  #header .navbar-inner .logoLink {
    left: 50%;
    transform: translatex(-50%);
    margin-top: 5px;
    width: 60px;
  }
}
#header .navbar-inner .hamburger-icon {
  outline: 0;
  position: absolute;
  right: 15px;
  top: 12px;
  background-color: transparent;
  z-index: 100;
  width: 55px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
}
@media (min-width: 980px) {
  #header .navbar-inner .hamburger-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .navbar-inner .hamburger-icon {
    right: 25px;
  }
}
#header .navbar-inner .hamburger-icon .line {
  display: block;
  background: #fff;
  height: 2px;
  margin: 5px;
  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;
  width: 60%;
}
#header .navbar-inner .hamburger-icon .menuText {
  display: none;
}
/* //////////////////////////////// //////////////  OFF CANVAS MENU ////////////////////////// /// */
.body-public .membersMenuOnly,
body.php-ckeditor .membersMenuOnly {
  display: none;
}
.body-public .menuForPublicOnly {
  display: block;
}
.body-public #header .navbar-fixed-top {
  position: fixed;
  /* ///////////////////////////////////////////////////////////////////    NEW FLASHY MENU OVERLAY BIG SLIDE  /////////////////////////////////  */
  /* JUST ANIMATE HAMBURGER MENU */
  /* //////////////////  END OF NEW FLASHY MENU /////////////////////////////////  */
}
.body-public #header .navbar-fixed-top .bookButton.inHeader {
  position: absolute;
  background: #333;
  right: 136px;
  z-index: 9;
}
@media (max-width: 767px) {
  .body-public #header .navbar-fixed-top .bookButton.inHeader {
    right: 155px;
  }
}
.body-public #header .navbar-fixed-top .bookButton.inHeader a {
  height: 66px;
  padding: 20px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  display: block;
}
.body-public #header .navbar-fixed-top .bookButton.inHeader a:hover {
  color: #fff;
  background: #1d7149;
}
.body-public #header .navbar-fixed-top .navbar-inner {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 0;
}
.body-public #header .navbar-fixed-top .navbar-inner .menuHamburgerHolder {
  position: fixed;
  right: 0;
  z-index: 999;
}
.body-public #header .navbar-fixed-top .navbar-inner .logoLink {
  display: none;
}
.body-public #header .navbar-fixed-top .navbar-inner .nav-collapse {
  overflow: auto;
}
.body-public #header .navbar-fixed-top .navbar-inner #hamburger-icon {
  outline: 0;
  position: absolute;
  background-color: transparent;
  z-index: 100;
  width: 55px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  display: block;
  right: 15px;
  top: 13px;
  overflow: visible;
  cursor: pointer;
}
.body-public #header .navbar-fixed-top .navbar-inner #hamburger-icon .menuText {
  display: inline-block;
  position: absolute;
  right: 60px;
  margin-top: 2px;
  color: #333;
}
.body-public #header .navbar-fixed-top .navbar-inner #hamburger-icon .line {
  display: block;
  background: #333;
  height: 2px;
  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;
}
.body-public #header .navbar-fixed-top .navbar-inner #hamburger-icon .line.line-1 {
  margin-top: 3px;
  width: 60%;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  z-index: 0;
  height: 100% !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*background: rgba(21, 81, 54, 0.93);*/
  background-image: url('/images/resources/york/nav-bg-original.jpg');
  /*background-image: url('/images/resources/york/new-menu-bg-five.jpg');*/
  background-size: cover;
  background-position: center;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .closebtn {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 0;
  padding: 17px 30px;
  background: #155136;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .logoLinkOffCanvas {
  display: block;
  position: relative;
  width: 300px;
  text-align: center;
  margin: 70px auto 30px auto;
}
@media (max-width: 767px) {
  .body-public #header .navbar-fixed-top .navbar-inner #myNavbar .logoLinkOffCanvas {
    margin: 90px auto 30px auto;
  }
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .logoLinkOffCanvas img {
  width: 60px;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav {
  width: 500px;
  margin-top: 0;
  float: none;
  margin: 0 auto;
  left: auto;
}
@media (max-width: 767px) {
  .body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav {
    width: 300px;
  }
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li {
  float: none;
  padding-top: 0;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li a {
  padding: 10px 14px;
  margin: 5px 10px;
  font-size: 16px;
  background: none;
  clear: left;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li a:hover {
  color: #d7e1da;
  background-color: transparent;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li a.moredown {
  background: transparent url("https://york.designmode.intelligentgolf.co.uk/images/resources/york/menuDownToggle2.png") right 15px center no-repeat;
  clear: left;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.nav-level-1.current a,
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.nav-level-1.current a:hover {
  background: #1d7149;
  color: #fff;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.open > .dropdown-menu {
  position: relative;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.moredown.active a.moredown {
  background: #1d7149 url("https://york.designmode.intelligentgolf.co.uk/images/resources/york/menuDownToggle2.png") right 15px center no-repeat;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.moredown.active.open .moredown,
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.moredown.open .moredown {
  background: #1d7149 url("https://york.designmode.intelligentgolf.co.uk/images/resources/york/menuUpToggle.png") right 15px center no-repeat;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu {
  background: transparent;
  width: 240px;
  padding-top: 0;
  margin: 0 0 10px 20px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  animation-duration: 0s;
  animation-delay: 0s;
  -o-animation-duration: 0s;
  -o-animation-delay: 0s;
  -moz-animation-duration: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-duration: 0s;
  -webkit-animation-delay: 0s;
}
@media (min-width: 768px) {
  .body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu {
    width: 92%;
    padding-top: 5px;
  }
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu li a {
  border: none;
  background: rgba(21, 81, 54, 0.75);
  width: 100%;
  margin: 5px 0;
  padding: 5px 10px;
  clear: both;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 480px) {
  .body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu li a {
    white-space: initial;
  }
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu li a:hover {
  color: #d7e1da;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu li.nav-level-2.current > a {
  background: #155136;
  color: #d7e1da;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu:before,
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu:after {
  display: none;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.nav-menu-member_login a {
  background: #333;
  color: #fff;
  border: none;
  width: 200px;
  text-align: center;
  margin: 20px auto 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li.nav-menu-member_login a:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.body-public #header .navbar-fixed-top .panel {
  position: fixed;
  left: -100%;
  /*left or right and the width of your navigation panel*/
  width: 100%;
  /*should match the above value*/
}
.body-public #header .navbar-fixed-top .hamburger-menu-wrapper {
  margin-top: 0;
  background: #fff;
  padding: 0;
  display: inline-block;
}
.body-public #header .navbar-fixed-top .hamburger-menu-wrapper.bounce-effect {
  -moz-animation: bounce 0.3s ease 1;
  -webkit-animation: bounce 0.3s ease 1;
  -o-animation: bounce 0.3s ease 1;
  animation: bounce 0.3s ease 1;
}
.body-public #header .navbar-fixed-top .hamburger-menu {
  border: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 136px;
  height: 66px;
  font-size: 0;
  text-indent: -9999px;
  z-index: 9999;
  cursor: pointer;
  background: #155436;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.body-public #header .navbar-fixed-top .hamburger-menu:hover {
  background: #1d7149;
}
.body-public #header .navbar-fixed-top .hamburger-menu:before {
  content: 'Menu';
  position: absolute;
  right: 60px;
  top: 24px;
  font-size: 14px;
  text-indent: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.body-public #header .navbar-fixed-top .hamburger-menu:focus {
  outline: none;
}
.body-public #header .navbar-fixed-top .hamburger-menu span {
  display: block;
  position: absolute;
  top: 32px;
  width: 32px;
  left: auto;
  right: 15px;
  height: 2px;
  background: #fff;
}
.body-public #header .navbar-fixed-top .hamburger-menu span:before,
.body-public #header .navbar-fixed-top .hamburger-menu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
.body-public #header .navbar-fixed-top .hamburger-menu span:before {
  top: -7px;
  width: 20px;
}
.body-public #header .navbar-fixed-top .hamburger-menu span:after {
  bottom: -7px;
}
.body-public #header .navbar-fixed-top .hamburger-menu span:before,
.body-public #header .navbar-fixed-top .hamburger-menu span:after {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.body-public #header .navbar-fixed-top .hamburger-menu span:before {
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  transition-property: top, transform;
}
.body-public #header .navbar-fixed-top .hamburger-menu span::after {
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.body-public #header .navbar-fixed-top .hamburger-menu.active span {
  background: none;
}
.body-public #header .navbar-fixed-top .hamburger-menu.active span:before {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  width: 33px;
}
.body-public #header .navbar-fixed-top .hamburger-menu.active span:after {
  bottom: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.body-public #header .navbar-fixed-top .hamburger-menu.active span:before,
.body-public #header .navbar-fixed-top .hamburger-menu.active span:after {
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
@keyframes bounce {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  45% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  90% {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  45% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  90% {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
/* stop javascript off canvas script affecting members pages*/
.body-class-members #mynavbar,
body:not(.body-public) #myNavbar {
  width: 100% !important;
}
.body-class-members .menu-trigger,
body:not(.body-public) .menu-trigger {
  z-index: 99;
}
/* //////// ///////////////////   system pages no need to touch  ///////// //// ////////////////// ////  */
.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: #d7e1da;
}
.gm-style .gm-style-iw-c {
  line-height: 24px !important;
  border-top: 10px solid rgba(21, 81, 54, 0.75) !important;
}
#globalwrap .map_popup_form input[type=text] {
  height: 35px !important;
}
.gm-style-iw-d {
  padding: 0 5px !important;
}
/* //// ///// MIN WIDTH 980 ///// //// ///////  */
@media (min-width: 980px) {
  #globalwrap {
    padding-top: 0;
  }
}
/* ///// //// MIN WIDTH 768 /// ////////// /   */
@media (min-width: 768px) {
  .moveRight768AndAbove {
    float: right !important;
  }
  .removeMarginLeft768AndAbove {
    margin-left: 0 !important;
  }
}
/* end of styles moved from custom css */
.inPageContent .span12 form .customFormLine input,
.inPageContent .span12 form .customFormLine textarea {
  text-align: center;
}
#date_form .picker input {
  cursor: pointer;
  padding: 3px;
  margin-right: 15px !important;
}
img.ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 0;
}
#header .navbar-inverse .nav li.nav-menu-information .dropdown-menu > li:nth-last-child(2) > a {
  border-bottom: none;
}
.body-root-information #global .container {
  max-width: 100%;
}
body[class^="body-class-setcoursestatuscourseid"] .holdsGlobalWrap {
  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;
}
#login fieldset .control-label {
  float: none;
  width: auto;
  padding-top: 10px;
  text-align: center;
}
#login fieldset .controls {
  margin-left: auto;
}
#login fieldset .controls input.btn {
  margin-left: 0;
  margin-right: 0;
}
#login fieldset .controls input[type="checkbox"] {
  height: auto;
  margin: 10px 0 30px 0;
}
.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 #a5a5a5;
}
.scorecard td,
.scorecard th {
  border: 1px solid #a5a5a5;
  text-align: center;
}
.White {
  background: #fff;
  color: #333;
}
.Yellow {
  background: #ffff00;
  color: #333;
}
.Red {
  background: #ff0000;
  color: #fff;
}
.Blue {
  background: #0063ac;
  color: #fff;
}
.body-public.php-cookie-usage #global {
  padding-top: 90px;
}
@media (max-width: 979px) {
  .body-public.php-cookie-usage #global {
    padding: 20px;
  }
}
#globalwrap .map_popup_form input[type=submit] {
  font-size: 11px;
  padding: 5px;
}
.body-public[class*="php-"] #globalwrap {
  background: #efefef;
  padding: 20px;
  margin-top: 90px;
  color: #333;
  margin-bottom: 50px;
}
/* ////// ////////////////////////////// //////////////////////// //////////////////// ///////////////////// /////////// //////////////////// END OF STYLES FOR MEMBERS PAGES THAT GENERALLY DO NOT NEED TO TOUCH ///////////////// ////// ///// / ////////////////////////////////////////////// ////////////////////////////////// //////////////////////////////////////////// ///////////////// ////////////////////////// ////////////////// */
body[class*="php-"] .content-wrapper,
.body-class-members .content-wrapper,
.body-class-visitorbooking .content-wrapper,
.body-class-getawayletter .content-wrapper,
[class*="body-class-setcoursestatus"] .content-wrapper,
.body-class-opens .content-wrapper {
  width: 1170px;
  margin: 0px auto;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  body[class*="php-"] .content-wrapper,
  .body-class-members .content-wrapper,
  .body-class-visitorbooking .content-wrapper,
  .body-class-getawayletter .content-wrapper,
  [class*="body-class-setcoursestatus"] .content-wrapper,
  .body-class-opens .content-wrapper {
    width: 98%;
    margin: 0 auto;
  }
}
/* fix for my golf my rounds overlaping table with gross scoring trend */
@media (min-width: 768px) and (max-width: 979px) {
  table#course-handicap {
    overflow: auto;
    display: block;
  }
}
/* make memteetime table scroll x on mobile portrait */
@media (max-width: 480px) {
  table#memteetimes,
  .body-class-members #globalwrap table#memteetimes {
    width: 100%;
    display: block;
    overflow: auto;
  }
}
/* AQ Facebook style */
#facebox input {
  height: 30px;
}
/* //////// ///////////////////   system pages to customise css  ///////// //// ////////////////// ////  */
body #globalwrap .price span.badge {
  width: 44px !important;
  font-size: 12px !important;
}
/* ///////////////// MEMBERS HOME PAGE ///////////////// */
.body-class-members h3 {
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(21, 81, 54, 0.75);
}
.body-class-members #leftcontent > div,
.body-class-members #rightcontent > div,
body:not(.body-public) #leftcontent > div,
body:not(.body-public) #rightcontent > div {
  border: 1px solid rgba(21, 81, 54, 0.75);
}
/* ///////////////////////////////// ///////////////  LOGIN PAGE ///////////////////////////////////// */
.body-loginpage #login {
  padding: 20px 20px;
  border: 2px solid rgba(21, 81, 54, 0.75);
  text-align: center;
}
#login h3 {
  color: rgba(14, 54, 35, 0.8);
  text-transform: uppercase;
  margin-bottom: 30px;
}
#login .controls input.btn {
  display: inline-block;
  background: #155436;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 12px 18px;
  margin: 15px 5px;
  letter-spacing: 1.5px;
  font-size: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
#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;
    letter-spacing: 0;
  }
}
/* ////////////////////// /////////////////// /////// NEWSBOX CMS HOMEPAGE //////////// ////////////// ///////  */
.newsbox a:link,
.newsbox a:visited,
.news-summary a.read-more:link,
.news-summary a.read-more:visited {
  background: #333;
  color: #fff;
  border: 1px solid #333;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 18px;
  margin: 15px 5px;
  letter-spacing: 1.5px;
  font-size: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
.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;
    letter-spacing: 0;
  }
}
/* ////////////////////// /////////////////// /////// NEWS PHP FRONT-END ////////////// ////////////// ///////  */
.body-public .news-item {
  border-bottom: 1px dotted rgba(14, 54, 35, 0.8);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.body-public .news-item .media-heading {
  color: rgba(14, 54, 35, 0.8);
}
.body-public p.news-date {
  font-size: 12px;
}
.body-public .news-summary a.read-more {
  background: rgba(21, 81, 54, 0.75);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px !important;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* ////////////////////////////// /////////////////////// //////////////////////////////// /////////////////////////// ////////////////////////// ///////////////////   MEMBERS PAGES BACKGROUNDS ETC ///////////////////// ////// ///////// ////////////////////// //////////////////////////////////////////// ///////////////////////////// //////////// */
.body-class-members,
body:not(.body-public) {
  background: #fff;
}
/* #container bg members and front-end system pages */
body[class*="php-"] #container,
.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/york/new-admin-bg-two.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  body[class*="php-"] #container,
  .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 {
    padding: 5px;
  }
}
/* home page cms wraps incorrectly */
/* members pages #globalwrap */
.body-class-members #globalwrap,
body:not(.body-public) #globalwrap,
.body-class-opens #globalwrap,
.php-login #globalwrap,
.body-loginpage #globalwrap,
.php-news #globalwrap,
.php-competition #globalwrap,
.php-teelogin #globalwrap,
.php-visitoropen #globalwrap,
.php-sagepay #globalwrap,
body[class^='body-class-setcoursestatus'] #globalwrap,
.body-class-visitorbooking #globalwrap {
  padding: 20px;
  margin: 60px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
/* MEMBERS BOOKING PAGE */
body.body-class-members.body-root-roundmgmt\.php.body-nav-current-2.body-nav-current-has-2 #globalwrap {
  background: rgba(255, 255, 255, 0.83137255);
}
#globalwrap #global .tabs li.current a {
  background: #155436;
  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: rgba(14, 54, 35, 0.8);
  color: #fff;
}
.table th {
  font-weight: normal;
}
table thead a:link,
table thead a:visited {
  color: #fff;
  text-decoration: underline;
}
table thead a:hover {
  color: var(--highlightColor);
  text-decoration: none;
}
/* specific for new transparent background layout on globalwrap in cms*/
.php-slideshow_edit form fieldset {
  background: #f2f2f229 !important;
}
.php-slideshow_edit .upload_form {
  background: rgba(244, 244, 244, 0.03137255) !important;
}
.body-class-members .uploadTarget {
  border: 1px dashed rgba(21, 81, 54, 0.75) !important;
  background: rgba(21, 81, 54, 0.75);
  color: #efefef;
}
.body-class-members .uploadTarget:hover {
  background: rgba(14, 54, 35, 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(14, 54, 35, 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: rgba(21, 81, 54, 0.75);
  padding: 20px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}
/* /////////////////////// /////////// /////   ///////////////////////////// ////////////////////// /////////////////////////////////////// /PHP CK EDITOR ///////////////  ////////////////////////////// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///// /////////// //////////////////////////////////////  ////////////////////////////////// */
.ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: rgba(14, 54, 35, 0.8);
}
/* //////////////////////// // member page information menu in backend ////////////// //// */
.body-root-information h1,
.body-root-information h2,
.body-root-information h3,
.body-root-information h4 {
  color: #333;
}
.body-root-information .sliderCaptions,
.body-root-information .sliderHolder,
.body-root-information .testimonials,
.body-root-information .addressFooter {
  display: none;
}
body.body-root-information h3 {
  border-bottom: none;
}
.body-root-information .inPageContent .container {
  max-width: 100%;
}
.body-class-members .inPageContent {
  margin-left: auto;
  padding: 20px;
  left: 0;
  right: 0;
  background: none;
  margin-right: auto;
  max-width: 100%;
}
.body-class-members .inPageContent p {
  color: #333;
}
body-class-members .inPageContent .sidebar img {
  width: 120px;
}
.body-class-members .inPageContent .sidebar {
  margin-top: 40px;
}
body.body-root-information #globalwrap {
  background-color: rgba(255, 255, 255, 0.95);
}
.body-class-members #leftcontent .members-mobile-scoreentry .well {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  #globalwrap #date_form .picker {
    position: relative;
    background: grey !important;
    padding: 30px 10px 10px 10px;
    text-align: right;
  }
  .body-class-visitorbooking.body-public img.ui-datepicker-trigger {
    top: 5px;
  }
}
/* //////// ///////////////////   .php-ckeditor styles  ///////// //// ////////////////// ////  */
.php-ckeditor h1,
.php-ckeditor h2,
.php-ckeditor h3,
.php-ckeditor h4,
.php-ckeditor h5,
.php-ckeditor h6 {
  color: #333;
  text-transform: none;
  border: none;
}
.php-ckeditor img {
  box-shadow: none;
}
.php-ckeditor p {
  color: #333;
}
.php-ckeditor #globalwrap {
  position: relative;
}
.php-ckeditor .pagesection .container {
  max-width: 100%;
}
.php-ckeditor #header img {
  width: 60px;
  margin: 0 20px;
}
@media (min-width: 980px) {
  .php-ckeditor #header img {
    margin-top: 3px;
  }
}
.php-ckeditor .andyWeatherAndCourseStatusButton,
.php-ckeditor .andyShowWeatherAndCourseStatus,
.php-ckeditor .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
  display: none;
}
.php-ckeditor .wysiwyg-editable table {
  width: 100%;
  margin-top: 50px;
}
.php-ckeditor .sliderHolder .sliderCaptions {
  position: relative;
  top: 20px;
  border: 1px dotted #333;
  padding: 20px 20px 40px 20px;
  max-width: 100% !important;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  background: none;
  color: #333;
  margin: 20px auto 40px auto;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  animation-duration: 0s;
  animation-delay: 0s;
  -o-animation-duration: 0s;
  -o-animation-delay: 0s;
  -moz-animation-duration: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-duration: 0s;
  -webkit-animation-delay: 0s;
  transform: none;
}
.php-ckeditor .sliderHolder .sliderCaptions h1,
.php-ckeditor .sliderHolder .sliderCaptions h2 {
  color: #333;
  text-shadow: none;
}
.php-ckeditor .homeBoxOne .pic img {
  margin-top: 0;
}
.php-ckeditor .inPageContent,
.php-ckeditor .sliderHolder,
.php-ckeditor .standardInclude,
.php-ckeditor .subMenu,
.php-ckeditor .holeNavigationRow,
.php-ckeditor .addressFooter,
.php-ckeditor .testimonials {
  margin-top: 20px;
  border: 1px dotted #333;
  padding: 20px;
  color: #fff;
  max-width: 100% !important;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  background: none;
  color: #333;
}
.php-ckeditor a.btn.btn-danger,
.php-ckeditor a.btn.btn-success {
  color: #fff;
  background: #ac433f;
}
.php-ckeditor a.btn.btn-primary.ajaxbutton {
  background: #7ba387;
  color: #fff;
  text-shadow: none;
  border: 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 .holeStatsRow {
  position: relative;
}
.php-ckeditor .statContainer {
  color: #333;
}
.php-ckeditor .holeNavigation {
  width: 300px;
  margin: 0 auto;
}
.php-ckeditor .holeNav {
  position: initial;
  display: inline-block;
  padding: 10px;
  background: #fff;
  color: #fff !important;
}
.php-ckeditor .holeNavigationRow {
  position: relative;
  background: rgba(21, 81, 54, 0.75);
  color: #fff;
}
.php-ckeditor .addressFooter {
  background: rgba(21, 81, 54, 0.75);
}
.php-ckeditor .addressFooter .socialIcons em {
  padding: 10px 2px 10px 7px;
}
@media (max-width: 979px) {
  .php-ckeditor .navbar-fixed-top {
    margin-bottom: 0;
  }
}
/* ------------------------------- START OF HOME BOX ONE ---------------------------------- */
.homeBoxOne {
  position: relative;
  margin: 20px 0 60px 0;
  padding: 40px 0;
}
@media (max-width: 979px) {
  .homeBoxOne {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .homeBoxOne {
    text-align: center;
  }
}
.homeBoxOne .row-fluid {
  display: flex;
}
@media (max-width: 767px) {
  .homeBoxOne .row-fluid {
    flex-direction: column-reverse;
  }
}
.homeBoxOne:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  background: #f1f1f1;
}
@media (min-width: 1200px) {
  .homeBoxOne:before {
    width: 99%;
  }
}
@media (min-width: 1500px) {
  .homeBoxOne:before {
    width: 90%;
  }
}
.homeBoxOne .pic {
  display: flex;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .homeBoxOne .pic {
    display: block;
  }
}
.homeBoxOne .pic img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .homeBoxOne .pic img {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .homeBoxOne .pic img {
    max-height: 450px;
    margin-top: 30px;
  }
}
.homeBoxOne h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  letter-spacing: 1px;
  color: #155436;
  margin-top: 0;
}
@media (max-width: 767px) {
  .homeBoxOne h1 {
    font-size: 32px;
  }
}
.homeBoxOne h3 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
}
.whatWeOffer {
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .whatWeOffer {
    padding: 0 40px 70px 40px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .whatWeOffer {
    padding: 0 20px 70px 20px;
  }
}
.whatWeOffer .imageLink img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.whatWeOffer .imageLink:hover img {
  opacity: 0.5;
}
.whatWeOffer h1 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  color: #155436;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .whatWeOffer h1 {
    font-size: 28px;
  }
}
.whatWeOffer h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #155436;
  text-transform: uppercase;
  margin-top: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.whatWeOffer h4:hover {
  color: #aa8e59;
}
.whatWeOffer p {
  display: inline;
}
@media (max-width: 767px) {
  .whatWeOffer p {
    display: block;
  }
}
.whatWeOffer .fa {
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .whatWeOffer .fa {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
/* ///////////////////// --------------  INNER PAGE STYLES -------------------- /////////////////  */
@media (min-width: 980px) {
  .innerPage {
    padding: 60px 0;
  }
}
@media (max-width: 979px) {
  .innerPage {
    padding: 60px 20px;
  }
}
.innerPage h1 {
  margin-bottom: 30px;
}
.innerPage .sidebar img {
  width: 49%;
  float: left;
  margin-top: 20px;
}
.innerPage .sidebar img:first-of-type {
  width: 100%;
  margin-top: 0;
}
.innerPage .sidebar img:last-of-type {
  margin-left: 2%;
}
@media (max-width: 480px) {
  .innerPage .sidebar img {
    margin: 10px 0;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .innerPage .sidebar {
    letter-spacing: 0;
  }
}
/* ////////////////  COURSE PAGE STYLES /////////////////////////////  ---- */
.coursePage {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .coursePage {
    text-align: center;
  }
}
.coursePage #ytplayer {
  margin-bottom: 30px;
}
.coursePage h1 {
  margin-bottom: 10px;
}
.coursePage .holeMap img,
.coursePage .holeMap img:first-of-type,
.coursePage .holeMap img:last-of-type {
  padding: 0 30px;
  float: none;
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .coursePage .holeMap img,
  .coursePage .holeMap img:first-of-type,
  .coursePage .holeMap img:last-of-type {
    width: 400px;
    margin: 0 auto;
  }
}
.coursePage.courseOverviewPage .holeStats {
  margin-bottom: 15px;
}
/* /// MEMBER PAGE STYLES -----------*/
.body-public .memberTemplate {
  padding-top: 120px;
}

/* anton styles */

.header-login {
  position: fixed;
  right: 275px;
  z-index: 20;
}

.header-login a {
  height: 66px;
  padding: 20px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  display: block;
  background: #333;
}

.header-login a:hover {
  background: #1d7149;
}

.header-logo {
  background: #155436;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 66px;
  padding: 5px;
}

.header-logo img {
  width: 50px;
}

.body-class-members .header-logo {
  display: none;
}

.body-class-members .header-login {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public #header .navbar-fixed-top .hamburger-menu {
    width: 66px;
  }
  .body-public #header .navbar-fixed-top .hamburger-menu::before {
    display: none;
  }
  .header-login span {
    display: none;
  }
  .header-login {
    right: 154px;
  }
  .header-login a {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 20px 5px;
  }
  .body-public #header .navbar-fixed-top .bookButton.inHeader {
    right: 86px;
  }
  .body-public #header .navbar-fixed-top .bookButton.inHeader a {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 20px 5px;
  }
  .header-logo {
    left: 20px;
  }
}

.body-public li.nav-menu-competition\.php {
  display: none;
}

.body-public #header .navbar-fixed-top .navbar-inner #myNavbar .logoLinkOffCanvas img {
  width: 110px;
}

.marquee-section {
  padding: 20px 10px;
  background: rgba(21,84,54,0.7);
  position: absolute;
  bottom: 0px;
  z-index: 12;
  width: calc(100%);
}

div#global .marquee-section div.marquee.nostyle div.tickercontainer, .marquee-section div.marquee.nostyle div.tickercontainer {
  background: transparent;
  color: #fff;
  border: none;
}

.marquee-section ul.newsticker {
  font-size: 16px;
}

.marquee-section ul.newsticker li {
  background: transparent;
  font-weight: 400;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .marquee-section #marquee {
    width: 940px !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .marquee-section #marquee {
    width: 724px !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .marquee-section #marquee {
    width: auto !important;
  }
}

.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
  font-size: 18px;
}

.sliderHolder .sliderCaptions h1 {
  font-size: 54px;
  line-height: 64px;
}

.sliderHolder .sliderCaptions img {
  width: 105px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .sliderHolder .sliderCaptions img {
    width: 70px;
  }
  .sliderHolder .sliderCaptions h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

.andyShowWeatherAndCourseStatus {
  opacity: 0;
}

.header-login {
  left: 60px;
  right: auto;
}

.body-public #header .navbar-fixed-top .bookButton.inHeader {
  left: 231px;
  right: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public #header .navbar-fixed-top .bookButton.inHeader {
    left: 131px;
  }
}

.addressFooter {
  background: #f1f1f1;
  padding: 20px;
}

.body-public[class*="php-"] #globalwrap {
  background: rgba(255,255,255,0.86);
}

#login fieldset .controls input[type="checkbox"] {
  width: auto !important;
  margin: 3px 6px 0px -5px;
}

#login .controls input.btn {
  line-height: 14px;
}

#login h3 {
  font-family: 'Montserrat', sans-serif;
}

.body-class-members h3, .body-class-members h4, .body-class-members h1, .body-class-members h2 {
  font-family: 'Montserrat', sans-serif;
}

.header-login {
  border-right: 1px solid #fff;
}

.public-menu-holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media (min-width: 768px) {
  .subMenu .menu-section {
    margin-left: -10px;
  }
}

.holeNavigationRow {
  background: #f1f1f1;
}

.homeBoxOne h1 {
  color: #385E9D;
}

.inPageContent h1, .inPageContent h2, .inPageContent h3, .inPageContent h4, .inPageContent h5, .inPageContent h6 {
  color: #385E9D;
}

.addressFooter h3 {
  color: #385E9D;
}

.holeNavigationRow .holeNavigation .menu-section ul li.current a {
  color: #385E9D;
}

.holeNavigationRow .holeNavigation .menu-section ul li.current a::before {
  color: #385E9D;
}

.subMenu .menu-section li.current a {
  color: #385E9D;
  border-color: #385E9D;
}

a:link, a:visited, .inPageContent a:link, .inPageContent a:visited {
  color: #004B87;
}

a:hover, .inPageContent a:hover {
  opacity: 0.7;
}

.menuForPublicOnly a:hover {
  opacity: 1;
}

.header-login a {
  color: #fff;
}

.body-class-members li.nav-menu-news\.php .dropdown-menu > li > a[href*="news.php"] {
  display: none;
}

.body-class-members li.nav-menu-news\.php .dropdown-menu > li > a[href*="weatherfg.php"] {
  display: none;
}

.scorecard-box {
  padding: 20px 0px 30px;
}

.scorecard-box a {
  background: #155436;
  color: #fff;
  display: inline-block;
  padding: 12px 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  border-radius: 0px;
  margin-top: 15px;
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scorecard-box a:hover {
  background: #155436;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.scorecard-box #score-open-link.hide {
  display: none;
}

.scorecard-box #score-close-link {
  display: none;
}

.scorecard-box #score-close-link.disp {
  display: inline-block;
}

.scorecard-box .scorecard-content {
  display: none;
  padding-top: 60px;
}

.scorecard-open > a#score-open-link::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-open > a#score-close-link::after {
    position: absolute;
    content: '\f106';
    font-family: 'FontAwesome';
    right: 5px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .andyShowWeatherAndCourseStatus {
    display: none;
  }
  .homeBoxOne {
    margin-top: 0px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .scorecard-content {
    overflow-x: scroll;
  }
  .innerPage .sidebar img:last-of-type {
    margin-left: 0px;
  }
  .andyShowWeatherAndCourseStatus {
    display: none;
  }
  .homeBoxOne {
    margin-top: 0px;
  }
  .body-public #header .navbar-fixed-top .navbar-inner #myNavbar .nav li .dropdown-menu li a {
    white-space: initial;
  }
}

.sliderHolder .sliderCaptions h2 {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .addressFooter .footerLogos a:first-child img {
    padding-left: 0px;
  }
}

.marquee-section h3 {
  display: none;
}

.inPageContent .text ul {
  margin-left: 14px;
}

.inPageContent .text ul li {
  line-height: 26px;
}

#marquee {
  margin: 0px auto;
}

@media (min-width: 768px) {
  #marquee {
    width: 98% !important;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-home.body-public .sliderHolder .galleryInner, .body-class-home.body-public .sliderHolder .galleryInner img {
    height: calc(100vh - 58px) !important;
  }
}

/* whole in 1 golf */

.flyovercontent {
  width: 100%;
  margin: 0px auto;
}
.embed-container {
  height: auto;
  width: 100%;
  padding-bottom: 71%;
  overflow: visible;
  position: relative;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.marquee-section .status-warn {
  display: none;
}

.body-class-buggies_and_trolleys .innerPage .sidebar img {
  width: 100%;
}

.body-class-buggies_and_trolleys .innerPage .sidebar img:last-of-type {
  margin-left: 0px;
  margin-top: 20px;
}

.iOS .sliderHolder .galleryInner, .iOS .sliderHolder .galleryInner img {
  height: calc(100vh - 56px) !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a {
    color: #fff;
  }
  .homeBoxOne .span5.pic img {
    text-align: center;
    margin: 30px auto 0px;
  }
  .whatWeOffer .imageLink {
    max-width: 375px;
    width: 100%;
    margin: 15px auto;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .inPageContent .sidebar.span4 {
    margin-left: auto;
    margin-right: auto;
  }
  .innerPage.inPageContent .sidebar img {
    max-height: 345px !important;
    object-fit: cover;
  }
  .innerPage.inPageContent.avoid-resize .sidebar img {
    max-height: 100% !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .innerPage .sidebar img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100%;
    float: none;
  }
  .inPageContent .sidebar.span4 {
    max-width: 460px;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .innerPage.inPageContent .sidebar img {
    max-width: 300px !important;
    max-height: 225px !important;
    object-fit: cover;
  }
  .innerPage.inPageContent.avoid-resize .sidebar img {
    max-height: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .innerPage.inPageContent .sidebar img {
    max-height: 84px !important;
    object-fit: cover;
  }
  .innerPage.inPageContent .sidebar img:first-of-type {
    max-height: 170px !important;
  }
  .innerPage.inPageContent.avoid-resize .sidebar img {
    max-height: 100% !important;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .innerPage.inPageContent .sidebar img {
    max-height: 110px !important;
    object-fit: cover;
  }
  .innerPage.inPageContent .sidebar img:first-of-type {
    max-height: 224px !important;
  }
  .innerPage.inPageContent.avoid-resize .sidebar img {
    max-height: 100% !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
}

.content-wrapper a.btn {
  display: inline-block;
  text-shadow: none;
  background: #155436;
  color: #fff;
  padding: 8px 12px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.content-wrapper a.btn:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

.body-class-the_professional .innerPage.inPageContent .sidebar img  {
  float: none;
}

/* end anton styles */

/* Marquee*/
.marquee-section {
  padding: 10px 10px;
  background: rgba(1,140,83,1);
  position: relative;
  bottom: 0px;
  z-index: 12;
  #width: calc(100%);
}

div#global .marquee-section div.marquee.nostyle div.tickercontainer,.marquee-section div.marquee.nostyle div.tickercontainer {
  background: transparent;
  color: #fff;
  border: none;
}

.marquee-section ul.newsticker {
  font-size: 16px;
}

.marquee-section ul.newsticker li {
  background: transparent;
  font-weight: 400;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .marquee-section #marquee {
    width: 940px !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .marquee-section #marquee {
    width: 724px !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .marquee-section #marquee {
    width: auto !important;
  }
}

.cstatus #marquee .mask,.cstatus #marquee #tickercontainer {
  overflow-x: hidden;
}
.cstatus #marquee {
  	max-width: 100%;
}
.marquee-section .status-warn {
display: table-cell;
  white-space: nowrap;
}
/* End Marquee */

.php-log .table.table-striped {
  width: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
}