/* ////////////////////////// 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: #555;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.5px;
}
a:link,
a:visited {
  color: #003f7a;
  outline: 0;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #1565b0;
  outline: 0;
}
#container {
  min-height: calc(100vh - 50px);
}
@media (max-width: 767px) {
  #container {
    min-height: calc(100vh - 95px);
  }
}
/* /////////////// /// //////////  .inPageContent ONLY styles ///////// ///////////// //// */
.inPageContent {
  color: #fff;
  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: #fff;
}
.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: #003f7a;
}
.inPageContent a:hover,
.inPageContent a:active,
.inPageContent a:focus {
  color: #1565b0;
}
.inPageContent hr {
  border-top: 1px solid #efefef;
  border-bottom: none;
}
.inPageContent table {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 480px) {
  
  .inPageContent table {display: block; overflow-x: auto;}
  .inPageContent table td {min-width: 180px;}
}
  
  
.inPageContent table td {
  border: 1px dotted #b8b5b5;
  padding: 5px;
}
@media (max-width: 480px) {
  .inPageContent table td {
    padding: 5px 10px;
    letter-spacing: 0;
  }
}
.inPageContent table th {
  border: 1px dotted #efefef;
  font-weight: normal;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .inPageContent .span12 form fieldset#thankyou {
    padding: 20px 60px;
  }
}
.inPageContent form .customFormLine {
  color: #333;
  position: relative;
}
.inPageContent form .customFormLine input,
.inPageContent form .customFormLine textarea {
  width: 100%;
  margin-bottom: 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: #003f7a;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
.inPageContent h5 a: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;
  }
}
.inPageContent h6 a:link,
.inPageContent h6 a:visited {
  background: #d9ad42;
  color: #fff;
  border: 1px solid #d9ad42;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
.inPageContent h6 a: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;
  }
}
/* /////////////// /// //////////  .subMenu ONLY styles ///////// ///////////// //// */
.subMenu {
  border-bottom: 1px solid #c6c6c6;
  text-align: center;
  padding: 5px;
}
@media (max-width: 480px) {
  .subMenu {
    padding: 10px;
  }
}
.subMenu ul {
  margin: 0;
}
.subMenu .menu-section h2 {
  display: none;
}
.subMenu .menu-section li {
  list-style-type: none;
  display: inline;
  text-transform: uppercase;
  font-size: 14px;
}
.subMenu .menu-section li::after {
  content: '-';
  padding: 0 7px;
  color: #333;
}
@media (max-width: 480px) {
  .subMenu .menu-section li::after {
    display: none;
  }
}
.subMenu .menu-section li:last-child:after {
  display: none;
}
.subMenu .menu-section li.current a {
  color: #d9ad42;
}
.subMenu .menu-section li a {
  margin: 10px;
  text-decoration: none;
  display: inline-block;
  color: #333;
}
.subMenu .menu-section li a:hover {
  color: #d9ad42;
}
@media (max-width: 480px) {
  .subMenu .menu-section li a {
    margin: 10px;
    display: block;
    border: 1px solid #c6c6c6;
    padding: 10px;
  }
}
/* /////////////// /// //////////  .sliderHolder + captions/scroll/navs etc styles ///////// ///////////// //// */
.sliderHolder {
  position: relative;
  margin-top: 150px;
}
@media (max-width: 979px) {
  .sliderHolder {
    margin-top: 0;
  }
}
/*.sliderHolder:after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
  height: 250px;
  width: 100%;
  content: '';
  bottom: 0;
  z-index: 9;
}*/
.sliderHolder.innerSliderHolder:after {
  height: 100px;
}
.sliderHolder .galleryInner,
.sliderHolder .galleryInner img {
  width: 100vw !important;
  height: auto !important;
  max-width: 100%;
  object-fit: cover;
  max-height: calc(100vh - 150px);
  min-height: 450px;
}
@media (max-width: 1199px) {
  .sliderHolder .galleryInner,
  .sliderHolder .galleryInner img {
    height: auto !important;
  }
}
.sliderHolder.innerSliderHolder .galleryInner,
.sliderHolder.innerSliderHolder .galleryInner img {
  height: auto !important;
  min-height: 250px;
  object-fit: cover;
}
.sliderHolder .nivo-directionNav {
  display: none !important;
}
.sliderHolder .nivo-controlNav-Wrapper {
  z-index: 10;
  font-size: 0;
  padding-right: 30px;
}
.sliderHolder .nivo-controlNav-Wrapper .nivo-controlNav {
  text-align: right;
}
@media (max-width: 979px) {
  .sliderHolder .nivo-controlNav-Wrapper {
    display: none !important;
  }
}
.sliderHolder .nivo-controlNav-Wrapper a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ddd;
  border: none;
  width: 8px;
  height: 8px;
  margin: 3px;
}
.sliderHolder .nivo-controlNav-Wrapper a.active {
  background: #fff;
  width: 10px;
  height: 10px;
}
.sliderHolder .nivo-caption {
  left: 50%;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  opacity: 1;
}
@media (max-width: 480px) {
  .sliderHolder .nivo-caption {
    width: 80%;
  }
}
.sliderHolder .nivo-caption h4 {
  font-size: 18px;
  line-height: 30px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .sliderHolder .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
/* //////// ///////////////////   carousel STYLES  ///////// //// ////////////////// ////  */
@media (max-width: 1240px) {
  .andyCarousel {
    padding: 0 40px 0 50px;
  }
}
.andyCarousel .jcarousel-wrapper {
  position: relative;
}
@media (min-width: 481px) {
  .andyCarousel .jcarousel-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.andyCarousel .jcarousel-wrapper .jcarousel {
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper .jcarousel {
    width: 180px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper .jcarousel div {
    width: 180px;
    height: 140px;
    display: table-cell;
    vertical-align: middle;
  }
}
.andyCarousel .jcarousel-wrapper .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 20px 30px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper .jcarousel img {
    padding: 20px 10px;
  }
}
.andyCarousel .jcarousel-wrapper .jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.andyCarousel .jcarousel-wrapper .jcarousel li {
  float: left;
}
.andyCarousel .jcarousel-wrapper a.jcarouselControls {
  font-size: 48px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper a.jcarouselControls {
    left: -20px;
  }
}
.andyCarousel .jcarousel-wrapper a.jcarouselControls.jcarousel-control-next {
  right: 0;
  left: auto;
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper a.jcarouselControls.jcarousel-control-next {
    right: -20px;
  }
}
.php-ckeditor .logoRow,
.php-ckeditor .logoRowInnerPage {
  margin-top: 40px;
}
.php-ckeditor .jcarousel-wrapper .jcarousel {
  overflow: visible;
}
.php-ckeditor .jcarousel-wrapper .jcarousel ul {
  width: 100%;
}
.php-ckeditor .jcarousel-wrapper a.jcarouselControls {
  display: none;
}
/* ////////// ///////////////////////  HOLE TOUR MENU STYLES /////////////// ////////////////////  */
.holeNavigationRow {
  background: rgba(51, 51, 51, 0.85);
  position: absolute;
  margin-top: -60px;
  z-index: 10;
}
@media (max-width: 767px) {
  .holeNavigationRow {
    margin-top: 0;
    position: relative;
    padding: 10px;
  }
}
.holeNavigationRow .menu-section h2 {
  display: none;
}
.holeNavigationRow .holeNavigation {
  text-align: center;
  padding: 10px;
}
.holeNavigationRow .holeNavigation .menu-section {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.holeNavigationRow .holeNavigation .menu-section ul {
  margin: 0;
}
.holeNavigationRow .holeNavigation .menu-section ul li {
  list-style-type: none;
  display: inline;
}
.holeNavigationRow .holeNavigation .menu-section ul li a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 0;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    display: inline-block;
    width: 35px;
    float: left;
    margin: 5px;
    padding: 7px;
    background: rgba(65, 65, 65, 0.8);
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li a:hover {
  color: #d9ad42;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:hover {
    background: #d9ad42;
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li a:before {
  content: "-";
  padding: 0 10px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:before {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:before {
    display: none;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li:first-child a:before {
  display: none;
}
.holeNavigationRow .holeNavigation .menu-section ul li.current a {
  color: #d9ad42;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a {
    background: rgba(65, 65, 65, 0.8);
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: left;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: none;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(7) a,
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(13) a {
    clear: left;
  }
}
/* ////////// ///////////////////////  HOLE STAT STYLES /////////////// ////////////////////  */
.holeStats {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .holeStats {
    margin: 10px auto;
    text-align: left;
    display: inline-block;
  }
}
.holeStats .statContainer {
  display: inline-block;
  margin: 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .holeStats .statContainer {
    margin: 10px;
    display: block;
  }
}
.holeStats .statContainer .statCircle {
  height: 15px;
  width: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #b8b8b8;
  display: inline-block;
  font-size: 0px;
  line-height: 20px;
}
.holeStats .statContainer .statCircle.whiteCircle {
  background: #fff;
}
.holeStats .statContainer .statCircle.yellowCircle {
  background: #fff000;
}
.holeStats .statContainer .statCircle.blueCircle {
  background: #0060ff;
}
.holeStats .statContainer .statCircle.redCircle {
  background: #ff0000;
}
/* //////// ///////////////////   .addressFooter STYLES  ///////// //// ////////////////// ////  */
.addressFooter {
  padding: 40px 20px 50px 20px;
  text-align: center;
  background: #333;
  color: #fff;
}
.addressFooter .footerLogo img {
  width: 40px;
  margin-bottom: 15px;
}
.addressFooter h1 {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .addressFooter h1 {
    font-size: 13px;
  }
}
.addressFooter .telephoneAndMail a {
  color: #d9ad42;
}
.addressFooter .telephoneAndMail a:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .addressFooter .telephoneAndMail {
    font-size: 13px;
  }
}
.addressFooter .footerSep {
  margin: 0 10px;
}
@media (max-width: 979px) {
  .addressFooter .footerSep {
    font-size: 0;
    line-height: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .addressFooter .commaSep {
    font-size: 0;
    line-height: 0;
    display: block;
  }
}
/* //////// ///////////////////   .footer STYLES  ///////// //// ////////////////// ////  */
.footer {
  background: #00407a;
  color: #fff;
  font-size: 0.8em;
  height: 95px;
  line-height: 28px;
  padding-top: 10px;
  text-align: center;
}
@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: none;
}
@media (max-width: 767px) {
  .footer a.igLogo img {
    float: none;
  }
}
@media (max-width: 767px) {
  .footer .footerSep {
    font-size: 0;
    line-height: 0;
    display: block;
  }
}
/* //////// ///////////////////   inPageContent gallery and slider STYLES  ///////// //// ////////////////// ////  */
.inPageContent #gallery div.ss-controls .play,
.inPageContent div#thumbs div.top,
.inPageContent #gallery div.caption-container,
.inPageContent #gallery div.controls {
  display: none;
}
.inPageContent #gallery div.slideshow img {
  border: none;
}
.inPageContent #gallery div.slideshow span.image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .inPageContent .span12 #thumbs {
    width: 750px !important;
    margin: 0 auto;
    float: none;
  }
}
.inPageContent .span12 #gallery {
  max-width: 750px;
  margin: 0 auto;
}
.inPageContent #thumbs 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(65, 65, 65, 0.8);
  border-color: rgba(65, 65, 65, 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;
}
@media (max-width: 767px) {
  .inPageContent .nivo-controlNav-Wrapper {
    display: none !important;
  }
}
.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;
  }
}
/* //////// ///////////////////   navbar standard styles  ///////// //// ////////////////// ////  */
#header .navbar {
  margin-bottom: 0;
}
#header .navbar-inner {
  background: #ffffff;
  border: none;
  min-height: 60px;
}
#header .navbar-inner .container {
  position: relative;
}
@media (max-width: 767px) {
  #header .navbar-inner .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 980px) {
  #header .navbar-inner #nav {
    left: 20px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav {
    margin-top: 90px;
  }
}
@media (min-width: 980px) {
  #header .navbar-inner #nav li.nav-level-1.nav-menu-admin_login {
    display: none;
  }
}
#header .navbar-inner #nav li.dropdown .dropdown-toggle {
  background-color: transparent;
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown .dropdown-toggle {
    background: #333333 url("/images/resources/cheshireunion/menuDownToggle2.png") right 15px center no-repeat;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown.open .dropdown-toggle {
    background: #333333 url("/images/resources/cheshireunion/menuUpToggle.png") right 15px center no-repeat;
  }
}
#header .navbar-inner #nav li a {
  color: #333;
  padding: 20px 14px;
  text-transform: uppercase;
  font-size: 13px;
  text-shadow: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header .navbar-inner #nav li a {
    letter-spacing: 0.2px;
    padding: 20px 12px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li a {
    background: #333333;
    margin: 10px;
    padding: 12px !important;
    color: #fff;
  }
}
#header .navbar-inner #nav li a:hover {
  color: #d9ad42;
}

