/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #333;
}

h1 {
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  color: #2a4368;
  margin-bottom: 30px;
  font-family: 'Cinzel', serif;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #2a4368;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: 'Cinzel', serif;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #2a4368;
  margin-top: 20px;
  margin-bottom: 25px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #2a4368;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #2a4368;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #2a4368;
  font-family: 'Cinzel', serif;
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: #2a4368;
  color: #FFF;
  display: inline-block;
  padding: 6px 25px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  border: none;
  position: relative;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: #BF9656;
  color: #fff;
  text-decoration: none;
}

a {
  color: #2a4368;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: #BF9656;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: 'Lato', sans-serif;
}

/* header styles */

.header-wrapper {
  position: fixed;
  width: 198px;
  height: 74px;
  background: #2a4368;
  z-index: 1001;
  top: 0px;
  right: 0px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-class-home.body-public .header-wrapper {
  background: transparent;
}

.body-contentpage.body-public .header-wrapper {
  background: transparent;
}

.body-class-home.body-public.header-large .header-wrapper {
  background: #2a4368;
}

.body-contentpage.body-public.header-large .header-wrapper {
  background: #2a4368;
}

.header-large .header-wrapper {
  width: 100%;
}

.header-logo {
  width: 100px;
}

.body-class-home.body-public .header-logo {
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 20;
  width: 55px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-class-home.body-public.menu-slide .header-logo {
  opacity: 1;
}

.body-contentpage.body-public .header-logo {
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 20;
  width: 55px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-contentpage.body-public.menu-slide .header-logo {
  opacity: 1;
}

/* navbar */

.navbar #hamburger-icon {
  display: block;
  position: absolute;
  width: 198px;
  height: 74px;
  right: 0px;
  top: 0px;
  margin: 0px;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  background: rgba(0,0,0,0.5);
  z-index: 50;
}

.menu-open {
  position: absolute;
  top: 28px;
  left: 29px;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  letter-spacing: 2px;
  font-size: 20px;
}

.club-menu-button-lines {
  display: inline-block;
}

.navbar .btn-navbar .icon-bar {
  width: 32px;
  height: 2px;
  text-shadow: none;
  text-align: right;
  border-radius: 0px;
  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:hover .club-menu-button {
  color: white;
}

.header-large .club-menu-button {
  opacity: 0;
}

.header-large .navbar .btn-navbar:hover .club-menu-button {
  opacity: 0;
}

.navbar .btn-navbar:hover .icon-bar {
  background-color: white;
}

.navbar .btn-navbar .top-line {
  position: absolute;
  top: 23px;
  left: 131px;
}

.navbar .btn-navbar .middle-line {
  position: absolute;
  top: 35px;
  left: 131px;
  opacity: 1;
}

.navbar .btn-navbar .bottom-line {
  position: absolute;
  top: 47px;
  left: 131px;
  width: 38px;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 0px;
}

.menu-slide .navbar .btn-navbar .top-line {
  transform: rotate(-45deg);
  top: 35px;
  width: 32px;
}

.menu-slide .navbar .btn-navbar .middle-line {
  opacity: 0;
}

.menu-slide .navbar .btn-navbar .bottom-line {
  transform: rotate(45deg);
  top: 35px;
  width: 32px;
}

.menu-slide .navbar .btn-navbar:hover .top-line {
  background: #fff;
}

.menu-slide .navbar .btn-navbar:hover .bottom-line {
  background: #fff;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  top: -60px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.menu-slide .navbar-inverse .navbar-inner {
  top: 17px;
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

.navbar .nav {
  float: none;
}

.navbar .nav > li {
  float: none;
  display: inline-block;
}

.navbar-inverse .nav > li > a {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: -4px;
  top: 12px;
  font-size: 18px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar-inverse .nav > li.open.nav-haslevel-2 > a::after {
  transform: rotate(180deg);
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li.current > a {
  color: #FEDB75;
}

.dropdown-menu {
  background: #2a4368;
  border-radius: 0px;
  margin-top: 0px;
  text-align: left;
}

.dropdown-menu > li > a {
  color: white;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li.current > a {
  background: transparent;
  color: #FEDB75;
}

.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: #FEDB75;
  box-shadow: none;
}

/* footer */

.public-footer {
  margin-top: 80px;
  text-align: center;
  background: url('/images/resources/rye/footer-bg-larger.png');
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 650px;
}

.footer-address {
  margin-top: 30px;
  color: #121445;
  font-size: 20px;
  line-height: 30px;
}

.footer-address a {
  color: #121445;
}

.footer-address a:hover {
  color: #000aff;
}

.footer-copy {
  margin-top: 80px;
}

.footer-copy a:hover {
  color: #000aff;
}

.footer-copy a {
  color: #333;
}

.footer-ig {
  margin-top: 20px;
}

.footer-ig img {
  width: 120px;
}

.members-footer {
  padding: 15px 0px;
  background: #2a4368;
  color: #fff;
}

.mf-copy {
  padding-top: 9px;
}

.mf-copy a {
  color: #fff;
}

.mf-copy a:hover {
  color: #FEDB75;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

.body-class-home.body-public .members-footer {
  display: none;
}

.body-contentpage.body-public .members-footer {
  display: none;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* landing */

.landing-page {
  position: relative;
  height: 100vh;
}

.landing-slideshow .galleryInner, .landing-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.landing-content {
  position: absolute;
  bottom: 60px;
  left: 20px;
  right: 20px;
  z-index: 20;
  color: #fff;
  text-align: center;
}

.landing-content h2 {
  text-transform: uppercase;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
}

.landing-links {
  width: 675px;
  margin: 40px auto 0px;
}

.landing-members {
  display: inline-block;
  float: left;
  width: 295px;
}

.landing-visitors {
  display: inline-block;
  float: right;
  width: 295px;
}

.ll-vert-line {
  margin: 0px 40px;
  height: 35px;
  width: 2px;
  content: '';
  background: #fff;
  display: inline-block;
  position: relative;
  top: 2px;
}

.landing-links a {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  font-family: 'Cinzel', serif;
  letter-spacing: 1px;
}

.landing-links a:hover {
  color: #fc0;
}

/* home */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.slideshow-logo {
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 10;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.slideshow-logo h2 {
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
}

.blue-background-section {
  background: #2a4368;
  color: #fff;
}

.bbs-space {
  padding: 120px 200px 120px;
  text-align: center;
}

.home-page .bbs-space {
  max-width: 920px;
  margin: 0px auto;
  padding-bottom: 280px;
}

.bbs-space h1 {
  color: #fff;
  margin-top: 0px;
  font-size: 54px;
  line-height: 64px;
  text-transform: uppercase;
}

.content-wrapper .bbs-space {
  font-size: 24px;
  line-height: 38px;
}

.home-page .white-background-section {
  margin-top: -175px;
}

.content-box-pic {
  position: relative;
}

.content-box-text {
  position: absolute;
  color: #fff;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}

.content-box-text h4 {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin: 0px 0px 10px;
  font-size: 20px;
}

.content-box-text a {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

.content-box-text a::after {
  content: '>';
  margin-left: 6px;
}

.content-box-text a:hover {
  color: #fc0;
}

/* inner page */

#global > br {
  display: none;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.white-background-section h2 {
  position: relative;
  padding-bottom: 20px;
  margin-top: 90px;
  margin-bottom: 30px;
  border-bottom: 3px solid #BF9656;
  position: relative;
  padding-left: 40px;
  text-transform: uppercase;
}

.white-background-section h2::before {
  content: '';
  background: #BF9656;
  top: 4px;
  left: 16px;
  width: 2px;
  height: 29px;
  position: absolute;
  display: inline-block;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.white-background-section h2::after {
  content: '';
  background: #BF9656;
  top: 17px;
  left: 3px;
  width: 29px;
  height: 2px;
  position: absolute;
  display: inline-block;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.inner-page-wrapper .info-boxes {
  margin-top: 110px;
}

.golf-quote {
  margin: 120px auto 0px;
  text-align: center;
  max-width: 1200px;
}

.golf-quote p {
  color: #121445;
  font-size: 20px;
  font-style: italic;
}

.golf-quote h5 {
  font-weight: 700;
  letter-spacing: 1px;
}

/* course page */

.course-row.row-fluid .span6.pull-left {
  margin-left: 0px;
}

.course-yards {
  margin: 30px 0px;
}

.course-yards > div {
  display: inline-block;
  width: 185px;
  margin-right: 20px;
  text-transform: uppercase;
}

.course-yards > .red {
  margin-right: 0px;
}

.course-yards .white::before {
  float: left;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  background: #eee;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.course-yards .yellow::before {
  float: left;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  background: #fc0;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.course-yards .red::before {
  float: left;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  background: #f00;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.bottom-course {
  margin-top: 90px;
}

.white-background-section {
  color: #121445;
}

/* members */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
  background: url('/images/resources/rye/members-bg-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper {
  background: #2a4368;
  width: 100%;
  min-height: 90px;
  position: relative;
}

body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section {
  margin-top: 0px;
  width: auto;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo {
  top: 6px;
  width: 70px;
  float: left;
}

body[class*="php-"] .header-login, .body-class-members .header-login, .body-class-visitorbooking .header-login, .body-class-getawayletter .header-login, [class*="body-class-setcoursestatus"] .header-login, .body-class-opens .header-login, .body-loginpage .header-login {
  display: none;
}

body[class*="php-"] .header-book, .body-class-members .header-book, .body-class-visitorbooking .header-book, .body-class-getawayletter .header-book, [class*="body-class-setcoursestatus"] .header-book, .body-class-opens .header-book, .body-loginpage .header-book {
  display: none;
}

body[class*="php-"] .nav-logo, .body-class-members .nav-logo, .body-class-visitorbooking .nav-logo, .body-class-getawayletter .nav-logo, [class*="body-class-setcoursestatus"] .nav-logo, .body-class-opens .nav-logo, .body-loginpage .nav-logo {
  display: none;
}

body[class*="php-"] .nav-status, .body-class-members .nav-status, .body-class-visitorbooking .nav-status, .body-class-getawayletter .nav-status, [class*="body-class-setcoursestatus"] .nav-status, .body-class-opens .nav-status, .body-loginpage .nav-status {
  display: none;
}

body[class*="php-"] .header-top-right, .body-class-members .header-top-right, .body-class-visitorbooking .header-top-right, .body-class-getawayletter .header-top-right, [class*="body-class-setcoursestatus"] .header-top-right, .body-class-opens .header-top-right, .body-loginpage .header-top-right {
  top: 10px;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner {
  padding-top: 0px;
  position: relative;
  top: 18px;
  visibility: visible;
  z-index: 10;
  opacity: 1;
}

body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li {
  float: left;
  border-bottom: none;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    margin-left: 0px;
    font-size: 15px;
  }
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] .header-left-links, .body-class-members .header-left-links, .body-class-visitorbooking .header-left-links, .body-class-getawayletter .header-left-links, [class*="body-class-setcoursestatus"] .header-left-links, .body-class-opens .header-left-links, .body-loginpage .header-left-links {
  display: none;
}

body[class*="php-"] .header-right-links, .body-class-members .header-right-links, .body-class-visitorbooking .header-right-links, .body-class-getawayletter .header-right-links, [class*="body-class-setcoursestatus"] .header-right-links, .body-class-opens .header-right-links, .body-loginpage .header-right-links {
  display: none;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
  background: transparent;
}

body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon {
  position: relative;
  display: none;
}

body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper {
  margin-top: 0px;
  height: auto;
  padding: 0px;
  overflow-y: visible;
  position: relative;
  top: 20px;
}

body[class*="php-"] .nav-wrapper .nav > li:nth-child(1), .body-class-visitorbooking .nav-wrapper .nav > li:nth-child(1), .body-class-getawayletter .nav-wrapper .nav > li:nth-child(1), [class*="body-class-setcoursestatus"] .nav-wrapper .nav > li:nth-child(1), .body-class-opens .nav-wrapper .nav > li:nth-child(1), .body-loginpage .nav-wrapper .nav > li:nth-child(1) {
  margin-left: 102px;
}

body[class*="php-"] .nav-wrapper .nav > li:nth-child(7), .body-class-visitorbooking .nav-wrapper .nav > li:nth-child(7), .body-class-getawayletter .nav-wrapper .nav > li:nth-child(7), [class*="body-class-setcoursestatus"] .nav-wrapper .nav > li:nth-child(7), .body-class-opens .nav-wrapper .nav > li:nth-child(7), .body-loginpage .nav-wrapper .nav > li:nth-child(7) {
  margin-left: 90px;
}

.body-class-members .header-wrapper .nav-wrapper .nav > li:nth-child(7) {
  margin-left: 0px;
}

body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu {
  position: absolute;
}

body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a {
  padding: 3px 20px;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar, .body-class-members #myNavbar {
  position: relative;
  top: 0px;
  right: 0px;
  min-height: auto;
  background: transparent;
  width: auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid #2a4368;
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #2a4368;
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer {
  background: #2a4368;
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
   margin-bottom: 120px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    margin: 0px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px;
  padding-bottom: 20px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: #2a4368;
  color: #fff;
  padding: 8px 12px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  outline: none;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover, input[type*="submit"]:focus, a.btn:focus, button.btn:focus {
  background: #BF9656;
  color: white;
  outline: none;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

thead {
  background: #2a4368;
  color: #fff;
  font-weight: 400;
}

thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid #2a4368;
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: #2a4368;
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #2a4368;
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.navbar {
  margin: 0px;
}

.body-public.body-contentpage #global > br {
  display: none;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .bbs-space {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .bbs-space {
    padding-left: 100px;
    padding-right: 100px;
  }
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
  }
  .header-wrapper {
    width: 168px;
  }
  .navbar #hamburger-icon {
    width: 168px;
  }
  .menu-open {
    letter-spacing: 0px;
    left: 19px;
  }
  .navbar .btn-navbar .top-line {
    left: 111px;
  }
  .navbar .btn-navbar .middle-line {
    left: 111px;
  }
  .navbar .btn-navbar .bottom-line {
    left: 111px;
  }
  .course-yards > div {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .bbs-space {
    padding-left: 50px;
    padding-right: 50px;
  }
  .course-yards > div {
    text-transform: capitalize;
    width: 175px;
    margin-right: 10px;
  }
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 15px;
  }
  .header-wrapper {
    width: 168px;
  }
  .navbar #hamburger-icon {
    width: 168px;
  }
  .menu-open {
    letter-spacing: 0px;
    left: 19px;
    text-transform: capitalize;
  }
  .navbar .btn-navbar .top-line {
    left: 111px;
  }
  .navbar .btn-navbar .middle-line {
    left: 111px;
  }
  .navbar .btn-navbar .bottom-line {
    left: 111px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .bbs-space {
    padding-left: 25px;
    padding-right: 25px;
  }
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 10px 12px;
  }
  .header-wrapper {
    width: 128px;
  }
  .navbar #hamburger-icon {
    width: 128px;
  }
  .menu-open {
    letter-spacing: 0px;
    left: 9px;
    text-transform: capitalize;
    font-size: 16px;
  }
  .navbar .btn-navbar .top-line {
    left: 76px;
  }
  .navbar .btn-navbar .middle-line {
    left: 76px;
  }
  .navbar .btn-navbar .bottom-line {
    left: 76px;
  }
  .course-yards > div {
    font-size: 14px;
    width: 170px;
    margin-right: 0px;
    text-transform: capitalize;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
    width: 940px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 940px;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a {
    font-size: 15px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .bbs-space {
    padding: 60px 20px;
  }
  .content-box-text h4 {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .course-yards {
    margin: 10px 0px;
  }
  .course-yards > div {
    width: 165px;
    font-size: 14px;
    margin: 5px 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, .body-loginpage .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    width: 128px;
  }
  .navbar #hamburger-icon {
    width: 128px;
  }
  .menu-open {
    letter-spacing: 0px;
    left: 9px;
    text-transform: capitalize;
    font-size: 16px;
  }
  .navbar .btn-navbar .top-line {
    left: 76px;
  }
  .navbar .btn-navbar .middle-line {
    left: 76px;
  }
  .navbar .btn-navbar .bottom-line {
    left: 76px;
  }
  .mobile-menu .navbar .btn-navbar .top-line {
    transform: rotate(-45deg);
    top: 35px;
    width: 32px;
  }
  .mobile-menu .navbar .btn-navbar .middle-line {
    opacity: 0;
  }
  .mobile-menu .navbar .btn-navbar .bottom-line {
    transform: rotate(45deg);
    top: 35px;
    width: 32px;
  }
  #myNavbar {
    width: 350px;
    background: #2a4368;
    position: fixed;
    top: 0px;
    right: -350px;
    min-height: 100vh;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .mobile-menu #myNavbar {
    right: 0px;
  }
  .navbar-inverse .navbar-inner {
    position: relative;
    top: 84px;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    overflow-y: auto;
    height: calc(100vh - 104px);
  }
  .navbar .nav > li {
    display: block;
    text-align: left;
  }
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .nav > li > a:focus {
    background: transparent;
    color: #FEDB75;
  }
  .nav-collapse .dropdown-menu {
    background: #355482;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    background: transparent;
    color: #FEDB75;
  }
  .body-contentpage.body-public .header-wrapper, .body-class-home.body-public .header-wrapper {
    background: transparent;
  }
  .mobile-menu .header-wrapper {
    width: 350px;
    background: transparent;
  }
  .mobile-menu.body-contentpage.body-public .header-logo, .mobile-menu.body-class-home.body-public .header-logo {
    opacity: 1;
    width: 66px;
    left: 30px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
    width: auto;
    padding: 0px 10px;
    background: #2a4368;
  }
  body[class*="php-"] .navbar #hamburger-icon, .body-class-visitorbooking .navbar #hamburger-icon, .body-class-getawayletter .navbar #hamburger-icon, [class*="body-class-setcoursestatus"] .navbar #hamburger-icon, .body-class-opens .navbar #hamburger-icon, .body-loginpage .navbar #hamburger-icon, .body-class-members .navbar #hamburger-icon {
    display: block;
    top: 8px;
  }
  body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner {
    height: auto;
    top: 0px;
  }
  body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper {
    height: auto;
  }
  body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li {
    float: none;
  }
  body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu {
    position: relative;
  }
  body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a {
    padding: 9px 15px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .bbs-space {
    padding-left: 20px;
    padding-right: 20px;
  }
  .landing-links {
    width: auto;
  }
  .ll-vert-line {
    display: none;
  }
  .landing-members {
    float: none;
  }
  .landing-visitors {
    float: none;
  }
  .landing-links a {
    padding: 10px;
    display: inline-block;
  }
  .slideshow-logo img {
    width: 100px;
  }
  .bbs-space {
    padding: 40px 20px;
  }
  .home-page .bbs-space {
    padding-bottom: 40px;
  }
  .home-page .white-background-section {
    margin-top: 40px;
  }
  .last-col {
    margin-top: 40px;
  }
  .footer-address {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-copy {
    margin-top: 40px;
    font-size: 15px;
  }
  .footer-copy a {
    display: block;
  }
  .public-footer {
    padding-bottom: 625px;
  }
  .white-background-section h2 {
    font-size: 26px;
  }
  .inner-slideshow .galleryInner, .inner-slideshow .galleryInner img {
    min-height: 250px;
    object-fit: cover;
  }
  .course-yards {
    margin: 10px 0px;
  }
  .course-yards > div {
    display: block;
    margin: 10px 0px;
  }
  .course-text {
    margin-bottom: 40px;
  }
  .course-pic {
    clear: both;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 10px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  #myNavbar {
    width: 100%;
    right: -500px;
  }
  .mobile-menu .header-wrapper {
    width: 100%;
  }
}

/* editor */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  visibility: visible;
  position: relative;
  top: 0px;
  opacity: 1;
  background: #000;
  padding: 6px 0px;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .landing-page {
  height: auto;
}

.php-ckeditor .home-page {
  margin-top: 200px;
}

.php-ckeditor .landing-content {
  position: relative;
  bottom: 0px;
  left: 0px;
  margin-top: 10px;
  background: rgba(0,0,0,0.6);
}

.php-ckeditor .slideshow-logo {
  position: relative;
  bottom: 0px;
  top: 0px;
  transform: translateY(0px);
  margin-top: 10px;
  left: 0px;
}

.php-ckeditor .home-page .bbs-space {
  padding: 20px;
}

.php-ckeditor .home-page .white-background-section {
  margin-top: 20px;
}

.php-ckeditor .page-space {
  padding: 0px;
}

.php-ckeditor .golf-quote {
  margin-top: 30px;
}

.php-ckeditor .page-footer {
  display: none;
}

.php-ckeditor .bbs-space {
  padding: 20px;
}

.php-ckeditor .course-yards {
  margin: 10px 0px;
}

.php-ckeditor .course-yards > div {
  display: block;
  margin: 10px 0px;
}

/* invalid page */

.invalid-page #globalwrap h3 {
  color: #333;
}

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.invalid-page #globalwrap {
  margin-top: 150px;
  padding-left: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .invalid-page .header-book {
    display: none;
  }
}

/* visitor tee login */

@media (min-width: 768px) {
  .php-teelogin #globalwrap .row {
    width: 100%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:first-child {
    width: 48%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:last-child {
    width: 48%;
    margin-left: 2%;
  }
}

.teebooking #paymentbar {
  float: none;
  text-align: right;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .teebooking #paymentbar {
    margin-top: 15px;
    text-align: left;
  }
  .teebooking #cancelbar {
    float: none;
  }
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 240px !important;
}

.gm-style .gm-style-iw-c {
  padding-right: 12px !important;
}

/* slideshow titles */

.content-wrapper #globalwrap .home-slideshow .nivo-caption, .content-wrapper #globalwrap .landing-slideshow .nivo-caption {
  display: none !important;
}

#globalwrap .inner-slideshow .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  bottom: 30px;
  font-family: 'Montserrat', sans-serif;
}

.inner-slideshow .nivo-caption h4 {
  color: #76adff;
  background: rgba(0,0,0,0.8);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
  font-size: 28px;
  font-family: 'Cinzel', serif
}

.inner-slideshow .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

.body-public .inner-slideshow .wysiwyg-editable > br {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap .inner-slideshow .nivo-caption {
    display: none !important;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #2a4368;
  text-align: center;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #2a4368;
  text-align: center;
  height: 90px;
  width: 70%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #2a4368;
  text-align: center;
  height: 30px;
  width: 70%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: #2a4368;
  color: #fff;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #BF9656;
  color: #fff;
}

.inner-page-wrapper ul, .inner-col ul {
  margin: 0px 0px 10px;
}

.inner-page-wrapper ul li, .inner-col ul li {
  line-height: 28px;
  list-style: none;
}

.inner-page-wrapper ul li::before, .inner-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: #2a4368;
  position: relative;
  top: -3px;
}

.inner-page-wrapper .gallery-thumbs ul li::before {
  display: none;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
}

.inner-page-wrapper table th, .inner-page-wrapper table tbody th {
  border: 2px solid #2a4368;
  padding: 6px;
  font-weight: 400;
  text-align: left;
  background: #2a4368;
  color: #fff;
}

.inner-page-wrapper table td {
  border: 2px solid #2a4368;
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-wrapper table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-page-wrapper table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-page-wrapper table td {
    padding: 2px;
    font-size: 12px;
  }
}

/* slideshow dots and arrows */

.content-wrapper .landing-page .landing-slideshow .nivo-directionNav, .landing-slideshow .nivo-controlNav-Wrapper {
  display: none !important;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: none !important;
}

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: block;
}

.content-wrapper [class*="-slideshow"] .nivo-directionNav a {
  width: 28px;
  height: 53px;
}

.content-wrapper [class*="-slideshow"] .nivo-directionNav a.nivo-prevNav {
  background: url('/images/resources/rye/slideshow-prev-arrow.png');
  background-position: 0px;
  left: 45px;
  z-index: 30;
}

.content-wrapper [class*="-slideshow"] .nivo-directionNav a.nivo-nextNav {
  background: url('/images/resources/rye/slideshow-next-arrow.png');
  background-position: 0px;
  right: 45px;
  z-index: 30;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 6px 15px;
  }
}

.image-prev:hover, .image-next:hover {
  cursor: pointer;
}

.home-prev:hover, .home-next:hover {
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px) {
  .php-competition .buttons a.btn {
    display: block;
    width: 200px;
    margin: 5px 0px;
  }
  .content-wrapper [class*="-slideshow"] .nivo-directionNav a.nivo-prevNav {
    left: 15px;
  }
  .content-wrapper [class*="-slideshow"] .nivo-directionNav a.nivo-nextNav {
    right: 15px;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
  }
  .mf-ig-logo {
    text-align: center;
    margin-top: 10px;
  }
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img, .landing-slideshow .galleryInner, .landing-slideshow .galleryInner img, .landing-page {
    height: calc(100vh - 56px) !important;
  }
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .landing-content {
    bottom: 10px;
  }
  .landing-content h2 {
    margin: 5px 0px;
  }
  .landing-links {
    margin-top: 5px;
  }
  .landing-logo img {
    width: 100px;
  }
  .slideshow-logo img {
    width: 80px;
  }
  .slideshow-logo h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

#hamburger-icon {
  outline: none;
}

.mf-vert-line {
  content: '';
  width: 2px;
  height: 14px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0px 4px;
  background: #fff;
}

.public-footer .mf-vert-line {
  background: #333;
}

@media (min-width: 0px) and (max-width: 767px) {
  .mf-vert-line {
    display: none;
  }
  .mf-copy a {
    display: block;
    margin-top: 4px;
  }
  .table td, .table th, table td, table th {
    font-size: 12px;
    padding: 2px;
  }
  .body-class-members #container #globalwrap {
    padding: 20px 10px;
  }
  body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
    padding: 20px 10px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .navbar .btn-navbar.close-button  .top-line {
    transform: rotate(-45deg);
    top: 35px;
    width: 32px;
  }
  .navbar .btn-navbar.close-button .middle-line {
    opacity: 0;
  }
  .navbar .btn-navbar.close-button .bottom-line {
    transform: rotate(45deg);
    top: 35px;
    width: 32px;
  }
}

/* hole page */

.hole-nav {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  z-index: 20;
  text-align: center;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  font-size: 0px;
  display: inline-block;
  list-style: none;
}

.hole-nav ul li::after {
  content: '';
  margin: 0px 4px;
  display: inline-block;
  width: 7px;
  height: 2px;
  background: #fff;
  position: relative;
  top: -5px;
}

.hole-nav ul li:last-child::after {
  display: none;
}

.inner-page-wrapper .hole-nav ul li::before {
  display: none;
}

.hole-nav ul li a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-shadow: 1px 1px #000;
}

.hole-nav ul li.current a, .hole-nav ul li a:hover {
  background: #2a4368;
}

.hole-yards > div {
  display: inline-block;
  margin-right: 15px;
  width: 280px;
}

.hole-yards .hole-white::before {
  content: '';
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  top: 11px;
  margin-right: 6px;
  background: #fff;
}

.hole-yards .hole-yellow::before {
  content: '';
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  top: 11px;
  margin-right: 6px;
  background: #fc0;
}

.hole-yards .hole-red::before {
  content: '';
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  top: 11px;
  margin-right: 6px;
  background: #f00;
}

.hole-yards .hole-red {
  margin-right: 0px;
}

.hole-page-wrapper .inner-row {
  margin-top: 80px;
}

.hole-page-wrapper .white-background-section h2 {
  margin-top: 0px;
}

.hole-page-wrapper .info-boxes {
  margin-top: 110px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .hole-nav ul li a {
    width: 34px;
    line-height: 34px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .hole-nav ul {
    width: 500px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 2px 0px;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .hole-yards > div {
    width: 210px;
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .hole-nav {
    position: relative;
    background: #2a4368;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 10px;
  }
  .hole-nav ul {
    width: 300px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 2px 0px;
  }
  .hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .hole-nav ul li a {
    width: 34px;
    line-height: 34px;
  }
  .hole-nav ul li.current a, .hole-nav ul li a:hover {
    background: #000;
  }
  .hole-yards {
    width: 240px;
    margin: 0px auto;
    font-size: 20px;
  }
  .hole-yards > div {
    margin: 10px 0px;
    width: 100%;
    display: block;
  }
  .content-box-pic {
    max-width: 450px;
    width: 100%;
    margin: 0px auto;
  }
}

.php-ckeditor .hole-nav {
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 10px 0px;
}

.php-login #emailresetform input[type*="text"] {
  margin-bottom: 0px;
}

.body-class-setcoursestatus input[type*="submit"], .php-search input[type*="submit"], .php-login #emailresetform input[type*="submit"]  {
  padding: 5px 12px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .gallery-image .controls {
    width: 100%;
  }
  .gallery-image .controls a {
    width: auto;
  }
  .gallery-image div.ss-controls {
    float: left;
  }
  .gallery-image div.nav-controls {
    float: right;
  }
}

@media (min-width: 1200px) {
  .php-directory table td {
      font-size: 14px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .php-directory table td {
    font-size: 12px;
    padding: 2px;
  }
}

@media (min-width: 980px) {
  body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper {
    position: fixed;
  }
  body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
    margin-top: 180px;
  }
}

.blue-background-section {
  background: #fff;
  color: #121445;
}

.bbs-space {
  padding-top: 60px;
  padding-bottom: 40px;
}

.bbs-space h1 {
  color: #2a4368;
}

.home-scroll {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  color: #fff;
  z-index: 10;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  margin: 0px auto;
}

.home-scroll i {
  font-size: 28px;
}

.home-scroll:hover {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .inner-col.last-col {
    position: relative;
  }
  .inner-col.last-col::before {
    position: absolute;
    top: 0px;
    left: -20px;
    content: '';
    width: 3px;
    height: 100%;
    background: #BF9656;
    display: block;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-col.last-col {
    position: relative;
  }
  .inner-col.last-col::before {
    position: absolute;
    top: 0px;
    left: -15px;
    content: '';
    width: 3px;
    height: 100%;
    background: #BF9656;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-col.last-col {
    position: relative;
  }
  .inner-col.last-col::before {
    position: absolute;
    top: 0px;
    left: -10px;
    content: '';
    width: 3px;
    height: 100%;
    background: #BF9656;
    display: block;
  }
}

/* accordion */

.body-public .accordion-one, .body-public .accordion-two, .body-public .accordion-three, .body-public .accordion-four, .body-public .accordion-five, .body-public .accordion-six, .body-public .accordion-seven, .body-public .accordion-eight, .body-public .accordion-nine, .body-public .accordion-ten {
  display: none;
}

.body-public.body-class-visitors .accordion-one, .body-public.body-class-visitors .accordion-two, .body-public.body-class-visitors .accordion-three, .body-public.body-class-visitors .accordion-four, .body-public.body-class-visitors .accordion-five, .body-public.body-class-visitors .accordion-six, .body-public.body-class-visitors .accordion-seven, .body-public.body-class-visitors .accordion-eight, .body-public.body-class-visitors .accordion-nine, .body-public.body-class-visitors .accordion-ten {
  display: block;
}

.body-public .content-wrapper div[id*="accordion-toggle"]:hover {
  cursor: pointer;
}

.white-background-section .open h2::before {
  transform: rotate(-45deg);
}

.white-background-section .open h2::after {
  transform: rotate(-45deg);
}

/* carousel */

.image-carousel-holder {
  width: 1400px;
  margin: 0px auto;
  position: relative;
}

.image-jcarousel {
  margin-top: 100px;
  width: 1350px;
  overflow: hidden;
  height: 410px;
  left: 0px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.image-carousel-wrapper {
  list-style: none;
  margin: 0px;
  padding: 0;
  width: 15000px;
  position: absolute;
}

.image-carousel-item {
  float: left;
  position: relative;
  margin-right: 10px;
  width: 442px;
  text-align: left;
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .image-carousel-holder {
    width: 1300px;
  }
  .image-jcarousel {
    width: 1250px;
    height: 360px;
  }
  .image-carousel-item {
    width: 408px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .image-carousel-holder {
    width: 1200px;
  }
  .image-jcarousel {
    width: 1150px;
    height: 340px;
  }
  .image-carousel-item {
    width: 374px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .image-carousel-holder {
    width: 1100px;
  }
  .image-jcarousel {
    width: 1050px;
    height: 340px;
  }
  .image-carousel-item {
    width: 340px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .image-carousel-holder {
    width: 880px;
  }
  .image-jcarousel {
    width: 830px;
    height: 340px;
  }
  .image-carousel-item {
    width: 268px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .image-carousel-holder {
    width: 724px;
  }
  .image-jcarousel {
    width: 664px;
    height: 340px;
  }
  .image-carousel-item {
    width: 212px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .image-carousel-holder {
    width: 480px;
  }
  .image-jcarousel {
    width: 430px;
    height: 300px;
  }
  .image-carousel-item {
    width: 209px;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .image-carousel-holder {
    width: 280px;
  }
  .image-jcarousel {
    width: 230px;
    height: 300px;
  }
  .image-carousel-item {
    width: 230px;
  }
}

.php-ckeditor .image-carousel-holder {
  width: 100%;
}

.php-ckeditor .image-jcarousel {
  height: auto;
}

.php-ckeditor .image-carousel-wrapper {
  position: relative;
  width: auto;
}

.php-ckeditor .image-carousel-item {
  width: 450px;
  margin: 20px 30px 20px 0px;
}

.php-ckeditor .carousel-wrapper {
  height: auto;
}

.php-ckeditor .carousel-container {
  width: 950px;
  height: auto;
}

.php-ckeditor .carousel-holder {
  position: relative;
  width: 100%;
}

.php-ckeditor .carousel-item {
  float: none;
  margin: 10px 0px;
}

.php-ckeditor .carousel-pic {
  position: relative;
  top: 0px;
}

.php-ckeditor .carousel-quote {
  padding-top: 0px;
}

/* roll carousel */

.history-roll {
  margin: 0px auto;
  width: 1400px;
}

.film_roll_wrapper {
  min-height: 480px !important;
}

.history-roll .home-image {
  width: 700px !important;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.history-roll .home-image.prev {
  text-align: right;
}

.history-roll .home-image img {
  max-width: 350px;
  padding-top: 84px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.history-roll .home-image.active img {
  max-width: 700px;
  padding-top: 0px;
}

.history-roll .home-image p:last-child {
  opacity: 0;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.history-roll .home-image.active p:last-child {
  opacity: 1;
}

.php-ckeditor .history-roll {
  width: auto;
}

.php-ckeditor .history-roll .home-image p:last-child {
  opacity: 1;
}

.php-ckeditor .history-roll .home-image img {
  padding-top: 0px;
  max-width: 700px;
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .history-roll {
    width: 1300px;
  }
  .history-roll .home-image img {
    max-width: 325px;
  }
  .history-roll .home-image {
    width: 650px !important;
  }
  .history-roll .home-image.active img {
    width: 650px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .history-roll {
    width: 1200px;
  }
  .history-roll .home-image img {
    max-width: 300px;
  }
  .history-roll .home-image.active img {
    width: 600px;
  }
  .history-roll .home-image {
    width: 600px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .history-roll {
    width: 1100px;
  }
  .history-roll .home-image img {
    max-width: 275px;
  }
  .history-roll .home-image.active img {
    width: 550px;
  }
  .history-roll .home-image {
    width: 550px !important;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .history-roll {
    width: 880px;
  }
  .history-roll .home-image img {
    max-width: 220px;
  }
  .history-roll .home-image.active img {
    width: 440px;
  }
  .history-roll .home-image {
    width: 440px !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .history-roll {
    width: 724px;
  }
  .history-roll .home-image img {
    max-width: 181px;
  }
  .history-roll .home-image.active img {
    width: 362px;
  }
  .history-roll .home-image {
    width: 362px !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .history-roll {
    width: 340px;
  }
  .history-roll .home-image img {
    max-width: 50px;
  }
  .history-roll .home-image.active img {
    width: 240px;
  }
  .history-roll .home-image {
    width: 240px !important;
  }
}

.home-image.prev.active {
  text-align: left;
}

@media (min-width: 980px) {
  .body-public.body-contentpage .dropdown, .body-public.body-class-home .dropdown {
    position: initial;
  }
  .body-public.body-contentpage .dropdown-menu, .body-public.body-class-home .dropdown-menu {
    left: -20px;
    right: -30px;
    box-shadow: none;
    min-width: 100%;
    margin-top: 17px;
    text-align: center;
    padding: 15px 0px;
    border: none;
  }
  .navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
    display: none;
  }
  .body-public.body-contentpage .dropdown-menu > li, .body-public.body-class-home .dropdown-menu > li {
    width: auto;
    padding: 0px 5px;
    display: inline-block;
    border-right: 1px solid #fff;
  }
  .body-public.body-contentpage .dropdown-menu > li:last-child, .body-public.body-class-home .dropdown-menu > li:last-child {
    border-right: none
  }
}

.visitors-row {
  display: flex;
}

.visitors-row .blue-bg {
  background: #2a4368;
  color: #fff;
  padding: 30px 20px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 28px;
}

.visitors-row .blue-bg h2 {
  margin: 0px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 3px solid #fff;
}

.visitors-row .blue-bg h5 a {
  background: #fff;
  color: #2a4368;
}

.visitors-row .blue-bg h5 a:hover {
  background: #BF9656;
  color: #fff;
}

.body-class-history_and_heritage #accordion-toggle-three h2 {
  margin-top: 20px;
}

.history-roll {
  margin-top: 40px;
}

.body-class-members.php-index[onload*="memberid.focus"] #container #globalwrap {
  border: 2px solid #2a4368;
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.scorecard-section {
  margin-top: 40px;
  text-align: center;
}

.scorecard-section table td {
  padding: 6px 4px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .scorecard-section table td {
    font-size: 13px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .scorecard-section {
    overflow-x: scroll;
  }
}

.scorecard-open a {
  background: #2a4368;
  color: #FFF;
  display: inline-block;
  padding: 6px 40px 6px 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0px;
  border: 0px;
  margin-top: 0px;
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scorecard-open a:hover {
  background: #BF9656;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}

.scorecard-open #old-open-link.hide, .scorecard-open #jubilee-open-link.hide {
  display: none;
}

.scorecard-open #old-close-link, .scorecard-open #jubilee-close-link {
  display: none;
}

.scorecard-open #old-close-link.disp, .scorecard-open #jubilee-close-link.disp {
  display: inline-block;
}

.scorecard-section {
  display: none;
  padding-top: 0px;
}

.scorecard-open > a#old-open-link::after, .scorecard-open > a#jubilee-open-link::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 22px;
}

.scorecard-open > a#old-close-link::after, .scorecard-open > a#jubilee-close-link::after {
    position: absolute;
    content: '\f106';
    font-family: 'FontAwesome';
    right: 22px;
}

.scorecard-open {
  text-align: center;
  margin-top: 40px;
}

.php-ckeditor .scorecard-section {
  display: block;
}

#old-course-block table tr:nth-child(2) {
  background: #000;
}

#old-course-block table tr:nth-child(2) h6 {
  color: #fff;
}

#old-course-block table tr:nth-child(3) {
  background: #70AD47;
}

#old-course-block table tr:nth-child(3) h6 {
  color: #fff;
}

#old-course-block table tr:nth-child(4) {
  background: #00B0F0;
}

#old-course-block table tr:nth-child(4) h6 {
  color: #fff;
}

#old-course-block table tr:nth-child(7) {
  background: #ffC000;
}

#old-course-block table tr:nth-child(7) h6 {
  color: #fff;
}

#old-course-block table.ladies-old-score tr:nth-child(2) {
  background: #70AD47;
}

#old-course-block table.ladies-old-score tr:nth-child(2) h6 {
  color: #fff;
}

#old-course-block table.ladies-old-score tr:nth-child(3) {
  background: #00B0F0;
}

#old-course-block table.ladies-old-score tr:nth-child(3) h6 {
  color: #fff;
}

#old-course-block table.ladies-old-score tr:nth-child(4) {
  background: transparent;
}

#old-course-block table.ladies-old-score tr:nth-child(4) h6 {
  color: #2a4368;
}

#old-course-block table.ladies-old-score tr:nth-child(6) {
  background: #ffC000;
}

#old-course-block table.ladies-old-score tr:nth-child(6) h6 {
  color: #fff;
}

#old-course-block table.ladies-old-score tr:nth-child(7) {
  background: transparent;
}

#old-course-block table.ladies-old-score tr:nth-child(7) h6 {
  color: #2a4368;
}

