/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

/* general styles */

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #5e5e5e;
  line-height: 25px;
  background: #eee;
}

h1 {
  font-weight: 400;
  color: #213366;
  font-size: 28px;
  line-height: 38px;
}

h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #213366;
}

h3 {
  border-top: 1px solid #dedede;
  padding-top: 10px;
  font-size: 22px;
  line-height: 32px;
  color: #213366;
}

h4 {
  font-weight: 500;
  color: #242424;
  font-size: 19px;
  line-height: 29px;
}

h5 {
  color: #9f803e;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

h6 {
  color: #838383;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

a {
  color: #06c;
  text-decoration: underline;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

a:hover {
  color: #a3bce6;
}

.footer-wrapper a {
  text-decoration: none;
}

.footer-wrapper a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* header styles */

.header-wrapper {
  background: #092240;
  min-height: 85px;
}

.main-logo {
  position: absolute;
  width: 63px;
  left: 0;
  right: 0;
  top: 11px;
  margin: 0px auto;
  z-index: 100;
}

/* navbar styles */

.navbar {
  margin-bottom: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  background-image: none;
  padding: 0px;
  box-shadow: none;
  border: none;
}

.navbar .nav {
  margin: 0px;
  float: none;
}

.navbar .nav > li {
  float: none;
  display: inline-block;
}

.navbar-inverse .nav > li > a {
 padding: 31px 15px 10px;
  color: #b79b60;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 1px;
  font-weight: 500;
}

.navbar-inverse .nav > li.current > a {
  color: white;
}

.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;
  box-shadow: none;
}

@media (min-width: 980px) {
  .header-wrapper .nav-haslevel-2:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu {
  margin: 0px;
}

.dropdown-menu > li {
  margin: 0px 10px;
}

.dropdown-menu > li > a {
  text-transform: uppercase;
  font-size: 15px;
  color: #777;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
  text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background: #092240;
  color: #b79b60;
  background-image: none;
}

.nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/* footer styles */

.footer-wrapper {
  background: white;
}

.footer-wrapper h4 {
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #d3d3d3;
  margin: 0px 0px 20px;
  padding-bottom: 5px;
  font-weight: 400;
  color: #6f6f6f;
}

.top-footer {
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 20px;
}

.top-footer strong {
  color: #000;
  font-weight: 500;
}

.top-footer p {
  margin: 0px;
  font-size: 13px;
  font-weight: 500;
  color: #6f6f6f;
}

.footer-newsletter a {
  display: inline-block;
  padding: 8px 12px;
  background: #092240;
  color: #b79b60;
  text-transform: uppercase;
}

.footer-newsletter a:hover {
  opacity: 0.7;
}

.footer-bookings a {
  color: #333;
}

.footer-bookings a:hover {
  color: #b79b60;
}

.footer-address {
  border-top: 1px solid #d3d3d3;
  padding-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #909090;
  font-weight: 500;
}

.footer-address a {
  color: #909090;
}

.footer-address a:hover {
  color: #b79b60;
}

.footer-sep {
  display: inline-block;
  margin: 0px 5px;
}

.footer-website-copy {
  text-align: right;
}

.footer-website-copy img {
  width: 120px;
}

.footer-social {
  padding: 15px 0px;
  text-align: center;
}

.footer-social a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #909090;
}

.footer-social a:hover {
  color: #b79b60;
}

.footer-social a:first-child {
  margin-right: 10px;
}

.footer-social a i.fa-facebook {
  color: white;
  background: #3a589b;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  display: inline-block;
  margin-right: 10px;
}

.footer-social a i.fa-twitter {
  color: white;
  background: #598dca;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  display: inline-block;
  margin-right: 10px;
}

/* sticky footer */

@media (min-width: 980px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
   margin-bottom: 350px; 
  }
  .footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 310px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
   margin-bottom: 320px; 
  }
  .footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 280px;
  }
}

/* login styles */

#login {
  text-align: center;
}

#login h3 {
  margin-bottom: 20px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 15px;
}

/* button */

input[type*="submit"], a.btn, button.btn {
  background: #092240;
  color: #b79b60;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 10px 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: 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 {
  opacity: 0.7;
  background: #092240;
  color: #b79b60;
}

/* members nav */

@media (min-width: 1200px) {
  .body-class-members .nav > li:nth-child(1) {
    margin-left: 40px  
  }
  .body-class-members .nav > li:nth-child(5) {
    margin-left: 77px  
  }
}

/* members styles */

.content-wrapper {
  width: 1170px;
  margin: 60px auto 40px;
}

#globalwrap {
  border: 2px solid #092240;
  padding: 20px;
  background: white;
}

.php-index #globalwrap {
  padding: 0px;
  border: none;
  background: transparent;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: white;
  border: 2px solid #092240;
}

.php-index #globalwrap .weatherImage.image-night {
  background: #092240;
}

.php-weatherfg .weatherImage img {
  background: #092240;
  border-radius: 50%;
}

#globalwrap .image-night {
  background: transparent;
}