#header .navbar-inner #nav li .dropdown-menu {
  margin: 0;
  margin-top: 2px;
  background-color: rgba(65, 65, 65, 0.8);
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 980px) {
  #header .navbar-inner #nav li .dropdown-menu:after {
    border-bottom: 6px solid #333333;
  }
}
@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;
  color: #fff;
  text-shadow: none;
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li .dropdown-menu a {
    color: #fff;
  }
}
#header .navbar-inner #nav li .dropdown-menu a:hover {
  color: #d9ad42;
}
@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: #d9ad42;
}
#header .navbar-inner #nav li.active.open > a {
  color: #333;
}
#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;
}
@media (max-width: 979px) {
  #header .navbar-inner .logoLink {
    left: 50%;
    transform: translatex(-50%);
  }
}
#header .navbar-inner #hamburger-icon {
  outline: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  background-color: transparent;
  z-index: 100;
  width: 60px;
  color: #333;
  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: #333;
  height: 3px;
  margin: 5px;
  right: 18px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header .navbar-inner #hamburger-icon .line.line-1 {
  margin-top: 3px;
}
@media (min-width: 980px) {
  .body-public #header #nav {
    left: 0;
  }
}
.body-public #header li.nav-level-1.nav-menu-twitter_link a:after {
  content: '\f099';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
}
.body-public #header li.nav-level-1.nav-menu-twitter_link a:after:hover {
  color: #d9ad42;
}
@media (max-width: 979px) {
  .body-public #header li.nav-level-1.nav-menu-twitter_link a:after {
    position: relative;
    margin-left: 10px;
  }
}
/* //////// ///////////////////   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: #d9ad42;
}
.gm-style .gm-style-iw-c {
  line-height: 24px !important;
  border-top: 10px solid #ffffff !important;
}
#globalwrap .map_popup_form input[type=text] {
  height: 35px !important;
}
.gm-style-iw-d {
  padding: 0 5px !important;
}
/* //// ///// MIN WIDTH 980 ///// //// ///////  */
@media (min-width: 980px) {
  #globalwrap {
    padding-top: 0;
  }
}
/* ///// //// MIN WIDTH 768 /// ////////// /   */
@media (min-width: 768px) {
  .moveRight768AndAbove {
    float: right !important;
  }
  .removeMarginLeft768AndAbove {
    margin-left: 0 !important;
  }
}
/* end of styles moved from custom css */
.inPageContent .span12 form .customFormLine input,
.inPageContent .span12 form .customFormLine textarea {
  text-align: center;
}
#date_form .picker input {
  cursor: pointer;
  padding: 3px;
  margin-right: 15px !important;
}
img.ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 0;
}
#header .navbar-inverse .nav li.nav-menu-information .dropdown-menu > li:nth-last-child(2) > a {
  border-bottom: none;
}
.body-root-information #global .container {
  max-width: 100%;
}
body[class^="body-class-setcoursestatuscourseid"] {
  word-break: break-word;
}
#statusform textarea {
  max-width: 100%;
}
.body-public .tipForm form input[type="submit"] {
  letter-spacing: 0;
  font-size: 12px;
  padding: 5px 10px;
}
.cluetip-jtip #cluetip-inner {
  overflow: hidden;
}
.php-ckeditor .inPageContent td {
  border: 2px solid #1a4267 !important;
}
.body-class-visitorbooking.body-public img.ui-datepicker-trigger {
  top: 0;
  right: 20px;
  position: absolute;
}
.body-class-visitorbooking.body-public #date_form .picker input[type=text] {
  margin-right: 20px;
}
.hcapsig .dropdown-menu {
  background-color: #dedfde;
}
div#cluetip {
  /*width: auto !important; this was causing a shadow on Wells visitor booking pop up but needed on previous sites */
}
.cc-cookies {
  width: 100% !important;
}
.body-root-home #latestcomp img[height="16"],
img[height="14"] {
  margin-left: 7px;
  margin-top: -3px;
}
.php-search input#string {
  height: 40px;
}
.php-messages .well-large {
  padding: 0px;
}
.php-halloffame h1 {
  font-size: 24px;
  border-bottom: 1px dotted;
  padding-bottom: 20px;
}
.php-roundmgmt .dateperiods {
  /* float:none; THIS WAS CAUSING OVERLAPPING ON SMALL SCREEN PAGE FOR ROUNDMGMT */
}
.php-roundmgmt #globalwrap {
  overflow: scroll;
}
#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}
.php-hcaprecord #global {
  overflow: scroll;
}
#latestcomp,
#upcomingcomps,
#previouscomps,
#fpmessagediv,
#admin_dash,
.announcements,
#myupcoming,
#myteetimes,
.news,
.members-mobile-scoreentry,
#halloffame {
  border: 2px solid #b99863;
  background: rgba(255, 255, 255, 0.8);
}
.teetimesholder th,
#memteetimes th,
.teetimesholder thead tr {
  border: #706862 1px solid;
}
table.teetimesholder td {
  border-right: 1px #294761 solid;
}
#memteetimes {
  border: 1px #706862 solid;
}
#memteetimes td {
  border-left: #706862 1px solid !important;
  border-bottom: #706862 1px solid !important;
}
#memteetimes tbody tr {
  border-bottom: #706862 1px solid !important;
}
#global .tabs ul {
  background: #706862 !important;
}
#globalwrap .adminWrapper table.admin thead th,
#globalwrap .adminWrapper table.admin thead td {
  color: white!important;
}
.inner-page .container {
  background: none;
  margin-left: -20px;
}
.body-root-roundmgmt\.php #ui-datepicker-div {
  display: none;
}
.gr-textarea-btn {
  display: none;
}
#closebutton + br {
  display: none !important;
}
.nav .nav-menu-login\.php {
  display: none !important;
}
.navbar .nav li ul.dropdown-menu li.nav-menu-information {
  display: none;
}
#ui-datepicker-div {
  position: absolute;
  top: -100%;
  left: -100%;
}
#date_form .picker {
  right: 0px !important;
}
table.tee_process {
  display: none !important;
}
.php-weatherfg .image-day {
  background: #87CEEB;
}
.php-weatherfg .image-night {
  background: #3c4a90;
}
.php-visitoropen #globalwrap > div {
  max-width: 100%;
}
#facebox {
  position: absolute;
  top: 150px !important;
  z-index: 9999;
}
#globalwrap table.mceLayout[style] {
  width: 100% !important;
}
.mceItemTable {
  width: 100% !important;
  max-width: 100%;
}
.body-class-members #leftcontent > div,
.body-class-members #rightcontent > div,
body:not(.body-public) #leftcontent > div,
body:not(.body-public) #rightcontent > div {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ffffff21;
}
.body-class-members .teetimesholder th,
.body-class-members #memteetimes th,
body:not(.body-public) .teetimesholder th,
body:not(.body-public) #memteetimes th {
  color: #fff !important;
  background-color: grey !important;
}
.body-class-members .login-btn,
body:not(.body-public) .login-btn {
  display: none;
}
.body-class-members .btn-group > .btn,
body:not(.body-public) .btn-group > .btn {
  float: left;
}
.body-class-members .dateperiods a,
body:not(.body-public) .dateperiods a {
  float: left;
}
/* ///// NAVBAR TO TO SCROLL UP ON MEMBERS PAGES & SYSTEM FRONT-END  ///*/
.body-class-members .navbar-fixed-top,
body:not(.body-public) .navbar-fixed-top .body-class-opens .navbar-fixed-top,
.php-login .navbar-fixed-top,
.body-loginpage .navbar-fixed-top,
.php-news .navbar-fixed-top,
.php-competition .navbar-fixed-top,
.php-teelogin .navbar-fixed-top,
.php-visitoropen .navbar-fixed-top,
.php-sagepay .navbar-fixed-top,
body[class^='body-class-setcoursestatus'] .navbar-fixed-top,
.body-class-visitorbooking .navbar-fixed-top {
  position: relative;
}
/* php-ckeditor */
.php-ckeditor #outerborder #myNavbar {
  display: none;
}
.php-ckeditor .nav-collapse {
  position: relative;
}
.php-ckeditor .nav-collapse span {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.php-ckeditor .navbar .btn,
.php-ckeditor .navbar .btn.btn-primary,
.php-ckeditor .navbar .btn-group .btn {
  margin: 10px 0px;
}
.php-ckeditor .navbar .btn-group {
  margin: 0px 0px !important;
}
.php-ckeditor .CodeMirror-wrap .CodeMirror-scroll {
  position: relative;
  height: 1000px;
  overflow: auto;
}
div.sticky-queue {
  border: none !important;
}
div.sticky-note {
  padding-bottom: 20px;
}
a.btn.btn-danger,
a.btn.btn-success {
  color: #fff;
}
.body-class-members .navbar-inverse .nav .dropdown-menu > li > a {
  padding: 7px 10px;
}
/* system login page & course status */
#login input,
.php-coursestatus textarea,
.body-class-setcoursestatus textarea,
.body-class-setcoursestatuscourseid1 textarea {
  height: 40px;
  width: 100% !important;
  margin-bottom: 10px;
}
#login .controls input.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none;
  border: none;
  margin-top: 20px;
}
#login label.checkbox {
  padding-left: 0;
  text-align: center;
}
#login .controls label.checkbox input.inline {
  margin-left: -5px;
}
.php-coursestatus a.button.btn.btn-info.btn-small,
.body-class-setcoursestatus a.button.btn.btn-info.btn-small {
  margin: 5px;
  color: #fff !important;
}
.php-coursestatus a[href*="setcoursestatus"],
.body-class-setcoursestatus a[href*="setcoursestatus"],
.body-class-setcoursestatuscourseid1 a[href*="setcoursestatus"] {
  word-break: break-word;
}
.ui-widget-header {
  border: none;
  background: #dab380;
}
body.body-class-setcoursestatus h1 {
  font-size: 32px;
  border-bottom: 1px dotted;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body.body-class-setcoursestatus form input[type="submit"] {
  /*margin-top: 0; this causing button to be out of line on recent sites */
}
body.body-class-setcoursestatus form input[name="loginword"] {
  height: 38px;
}
/* ///////////// /////////// max-width 1199px ////////////////// ///// */
@media (max-width: 1199px) {
  .nametable a.btn.button {
    font-size: 11px !important;
  }
  .nametable td {
    font-size: 11px !important;
    padding: 5px 2px !important;
  }
}
/* media queries members that generall don't need touching */
@media (max-width: 979px) {
  body.php-viewround table {
    font-size: 13px;
  }
  .php-viewround .table th,
  .table td {
    padding: 5px;
  }
  #globalwrap .teebooking #date_form .tabs li.current a {
    background: #4f925a !important;
    color: #fff;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .body-class-members #globalwrap,
  body:not(.body-public) #globalwrap,
  .body-class-opens #globalwrap,
  .php-login #globalwrap,
  .body-loginpage #globalwrap,
  .php-news #globalwrap,
  .php-competition #globalwrap,
  .php-teelogin #globalwrap,
  .php-visitoropen #globalwrap,
  .php-sagepay #globalwrap,
  body[class^='body-class-setcoursestatus'] #globalwrap,
  .body-class-visitorbooking #globalwrap {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #globalwrap .teebooking #date_form .tabs li.current a {
    font-size: 14px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .php-coursestatus a.button.btn.btn-info.btn-small,
  .body-class-setcoursestatus a.button.btn.btn-info.btn-small {
    margin: 5px;
    display: block;
  }
  .php-coursestatus ul.unstyled li,
  .body-class-setcoursestatus ul.unstyled li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
  }
  .php-coursestatus ul.unstyled,
  .body-class-setcoursestatus ul.unstyled {
    padding-top: 20px;
  }
  /* weather members */
  .php-weatherfg .nav-tabs a {
    font-size: 12px;
    padding: 5px 2px;
  }
  /* compact tables small screens */
  table td {
    font-size: 12px;
  }
  table th {
    font-size: 12px;
    font-weight: normal !important;
    padding: 2px !important;
  }
  .php-viewround .table th,
  .table td {
    padding: 5px 2px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .php-awayplayer table {
    display: block;
    overflow-x: auto;
  }
  table.table.scorecard {
    display: block;
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  #diaryTable.table {
    display: block;
    overflow-x: auto;
  }
}
/* make css editor in backend more manageable */
.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}
/*-----------------------------------------------------------------
                SCORECARD
-----------------------------------------------------------------*/
.scorecard {
  text-align: center;
  border: 1px solid #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 ///////////////// ////// ///// / ////////////////////////////////////////////// ////////////////////////////////// //////////////////////////////////////////// ///////////////// ////////////////////////// ////////////////// */
/* //////// ///////////////////   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 #ffffff;
}
.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 #d9ad42;
}
/* ///////////////////////////////// ///////////////  LOGIN PAGE ///////////////////////////////////// */
.body-loginpage #login {
  padding: 20px 20px;
  border: 2px solid #ffffff;
  text-align: center;
}
#login h3 {
  color: rgba(65, 65, 65, 0.8);
  text-transform: uppercase;
  margin-bottom: 30px;
}
#login .controls input.btn {
  display: inline-block;
  background: #003f7a;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