#jubilee-course-block table tr:nth-child(2) {
  background: #000;
}

#jubilee-course-block table tr:nth-child(2) h6 {
  color: #fff;
}

#jubilee-course-block table tr:nth-child(3) {
  background: #70AD47;
}

#jubilee-course-block table tr:nth-child(3) h6 {
  color: #fff;
}

#jubilee-course-block table tr:nth-child(4) {
  background: #00B0F0;
}

#jubilee-course-block table tr:nth-child(4) h6 {
  color: #fff;
}

#jubilee-course-block table tr:nth-child(5) {
  background: #FFC000;
}

#jubilee-course-block table tr:nth-child(5) h6 {
  color: #fff;
}

.jubilee-course-info .course-yards .white::before {
  background: #2a4368;
}

.jubilee-course-info .course-yards .yellow::before {
  background: #eee;
}

.course-yards .black::before {
  float: left;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.course-yards .green::before {
  float: left;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  background: #70AD47;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.course-yards .blue::before {
  float: left;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  background: #00B0F0;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.course-yards .orange::before {
  float: left;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  background: #FFC000;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.body-public .remove-public {
  display: none;
}

/* end anton styles */


/* custom carousel */
.custom-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.additional-carousel-items {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  left: 0px;
  align-items: center;
  transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -webkit-transition: all 1000ms ease-in-out;
}

.custom-carousel-item {
  width: 390px;
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
  transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -webkit-transition: all 1000ms ease-in-out;
}

.cci-pic {
  position: relative;
}

.cci-pic img {
  max-height: 210px;
  height: 210px;
  object-fit: cover;
  width: 100%;
}

.portrait-image .cci-pic img {
  max-height: 420px;
  height: 420px;
}

.cci-pic .cci-content {
  position: absolute;
  bottom: 30px;
  left: 10px;
  right: 10px;
  color: #fff;
}

.cci-content h4 {
  color: #fff;
}

.custom-carousel-controls {
  width: 150px;
  margin: 40px auto 0px;
  text-align: center;
}

.ccc-prev {
  text-align: left;
  font-size: 32px;
  display: inline-block;
  width: 40px;
}

.ccc-prev:hover {
  cursor: pointer;
}

.ccc-next {
  text-align: right;
  font-size: 32px;
  display: inline-block;
  width: 40px;
}

.ccc-next:hover {
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 480px) {
  .custom-carousel-item {
    margin: 0px 10px;
  }
}

.php-ckeditor.no-extra-nav .extra-nav, .php-ckeditor.no-carousel-nav .carousel-nav {
  display: none;
}

.php-ckeditor .custom-carousel-item {
  position: relative;
  padding: 30px 0px;
  margin: 30px 20px;
}

.php-ckeditor .additional-carousel-items {
  display: block;
}
/* End Carousel */
/* custom template editor */

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .extra-nav, .php-ckeditor .carousel-nav {
  position: fixed;
  top: 40px;
  background: #171717;
  padding: 5px 0px;
  width: 100%;
  z-index: 100;
}

.php-ckeditor .extra-nav a, .php-ckeditor .carousel-nav a {
  display: inline-block;
  padding: 5px 10px;
  background: var(--headingcolor);
  margin-right: 5px;
  color: #fff;
  font-size: 12px;
}

.php-ckeditor .extra-nav a:hover, .php-ckeditor .extra-row a:focus, .php-ckeditor .carousel-nav a:hover, .php-ckeditor .carousel-nav a:focus {
  background: #fff;
  color: var(--headingcolor);
  cursor: pointer;
}

.php-ckeditor .extra-nav-tooltip i {
  color: var(--headingcolor);
  font-size: 24px;
  margin-left: 5px;
  position: relative;
  top: 4px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip i:hover {
  color: #fff;
  cursor: help;
}

.php-ckeditor .extra-nav-tooltip-text {
  display: block;
  color: #fff;
  margin-top: 10px;
  height: 0px;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip:hover .extra-nav-tooltip-text {
  height: 58px;
  opacity: 1;
  visibility: visible;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

.added-section-remove, .added-accordion-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.added-section-remove .asr-cross, .added-accordion-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}

.added-section-remove:hover, .added-section-remove:focus, .added-accordion-remove:hover, .added-accordion-remove:focus {
  cursor: pointer;
}

.added-section-remove .asr-cross-1, .added-accordion-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-remove .asr-cross-2, .added-accordion-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-move-up, .added-accordion-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-up:hover, .added-accordion-move-up:hover {
  cursor: pointer;
}

.added-section-move-down, .added-accordion-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-down:hover, .added-accordion-move-down:hover {
  cursor: pointer;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:first-child .added-section-move-up {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:last-child .added-section-move-down {
  display: none;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

.body-contentpage .added-section-move-up {
  display: none;
}

.body-contentpage .added-section-move-down {
  display: none;
}

.body-contentpage .additional-button-row {
  display: none;
}

.body-contentpage .added-section-remove {
  display: none;
}