.php-weatherfg #globalwrap img.image-night {
  background: #092240;
  border-radius: 50%;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

.php-search input {
  margin-bottom: 0px;
}

table thead {
  color: #9f803e;
}

.table th, .table td {
  border-top: none;
  border-bottom: 1px solid #dedede;
}

/* responsive styles */

@media (min-width: 980px) {
  .page-overlay {
    display: none;
  }
  .nav-close {
    display: none;
  }
  .nav-logo {
    display: none;
  }
  .nav-booking {
    display: none;
  }
  .nav-tel {
    display: none;
  }
  .nav-link {
    display: none;
  }
}

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .content-wrapper {
    width: 940px;
  }
  .body-class-members .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 31px 10px 10px;
  }
  .body-class-members .nav > li:nth-child(1) {
    margin-left: 60px  
  }
  .body-class-members .nav > li:nth-child(5) {
    margin-left: 70px  
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-top: 10px;
    margin-left: 0px;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper {
    width: 724px;
  }
  .table th, .table td {
    padding: 4px;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-analysis .row-fluid .span7 {
    width: 100%;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .footer-newsletter a {
    font-size: 14px;
    text-transform: capitalize;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .header-wrapper {
    position: relative;
  }
  .header-wrapper button.btn-navbar {
    position: absolute;
    background: transparent;
    right: 0px;
    top: 0px;
    width: 100px;
    margin: 0px;
    height: 85px;
    text-align: left;
    padding: 0px 10px 0px 0px;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    background: transparent;
    opacity: 1;
  }
  .club-menu-button {
    display: inline-block;
    padding-right: 6px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #9f803e;
    font-weight: 500;
    letter-spacing: 0px;
  }
  .navbar-inverse .btn-navbar:hover .club-menu-button {
    color: white;
    opacity: 1;
  }
  .club-menu-button-lines {
    display: inline-block;
  }
  .navbar .btn-navbar .icon-bar {
    width: 20px;
    text-shadow: none;
    text-align: right;
    background: #9f803e;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
  }
  .navbar .btn-navbar:hover .top-line {
    width: 8px;
  }
  .navbar .btn-navbar:hover .bottom-line {
    width: 14px;
  }
  #myNavbar {
    position: fixed;
    right: -300px;
    top: 0px;
    height: 100vh;
    width: 300px;
    background: #092240;
    z-index: 250;
    overflow-y: scroll !important;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .slide #myNavbar {
    right: 0px;
  }
  .page-overlay {
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
  }
  .slide .page-overlay {
    opacity: 1;
    visibility: visible;
  }
  .navbar-inverse #myNavbar .navbar-inner {
    padding: 30px;
    position: relative;
  }
  .nav-close {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 30px;
    top: 18px;
  }
  .nav-close .cross {
    width: 16px;
    height: 2px;
    display: inline-block;
    position: absolute;
    background: #9f803e;
    top: 8px;
    right: 0px;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
  }
  .nav-close .cross-1 {
    transform: rotate(45deg);
  }
  .nav-close .cross-2 {
    opacity: 1;
    transform: rotate(-45deg);
  }
  .nav-close:hover {
    cursor: pointer;
  }
  .nav-close:hover .cross-1 {
    transform: rotate(0deg);
  }
  .nav-close:hover .cross-2 {
    opacity: 0;
  }
  .nav-logo {
    width: 83px;
    margin: 0px auto 20px;
  }
  .nav-collapse, .nav-collapse.collapse {
    height: 100vh !important;
  }
  .navbar .nav > li {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .navbar .nav > li:first-child {
    border-top: 1px solid rgba(255,255,255,0.2);
  }
  .navbar-inverse .nav-collapse .nav > li > a {
    color: #9f803e;
    font-size: 15px;
    padding: 4px 25px 2px 10px;
    line-height: 30px;
    letter-spacing: 2px;
    position: relative;
  }
  .navbar .nav > li.nav-haslevel-2 > a::after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 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: #9f803e;
  }
  .navbar-inverse .nav li.dropdown.open > .dropdown-toggle::after {
    content: '\f077';
    font-family: 'FontAwesome';
  }
  .nav-collapse .dropdown-menu {
    margin: 0px;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li > a {
    color: #9f803e;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 30px;
    border-bottom: none;
    padding: 0px 15px;
  }
  .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;
  }
  .nav-link {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 10px 0px;
  }
  .nav-link a {
    color: #9f803e;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
  }
  .nav-booking {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 10px 0px;
  }
  .nav-booking a {
    color: #9f803e;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    width: 100%;
  }
  .nav-tel {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 10px 0px;
    color: #9f803e;
    font-size: 15px;
    text-transform: uppercase;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .content-wrapper {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .table th, .table td  {
    font-size: 12px;
    padding: 2px;
  }
  #globalwrap {
    padding: 20px 10px;
  }
  .footer-wrapper {
    padding: 0px 20px;
  }
  .top-footer {
    padding: 0px;
  }
  .footer-wrapper h4 {
    font-size: 12px;
    margin-top: 20px;
  }
  .footer-newsletter a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .top-footer p {
    font-size: 12px;
  }
  .footer-website-copy {
    text-align: left;
    padding: 6px 0px;
  }
  .footer-social {
    text-align: left;
  }
  .footer-social a {
    font-size: 12px;
    display: block;
  }
  .footer-social a i {
    text-align: center;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-hcaplist .btn-group .btn {
    display: block;
    margin: 6px 0px;
  }
  .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    display: block;
    width: 200px;
  }
   .php-analysis .btn-group .btn {
    display: block;
    margin: 6px 0px;
  }
  .well {
    padding: 10px;
    border: none;
    box-shadow: none;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .php-weatherfg .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
  }
  .php-prefs .content-wrapper input[type*="textfield"] {
    width: 166px;
  }
}

.php-diary a.current-diary-view {
  font-weight: 700;
}

#ui-datepicker-div {
  display: none;
}

.members-page h5 a {
  background: #092240;
  font-size: 16px;
  display: inline-block;
  padding: 8px;
  color: #b79b60;
  text-decoration: none;
}

.members-page h5 a:hover {
  opacity: 0.7;
}

.members-sidebar a {
  background: #092240;
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 16px);
  padding: 8px;
  color: #b79b60;
  text-decoration: none;
}