#login .controls input.btn:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  #login .controls input.btn {
    margin: 7px 0;
  }
}
/* ////////////////////// /////////////////// /////// NEWSBOX CMS HOMEPAGE //////////// ////////////// ///////  */
.newsbox a:link,
.newsbox a:visited,
.news-summary a.read-more:link,
.news-summary a.read-more:visited {
  background: #d9ad42;
  color: #fff;
  border: 1px solid #d9ad42;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
.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;
  }
}
/* ////////////////////// /////////////////// /////// NEWS PHP FRONT-END ////////////// ////////////// ///////  */
.body-public .news-item {
  border-bottom: 1px dotted rgba(65, 65, 65, 0.8);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.body-public .news-item .media-heading {
  color: rgba(65, 65, 65, 0.8);
}
.body-public p.news-date {
  font-size: 12px;
}
.body-public .news-summary a.read-more {
  background: #ffffff;
  color: #333;
  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-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: #efefef url(https://cheshireunion.designmode.intelligentgolf.co.uk/images/resources/cheshireunion/admin_bg.png) 20px 60px repeat;
  background-size: 100px;
  background-attachment: fixed;
  padding-bottom: 50px;
}
/* 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: #d9ad42;
  border: none;
  color: #333;
}
/* ///////////// ////////////// //////////// 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: #d9ad42;
  color: #333;
}
.table th {
  font-weight: normal;
}
table thead a:link,
table thead a:visited {
  color: #333;
  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 #ffffff !important;
  background: #333;
  color: #efefef;
}
.body-class-members .uploadTarget:hover {
  background: rgba(65, 65, 65, 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(65, 65, 65, 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: #ffffff;
  padding: 20px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}
/* /////////////////////// /////////// /////   ///////////////////////////// ////////////////////// /////////////////////////////////////// /PHP CK EDITOR ///////////////  ////////////////////////////// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///// /////////// //////////////////////////////////////  ////////////////////////////////// */
.ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: rgba(65, 65, 65, 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;
}
#login .form-horizontal .control-label {
  width: 175px;
}
/* //////// ///////////////////   logo carousel less file ///////// //// ////////////////// ////  */
.logoCarousel {
  margin-bottom: 50px;
}
@media (max-width: 1240px) {
  .logoCarousel {
    padding: 0 40px 0 50px;
  }
}
.logoCarousel .jcarousel-wrapper {
  position: relative;
}
@media (min-width: 481px) {
  .logoCarousel .jcarousel-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.logoCarousel .jcarousel-wrapper .jcarousel {
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .logoCarousel .jcarousel-wrapper .jcarousel {
    width: 180px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .logoCarousel .jcarousel-wrapper .jcarousel div {
    width: 180px;
    height: 140px;
    display: table-cell;
    vertical-align: middle;
  }
}
.logoCarousel .jcarousel-wrapper .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 20px 30px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .logoCarousel .jcarousel-wrapper .jcarousel img {
    padding: 20px 10px;
  }
}
.logoCarousel .jcarousel-wrapper .jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.logoCarousel .jcarousel-wrapper .jcarousel li {
  float: left;
}
.logoCarousel .jcarousel-wrapper a.jcarouselControls {
  font-size: 48px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media (max-width: 480px) {
  .logoCarousel .jcarousel-wrapper a.jcarouselControls {
    left: -20px;
  }
}
.logoCarousel .jcarousel-wrapper a.jcarouselControls.jcarousel-control-next {
  right: 0;
  left: auto;
}
@media (max-width: 480px) {
  .logoCarousel .jcarousel-wrapper a.jcarouselControls.jcarousel-control-next {
    right: -20px;
  }
}
.php-ckeditor .logoRow,
.php-ckeditor .logoRowInnerPage {
  margin-top: 40px;
}
.php-ckeditor .jcarousel-wrapper .jcarousel {
  overflow: visible;
}
.php-ckeditor .jcarousel-wrapper .jcarousel ul {
  width: 100%;
}
.php-ckeditor .jcarousel-wrapper a.jcarouselControls {
  display: none;
}
/* //////// ///////////////////   toggle content less file ///////// //// ////////////////// ////  */
#loadMoreButton {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 30px;
  margin-top: 20px;
  width: 200px;
  text-align: center;
  color: #003f7a;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#loadMoreButton:after {
  content: '\f01a';
  font-family: 'FontAwesome';
  font-size: 32px;
  display: block;
  padding-top: 7px;
}
#showContent {
  display: none;
  padding: 40px 0 0 0;
}
/* //////// ///////////////////   .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: 40px;
  margin: 0 20px;
}
@media (min-width: 980px) {
  .php-ckeditor #header img {
    margin-top: 0;
  }
}
.php-ckeditor .topBlackBar .logoAndTitle h1,
.php-ckeditor .topBlackBar .logoAndTitle h2,
.php-ckeditor .topBlackBar .topRightLinks {
  display: none;
}
.php-ckeditor .andyWeatherAndCourseStatusButton,
.php-ckeditor .andyShowWeatherAndCourseStatus,
.php-ckeditor .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
  display: none;
}
.php-ckeditor #showContent {
  display: block;
}
.php-ckeditor #loadMoreButton {
  display: none;
}
.php-ckeditor .wysiwyg-editable table {
  width: 100%;
  margin-top: 50px;
}
.php-ckeditor .sliderHolder:after {
  display: none;
}
.php-ckeditor .withEmbeddedRows .thumbHolder .thumbs .thumbLink .thumbTitle {
  position: relative;
  bottom: auto;
  padding-top: 10px;
  color: #333;
}
.php-ckeditor .withEmbeddedRows .thumbHolder .thumbs .thumbLink:hover img {
  transform: none;
}
.php-ckeditor .addressFooter .telephoneAndMail a {
  color: #d9ad42;
}
.php-ckeditor .sliderHolder .sliderCaptions {
  position: relative;
  top: 20px;
  border: 1px dotted #333;
  padding: 20px 20px 40px 20px;
  max-width: 100% !important;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  background: none;
  color: #333;
  margin: 20px auto 40px auto;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  animation-duration: 0s;
  animation-delay: 0s;
  -o-animation-duration: 0s;
  -o-animation-delay: 0s;
  -moz-animation-duration: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-duration: 0s;
  -webkit-animation-delay: 0s;
  transform: none;
}
.php-ckeditor .sliderHolder .sliderCaptions h1,
.php-ckeditor .sliderHolder .sliderCaptions h2 {
  color: #333;
  text-shadow: none;
}
.php-ckeditor .inPageContent,
.php-ckeditor .sliderHolder,
.php-ckeditor .standardInclude,
.php-ckeditor .subMenu,
.php-ckeditor .holeNavigationRow,
.php-ckeditor .addressFooter,
.php-ckeditor .testimonials {
  margin-top: 20px;
  border: 1px dotted #333;
  padding: 20px;
  color: #fff;
  max-width: 100% !important;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  background: none;
  color: #333;
}
.php-ckeditor a.btn.btn-danger,
.php-ckeditor a.btn.btn-success {
  color: #fff;
  background: #ac433f;
}
.php-ckeditor a.btn.btn-primary.ajaxbutton {
  background: #d9ad42;
  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: #333;
  color: #fff !important;
}
.php-ckeditor .holeNavigationRow {
  position: relative;
  background: #ffffff;
  color: #fff;
}
.php-ckeditor .addressFooter {
  background: #ffffff;
}
.php-ckeditor .addressFooter .socialIcons em {
  padding: 10px 2px 10px 7px;
}
@media (max-width: 979px) {
  .php-ckeditor .navbar-fixed-top {
    margin-bottom: 0;
  }
}
/* //////////////// -----------------  SLIDER NEWS ---------------- //////////////  */
.sliderNews {
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: 10;
  padding: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .sliderNews {
    bottom: 0;
    left: 20px;
    right: 20px;
  }
}
.sliderNews .news-item {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sliderNews .news-item .media-heading {
  color: #d9ad42;
  font-size: 20px;
  margin-bottom: 10px;
}
.sliderNews p.news-date {
  display: inline-block;
  font-size: 15px;
}
.sliderNews .news-summary {
  display: inline-block;
}
@media (max-width: 480px) {
  .sliderNews .news-summary {
    display: block;
  }
}
.sliderNews .news-summary br {
  display: none;
}
.sliderNews .news-summary a.read-more {
  background: none;
  color: #fff;
  border: none;
  font-size: 15px !important;
  padding: 0;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: none;
  margin: 0 0 0 20px;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .sliderNews .news-summary a.read-more {
    margin: 0;
  }
}
/* /////////////////// -------  START OF .topBlackBar ------------------------------ //////////////   ----   */
.topBlackBar {
  background: #333;
  color: #d9ad42;
}
@media (max-width: 767px) {
  .topBlackBar {
    padding: 5px 20px;
  }
}
.topBlackBar .container {
  position: relative;
}
.topBlackBar .logoAndTitle {
  display: inline-block;
  width: 280px;
  margin: 15px 20px 20px 20px;
}
@media (max-width: 767px) {
  .topBlackBar .logoAndTitle {
    line-height: 14px;
    margin-top: 5px;
  }
}
.topBlackBar .logoAndTitle h1,
.topBlackBar .logoAndTitle h2 {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 0 60px;
}
@media (max-width: 767px) {
  .topBlackBar .logoAndTitle h1,
  .topBlackBar .logoAndTitle h2 {
    margin-left: 47px;
  }
}
.topBlackBar .logoAndTitle h1 {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topBlackBar .logoAndTitle h1 {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 5px;
  }
}
.topBlackBar .logoAndTitle h2 {
  color: #d9ad42;
  font-size: 14px;
}
@media (max-width: 767px) {
  .topBlackBar .logoAndTitle h2 {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.topBlackBar .logoAndTitle .logoLink img {
  width: 50px;
  position: absolute;
}
@media (max-width: 767px) {
  .topBlackBar .logoAndTitle .logoLink img {
    width: 40px;
  }
}
.topBlackBar .topRightLinks {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  font-size: 12px;
}
@media (max-width: 979px) {
  .topBlackBar .topRightLinks {
    right: 20px;
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .topBlackBar .topRightLinks {
    left: 20px;
    right: auto;
    top: 75px;
    transform: none;
    font-size: 12px;
  }
}
.topBlackBar .topRightLinks a {
  color: #d9ad42;
}
.topBlackBar .topRightLinks a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .topBlackBar .topRightLinks a.headerLogin {
    display: none;
  }
}
.topBlackBar .topRightLinks .headerSep {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .topBlackBar .topRightLinks .headerSep {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
.body-class-members .headerLogin,
.body-class-members .headerSep {
  display: none;
}
/* ///////////////    HOME PAGE STYLES ////////////////////////////////  */
.topThreeBoxes img {
  width: 100%;
}
@media (max-width: 767px) {
  .topThreeBoxes img {
    margin-bottom: 30px;
  }
}
.topThreeBoxes a {
  color: #003f7a;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
  letter-spacing: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
  
  .topThreeBoxes a {font-size: 13px;}
}
.topThreeBoxes a:hover {
  color: #d9ad42;
}
#forthcomingFixtures,
#latestResults {
  background: #f8f8f8;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 979px) {
  #forthcomingFixtures,
  #latestResults {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
#forthcomingFixtures h4,
#latestResults h4 {
  background: #d9ad42;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
#forthcomingFixtures .upcomingcomp,
#latestResults .upcomingcomp,
#forthcomingFixtures .recentcompresult,
#latestResults .recentcompresult {
  font-size: 13px;
  line-height: 20px;
  padding: 0 10px 7px 10px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 7px;
}
#forthcomingFixtures .upcomingcomp:last-of-type,
#latestResults .upcomingcomp:last-of-type,
#forthcomingFixtures .recentcompresult:last-of-type,
#latestResults .recentcompresult:last-of-type {
  border: none;
}
#forthcomingFixtures .upcomingcomp a:hover,
#latestResults .upcomingcomp a:hover,
#forthcomingFixtures .recentcompresult a:hover,
#latestResults .recentcompresult a:hover {
  text-decoration: underline;
}
#forthcomingFixtures .upcomingcomp .announcedate,
#latestResults .upcomingcomp .announcedate,
#forthcomingFixtures .recentcompresult .announcedate,
#latestResults .recentcompresult .announcedate {
  display: block;
  color: #333;
  font-size: 12px;
  letter-spacing: 0;
}
#forthcomingFixtures .upcomingcomp br,
#latestResults .upcomingcomp br,
#forthcomingFixtures .recentcompresult br,
#latestResults .recentcompresult br {
  display: none;
}
#forthcomingFixtures a.seeAll,
#latestResults a.seeAll {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  background: #717171;
  text-decoration: underline;
  color: #fff;
  padding: 5px 5px 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
}
#forthcomingFixtures a.seeAll:hover,
#latestResults a.seeAll:hover {
  color: #d9ad42;
}
#latestResults {
  background: #ededed;
}
#latestResults h4 {
  background: #003f7a;
}
.withEmbeddedRows {
  margin-top: 60px;
  display: flex;
}
@media (max-width: 979px) {
  .withEmbeddedRows {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .withEmbeddedRows {
    margin-top: 15px;
  }
}
@media (max-width: 979px) {
  .withEmbeddedRows .thumbHolder {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .withEmbeddedRows .thumbHolder {
    display: flex;
  }
}
.withEmbeddedRows .thumbHolder .topThumbs {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .withEmbeddedRows .thumbHolder .topThumbs {
    margin-bottom: 0;
  }
}
.withEmbeddedRows .thumbHolder .thumbs .thumbLink {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .withEmbeddedRows .thumbHolder .thumbs .thumbLink {
    margin: 15px 10px;
  }
}
@media (max-width: 480px) {
  .withEmbeddedRows .thumbHolder .thumbs .thumbLink:last-of-type {
    margin-bottom: 0;
  }
}
.withEmbeddedRows .thumbHolder .thumbs .thumbLink:after {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.withEmbeddedRows .thumbHolder .thumbs .thumbLink .thumbTitle {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 12px;
  z-index: 10;
  color: #fff;
  line-height: 20px;
}
.withEmbeddedRows .thumbHolder .thumbs .thumbLink 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%;
}
.withEmbeddedRows .thumbHolder .thumbs .thumbLink:hover img {
  transform: scale(1.2);
}
.withEmbeddedRows .thumbHolder .thumbs .thumbLink:hover:after {
  background: rgba(0, 0, 0, 0.1);
}
/* ---------------------------------  INNER PAGE STYLES ---------------------------  */
.innerPage {
  color: #333;
  text-align: center;
}
@media (min-width: 980px) {
  .innerPage {
    padding-top: 40px;
  }
}
.innerPage h1,
.innerPage h2 {
  color: #003f7a;
  margin: 10px 0 15px 0;
}
@media (max-width: 480px) {
  .innerPage h1 {
    font-size: 32px;
  }
}
.innerPage h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 10px 0 15px 0;
}
.innerPage h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 15px 0;
}
.innerPage h4 {
  margin: 10px 0 15px 0;
  color: #d9ad42;
}
.innerPage h5,
.innerPage h6 {
  display: block;
}
.innerPage h5 a,
.innerPage h6 a {
  display: inline-block;
  width: 250px;
  text-decoration: none;
}
.innerPage a {
  text-decoration: underline;
}
.diaryPage .fixturesDiary .span5 {
  width: 100%;
}
.diaryPage .fixturesDiary .diaryFilter,
.diaryPage .fixturesDiary h3.diary-year-filter,
.diaryPage .fixturesDiary .diary-nav-right.noprint.affix-top,
.diaryPage .fixturesDiary .diary-left-nav a {
  display: none;
}
.diaryPage .fixturesDiary .diary-left-nav a:last-child {
  display: inline-block;
}
.diaryPage .fixturesDiary .diary-left-nav a:last-child:before {
  content: 'Download a printable version here';
  text-transform: uppercase;
  margin-right: 10px;
}
.diaryPage .fixturesDiary .diary-left-nav a:last-child img {
  display: none;
}
.diaryPage .fixturesDiary .table {
  font-size: 14px;
}
.diaryPage .fixturesDiary .table td {
  padding: 10px 5px;
  background: #f6f6f6;
  border: 1px solid #c8c8c8;
}
@media (max-width: 480px) {
  .diaryPage .fixturesDiary .table td {
    padding: 10px 2px;
  }
}
.diaryPage .fixturesDiary .table th {
  text-align: center;
  background: #e6e6e6;
  padding: 15px 0 !important;
  text-transform: uppercase;
}

