/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.navbar-inner .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .navbar-inner .nav > li.nav-menu-competition\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #182253;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #182253;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #182253;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #182253;
  font-family: 'Montserrat', sans-serif;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #182253;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #182253;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}

h5 a {
  background: #182253;
  color: #fff;
  display: inline-block;
  padding: 8px 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 6px;
  margin-top: 20px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

h5 a:hover, h5 a:focus {
  background: #D8D8D8;
  color: #182253;
  text-decoration: none;
}

a {
  color: #182253;
  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: #333;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: 'Open Sans', sans-serif;
}

/* header styles */

.header-wrapper {
  font-family: 'Montserrat', sans-serif;
}

.header-white-bg {
  background: #fff;
  padding: 10px 0px;
}

.header-white-bg .row-fluid .span6 {
  min-height: 20px;
}

.hw-left {
  color: #182253;
}

.hw-right {
  text-align: right;
  color: #182253;
  font-size: 0px;
}

.hw-right span {
  font-size: 16px;
}

.hw-line {
  display: inline-block;
  content: '';
  position: relative;
  top: 2px;
  width: 2px;
  height: 16px;
  background: #182253;
  margin: 0px 10px;
}

.header-book {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.header-blue-bg {
  background: #182253;
  color: white;
  position: relative;
  padding: 20px 0px;
}

.header-logo {
  position: absolute;
  z-index: 10;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: -25px;
  width: 79px;
}

/* navbar styles */

.navbar {
  margin-bottom: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  box-shadow: none;
  border: none;
}

.navbar-inverse .nav > li > a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li.current > a {
  color: #fc0;
}

@media (min-width: 980px) {
  .body-public .navbar-inverse .nav > li:first-child > a {
    padding-left: 0px;
  }
}

.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 {
  color: #fc0;
  background: transparent;
  box-shadow: none;
}

.dropdown-menu {
  background: #000;
}

.dropdown-menu > li > a {
  color: #fff;
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover {
  color: #fc0;
  background: transparent;
}

/* footer styles */

.footer-wrapper {
  font-family: 'Open Sans', sans-serif;
}

.public-footer {
  background-image: url('/images/resources/clandeboye/new-footer-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #182253;
  padding: 75px 0px 60px;
  color: #fff;
}

.footer-info img {
  float: left;
  margin-right: 30px;
}

.footer-info span {
  display: inline-block;
  line-height: 28px;
}

.footer-info a {
  color: white;
}

.footer-info a:hover {
  color: #fc0;
  text-decoration: none;
}

.footer-social {
  padding-top: 20px;
}

.footer-social a {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  margin-right: 10px;
}

.footer-social a:hover {
  border-color: #fc0;
}

.footer-additional-logo {
  text-align: right;
}

.members-footer {
  padding: 15px 0px;
  background: #121B44;
  color: white;
  font-size: 0px;
}

.mf-copy {
  padding-top: 0px;
  font-size: 16px;
}

.mf-vert-line {
  display: inline-block;
  margin: 0px 6px 0px 10px;
  content: '';
  background: white;
  width: 1px;
  height: 18px;
  position: relative;
  top: 3px;
}

.mf-copy a {
  color: white;
}

.mf-copy a:hover {
  color: #fc0;
  text-decoration: none;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page styles */

.page-space {
  padding: 0px 200px;
}

#globalwrap {
  padding-top: 0px;
}

/* home page styles */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.home-slideshow-title {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 40%;
  width: 724px;
  text-align: center;
  z-index: 20;
}

.home-slideshow-title h2 {
  margin-top: 0px;
  color: #fff;
  text-shadow: 1px 1px #000;
  letter-spacing: 2px;
  font-size: 64px;
  line-height: 74px;
}

.home-slideshow-title h4 {
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0px;
  text-shadow: 1px 1px #000;
  color: #fff;
  font-weight: 600;
}

.home-weather-status {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: 0px;
  z-index: 15;
  color: #fff;
  text-shadow: 1px 1px #000;
  width: 724px;
  text-align: center;
}

.home-weather-status .weatherSingle {
  display: inline-block;
  position: relative;
  width: 175px;
  margin-right: 20px;
  height: 40px;
}

.home-weather-status .weatherDate {
  position: absolute;
  top: 6px;
  left: 0px;
  text-transform: uppercase;
}

.home-weather-status .weatherImage {
  width: 40px;
  position: absolute;
  top: 0px;
  left: 80px;
}

.home-weather-status .weatherTemp {
  position: absolute;
  left: 135px;
  top: 6px;
}

.home-weather-status h3 {
  display: none;
}

.home-info-banner {
  background: #4F5762;
  padding: 15px 0px;
}

.hib-space {
  padding-right: 30px;
  position: relative;
}

.home-info-banner h4 {
  color: white;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.hib-close {
  position: absolute;
  right: 0px;
  top: -2px;
  color: #fff;
  font-size: 16px;
}

.hib-close:hover {
  cursor: pointer;
}

.home-first-row {
  padding-top: 100px;
}

.home-first-row .span6.pull-left {
  margin-left: 0px;
}

.home-first-row .home-content-col h1 {
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 58px;
}

.home-content-col p {
  margin-bottom: 20px;
}

.home-content-col h5 {
  display: inline-block;
}

.home-content-col h5 a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  background: transparent;
  display: inline;
  padding: 0px;
  color: #182253;
  font-size: 16px;
  line-height: 26px;
}

.home-content-col h5 a:hover {
  background: transparent;
  color: #182253;
  text-decoration: underline;
}

.home-first-row .home-content-col h5:nth-of-type(1) a::after {
  content: '';
  width: 2px;
  height: 17px;
  display: inline-block;
  margin: 0px 10px 0px 14px;
  background: #182253;
  position: relative;
  top: 3px;
}

.home-second-row {
  padding-top: 100px;
}

.home-second-row .home-content-col h2 {
  margin-top: 0px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 46px;
}

.home-arrow-links h3 {
  text-transform: uppercase;
  margin-top: 0px;
  letter-spacing: 4px;
  font-size: 32px;
  line-height: 42px;
}

.home-arrow-links p {
  margin-bottom: 6px;
}

.home-arrow-links a {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
}

.home-arrow-links a::before {
  content: url('/images/resources/clandeboye/home-arrow.png');
  display: inline-block;
  width: 14px;
  position: absolute;
  top: 0px;
  left: -30px;
}

.home-third-row {
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-public [class*="editor-only"] {
  display: none;
}

.home-box-image {
  position: relative;
}

.home-box-overlay {
  background: rgba(23,35,83,0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 8;
  color: white;
  text-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.home-box-overlay .wysiwyg-editable {
  position: absolute;
  text-align: left;
  bottom: 10px;
  left: 20px;
  right: 0px;
  width: calc(100% - 40px);
}

.home-box-overlay h4 {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.home-box-overlay:hover {
  background: rgba(23,35,83,0.2);
}

/* inner slideshow */

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-title {
  padding-top: 80px;
  padding-bottom: 20px;
}

.inner-title h1 {
  margin-top: 0px;
}

.inner-two-col {
  padding-bottom: 100px;
}

.inner-main-content h5 {
  display: inline-block;
  margin-right: 20px;
}

.inner-sidebar .menu-section h2 {
  display: none;
}

.inner-sidebar .menu-section ul {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
}

.inner-sidebar .menu-section ul li {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding: 4px 0px;
}

.inner-sidebar .menu-section ul li:last-child {
  border-bottom: none;
}

.inner-sidebar .menu-section ul li a {
  position: relative;
  margin-left: 25px;
  display: inline-block;
  width: calc(100% - 45px);
  color: #333;
  padding: 10px;
  text-transform: uppercase;
}

.inner-sidebar .menu-section ul li a::before {
  content: url('/images/resources/clandeboye/inner-nav-arrow.png');
  display: inline-block;
  width: 12px;
  position: absolute;
  top: 10px;
  left: -25px;
}

.inner-sidebar .menu-section ul li a:hover, .inner-sidebar .menu-section ul li.current a {
  background: transparent;
  color: #8c8c8c;
  text-decoration: none;
}

.inner-sidebar .menu-section ul li a:hover::before, .inner-sidebar .menu-section ul li.current a::before {
  content: url('/images/resources/clandeboye/inner-nav-active.png');
}

/* inner carousel */

.inner-carousel-section {
  padding-bottom: 100px;
  position: relative;
}

.inner-jcarousel {
  width: 1300px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  height: 350px;
}

.inner-jcarousel .news-wrapper {
    list-style: none;
    margin: 0px;
    padding: 0;
    width: 10000px;
    position: absolute;
}

.inner-jcarousel .ij-pic {
  float: left;
  width: 410px;
  margin-right: 30px;
}

.jcarousel-controls .prev {
  position: absolute;
  top: 30%;
  left: 0px;
}

.jcarousel-controls .prev:hover {
  cursor: pointer;
}

.jcarousel-controls .next {
  position: absolute;
  top: 30%;
  right: 0px;
}

.jcarousel-controls .next:hover {
  cursor: pointer;
}

/* course page */

.scorecard-box {
  padding-top: 40px;
}

.scorecard-box a {
  display: inline-block;
  position: relative;
  padding: 10px 24px;
  font-size: 14px;
  text-decoration: none;
  background: #182253;
  color: white;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scorecard-box a:hover {
  background: #d8d8d8;
  color: #182253;
  cursor: pointer;
}

.scorecard-box #score-open-link.hide {
  display: none;
}

.scorecard-box #score-close-link {
  display: none;
}

.scorecard-box #score-close-link.disp {
  display: inline-block;
}

.scorecard-box .scorecard-content {
  display: none;
  padding-top: 30px;
}

.scorecard-open > a#score-open-link::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-open > a#score-close-link::after {
    position: absolute;
    content: '\f106';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-content .table th, .scorecard-content .table td {
  text-align: center;
  border: 2px solid #182253;
}

.scorecard-content th.White {
  color: black;
}

.scorecard-content .White {
  background: white;
}

.scorecard-content .Yellow {
  background: #FC0;
  color: black;
}

.scorecard-content .Red {
  background: #F00;
  color: white;
}

.scorecard-content .Blue {
  background: #182253;
  color: white;
}

.scorecard-content .Green {
  background: #1a661a;
  color: white;
}

.scorecard-content table.scorecard.table thead tr th {
  border-top: 2px solid #182253;
}

/* hole page */

.hole-slideshow {
  position: relative;
}

.hole-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.hole-nav {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 10;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
  font-size: 0px;
}

.hole-nav ul li {
  position: relative;
  display: inline;
}

.hole-nav ul li::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 3px;
    background: #fff;
    margin: 0px 4px 0px 4px;
    position: relative;
    top: -4px;
}

.hole-nav ul li:last-child::after {
  display: none;
}

.hole-nav ul li a {
  font-size: 18px;
  font-weight: 600;
  color: white;
  position: relative;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 1px #000;
}

.hole-nav ul li a::after {
  position: absolute;
  content: '';
  background-image: url('/images/resources/clandeboye/hole-current-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 11px;
  opacity: 0;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: -23px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.hole-nav ul li.current a::after, .hole-nav ul li a:hover::after {
  opacity: 1;
}

.hole-nav ul li a:hover {
  text-decoration: none;
}

.hole-title {
  padding-top: 100px;
  padding-bottom: 20px;
}

.hole-title h1 {
  margin-top: 0px;
}

.hole-yards {
  padding-bottom: 40px;
}

.hole-yards > div {
  width: 256px;
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  color: #182253;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
}

.hole-yards .white::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  border-radius: 50%;
  float: left;
  position: relative;
  top: 6px;
  background: #d8d8d8;
}

.hole-yards .green::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  border-radius: 50%;
  float: left;
  position: relative;
  top: 6px;
  background: #42B03D;
}

.hole-yards .red::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  border-radius: 50%;
  float: left;
  position: relative;
  top: 6px;
  background: #E13726;
}

.hole-tip {
  padding-top: 40px;
}

.hole-page-wrapper .scorecard-box {
  padding-bottom: 100px;
}

.hole-side-nav .menu-section h2 {
  display: none;
}

.hole-side-nav .menu-section ul {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
}

.hole-side-nav .menu-section ul li {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding: 4px 0px;
}

.hole-side-nav .menu-section ul li:last-child {
  border-bottom: none;
}

.hole-side-nav .menu-section ul li a {
  position: relative;
  margin-left: 25px;
  display: inline-block;
  width: calc(100% - 45px);
  color: #333;
  padding: 10px;
  text-transform: uppercase;
}

.hole-side-nav .menu-section ul li a::before {
  content: url('/images/resources/clandeboye/inner-nav-arrow.png');
  display: inline-block;
  width: 12px;
  position: absolute;
  top: 10px;
  left: -25px;
}

.hole-side-nav .menu-section ul li a:hover, .inner-sidebar .menu-section ul li.current a {
  background: transparent;
  color: #8c8c8c;
  text-decoration: none;
}

.hole-side-nav .menu-section ul li a:hover::before, .hole-side-nav .menu-section ul li.current a::before {
  content: url('/images/resources/clandeboye/inner-nav-active.png');
}

.hole-included-box {
  padding-top: 40px;
}

/* default pages */

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/clandeboye/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper .page-space, .body-class-members .header-wrapper .page-space, .body-class-visitorbooking .header-wrapper .page-space, .body-class-getawayletter .header-wrapper .page-space, [class*="body-class-setcoursestatus"] .header-wrapper .page-space, .body-class-opens .header-wrapper .page-space, .body-loginpage .header-wrapper .page-space {
  width: 1170px;
  margin: 0px auto;
  padding: 0px;
}

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 {
  width: 70px;
  padding-top: 0px;
  margin-left: 0px;
  position: relative;
  float: left;
  top: 0px;
}

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, .body-loginpage .navbar-inverse .navbar-inner:focus {
  margin-top: 0px;
  margin-left: 100px;
  opacity: 1;
  visibility: visible;
  z-index: 10;
  padding-right: 0px;
  top: 14px;
  position: relative;
} 

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;
  position: relative;
}

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-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, .body-class-members #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #182253;
  padding: 20px;
  background: rgba(255,255,255,0.85);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #182253;
  padding: 20px;
  background: rgba(255,255,255,0.85);
}

body[class*="php-"] .footer-wrapper, .body-class-members .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-getawayletter .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-class-opens .footer-wrapper, .body-loginpage .footer-wrapper {
  background-image: none;
}

body[class*="php-"] .public-footer, .body-class-members .public-footer, .body-class-visitorbooking .public-footer, .body-class-getawayletter .public-footer, [class*="body-class-setcoursestatus"] .public-footer, .body-class-opens .public-footer, .body-loginpage .public-footer {
  display: none;
}

body[class*="php-"] .footer-line, .body-class-members .footer-line, .body-class-visitorbooking .footer-line, .body-class-getawayletter .footer-line, [class*="body-class-setcoursestatus"] .footer-line, .body-class-opens .footer-line, .body-loginpage .footer-line {
  display: none;
}

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 {
  display: block;
  padding: 15px 0px;
}

/* 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: 140px; 
  }
  body[class*="php-"] .footer-wrapper, .body-class-members .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-getawayletter .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-class-opens .footer-wrapper, .body-loginpage .footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 94px;
  }
}

/* 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: #182253;
  color: white;
  padding: 8px 12px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  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: #808080;
  color: #fff;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members area */

.body-class-members .header-white-bg {
  display: none;
}

.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.85);
  border: 2px solid #0d552d;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #182253;
  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-wrapper .header-logo {
  top: 0px;
  margin-top: 0px;
}

.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;
}