.members-sidebar a:hover {
  opacity: 0.7;
}

.members-page table td {
  padding: 6px;
  border-bottom: 1px solid #dedede;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .members-page table td {
    padding: 4px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .members-page table td {
    font-size: 14px;
    padding: 4px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .members-page table td {
    font-size: 12px;
    padding: 2px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .dropdown-menu > li > a {
    font-size: 12px;
  }
}

/* new header styles */

.header-wrapper {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 300;
}

.main-logo {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.navbar {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

#globalwrap {
  margin-top: 120px;
}

.pop-up-content {
  color: #b79b60;
}

.header-top-links {
  position: absolute;
  right: 50px;
  top: 29px;
  font-size: 0px;
}

.header-top-links a {
  font-size: 16px;
  text-transform: uppercase;
  color: #b79b60;
  font-weight: 500;
  text-decoration: none;
}

.header-top-links a:hover {
  cursor: pointer;
  color: #fff;
}

.status-section {
  position: absolute;
  right: 0px;
  top: -140px;
  width: 100%;
  opacity: 1;
  height: 20px;
  padding: 10px 0px;
  z-index: 10;
  text-align: right;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.status-section h3 {
  display: none;
}

.status-section .pop-up-content {
  padding-right: 50px;
}

.status-section .pop-up-content p {
  margin: 0px;
}

.status-disp #hamburger-icon {
  top: 55px;
}

.status-disp .header-top-links {
  top: 72px;
}

.status-disp .header-content {
  top: 55px;
  position: relative;
  z-index: -1;
}

.status-disp .main-logo {
  top: 63px;
}

.status-disp .navbar {
  margin-top: 45px;
}

.status-disp .status-section {
  top: 0px;
}

.pop-up-close {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  border-color: #263760;
  width: 16px;
  height: 16px;
  padding: 6px;
  z-index: 20;
  position: absolute;
  right: 7px;
  top: 14px;
}

.pop-up-close .cross {
  width: 14px;
  height: 3px;
  display: inline-block;
  position: absolute;
  background: #fff;
  top: 13px;
  left: 7px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.pop-up-close .cross-3 {
  transform: rotate(45deg);
}

.pop-up-close .cross-4 {
  opacity: 1;
  transform: rotate(-45deg);
}

.pop-up-close:hover {
  cursor: pointer;
}

.pop-up-close:hover .cross-3 {
  transform: rotate(0deg);
}

.pop-up-close:hover .cross-4 {
  opacity: 0;
}

.header-wrapper {
  min-height: 55px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.status-disp .header-wrapper {
  min-height: 110px;
}

.header-top-links {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.header-content {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  top: 0px;
  position: relative;
  z-index: -1;
}

#hamburger-icon {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

body {
  padding-top: 0px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

body.status-disp {
  padding-top: 55px;
}

.body-class-members .header-top-links {
  top: 1px;
  opacity: 1;
}

.body-class-members.status-disp .header-top-links {
  opacity: 0;
}

@media (min-width: 0px) and (max-width: 979px) {
  .header-top-links {
    left: 10px;
  }
  .body-class-members .header-top-links {
    top: 29px;
  }
  .header-top-links a {
    font-size: 14px;
    text-transform: capitalize;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .status-disp .header-wrapper {
    min-height: 170px;
  }
  .status-disp .main-logo {
    top: 123px;
  }
  body.status-disp {
    padding-top: 115px;
  }
  .status-disp #hamburger-icon {
    top: 115px;
  }
}

.body-class-visitorbooking .header-wrapper, .php-member_teetime .header-wrapper {
  position: relative;
}

#facebox a.btn-info {
  background: #49afcd;
  color: #fff;
}

/* end anton styles */