/* end andy styles */

/* anton styles */

.sliderNews {
  display: none;
}

.withEmbeddedRows {
  display: block;
}

.latest-news {
  color: #333;
}

.body-public .latest-news .news-summary br {
  display: none;
}

.body-public .latest-news .news-summary a.read-more {
  margin-top: 10px;
}

/* lincolnshire changes */

/* header and nav */

.topBlackBar {
  background: #006600;
  color: #fff;
}

.topBlackBar .logoAndTitle h1 {
  margin-top: 10px;
}

.topBlackBar .logoAndTitle .logoLink img {
  top: 7px;
}

.topBlackBar .topRightLinks a {
  color: #fff;
}

.topBlackBar .topRightLinks a:hover {
  opacity: 0.7;
}

.topBlackBar .logoAndTitle h2 {
  color: #fff;
}

#header .navbar-inner {
  background: #000;
}

#header .navbar-inner #nav li a {
  color: #fff;
}

#header .navbar-inner #nav li.current > a, #header .navbar-inner #nav li.active > a {
  color: #0f0;
}

#header .navbar-inner #nav li a:hover {
  color: #0f0;
}

#header .navbar-inner #nav li .dropdown-menu {
  background: #333;
}

#header .navbar-inner #nav li .dropdown-menu a {
  border: none;
}