/* desktop responsive */

.body-class-home .nav-section, .body-contentpage.body-public .nav-section {
  text-align: center;
}

.navbar .nav {
  float: none;
  margin: 0px;
}

.navbar .nav > li {
  float: none;
  display: inline-block;
}

.dropdown-menu {
  text-align: left;
}

@media (min-width: 980px) {
  .body-class-home.body-public .navbar-inverse .navbar-inner, .body-contentpage.body-public .navbar-inverse .navbar-inner {
    text-align: left;
  }
  .body-class-home .navbar-inner .nav > li:nth-child(7), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(7) {
    margin-right: 100px;
  }
}

@media (min-width: 1800px) {
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(1), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(1) {
    margin-left: 137px;
  }
  .body-class-home.body-public .nav-section, .body-contentpage.body-public .nav-section {
    width: 1400px;
    margin: 0px auto;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .inner-jcarousel {
    width: 1200px;
    height: 320px;
  }
  .inner-jcarousel .ij-pic {
    width: 370px;
  }
  .body-class-home .navbar-inner .nav > li:nth-child(1), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(1) {
    margin-left: 88px;
  }
  .body-class-home.body-public .nav-section, .body-contentpage.body-public .nav-section {
    width: 1300px;
    margin: 0px auto;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .inner-jcarousel {
    width: 1100px;
    height: 290px;
  }
  .inner-jcarousel .ij-pic {
    width: 340px;
  }
  .hole-yards > div {
    width: 220px;
    letter-spacing: 0px;
  }
  .body-class-home .navbar-inner .nav > li:nth-child(1), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(1) {
    margin-left: 88px;
  }
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
  }
  .body-class-home.body-public .nav-section, .body-contentpage.body-public .nav-section {
    width: 1200px;
    margin: 0px auto;
  }
  
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .inner-jcarousel {
    width: 1000px;
    height: 260px;
  }
  .inner-jcarousel .ij-pic {
    width: 310px;
  }
  .body-public .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
  }
  .hw-left {
    font-size: 14px;
  }
  .hw-right span {
    font-size: 14px;
  }
  .hole-yards > div {
    letter-spacing: 0px;
    width: 200px;
    text-transform: capitalize;
  }
  .inner-sidebar .menu-section ul li a {
    text-transform: capitalize;
  }
  .body-class-home .navbar-inner .nav > li:nth-child(1), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(1) {
    margin-left: 42px;
  }
  .body-class-home.body-public .nav-section, .body-contentpage.body-public .nav-section {
    width: 1100px;
    margin: 0px auto;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .inner-jcarousel {
    width: 830px;
    height: 220px;
  }
  .inner-jcarousel .ij-pic {
    width: 255px;
  }
  .jcarousel-controls .prev {
    top: 23%;
  }
  .jcarousel-controls .next {
    top: 23%;
  }
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .hw-left {
    font-size: 12px;
  }
  .hw-right span {
    font-size: 12px;
  }
  .scorecard-content .table th, .scorecard-content .table td {
    padding: 6px;
  }
  .hole-yards > div {
    width: 190px;
    margin-right: 10px;
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .inner-sidebar .menu-section ul li a {
    text-transform: capitalize;
    font-size: 15px;
  }
  body[class*="php-"] .header-wrapper .page-space, .body-class-members .header-wrapper .page-space, .body-class-visitorbooking .header-wrapper .page-space, .body-class-getawayletter .header-wrapper .page-space, [class*="body-class-setcoursestatus"] .header-wrapper .page-space, .body-class-opens .header-wrapper .page-space, .body-loginpage .header-wrapper .page-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;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  .body-class-home .navbar-inner .nav > li:nth-child(1), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(1) {
    margin-left: 28px;
  }
  .navbar-inverse .nav > li > a {
    padding: 10px;
  }
  .body-class-home.body-public .nav-section, .body-contentpage.body-public .nav-section {
    width: 930px;
    margin: 0px auto;
  }
}

/* tablet */

@media (min-width: 0px) and (max-width: 1199px) {
  .public-footer {
    background-position: right;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .header-wrapper .row-fluid .span6 {
    width: 100%;
    float: none;
  }
  .header-white-bg {
    text-align: center;
  }
  .hw-right {
    text-align: center;
    margin-top: 6px;
  }
  .home-third-row.row-fluid .span3 {
    width: 48.61878453038674%;
  }
  .home-third-row.row-fluid .span3.home-box-three {
    margin-left: 0px;
    margin-top: 20px;
  }
  .home-third-row.row-fluid .span3.home-box-four {
    margin-top: 20px;
  }
  .home-content-col h5 {
    display: block;
  }
  .home-first-row .home-content-col h5:nth-of-type(1) a::after {
    display: none;
  }
  .home-weather-status {
    position: relative;
    background: #000;
    width: calc(100% - 40px);
    padding: 20px;
  }
  .home-weather-status p {
    margin: 0px;
  }
  .home-slideshow-title {
    top: 25%;
  }
  .home-slideshow-title h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .inner-jcarousel {
    width: 624px;
    height: 200px;
  }
  .inner-jcarousel .ij-pic {
    width: 290px;
  }
  .jcarousel-controls .prev {
    top: 27%;
  }
  .jcarousel-controls .next {
    top: 27%;
  }
  .table th, .table td {
    font-size: 14px;
    padding: 4px;
  }
  .inner-two-col.row-fluid .offset1, .hole-two-col.row-fluid .offset1 {
    margin-left: 2.7624309392265194%;
  }
  .inner-two-col.row-fluid .span3, .hole-two-col.row-fluid .span3 {
    width: 31.491712707182323%;
  }
  .inner-sidebar .menu-section ul li a {
    text-transform: capitalize;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    background: #000;
    padding: 5px 0px;
  }
  .hole-nav ul {
    width: 450px;
    text-align: center;
    margin: 0px auto;
  }
  .hole-nav ul li a {
    margin: 4px 0px;
  }
  .hole-nav ul li.current a, .hole-nav ul li a:hover {
    background: #d8d8d8;
    color: #182253;
    text-shadow: none;
  }
  .hole-nav ul li a::after {
    display: none;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .hole-yards {
    width: 280px;
  }
  .hole-yards .green {
    margin: 15px 0px;
  }
  body[class*="php-"] .header-wrapper .page-space, .body-class-members .header-wrapper .page-space, .body-class-visitorbooking .header-wrapper .page-space, .body-class-getawayletter .header-wrapper .page-space, [class*="body-class-setcoursestatus"] .header-wrapper .page-space, .body-class-opens .header-wrapper .page-space, .body-loginpage .header-wrapper .page-space {
    width: 724px;
  }
  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;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .body-class-members #container #globalwrap {
    margin-top: 90px;
  }
  .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;
    text-transform: capitalize;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-logo {
    position: relative;
    top: 0px;
    float: left;
    margin: 0px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 110px;
    padding: 5px 10px;
    margin-top: 30px;
    background: #d8d8d8;
    color: #000;
    margin-right: 20px;
    border-radius: 0px;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: #d8d8d8;
    color: #002bff;
  }
  .btn-navbar .club-menu-button {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .club-menu-button-lines {
    margin-top: 3px;
    margin-right: 15px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 24px;
    background: #000;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #002bff;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar-inner {
    padding-top: 20px;
  }
  .navbar .nav > li {
    display: block;
  }
  .body-class-home .nav-section, .body-contentpage.body-public .nav-section {
    text-align: left;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: white;
    font-weight: 400;
  }
  .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: #fc0;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li.current > a, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: #fc0;
  }
  .nav-collapse .dropdown-menu {
    background: #0e1431;
  }
  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 {
    margin-left: 0px;
    padding-right: 20px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .header-white-bg {
    padding: 0px;
  }
  .hw-left.span6 {
    display: none;
  }
  .hw-right {
    text-align: center;
  }
  .hw-right span {
    display: block;
    margin: 5px 0px;
  }
  .hw-right .hw-line {
    display: none;
  }
  .header-book {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .header-blue-bg .page-space {
    padding: 0px 10px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus {
    margin-right: 0px;
  }
  .navbar-inverse .navbar-inner {
    padding: 20px 5px;
  }
  .home-weather-status {
    position: relative;
    background: #000;
    width: calc(100% - 40px);
    padding: 20px;
  }
  .home-weather-status p {
    margin: 0px;
  }
  .home-slideshow-title {
    width: auto;
    top: 50px;
  }
  .home-slideshow-title h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .home-slideshow-title h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .home-weather-status .weatherSingle {
    margin-right: 10px;
    width: 80px;
    text-align: center;
    height: 100px;
  }
  .home-weather-status .weatherDate {
    right: 0px;
  }
  .home-weather-status .weatherTemp {
    top: 32px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .home-weather-status .weatherImage {
    top: 58px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .home-info-banner h4 {
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .home-first-row {
    padding-top: 60px;
  }
  .home-content-area {
    text-align: center;
  }
  .home-content-col h5 {
    display: block;
  }
  .home-first-row .home-content-col h5:nth-of-type(1) a::after {
    display: none;
  }
  .span6.pull-left {
    clear: both;
  }
  .home-pic-col {
    padding-top: 30px;
  }
  .home-pic-col img {
    max-width: 450px;
    width: 100%;
    margin: 0px auto;
  }
  .home-second-row {
    padding-top: 60px;
  }
  .home-third-row {
    padding-top: 60px;
  }
  .home-third-row.row-fluid .span3 {
    max-width: 450px;
    width: 100%;
    margin: 20px auto;
  }
  .footer-info {
    text-align: center;
  }
  .footer-info img {
    float: none;
    width: 80px;
    margin: 0px auto 20px;
    display: block;
  }
  .footer-content {
    line-height: 32px;
  }
  .footer-additional-logo {
    text-align: center;
    padding-top: 30px;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
  }
  .mf-vert-line {
    display: none;
  }
  .mf-copy a {
    display: block;
    margin-top: 8px;
  }
  .mf-ig-logo {
    text-align: center;
    padding-top: 15px;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    background: #000;
    padding: 5px 0px;
  }
  .hole-nav ul {
    width: 280px;
    text-align: center;
    margin: 0px auto;
  }
  .hole-nav ul li a {
    margin: 4px 0px;
    width: 34px;
    line-height: 34px;
    font-size: 16px;
  }
  .hole-nav ul li.current a, .hole-nav ul li a:hover {
    background: #d8d8d8;
    color: #182253;
    text-shadow: none;
  }
  .hole-nav ul li a::after {
    display: none;
  }
  .hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .inner-content-area {
    text-align: center;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .inner-jcarousel {
    width: 460px;
    height: 195px;
  }
  .inner-jcarousel .ij-pic {
    width: 220px;
    margin-right: 10px;
  }
  .jcarousel-controls {
    width: 150px;
    margin: 0px auto;
  }
  .jcarousel-controls .prev {
    position: relative;
    top: 0px;
    float: left;
  }
  .jcarousel-controls .next {
    position: relative;
    top: 0px;
    float: right;
  }
  .hole-content-area {
    text-align: center;
  }
  .hole-yards {
    width: 260px;
    margin: 0px auto;
  }
  .hole-yards > div {
    margin: 10px 0px;
    display: block;
  }
  .hole-sidebar {
    padding-top: 40px;
  }
  .hole-side-nav .menu-section ul li a::before {
    display: none;
  }
  .hole-side-nav .menu-section ul li a {
    margin-left: 0px;
    width: calc(100% - 20px);
  }
  .hole-include-box {
    max-width: 450px;
    width: 100%;
    margin: 0px auto;
  }
  .inner-sidebar {
    padding-top: 40px;
  }
  .inner-sidebar .menu-section ul li a::before, .inner-sidebar .menu-section ul li a:hover::before, .inner-sidebar .menu-section ul li.current a::before {
    display: none;
  }
  .inner-sidebar .menu-section ul li a {
    margin-left: 0px;
    width: calc(100% - 20px);
  }
  .inner-main-content h5 {
    display: block;
    margin-right: 0px;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  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 {
    margin-left: 10px;
  }
  body[class*="php-"] .navbar-inverse .btn-navbar, body[class*="php-"] .navbar-inverse .btn-navbar:focus, .body-class-members .navbar-inverse .btn-navbar, .body-class-members .navbar-inverse .btn-navbar:focus, .body-class-visitorbooking .navbar-inverse .btn-navbar, .body-class-visitorbooking .navbar-inverse .btn-navbar:focus, .body-class-getawayletter .navbar-inverse .btn-navbar, .body-class-getawayletter .navbar-inverse .btn-navbar:focus, [class*="body-class-setcoursestatus"] .navbar-inverse .btn-navbar, [class*="body-class-setcoursestatus"] .navbar-inverse .btn-navbar:focus, .body-class-opens .navbar-inverse .btn-navbar, .body-class-opens .navbar-inverse .btn-navbar:focus, .body-loginpage .navbar-inverse .btn-navbar, .body-loginpage .navbar-inverse .btn-navbar:focus {
    margin-right: 10px; 
  }
  body[class*="php-"] .header-wrapper .page-space, .body-class-members .header-wrapper .page-space, .body-class-visitorbooking .header-wrapper .page-space, .body-class-getawayletter .header-wrapper .page-space, [class*="body-class-setcoursestatus"] .header-wrapper .page-space, .body-class-opens .header-wrapper .page-space, .body-loginpage .header-wrapper .page-space {
    width: auto;
  }
  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;
  }
  .body-class-members .header-wrapper .header-logo {
    margin-left: 10px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  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, .body-loginpage #globalwrap {
    padding: 20px 10px;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    text-transform: capitalize;
  }
  .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;
  }
  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, .body-loginpage #globalwrap {
    margin: 90px 10px 60px;
  }
  .body-class-members #container #globalwrap {
    padding: 20px 10px;
  }
}

/* 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;
  }
  .inner-jcarousel {
    width: 280px;
    height: 230px;
  }
  .inner-jcarousel .ij-pic {
    width: 280px;
  }
}

/* editor styles */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  margin: 0px;
  top: 0px;
  padding: 6px 0px;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .page-space {
  padding: 0px 20px;
}

.php-ckeditor .home-slideshow-title {
  position: relative;
  top: 0px;
  margin-top: 20px;
}

.php-ckeditor .home-weather-status {
  display: none;
}

.php-ckeditor .home-info-banner {
  margin-top: 20px;
}

.php-ckeditor .home-arrow-links {
  margin-top: 20px;
}

.php-ckeditor .home-box-overlay {
  position: relative;
}

.php-ckeditor .home-box-overlay .wysiwyg-editable {
  position: relative;
  margin-top: 10px;
  bottom: 0px;
}

.php-ckeditor .hole-nav {
  position: relative;
  bottom: 0px;
  margin-top: 10px;
}

.php-ckeditor .scorecard-content {
  display: block;
}

.php-ckeditor .inner-jcarousel .news-wrapper {
  width: auto;
  position: relative;
}

.php-ckeditor .inner-jcarousel {
  height: auto; 
}

.php-ckeditor .inner-jcarousel .ij-pic {
  margin-top: 20px;
}

.php-ckeditor .jcarousel-controls {
  display: none;
}

.php-ckeditor .hole-yards > div {
  width: 230px;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin-right: 5px;
}

/* scroll to top */

.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.scrollTop a{
  opacity: 0;
  background-color: #182253;
  border: 2px solid #182253;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrollTop a i {
  font-size: 20px;
  margin-top: 7px;
}

.scrollTop a:hover {
  color: #fc0;
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px) {
  .scrollTop {
    right: 5px;
    bottom: 5px;
  }
  .scrollTop a {
    width: 28px;
    height: 28px;
  }
  .scrollTop a i {
    font-size: 14px;
    margin-top: 4px;
  }
}

/* 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;
}

/* content tables */

.inner-page-wrapper table th {
  background: #182253;
  color: white;
  border: 2px solid #182253;
  padding: 6px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.inner-page-wrapper table td {
  border: 2px solid #182253;
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-wrapper table th, .inner-page-wrapper table td {
    font-size: 14px;
    padding: 4px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper table th, .inner-page-wrapper table td {
    font-size: 12px;
    padding: 2px;
  }
}

/* slideshow titles */

#globalwrap .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  bottom: 0px;
  font-family: 'Montserrat', sans-serif;
}

.nivo-caption h4 {
  color: #7e93ff;
  background: rgba(0,0,0,0.7);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
}

.nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

/* slideshow dots and arrows */

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: block;
}

@media (min-width: 1200px) {
  .content-wrapper [class*="-slideshow"] .nivo-directionNav .nivo-prevNav {
    width: 41px;
    height: 81px;
    background-image: url('/images/resources/clandeboye/desktop-slideshow-arrow-prev.png');
    left: 45px;
  }
  .content-wrapper [class*="-slideshow"] .nivo-directionNav .nivo-nextNav {
    width: 41px;
    height: 81px;
    background-image: url('/images/resources/clandeboye/desktop-slideshow-arrow-next.png');
    background-position: 0px;
    right: 45px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .content-wrapper [class*="-slideshow"] .nivo-directionNav .nivo-prevNav {
    width: 30px;
    height: 59px;
    background-image: url('/images/resources/clandeboye/tablet-slideshow-arrow-prev.png');
    left: 30px;
  }
  .content-wrapper [class*="-slideshow"] .nivo-directionNav .nivo-nextNav {
    width: 30px;
    height: 59px;
    background-image: url('/images/resources/clandeboye/tablet-slideshow-arrow-next.png');
    background-position: 0px;
    right: 30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper [class*="-slideshow"] .nivo-directionNav .nivo-prevNav {
    width: 20px;
    height: 39px;
    background-image: url('/images/resources/clandeboye/mobile-slideshow-arrow-prev.png');
    left: 10px;
  }
  .content-wrapper [class*="-slideshow"] .nivo-directionNav .nivo-nextNav {
    width: 20px;
    height: 39px;
    background-image: url('/images/resources/clandeboye/mobile-slideshow-arrow-next.png');
    background-position: 0px;
    right: 10px;
  }
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: none;
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #182253;
  text-align: left;
  height: 30px;
  width: 95%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #182253;
  text-align: left;
  height: 30px;
  width: 95%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #182253;
  text-align: left;
  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: #182253;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #d8d8d8;
  color: #182253;
}

@media (min-width: 1200px) {
  .home-info-banner {
    position: relative;
    z-index: 50;
    margin-top: -54px;
  }
  .home-slideshow-title {
    top: 30%;
  }
  .home-weather-status {
    bottom: 70px;
  }
}

/* fixes */

.inner-main-content ul {
  margin-left: 20px;
}

.inner-main-content ul li {
  line-height: 26px;
  list-style: none;
}

.inner-main-content ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  color: #182253;
  font-size: 10px;
  position: relative;
  top: -2px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-main-content img {
    max-width: 400px;
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
  }
  .inner-two-col img {
    max-width: 400px;
    width: 100%;
  }
  .inner-main-content ul {
    margin-left: 0px;
  }
  .inner-last-col {
    padding-top: 30px;
  }
  .inner-sidebar {
    padding-top: 40px;
  }
  .home-arrow-links a::before, .home-arrow-links a:hover::before, .home-arrow-links a::before {
    display: none;
  }
  .home-arrow-links a {
    margin-left: 0px;
    width: calc(100% - 20px);
    letter-spacing: 0px;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px;
  }
  .home-arrow-links p {
    margin-bottom: 0px;
  }
  table h5 a {
    padding: 8px 15px;
  } 
}

.course-page .inner-two-col {
  padding-bottom: 30px;
}

.course-page .scorecard-box {
  padding-bottom: 120px;
  text-align: center;
}

.mf-footer-social {
  margin-top: 8px;
}

.mf-footer-social a {
  width: 30px;
  line-height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.mf-ig-logo {
  padding-top: 8px;
}

.body-class-home.body-public .mf-footer-social, .body-public.body-contentpage .mf-footer-social {
  display: none;
}

.footer-additional-logo img {
  max-width: 112px;
  width: 100%;
}

@media (min-width: 768px) {
  .body-class-home.body-public .mf-ig-logo, .body-public.body-contentpage .mf-ig-logo {
    padding-top: 0px;
  }
  .body-class-home.body-public .mf-copy, .body-public.body-contentpage .mf-copy {
    padding-top: 9px;
  }
  .footer-additional-logo a:nth-of-type(2) {
    margin: 0px 10px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .footer-info span {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .footer-info span {
    font-size: 12px;
    line-height: 22px;
  }
  .footer-info img {
    margin-right: 10px;
    width: 90px;
  }
  .footer-additional-logo img {
    max-width: 100px;
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .footer-additional-logo a  {
    display: block;
    margin: 10px 0px;
  }
}

.body-public .nav > li.nav-menu-visitor_index {
  display: none;
}

@media (min-width: 1800px) {
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(1), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(7), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(7) {
    margin-right: 0px;
  }
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(10), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(10) {
    margin-left: 100px;
  }
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 10px 13px;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(1), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(7), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(7) {
    margin-right: 0px;
  }
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(10), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(10) {
    margin-left: 100px;
  }
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 10px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(1), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(7), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(7) {
    margin-right: 0px;
  }
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(10), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(10) {
    margin-left: 100px;
  }
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 10px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(1), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(7), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(7) {
    margin-right: 0px;
  }
/*  .body-class-home.body-public .navbar-inner .nav > li:nth-child(10), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(10) {
    margin-left: 100px;
  }*/
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 10px;
    font-size: 12px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(1), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-class-home.body-public .navbar-inner .nav > li:nth-child(7), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(7) {
    margin-right: 0px;
  }
/*  .body-class-home.body-public .navbar-inner .nav > li:nth-child(10), .body-contentpage.body-public .navbar-inner .nav > li:nth-child(10) {
    margin-left: 100px;
  }*/
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 10px 6px;
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  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 {
    font-size: 14px;
    padding: 10px;
  }
}

/* news letter */

@media (min-width: 0px) and (max-width: 767px) {
  .php-newsletters table.split-table tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.split-table tr > td {
    flex: 1 1 0;
    width: auto;
  }
  .php-newsletters table {
    width: 100%;
  }
  .php-newsletters table.header img, .php-newsletters table.main-table img {
    width: 100%;
  }
  .php-newsletters table.header .club-logo img  {
    width: 80px;
  }
  .php-newsletters table.split-table img {
    width: 100%;
  }
  .php-newsletters table.footer tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.footer tr > td {
    flex: 1 1 0;
    width: auto !important;
    padding: 5px 2.5%;
  }
  .php-newsletters table.split-table tr.flip-flex {
    flex-direction: column-reverse;
  }
  .php-newsletters .header .club-logo {
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    background: #0165ff;
  }
  .php-newsletters .border-table .split-table td {
    padding: 0px 2.5%;
  }
  .php-newsletters .border-table-alt .split-table td {
    padding: 0px 2.5%;
  }
}

blockquote p {
  line-height: 27px;
}

/* end anton styles */

.php-log #globalwrap {
 overflow-x: scroll;
}

.php-log #globalwrap table tr td:nth-child(3) {
 word-break: break-word;
}

@media (min-width: 1200px) and (max-width: 1399px) {
.body-class-home.body-public .nav-section, .body-contentpage.body-public .nav-section {
	max-width: 1015px;
	display: inline-block;
	}
	}
	
@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-home.body-public .nav-section, .body-contentpage.body-public .nav-section {
  max-width: 850px;
  display:inline-block;
  }
  }
  
.body-public .header-blue-bg {
	min-height: 70px;
	}
.body-public .header-logo {
  width: 70px;
  padding-top: 0px;
  margin-left: 0px;
  position: relative;
  float: left;
  top: 0px;
}