#header .navbar-inner #nav li .dropdown-menu a:hover {
  color: #0f0;
}

#header .navbar-inner #nav li.active.open > a {
  color: #0f0;
}

/* footer */

.footer {
  background: #060;
}

.content-wrapper .addressFooter h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0px;
}

.content-wrapper .addressFooter a {
  color: #0f0;
}

.content-wrapper .addressFooter a:hover {
color: #fff;
  text-decoration: underline;
}

/* headings */

.content-wrapper h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #060;
  margin-bottom: 30px;
}

.content-wrapper h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #060;
  margin-bottom: 25px;
}

.content-wrapper h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #060;
  margin-top: 20px;
  margin-bottom: 25px;
}

.content-wrapper h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #060;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #060;
  margin-bottom: 20px;
}

.content-wrapper h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #060;
  margin-bottom: 15px;
}

.content-wrapper h5 a {
  background: #060;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0px;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}

a:link, a:visited {
  color: #060;
}

.content-wrapper a:hover {
  color: #0967cc;
}

/* home page */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.home-page-wrapper {
  padding-top: 155px;
}

.home-welcome {
  text-align: center;
  padding-top: 50px;
}

.home-content-area {
  padding-bottom: 60px;
}

.home-welcome h1 {
  margin-top: 0px;
}

.home-quick-links {
  padding-top: 50px;
}

.home-quick-link h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.home-quick-link a {
  color: #060;
}

.home-info-row {
  padding-top: 50px;
}

.home-info-row h3 {
  background: #060;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  padding: 8px 0px;
}

.body-public .news-item {
  border-bottom: 1px solid #060;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.body-public .news-item .media-heading {
  color: #060;
  margin-bottom: 10px;
}

.body-public .news-summary br {
  display: none;
}

.body-public .news-summary a.read-more {
  margin-top: 0px;
  border: none;
  background: #060;
  color: white;
}

/* inner page */

.inner-page-wrapper {
  padding-top: 150px;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-nav {
  background: #060;
  padding: 15px 0px;
  text-align: center;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  margin: 0px;
}

.inner-nav ul li {
  display: inline-block;
  position: relative;
  margin: 0px 15px;
}

.inner-nav ul li a {
  color: #fff;
}

.inner-nav ul li.current a, .inner-nav ul li > a:hover {
  color: #0f0;
}

.inner-title {
  text-align: center;
  padding-top: 50px;
}

.inner-title h1 {
  margin-top: 0px;
}

.inner-full-content {
  text-align: center;
  padding-bottom: 80px;
}

.inner-full-content p {
  margin-bottom: 20px;
}

.inner-content-row {
  padding-bottom: 80px;
}

/* content wrapper */

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;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, .body-class-members #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #060;
  padding: 20px;
  background: rgba(255,255,255);
}

.body-public[class*="php-"] #globalwrap {
  background: #fff;
}

.body-loginpage #login {
  border: none;
}

#login h3 {
  color: #060;
}

#login .controls input.btn {
  background: #060;
}

#login .controls input.btn:hover {
  background: #000;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: #060;
  color: white;
  padding: 8px 12px;
  border-radius: 0px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  border: transparent;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover {
  background: #000;
  color: white;
}

/* additional */

.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/lincolnunion/lugc-background-test-less-fade.png') repeat;
    background-attachment: fixed;
    background-size: 100px;
}

thead {
  background: #060;
  color: #fff;
}

/* slideshow titles */

#globalwrap .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  bottom: 30px;
}

.nivo-caption h4 {
  color: #0f0;
  background: rgba(0,0,0,0.8);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
}

.nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

/* editor */

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .home-page-wrapper {
  padding-top: 0px;
}

.php-ckeditor .inner-page-wrapper {
  padding-top: 0px;
}

.php-ckeditor .inner-nav {
  color: #fff;
}

/* responsive styles */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper {
    width: 940px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper {
    width: 724px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  #header .navbar-inner #hamburger-icon .line {
    background: #0f0;
  }
  #header .navbar-inner #nav li a {
    background: #060;
  }
  #header .navbar-inner #nav {
    margin-top: 70px;
  }
  #header .navbar-inner #nav li.dropdown .dropdown-toggle {
    background: #060;
    position: relative;
  }
  #header .navbar-inner #nav li.dropdown .dropdown-toggle::after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    font-size: 30px;
  }
  #header .navbar-inner #nav li.dropdown.open .dropdown-toggle {
    background: #060;
  }
  #header .navbar-inner #nav li.dropdown.open .dropdown-toggle::after {
    content: '\f106';
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    font-size: 30px;
  }
  #header .navbar-inner #nav li .dropdown-menu {
    background: transparent;
  }
  .home-page-wrapper {
    padding-top: 0px;
  }
  .inner-page-wrapper {
    padding-top: 0px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  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: auto;
    margin: 0px 10px;
  }
}

.body-public .navbar-inner .nav > li.nav-menu-competition\.php, .body-class-members.php-login .navbar-inner .nav > li.nav-menu-competition\.php {
  display: none;
}

@media (min-width: 1200px) {
  #header .navbar-inner #nav li a {
    font-size: 14px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  #header .navbar-inner #nav li a {
    text-transform: capitalize;
  }
}

/* additional footer parts */

.php-ckeditor .addressFooter {
  background: #000;
  color: #fff;
}

.footer-logos {
  padding-top: 20px;
  font-size: 0px;
}

.footer-logos a {
  display: inline-block;
}

.footer-logos a:nth-of-type(1) {
  max-width: 150px;
}

.footer-logos a:nth-of-type(2) {
  margin: 0px 20px;
}

.footer-logos a:nth-of-type(3) {
  max-width: 220px;
}

/* tp tweaks */

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper h5 a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
}

.php-newsletters table td {
  padding-right: 6px;
}

/* mobile tweaks */

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap .nivo-caption {
    bottom: 0px;
  }
  .home-content-area {
    padding: 0px 20px 60px;
  }
  .inner-content-area .container {
    padding: 0px 20px;
  }
  .home-quick-link img {
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
    display: block;
  }
  .home-info-row {
    text-align: center;
  }
  .footer-logos a {
    display: block;
  }
  .footer-logos a:nth-of-type(1) {
    margin: 0px auto;
  }
  .footer-logos a:nth-of-type(2) {
    margin: 15px 0px 10px;
  }
  .footer-logos a:nth-of-type(3) {
    margin: 0px auto;
  }
  .topBlackBar .topRightLinks {
    z-index: 20;
    width: 170px;
  }
  .topBlackBar .topRightLinks .headerSep {
    display: inline;
  }
  [class*="-slideshow"] .nivo-controlNav-Wrapper {
    display: none;
  }
  .inner-content-row {
    text-align: center;
  }
  .inner-last-col {
    padding-top: 50px;
  }
  .inner-nav ul li {
    display: block;
    margin: 6px 0px;
  }
  .inner-nav ul li a {
    display: block;
    border: 2px solid #fff;
    padding: 6px;
  }
}

/* slideshow dots and arrows */

[class*="-slideshow"] .nivo-directionNav {
    display: none !important;
}

[class*="-slideshow"] .nivo-controlNav-Wrapper {
  bottom: -14px;
  z-index: 20;
}

[class*="-slideshow"] .nivo-controlNav-Wrapper a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: none;
    width: 8px;
    height: 8px;
    margin: 3px;
  position: relative;
  top: 1px;
}

[class*="-slideshow"] .nivo-controlNav-Wrapper a.active {
  top: 0px;
  width: 10px;
  height: 10px;
  background: #060;
}

.body-class-members .headerSep {
  display: inline;
}

.body-class-members .headerSep:nth-of-type(3) {
  display: none;
}

/* critique fixes */

#header .navbar-inner #nav li .dropdown-menu {
  margin-top: 0px;
}

@media (min-width: 1200px) {
  #header .navbar-inner #nav li a {
    padding: 20px 13px;
  }
}

.inner-full-content ul {
  margin: 0px;
}

.inner-full-content ul li {
  list-style: none;
}

.inner-full-content ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 4px;
  color: #060;
  font-size: 10px;
  position: relative;
  top: -2px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .header-wrapper .nav > li.nav-menu-seniors .dropdown-menu, .header-wrapper .nav > li.nav-menu-juniors .dropdown-menu {
    right: 0px;
    left: auto;
  }
  .navbar .nav > li.nav-menu-seniors > .dropdown-menu::before, .navbar .nav > li.nav-menu-juniors > .dropdown-menu::before {
    left: auto;
    right: 9px;
  }
  .navbar .nav > li.nav-menu-seniors > .dropdown-menu::after, .navbar .nav > li.nav-menu-juniors > .dropdown-menu::after {
    left: auto;
    right: 9px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-full-content {
    overflow-x: scroll;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #060;
  text-align: center;
  height: 30px;
  width: 95%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #060;
  text-align: center;
  height: 30px;
  width: 95%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #060;
  text-align: center;
  height: 30px;
  width: 95%;
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: #060;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  color: #fff;
}

.inner-content .gallery-thumbs ul li::before {
  display: none;
}

.body-public .diary-nav-right {
  display: none;
}

/* new header */

.new-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 120px;
  background: #006600;
  color: #fff;
  z-index: 1001;
}

.nh-logo {
  position: absolute;
  width: 90px;
  text-align: center;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 40;
  height: 120px;
}

.nh-logo img {
  width: 70px;
  padding-top: 3px;
}

.nh-logo a::after {
  content: url('/images/resources/lincolnunion/home-logo-slant.png');
  width: 30px;
  height: 120px;
  position: absolute;
  top: 0px;
  right: -30px;
}

.nh-text {
  position: absolute;
  left: 130px;
  top: 33px;
}

.nh-text h4 {
  margin-top: 0px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  margin-bottom: 0px;
}

.nh-text .nht-union {
  text-transform: uppercase;
}

.nav-section {
  position: absolute;
  left: 340px;
  right: 100px;
  top: 36px;
}

.nav-section .navbar {
  margin: 0px;
}

.nav-section .navbar-inner {
  background: transparent;
  padding: 0px;
  box-shadow: none;
  border: none;
}

.nav-section .navbar-inner .nav > li > a {
  color: #fff;
}

.nav-section .navbar-inner .nav > li > a:hover, .nav-section .navbar-inner .nav > li.current > a {
  color: #0f0;
}

.nh-links {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  width: 60px;
  height: 120px;
  text-align: center;
  padding-top: 18px;
  z-index: 20;
}

.nh-links::after {
  content: url('/images/resources/lincolnunion/home-icons-slant.png');
  width: 30px;
  height: 120px;
  position: absolute;
  top: 0px;
  left: -30px;
}

.nh-links a {
  display: block;
  font-size: 20px;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: #0f0;
  box-shadow: none;
}

.nht-small {
  display: none;
}

.dropdown-menu {
  background: #040;
}

.dropdown-menu > li > a {
  color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li.current > a {
  color: #0f0;
  background: transparent;
}

.home-page-wrapper {
  padding-top: 120px;
}

.inner-page-wrapper {
  padding-top: 120px;
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .body-public .navbar .nav > li > a {
    text-transform: capitalize;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .nav-section {
    left: 120px;
    top: 65px;
  }
  .nh-text {
    top: 10px;
  }
  .body-public .nav-section .navbar-inner .nav > li > a {
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .nav-section {
    left: 120px;
    right: 85px;
    top: 65px;
  }
  .nh-text {
    top: 10px;
  }
  .body-public .nav-section .navbar-inner .nav > li > a {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 10px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .nav-section {
    left: 80px;
    right: 60px;
    top: 65px;
  }
  .nh-text {
    top: 10px;
    left: 110px;
  }
  .nh-links {
    width: 40px;
  }
  .nh-logo {
    width: 70px;
  }
  .body-public .nav-section .navbar-inner .nav > li > a {
    font-size: 12px;
    letter-spacing: 0px;
    padding: 10px 8px;
    text-transform: capitalize;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .new-header {
    position: relative;
  }
  .home-page-wrapper {
    padding-top: 0px;
  }
  .inner-page-wrapper {
    padding-top: 0px;
  }
  .navbar-inverse .btn-navbar {
    width: 60px;
    background: transparent;
    height: 60px;
    border: none;
    margin-right: 80px;
    box-shadow: none;
    position: relative;
    margin-top: 0px;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    background: transparent;
    color: #0f0;
  }
  .club-menu-button-lines {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    float: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar .btn-navbar .icon-bar {
    width: 36px;
    height: 3px;
    margin: 0px auto;
    background: #fff;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar .btn-navbar.active .icon-bar {
    background: #0f0;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .top-bar {
    position: absolute;
    top: 18px;
    left: 0px;
    right: 0px;
  }
  .middle-bar {
    opacity: 1;
    top: 26px;
    left: 0px;
    right: 0px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 34px;
    left: 0px;
    right: 0px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 26px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 26px;
  }
  .nav-section {
    position: relative;
    left: 0px;
    right: 0px;
    padding: 0px 20px;
    top: 30px;
  }
  .nav-section .navbar-inner {
    margin-top: 45px;
    padding-bottom: 30px;
  }
  .nav-section .navbar-inner .nav > li > a {
    font-weight: 400;
  }
  .nav-collapse .dropdown-menu {
    background: #040;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    background: transparent;
    color: #0f0;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: #0f0;
  }
}

@media (min-width: 0px) and (max-width: 499px) {
  .nht-union {
    display: none;
  }
  .nht-large {
    display: none;
  }
  .nht-small {
    display: block;
  }
  .nh-text {
    top: 46px;
    left: 100px;
  }
  .navbar-inverse .btn-navbar {
    margin-right: 50px;
  }
  .nh-links {
    width: 45px;
  }
  .nh-logo {
    width: 75px;
  }
  .nh-text h4 {
    font-size: 24px;
  }
}

.body-class-members .new-header {
  position: relative;
}

@media (min-width: 980px) {
  .body-public .navbar-inner {
    text-align: right;
  }
  .body-public .navbar .nav {
    float: none;
  }
  .body-public .navbar .nav > li {
    float: none;
    display: inline-block;
  }
  .body-public .navbar .nav > li > a {
    letter-spacing: 0px;
  }
}

@media (min-width: 1800px) {
  .body-public .navbar .nav > li > a {
    text-transform: uppercase;
  }
}

/* end anton styles */

.hresult-boxes {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hresult-box {
  flex: 1;
  margin: 0 5px;
  padding: 10px;
  text-align: center;
}
