/* anton styles */

/* general styles */

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #414A53;
  line-height: 24px;
}

h1 {
  color: #A3AA83;
  font-weight: 400;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 1px;
}

h2 {
  color: #A3AA83;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 1px;
}

h3 {
  color: #A3AA83;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  font-weight: 400;
  text-transform: uppercase;
  color: #A3AA83;
  font-size: 18px;
  margin: 25px 0px;
}

h5 {
  color: #A3AA83;
  font-weight: 400;
}

h6 {
  color: #A3AA83;
  font-weight: 400;
}

h5 a {
  margin-top: 30px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #A3AA83;
  padding: 10px 20px;
  color: #A3AA83;
  font-weight: 600;
  font-size: 18px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

h5 a:hover {
  text-decoration: none;
  background: #A3AA83;
  color: #FFF;
}

a {
  color: #A3AA83;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #464e55;
}

a:focus {
  outline: none;
  text-decoration: underline;
  color: #464e55;
}

/* header styles */

.header-wrapper {
  position: relative;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-public .header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.header-logo {
  float: left;
  height: 118px;
  background: rgba(71,78,86,0.8);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-logo img {
  padding-top: 15px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.navbar-section {
  margin-left: 331px;
  margin-right: 232px;
  text-align: right;
}

.visitors-book a {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 232px;
  line-height: 118px;
  font-weight: 600;
  text-align: center;
  background: #A3AA83;
  text-transform: uppercase;
  color: #FFF;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.visitors-book a:hover {
  background: #A3AA83;
  color: #464e55;
  text-decoration: none;
}

/*.visitors-book a::after {
  position: absolute;
  content: url('/images/resources/horsleylodge/book-now-pattern.png');
  top: 0px;
  left: 140px;
}*/

/* navbar styles */

.navbar {
  margin-bottom: 0px;
}

.body-public .nav {
  float: none;
}

.body-public .nav li {
  float: none;
  display: inline-block;
}

.navbar-inverse .navbar-inner {
  background: rgba(71,78,86,0.8);
  background-image: none;
  padding: 0px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.navbar .nav {
  margin: 0px;
}

.navbar .nav > li {
  margin: 25px 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.navbar .nav > li > a {
  color: white;
  text-transform: capitalize;
  padding: 25px 10px 20px;
  font-weight: 600;
  text-shadow: none;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  letter-spacing: 1px;
  font-size: 15px;
}

.navbar .nav > li.current > a, .navbar .nav > li > a:hover {
  color: #A3AA83;
}

.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-color: transparent;
  color: #A3AA83;
  box-shadow: none;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  color: #A3AA83;
}

.dropdown-menu {
  text-align: left;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.dropdown-menu > li > a {
  color: #464B51;
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover {
  color: #A3AA83;
  font-weight: 600;
  background-image: none;
  background: transparent;
}

/* scrolled header */

.header-wrapper.scrolled .header-logo {
  height: 87px;
}

.header-wrapper.scrolled .header-logo img {
  padding-top: 0px;
}

/*.header-wrapper.scrolled .navbar-inverse .navbar-inner {
  background: #5f1432;
}*/

.header-wrapper.scrolled .navbar .nav > li {
  margin: 11px 0px;
}

.header-wrapper.scrolled .navbar .nav > li > a {
  /*color: white;*/
  font-weight: 400;
}

/* .header-wrapper.scrolled .navbar .nav > li.current > a, .header-wrapper.scrolled .navbar .nav > li > a:hover {
  color: #b0840a;
}*/

.header-wrapper.scrolled .visitors-book a {
  line-height: 87px;
  /*background: #5f1432;
  color: white;*/
  font-weight: 400;
}

/*.header-wrapper.scrolled .visitors-book a:hover {
  color: #b0840a;
}*/

/*.header-wrapper.scrolled .visitors-book a::after {
  content: url('/images/resources/horsleylodge/book-now-pattern-scroll.png');
}*/

/*.header-wrapper.scrolled .navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  color: #b0840a;
}

.header-wrapper.scrolled .dropdown-menu {
  background: #390c1e;
}

.header-wrapper.scrolled .dropdown-menu > li > a {
  color: white;
} */

.header-wrapper.scrolled .dropdown-menu > li.current > a, .header-wrapper.scrolled .dropdown-menu > li > a:hover {
  color: #A3AA83;
  background-image: none;
  background: transparent;
  font-weight: 400;
}

/* .header-wrapper.scrolled .navbar-inverse .nav li.dropdown.active > .dropdown-toggle {
  color: #b0840a;
}

.header-wrapper.scrolled .navbar-inverse .nav li.dropdown.active:hover > .dropdown-toggle, .header-wrapper.scrolled .navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  color: #b0840a;
} */

/* course status box */

#course-pop-out .mobile-pop-up-image {
  display: none;
}

.desktop-pop-up-image:hover {
  cursor: pointer;
}

.course-status-box {
  opacity: 0;
  background: #464e55;
  position: fixed;
  top: 40%;
  right: 0px;
  border-bottom: 4px solid #A3AA83;
  z-index: -1;
  box-shadow: -1px 1px 10px 0px #000;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.course-status-content {
  width: 48px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.course-status-content.in-view {
  position: relative;
  display: inline-block;
  width: 250px;
}

.course-status-display {
  position: absolute;
  top: 0px;
  left: 50px;
  display: none;
  color: white;
}

.course-status-display.in-view {
  width: 190px;
  padding-right: 0px;
  display: block;
}

.course-status-display h3 {
  display: none;
}

/* footer styles */

.footer-wrapper {
  text-align: center;
  color: white;
}

.sponsors-footer {
  display: none;
  padding: 40px 150px;
  background: #5F1432;
}

.sponsors-footer img {
  margin: 0px 25px;
}

.bottom-footer {
  padding: 40px 150px 20px;
  /*background: url('/images/resources/horsleylodge/footer-bg.png');*/
  background: #464e55;
}

.bottom-footer h4 {
  margin: 15px 0px;
  color: white;
}

.bf-newsletter form {
  position: relative;
}

.bf-newsletter form .customFormLine {
  position: relative;
}

.bf-newsletter input[type*="text"] {
  width: 350px;
  height: 35px;
  border-radius: 0px;
  padding-right: 100px;
}

.bf-newsletter input[type*="submit"] {
  position: absolute;
  top: -11px;
  right: 8px;
  background: #A3AA83;
  color: white;
  border: none;
  box-shadow: none;
  padding: 7px 12px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.bf-newsletter input[type*="submit"]:hover {
  background: #A3AA83;
  color: #464e55;
}

.bf-newsletter .bottom-form-line {
  display: inline-block;
}

.bf-newsletter .bottom-form-line label {
  margin-bottom: 0px;
  float: right;
}

.bf-newsletter .bottom-form-line input {
  margin-top: -6px;
  margin-right: 10px;
}

.bf-address p {
  margin-bottom: 0px;
  font-size: 18px;
}

.bf-address span {
  font-size: 18px;
}

.bf-address .bf-tel {
  margin: 0px 20px;
}

.bf-address a {
  color: white;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.bf-address a:hover {
  color: #A3AA83;
  text-decoration: none;
}

.bf-social {
  padding-top: 25px;
}

.bf-social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid white;
  border-radius: 50%;
  margin: 0px 6px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.bf-social a i {
  font-size: 26px;
  color: white;
  padding-top: 13px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.bf-social a:hover {
  border: 1px solid #A3AA83;
  border-radius: 0px;
}

.bf-social a:hover i {
  color: #A3AA83;
}

.bf-border {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  height: 1px;
  background: white;
}

.bf-copy {
  padding-top: 30px;
}

.bf-copy-link {
  position: relative;
  margin: 0px 10px;
}

.bf-copy-link::after {
  content: '|';
  position: absolute;
  right: -14px;
  top: -2px;
}

.bf-copy-link.last::after {
  content: '';
}

.bf-copy-link a {
  color: white;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.bf-copy-link a:hover {
  text-decoration: none;
  color: #A3AA83;
}

.bf-ig-logo {
  padding-top: 15px;
}

.bf-ig-logo img {
  width: 120px;
}

/* home page styles */

#globalwrap {
  padding-top: 0px;
}

.home-page-wrapper {
  text-align: center;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

/* slideshow dots */

.content-wrapper .galleryWrapper {
  position: relative;
}

.content-wrapper .nivo-directionNav {
  display: none !important;
}

.content-wrapper .nivo-controlNav-Wrapper {
  z-index: 9;
  width: 200px;
  left: auto;
  right: 10px;
}

.content-wrapper .nivo-controlNav .nivo-control {
  background: url('/images/resources/horsleylodge/slideshow-dot-not-active.png');
  width: 14px;
  height: 14px;
}

.content-wrapper .nivo-controlNav .nivo-control.active {
  background: url('/images/resources/horsleylodge/slideshow-dot-active.png');
  background-position: 0px;
  width: 18px;
  height: 18px;
}

/* back to home styles */

.body-class-home.body-public #container {
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.home-content {
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.home-two-col {
  padding: 50px 150px;
}

.home-right-col {
  padding: 25px 50px;
  line-height: 32px;
}

.home-three-col-text h4 {
  color: #A3AA83;
  margin: 25px 0px;
}

.home-carousel-content h4 {
  color: #A3AA83;
}

.home-three-col {
  margin: 25px 150px 50px;
  position: relative;
}

.home-grey-bar {
  position: absolute;
  width: 100%;
  height: 238px;
  top: 80px;
  background: #DADBDD;
  z-index: -1;
}

.home-three-col-space {
  padding: 0px 50px;
}

.home-three-col-text {
  padding-top: 35px;
}

.home-carousel-section {
  padding: 0px 200px 50px;
}

#home-carousel {
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .home-image {
  width: 840px !important;
  z-index: 1;
  position: relative;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .home-image::after {
  content:'';
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  background: rgba(255,255,255,0.5);
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .home-image.active::after {
  z-index: -1;
}

.body-public .home-image img {
  max-width: 740px;
  width: 100%;
  padding-top: 35px;
  z-index: 1;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .home-image.active {
  z-index: 10;
}

.body-public .home-image.prev {
  text-align: right;
}

.body-public .home-image.active::after{
  opacity: 0;
}

.body-public .home-image.active img {
  max-width: 840px;
  width: 840px;
  z-index: 12;
  padding-top: 0px;
}

.body-public .home-carousel-spin {
  padding: 30px 100px 50px;
}

.body-public .home-carousel-content {
  text-align: center;
  opacity: 0;
  padding: 0px 40px;
  margin: 0px auto;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-class-home.body-public .footer-wrapper, .body-class-home.body-public {
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .active .home-carousel-content {
  opacity: 1;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .content-wrapper .film_roll_prev {
  position: absolute;
  bottom: 16%;
  width: 205px;
  height: 100px;
  left: 0px;
  top: auto;
  z-index: 9;
  color: white;
  background: white;
  border: none;
  border-radius: 0;
  opacity: 1;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .content-wrapper .film_roll_prev span {
  color: #A3AA83;
  font-size: 20px;
}

.body-public .content-wrapper .film_roll_prev:hover span {
  color: #60BF1B;
}

.body-public .content-wrapper .film_roll_prev img.carousel-hover {
  display: none;
}

.body-public .content-wrapper .film_roll_prev:hover img.carousel-hover {
  display: block;
}

.body-public .content-wrapper .film_roll_prev:hover img.carousel-not-hover {
  display: none;
}

.body-public .content-wrapper .film_roll_next {
  position: absolute;
  bottom: 16%;
  width: 205px;
  height: 100px;
  left: auto;
  right: 0px;
  top: auto;
  z-index: 9;
  color: white;
  background: white;
  border: none;
  border-radius: 0;
  opacity: 1;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .content-wrapper .film_roll_next span {
  color: #A3AA83;
  font-size: 20px;
}

.body-public .content-wrapper .film_roll_next:hover span {
  color: #60BF1B;
}

.body-public .content-wrapper .film_roll_next img.carousel-hover {
  display: none;
}

.body-public .content-wrapper .film_roll_next:hover img.carousel-hover {
  display: block;
}

.body-public .content-wrapper .film_roll_next:hover img.carousel-not-hover {
  display: none;
}

/* inner page */

.inner-page-wrapper {
  text-align: center;
  padding-bottom: 50px;
}

.inner-slideshow .wysiwyg-editable > br {
  display: none;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-nav {
  /*background: url('/images/resources/horsleylodge/footer-bg.png');*/
  background: #464e55;
  /*padding: 15px 100px;*/
}

.inner-nav .wysiwyg-editable > br {
  display: none;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  margin: 0px;
}

.inner-nav ul li {
  display: inline-block;
  float: none;
  margin: 0px 10px;
  position: relative;
}

.inner-nav ul li::after {
  content: '\f111';
  font-family: 'FontAwesome';
  color: white;
  font-size: 10px;
  position: absolute;
  top: -0.5px;
  right: -17px;
}

.inner-nav ul li:last-child::after {
  opacity: 0;
}

.inner-nav ul li a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.inner-nav ul li a:hover, .inner-nav ul li.current a {
  color: #A3AA83;
}

.inner-content-section {
  padding: 0px 150px;
}

.inner-content-text {
  padding: 20px 0px 50px;
}

.inner-link-box-image {
  position: relative;
}

.body-public .inner-link-box-hover {
  top: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(71,78,86,0.8);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.body-public .inner-link-box-image:hover .inner-link-box-hover {
  opacity: 1;
  z-index: 2;
}

.body-public .inner-link-box-read-more > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 110px;
    height: 24px;
    background-color: #A3AA83;
    color: white;
    padding: 10px;
    text-transform: uppercase;
}

.body-public .inner-link-box-read-more > a:hover {
  cursor: pointer;
}

.body-public .inner-page-overlay {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  top: 0px;
}

.body-public .inner-page-overlay.disp {
  opacity: 1;
  z-index: 1001;
}

.body-public .inner-page-overlay.disp .inner-page-pop-up-space {
  position: absolute;
  width: 600px;
  height: 350px;
  overflow-y: scroll;
  top: 30%;
  margin: 0px auto;
  left: 0;
  right: 0;
  text-align: center;
  background: white;
  box-shadow: 1px 1px 10px 5px #000;
  border-radius: 6px;
  padding: 30px;
}

.body-public .inner-page-pop-up-close {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 30px;
  width: 30px;
}

.body-public .inner-page-pop-up-close:hover {
  cursor: pointer;
}

.body-public .inner-page-pop-up-close .line {
  background: #A3AA83;
  width: 30px;
  position: absolute;
  height: 1px;
}

.body-public .inner-page-pop-up-close .line-1 {
  transform: rotateZ(45deg);
  top: 14px;
  left: 0px;
}

.body-public .inner-page-pop-up-close .line-2 {
  transform: rotateZ(-45deg);
  top: 14px;
  left: 0px;
}

.inner-link-box-title {
  padding-bottom: 15px;
}

.inner-line-box-content {
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.bottom-boxes {
  margin-top: 30px;
}

/* hole page */

.hole-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.hole-page-wrapper {
  text-align: center;
}

.hole-nav {
  padding: 15px 100px;
  background: url('/images/resources/horsleylodge/footer-bg.png');
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline-block;
  float: none;
  margin: 0px 10px;
  position: relative;
}

.hole-nav ul li::after {
  content: '\f111';
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 7px;
  color: white;
  top: 2px;
  right: -15px;
}

.hole-nav ul li:last-child::after {
  opacity: 0;
}

.hole-nav ul li a {
  color: white;
  display: inline-block;
  width: 25px;
  line-height: 25px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.hole-nav ul li.current a, .hole-nav ul li:hover a {
  color: #60BF1B;
}

.hole-slideshow .wysiwyg-editable > br {
  display: none;
}

.hole-nav .wysiwyg-editable > br {
  display: none;
}

.hole-content-section {
  padding: 50px 150px;
}

.hole-yards {
  padding-top: 30px;
  padding-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
  /*max-width: 724px;
  width: 100%;*/
  margin: 0px auto;
  display: inline-block;
}

.hole-yards .white {
  display: inline-block;
  margin: 0px 20px;
  width: 180px;
  text-align: left;
  float: left;
}

.hole-yards .white::before {
  content: url('/images/resources/horsleylodge/white-tee.png');
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 15px;
}

.hole-yards .yellow {
  display: inline-block;
  margin: 0px 20px;
  width: 180px;
  text-align: left;
  float: left;
}

.hole-yards .yellow::before {
  content: url('/images/resources/horsleylodge/yellow-tee.png');
  width: 22px;
  height: 22px;
  float: left;
   margin-right: 15px;
}

.hole-yards .red {
  display: inline-block;
  margin: 0px 20px;
  width: 180px;
  text-align: left;
  float: left;
}

.hole-yards .red::before {
  content: url('/images/resources/horsleylodge/red-tee.png');
  width: 22px;
  height: 22px;
  float: left;
   margin-right: 15px;
}

.hole-content-section .row-fluid .span4 {
  margin-left: 0px;
}

/* whole in one golf iframe styles */

.flyovercontent {
  width: 100%;
  margin: 0px auto;
}
.embed-container {
  height: auto;
  max-width: 800px;
  width: 100%;
  padding-bottom: 71%;
  overflow: visible;
  position: relative;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1900px) {
  .embed-container {
    padding-bottom: 53%;
  }
}

@media (min-width: 1850px) and (max-width: 1899px) {
  .embed-container {
    padding-bottom: 56%;
  }
}

@media (min-width: 1800px) and (max-width: 1849px) {
  .embed-container {
    padding-bottom: 59%;
  }
}

@media (min-width: 1750px) and (max-width: 1799px) {
  .embed-container {
    padding-bottom: 62%;
  }
}

@media (min-width: 1700px) and (max-width: 1749px) {
  .embed-container {
    padding-bottom: 67%;
  }
}

@media (min-width: 1650px) and (max-width: 1699px) {
  .embed-container {
    padding-bottom: 70%;
  }
}

.hole-tip {
  padding-top: 20px;
}

.body-public .nav > .nav-menu-competition\.php, .body-public .nav > .nav-menu-home {
  display: none;
}

/* default page styles */

[class*="php-"], .body-class-visitorbooking, [class*="body-class-setcoursestatus"], .body-class-members, .body-class-opens {
  background: url('/images/resources/horsleylodge/Golf Course.JPG');
  background-size: cover;
  background-attachment: fixed;
}

[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper {
  width: 1170px;
  margin: 0px auto;
  padding-top: 200px;
  padding-bottom: 50px;
}

[class*="php-"] .content-wrapper #globalwrap, .body-class-members .content-wrapper #globalwrap, .body-class-visitorbooking .content-wrapper #globalwrap, [class*="body-class-setcoursestatus"] .content-wrapper #globalwrap, .body-class-opens .content-wrapper #globalwrap {
  background: rgba(255,255,255,0.95);
  padding: 20px;
  border: 2px solid #A3AA83;
}

[class*="php-"] .sponsors-footer, .body-class-visitorbooking .sponsors-footer, [class*="body-class-setcoursestatus"] .sponsors-footer, .body-class-opens .sponsors-footer {
  display: none;
}

[class*="php-"] .bf-newsletter, .body-class-visitorbooking .bf-newsletter, [class*="body-class-setcoursestatus"] .bf-newsletter, .body-class-opens .bf-newsletter {
  display: none;
}

/* sticky footer */

@media (min-width: 1200px) {
  html {
    min-height: 100%;
    position: relative;
  }
  .body-class-members, .body-public[class*="php-"], .body-class-visitorbooking, .body-class-opens, [class*="body-class-setcoursestatus"], .body-class-opens {
    margin-bottom: 325.5px;
  }
  .body-class-members .footer-wrapper, .body-public[class*="php-"] .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-opens .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-class-opens .footer-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 325.5px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  html {
    min-height: 100%;
    position: relative;
  }
  .body-class-members, .body-public[class*="php-"], .body-class-visitorbooking, .body-class-opens, [class*="body-class-setcoursestatus"], .body-class-opens {
    margin-bottom: 325px;
  }
  .body-class-members .footer-wrapper, .body-public[class*="php-"] .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-opens .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-class-opens .footer-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 325px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  html {
    min-height: 100%;
    position: relative;
  }
  .body-class-members, .body-public[class*="php-"], .body-class-visitorbooking, .body-class-opens, [class*="body-class-setcoursestatus"], .body-class-opens {
    margin-bottom: 349px;
  }
  .body-class-members .footer-wrapper, .body-public[class*="php-"] .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-opens .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-class-opens .footer-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 349px;
  }
}

/* login styles */

#login {
  text-align: center;
}

#login h3 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 30px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login .form-horizontal .control-group {
  margin-bottom: 30px;
}

#login .checkbox {
  padding-left: 0px;
}

#login input {
  width: 100% !important;
}

.body-public #login input[type*="submit"] {
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 10px;
}

input[type*="submit"], a.btn {
  background-color: #A3AA83;
  background-image: none;
  color: white;
  text-shadow: none;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover {
  color: #464e55;
  background-color: #A3AA83;
  background-image: none;
}

/* members styles */

.php-index .content-wrapper #globalwrap {
  background: transparent;
  padding: 0px;
  border: none;
}

[class*="php-"] {
  color: #000;
}

.body-class-members .content-wrapper {
  padding-top: 100px;
  color: black;
}

.body-class-members h4 {
  color: black;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,1);
  border: 2px solid #A3AA83;
}

.php-weatherfg .weatherImage {
  background: #A3AA83;
}

.body-class-members .course-status-box {
  display: none;
}

.body-class-members .visitors-book {
  display: none;
}

.body-class-members .navbar-section {
  margin-right: 0px;
}

.body-class-members .sponsors-footer, .body-class-members .bf-newsletter {
  display: none;
}

.body-class-members .nav .dropdown-menu li.nav-menu-information {
  display: none;
}

.body-class-members .diary td {
  background: white;
}

.php-ckeditor .navbar-inverse .navbar-inner {
  background: #000;
}

.php-ckeditor #nav {
  display: none;
}

/* table styles */

.inner-content-text table th {
  background-color: #A3AA83;
  color: white;
  font-weight: 400;
  /*border: 2px solid #A3AA83;*/
  padding: 8px 4px;
}

.inner-content-text table td {
  padding: 8px 4px;
}

.inner-content-text table tr:nth-child(even) td {
  background: #eee;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background: #eee;
}

/* google map */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 230px !important;
}

.hole-map img {
  width: 100%;
}

/* slideshow styles */

.content-wrapper .nivo-caption {
  background: transparent;
  opacity: 1;
}

.content-wrapper .nivo-caption h4 {
  background: rgba(95,20,50,0.5);
  padding: 10px 15px;
  display: inline-block;
  color: white;
  margin: 0px;
}

.content-wrapper .nivo-caption p {
  text-shadow: 1px 1px #000;
}

form input[type*="submit"] {
  border: none;
  min-width: 150px;
  padding: 10px;
}

/* responsive styles */

/* various desktop sizes */

@media (min-width: 1700px) {
  .header-logo-small {
    display: none;
  }
  .header-logo-large {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1699px){
  .header-logo-large {
    display: none;
  }
  .header-logo-small {
    display: block;
  }
  .navbar-section {
    margin-right: 165px;
    margin-left: 220px;
  }
  .visitors-book a {
    width: 165px;
  }
  .visitors-book a::after {
    left: 95px;
  }
  .sponsors-footer {
    padding: 40px 40px;
  }
}

@media (min-width: 1500px) and (max-width: 1799px) {
  .home-two-col {
    padding: 50px 100px;
  }
  .home-three-col {
    margin: 25px 100px 50px;
  }
  .home-grey-bar {
    top: 100px;
    height: 200px;
  }
  .body-public .home-image {
    width: 640px !important;
  }
  .body-public .home-image img {
    max-width: 500px;
    padding-top: 50px;
  }
  .body-public .home-image.active img {
    max-width: 640px;
    width: 640px;
    padding-top: 0px;
  }
  .home-carousel-section {
    padding: 0px 100px 50px;
  }
  .body-public .content-wrapper .film_roll_prev {
    bottom: 23%;
  }
  .body-public .content-wrapper .film_roll_next {
    bottom: 23%;
  }
  .hole-content-section {
    padding: 50px 100px;
  }
  .inner-content-section {
    padding: 50px 100px;
  }
  .body-public .home-carousel-content {
    padding: 0px 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .navbar .nav > li > a {
    font-size: 12px;
    padding: 25px 5px 20px;
  }
  .header-wrapper.scrolled .navbar .nav > li > a {
    font-size: 12px;
    padding: 25px 5px 20px;
  }
  .navbar-section {
    margin-right: 140px;
  }
  .visitors-book a {
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    width: 120px;
  }
  .visitors-book a::after {
    left: 70px;
  }
  .sponsors-footer img {
    max-width: 175px;
    margin: 0px 15px;
  }
  .home-two-col {
    padding: 50px;
  }
  .home-three-col {
    margin: 25px 50px 50px;
  }
  .home-three-col-space {
    padding: 0px 25px;
  }
  .home-grey-bar {
    top: 90px;
    height: 180px;
  }
  .home-right-col {
    padding: 15px;
  }
  .home-carousel-section {
    padding: 0px 50px 50px;
  }
  .body-public .home-image {
    width: 440px !important;
  }
  .body-public .home-image img {
    max-width: 350px;
    padding-top: 30px;
  }
  .body-public .home-image.active img {
    max-width: 440px;
    width: 440px;
    padding-top: 0px;
  }
  .home-carousel-section {
    padding: 0px 100px 50px;
  }
  .body-public .home-carousel-spin {
    padding: 30px 50px 50px;
  }
  .body-public .content-wrapper .film_roll_prev {
    bottom: 32%;
  }
  .body-public .content-wrapper .film_roll_next {
    bottom: 32%;
  }
  .body-public .home-carousel-content {
    padding: 0px 25px;
  }
  .hole-content-section {
    padding: 50px;
  }
  .inner-content-section {
    padding: 0px 50px;
  }
  .bottom-footer {
    padding: 40px 50px 20px;
  }
  .body-class-members .navbar .nav > li > a {
    padding: 25px 15px 20px;
  }
}

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .header-logo-large {
    display: none;
  }
  .header-logo-small {
    display: block;
  }
  .header-logo {
    width: 125px;
  }
  .header-logo img {
    padding-top: 28px;
  }
  .header-wrapper.scrolled .header-logo img {
    padding-top: 14px;
  }
  .navbar-section {
    margin-left: 125px;
    margin-right: 100px;
  }
  .visitors-book a::after {
    opacity: 0;
  }
  .visitors-book a {
    width: 100px;
    font-size: 12px;
  }
  .navbar .nav > li > a {
    padding: 25px 5px 20px;
    font-size: 10px;
    text-transform: uppercase;
  }
  .dropdown-menu > li > a {
    font-size: 14px;
  }
  .inner-content-section {
    padding: 0px 25px;
  }
  .hole-content-section {
    padding: 50px 25px;
  }
  .hole-nav ul li {
    margin: 0px 7px;
  }
  .hole-nav ul li::after {
    right: -11px;
  }
  .home-two-col {
    padding: 50px 25px;
  }
  .home-right-col {
    padding: 10px 15px;
  }
  .home-three-col {
    margin: 25px 25px 50px;
  }
  .home-three-col-space {
    padding: 0px 25px;
  }
  .home-grey-bar {
    top: 60px;
    height: 170px;
  }
  .home-carousel-section {
    padding: 0px 25px 50px;
  }
  .body-public .home-carousel-spin {
    padding: 30px 25px 50px;
  }
  .body-public .home-image {
    width: 440px !important;
  }
  .body-public .home-image img {
    max-width: 280px;
    padding-top: 45px;
  }
  .body-public .home-image.active img {
    max-width: 440px;
    width: 440px;
    padding-top: 0px;
  }
  .home-carousel-section {
    padding: 0px 100px 50px;
  }
  .body-public .home-carousel-spin {
    padding: 30px 50px 50px;
  }
  .body-public .content-wrapper .film_roll_prev {
    bottom: 32%;
    width: 100px;
  }
  .body-public .home-carousel-content {
    padding: 0px 20px;
  }
  .body-public .content-wrapper .film_roll_next {
    bottom: 32%;
    width: 100px;
  }
  .sponsors-footer {
    padding: 40px 25px;
  }
  .sponsors-footer img {
    max-width: 150px;
    margin: 0px 15px;
  }
  .bottom-footer {
    padding: 40px 25px 20px;
  }
  .bf-copy {
    font-size: 14px;
  }
  [class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper {
    width: 940px;
  }
  .bf-address p {
    font-size: 16px;
  }
  .bf-address span {
    font-size: 16px;
  }
  .body-class-members .navbar .nav > li > a {
    font-size: 14px;
    padding: 25px 15px 20px;
  }
  .body-class-members .content-wrapper .container {
    max-width: 100%;
  }
  .table th, .table td {
    padding: 4px;
    font-size: 14px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .header-logo-large {
    display: none;
  }
  .header-logo-small {
    display: block;
  }
  .visitors-book a {
    width: 160px;
    left: 220px;
    background: #A3AA83;
    color: white;
    font-weight: 400;
  }
  .visitors-book a:hover {
    background: #A3AA83;
    color: #464e55;
  }
  .navbar-section {
    margin-left: 220px;
    margin-right: 10px;
  }
  .bottom-footer {
    padding: 40px 20px 20px;
  }
  .bf-address p {
    font-size: 16px;
  }
  .bf-address span {
    font-size: 16px;
  }
  .body-public .header-wrapper {
    position: fixed;
    background: #464e55;
  }
  .body-public.body-class-home .content-wrapper {
    padding-top: 117px;
  }
  .body-contentpage .content-wrapper {
    padding-top: 117px;
  }
  .home-two-col {
    padding: 50px 20px;
  }
  .home-right-col {
    padding: 10px;
  }
  .home-three-col {
    margin: 25px 20px 50px;
  }
  .home-three-col-space {
    padding: 0px 20px;
  }
  .home-grey-bar {
    height: 120px;
    top: 65px;
  }
  .home-carousel-section {
    padding: 0px 20px 50px;
  }
  .body-public .home-carousel-spin {
    padding: 30px 0px 50px;
  }
  .body-public .home-image {
    width: 340px !important;
  }
  .body-public .home-image img {
    max-width: 260px;
    padding-top: 25px;
  }
  .body-public .home-image.active img {
    max-width: 340px;
    width: 340px;
    padding-top: 0px;
  }
  .home-carousel-section {
    padding: 0px 100px 50px;
  }
  .body-public .home-carousel-spin {
    padding: 30px 0px 50px;
  }
  .body-public .home-carousel-content {
    width: 340px;
    padding: 0px;
  }
  .body-public .content-wrapper .film_roll_prev {
    bottom: 32%;
    width: 100px;
  }
  .body-public .content-wrapper .film_roll_next {
    bottom: 32%;
    width: 100px;
  }
  .sponsors-footer {
    padding: 40px 20px;
  }
  .sponsors-footer img {
    max-width: 120px;
    margin: 0px 10px;
  }
  .bottom-footer {
    padding: 40px 20px 20px;
  }
  .inner-content-section {
    padding: 0px 20px;
  }
  .bf-copy {
    width: 724px;
    margin: 0px auto;
  }
  [class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper {
    width: 724px;
  }
  .inner-link-box-title {
    padding-bottom: 15px;
  }
  .inner-link-box-title h3 {
    font-size: 20px;
  }
  .hole-nav ul {
    width: 440px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    opacity: 0;
  }
  .hole-content-section {
    padding: 50px 20px;
  }
  .body-class-members .content-wrapper .container {
    max-width: 100%;
  }
  .php-knockout .content-wrapper #globalwrap {
    overflow-x: scroll;
  }
  .table th, .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .btn-navbar {
    background-color: transparent;
    background-image: none;
    width: 120px;
    text-shadow: none;
    margin-top: 41px;
    border: 2px solid white;
    box-shadow: none;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
  }
  .header-wrapper.scrolled .navbar-inverse .btn-navbar {
    margin-top: 25px;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus {
    border: 2px solid #A3AA83;
    color: #A3AA83;
    background-color: transparent;
    background-image: none;
  }
  .navbar-inverse .club-menu-button-lines {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
  }
  .navbar-inverse .btn-navbar .club-menu-button-lines .icon-bar {
    background-color: white;
  }
  .navbar-inverse .btn-navbar:hover .club-menu-button-lines .icon-bar, .navbar-inverse .btn-navbar:focus .club-menu-button-lines .icon-bar {
    background: #A3AA83;
  }
  .navbar-inverse .club-menu-button {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
  }
  .navbar-inverse .navbar-inner {
    background: transparent;
    text-align: left;
  }
  .navbar-inner {
    padding-top: 20px;
  }
  .navbar .nav > li {
    margin: 0px;
    display: inline;
  }
  .navbar-section {
    margin-left: 10px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: white;
    font-weight: 400;
    padding: 10px 15px;
    text-transform: capitalize;
  }
  .navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
    color: #A3AA83;
  }
  .navbar-inverse .nav-collapse .nav > li:hover > a {
    background-color: transparent;
    background-image: none;
    color: #A3AA83;
  }
  .nav .dropdown-menu {
    background-color: #383e44;
  }
  .nav .dropdown-menu > li {
    display: inline !important;
  }
  .nav .dropdown-menu > li.nav-menu-information {
    display: none !important;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li.current > a, .navbar-inverse .nav-collapse .dropdown-menu > li > a:hover {
    background-image: none;
    background-color: transparent;
    color: #A3AA83;
  }
  .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: #A3AA83;
  }
  .header-wrapper {
    background: #464e55;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  .home-three-col-image {
    padding-top: 20px;
  }
  .home-three-col-image img {
    max-width: 500px;
    width: 100%;
  }
  .home-left-col img {
    max-width: 500px;
    width: 100%;
  }
  .inner-image {
    padding: 20px 0px;
  }
  .inner-image img {
    max-width: 500px;
    width: 100%;
  }
  .inner-link-box-image img {
    max-width: 500px;
    width: 100%;
  }
  .home-three-col-text {
    padding-top: 20px;
  }
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-wrapper {
    background: #464e55;
  }
  .header-logo {
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
  }
  .header-logo-large {
    display: none;
  }
  .header-logo .header-logo-small {
    display: block;
    padding-top: 0px;
  }
  .header-logo {
    width: 202px;
    height: 87px;
  }
  .visitors-book a {
    width: 160px;
    left: 202px;
    background: #A3AA83;
    color: white;
    font-weight: 400;
    line-height: 87px;
  }
  .visitors-book a:hover {
    background: #A3AA83;
    color: #464e55;
  }
  .navbar-section {
    margin-right: 10px;
  }
  .navbar-inverse .btn-navbar {
    margin-top: 25px;
  }
  .header-wrapper.scrolled .header-logo {
    width: 150px;
    height: 65px;
  }
  .header-wrapper.scrolled .visitors-book a {
    line-height: 65px;
  }
  .visitors-book a::after {
    opacity: 1;
  }
  .header-wrapper.scrolled .visitors-book a::after {
    opacity: 0;
  }
  .header-wrapper.scrolled .navbar-inverse .btn-navbar {
    margin-top: 14px;
  }
  [class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper {
    width: 100%;
  }
  .body-public.body-class-home .content-wrapper {
    padding-top: 87px;
  }
  .body-contentpage .content-wrapper {
    padding-top: 87px;
  }
  .home-two-col {
    padding: 50px 20px;
  }
  .home-right-col {
    padding: 0px;
  }
  .home-three-col {
    margin: 25px 20px 50px;
  }
  .home-three-col-space {
    padding: 0px;
  }
  .home-grey-bar {
    display: none;
  }
  .home-image-content img {
    position: relative;
  }
  .home-image-content img::after {
    content:'';
    width: 110%;
    height: 50px;
    position: absolute;
    bottom: 40px;
    background: #dadbdd;
  }
  .body-public .home-image {
    width: 320px !important;
  }
  .body-public .home-image img {
    max-width: 180px;
  }
  .body-public .home-image.active img {
    max-width: 320px;
    width: 320px;
  }
  .home-carousel-section {
    padding: 0px 20px 50px;
  }
  .body-public .home-carousel-spin {
    padding: 30px 0px 50px;
  }
  .body-public .home-carousel-content {
    width: 320px;
    padding: 0px;
  }
  /*.body-public .content-wrapper .film_roll_prev {
    display: none !important;
  }
  .body-public .content-wrapper .film_roll_next {
    display: none !important;
  }*/
  .sponsors-footer {
    padding: 40px 20px;
  }
  .sponsors-footer a {
    display: block;
    width: 100%;
  }
  .sponsors-footer img {
    max-width: 280px;
    margin: 10px 0px;
    display: inline-block;
  }
  .bottom-footer {
    padding: 40px 20px 20px;
  }
  .bf-address p {
    font-size: 14px;
  }
  .bf-address span {
    font-size: 14px;
  }
  .bf-address .bf-tel {
    margin: 0px 10px;
  }
  .bf-newsletter input[type*="text"] {
    width: 260px;
  }
  .bf-copy {
    font-size: 14px;
  }
  .bf-copy-link {
    display: block;
  }
  .bf-copy-link::after {
    content: '';
  }
  .bf-email {
    display: block;
  }
  .bf-tel {
    display: block;
  }
  .bf-fax {
    display: block;
  }
  #globalwrap .nivo-controlNav-Wrapper {
    bottom: 0px;
    padding: 5px 0px;
  }
  #course-pop-out .desktop-pop-up-image {
    display: none;
  }
  #course-pop-out .mobile-pop-up-image {
    display: block;
  }
  .course-status-content {
    width: 21px;
  }
  .course-status-content {
    cursor: pointer;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    padding: 5px 15px;
  }
  .hole-nav {
    padding: 15px 20px;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 5px 9px;
  }
  .hole-nav ul li:nth-child(6)::after, .hole-nav ul li:nth-child(12)::after {
    opacity: 0;
  }
  .inner-content-section {
    padding: 0px 20px;
  }
  .hole-content-section {
    padding: 50px 20px;
  }
  .hole-yards .white {
    margin: 10px auto;
    display: block;
    text-align: center;
  }
  .hole-yards .yellow {
    margin: 10px auto;
    display: block;
    text-align: center;
  }
  .hole-yards .red {
    margin: 10px auto;
    display: block;
    text-align: center;
  }
  .hole-map {
    padding-top: 20px;
    clear: both;
  }
  .inner-nav {
    padding: 15px 20px;
  }
  .inner-nav ul li {
    display: block;
    margin: 8px 0px;
  }
  .inner-nav ul li::after {
    content: '';
  }
  .body-public .inner-page-overlay.disp .inner-page-pop-up-space {
    width: 400px;
  }
  .inner-link-box {
    margin-top: 20px;
  }
  .home-left-col {
    padding-top: 20px;
    clear: both;
  }
  [class*="php-"], .body-class-visitorbooking, .body-class-setcoursestatus, .body-class-members {
    background: #eee;
  }
  [class*="php-"] .content-wrapper #globalwrap, .body-class-members .content-wrapper #globalwrap, .body-class-visitorbooking .content-wrapper #globalwrap, .body-class-setcoursestatus .content-wrapper #globalwrap {
    background: #fff;
  }
  [class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-setcoursestatus .content-wrapper {
    padding-top: 140px;
  }
  .body-class-members .content-wrapper {
    padding-top: 75px;
  }
  .php-index .content-wrapper #globalwrap {
    background: #eee;
  }
  .inner-sidebar img {
    max-width: 500px;
    width: 100%;
  }
  table td {
    font-size: 14px;
  }
  .table th, .table td {
    padding: 4px;
    font-size: 12px;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .php-roundmgmt .dateperiods {
    float: none;
  }
  .php-roundmgmt #globalwrap {
    overflow-x: scroll;
  }
  .php-directory #globalwrap {
    overflow-x: scroll;
  }
  .php-messages #globalwrap {
    overflow-x: scroll;
  }
  .php-diary #globalwrap {
    overflow-x: scroll;
  }
  .php-viewround #globalwrap {
    overflow-x: scroll;
  }
  .php-competition #globalwrap {
    overflow-x: scroll;
  }
  #globalwrap .nivo-controlNav-Wrapper {
    display: none;
  }
}

/* small mobile header */

@media (min-width: 0px) and (max-width: 499px) {
  .header-logo {
    width: 150px;
    height: 65px;
  }
  .header-logo .header-logo-small {
    width: 150px;
  }
  .visitors-book a {
    width: 85px;
    font-size: 12px;
    line-height: 65px;
    left: 150px;
  }
  .visitors-book a::after {
    display: none;
  }
  .navbar-inverse .btn-navbar {
    width: 100px;
    margin-right: 5px;
    margin-top: 14px;
  }
  .body-public.body-class-home .content-wrapper {
    padding-top: 65px;
  }
  .body-contentpage .content-wrapper {
    padding-top: 65px;
  }
  .body-public .home-image {
    width: 200px !important;
  }
  .body-public .home-image img {
    max-width: 120px;
  }
  .body-public .home-image.active img {
    max-width: 200px;
    width: 200px;
  }
  .home-carousel-section {
    padding: 0px 20px 50px;
  }
  .body-public .home-carousel-spin {
    padding: 30px 0px 50px;
  }
  .body-public .home-carousel-content {
    width: 200px;
    padding: 0px;
  }
  /*.body-public .content-wrapper .film_roll_prev {
    display: none !important;
  }
  .body-public .content-wrapper .film_roll_next {
    display: none !important;
  }*/
  .bf-newsletter input[type*="text"] {
    width: 150px;
  }
  .body-public .inner-page-overlay.disp .inner-page-pop-up-space {
    width: 200px;
  }
  .home-carousel-content p {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 359px) {
  .header-logo {
    width: 120px;
    height: 52px;
  }
  .header-logo .header-logo-small {
    width: 120px;
  }
  .visitors-book a {
    line-height: 52px;
    left: 120px;
  }
  .navbar-inverse .btn-navbar {
    margin-right: 0px;
    margin-top: 7px;
    font-size: 12px;
  }
  .body-class-members .navbar-inverse .btn-navbar {
    margin-right: 5px;
  }
  .header-wrapper.scrolled .header-logo {
    width: 120px;
    height: 52px;
  }
  .header-wrapper.scrolled .visitors-book a {
    line-height: 52px;
  }
  .header-wrapper.scrolled .navbar-inverse .btn-navbar {
    margin-top: 7px;
  }
  .body-public.body-class-home .content-wrapper {
    padding-top: 52px;
  }
  .body-contentpage .content-wrapper {
    padding-top: 52px;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
}

@media (min-height: 0px) and (max-height: 415px) {
  .body-public .navbar-inverse .nav-collapse .nav > li > a, .body-public .navbar-inverse .nav-collapse .dropdown-menu a {
    padding: 0px 15px;
    font-size: 12px;
  }
  .body-public .nav {
    padding-top: 15px;
  }
}

@media (min-width: 0px) and (max-width: 479px) {
  table td {
    font-size: 12px;
  }
  .table th, .table td {
    padding: 1px;
  }
  .php-hcaplist .btn-group {
    display: block;
  }
  .php-hcaplist .btn-group .btn {
    display: block;
  }
  .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 10px;
  }
  .btn-group > .btn:first-child {
    margin-left: -1px;
    border-radius: 0;
  }
  .btn-group > .btn:last-child {
    border-radius: 0;
  }
  .php-analysis .btn-group.pull-right {
    float: none;
  }
  .php-analysis .btn-group .btn {
    display: block;
    width: 100%;
  }
  .php-analysis .row-fluid .span7 .pull-left {
    float: none;
  }
}

/* additional styles */

.home-left-col {
  margin-left: 0px !important;
}

.bf-newsletter form input[type*="submit"] {
  width: 90px;
}

.php-slideshow_admin .slideshow {
      column-count: 3;
}

.bf-newsletter .customFormLine > br {
  display: none;
}

img.carousel-not-hover {
  display: block;
}

.home-carousel-content {
  display: inline-block;
}

/* fancy buttons on touch devices */

@media (min-width: 0px) and (max-width: 1199px) {
  .body-public .inner-link-box-hover {
    opacity: 1;
    z-index: 1;
    background: transparent;
    position: relative;
  }
  .body-public .inner-link-box-read-more > a {
    background-color: #A3AA83;
    position: relative;
    margin-top: 15px;
    display: inline-block;
  }
}

/* course status fixes */

@media (min-width: 0px) and (max-width: 767px) {
  [class*="body-class-setcoursestatus"] #global a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] textarea {
    width: 240px !important;
  }
  [class*="body-class-setcoursestatus"] form input[type*="submit"] {
    margin-top: 10px;
  }
}

.members-page-wrapper {
  text-align: center;
}

@media (min-width: 0px) and (max-width: 767px) {
  .members-sidebar {
    padding-top: 20px;
  }
  .members-sidebar img {
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
  }
}

/* newsletter */

.newsletter-page {
  padding-top: 200px;
  text-align: center;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .bf-copy-link {
    display: block;
    margin: 10px;
  }
  .bf-copy-link a {
    font-size: 14px;
  }
  .bf-copy-link.last::after {
    content: '';
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .bf-copy-link {
    display: block;
    margin: 10px;
  }
  .bf-copy-link.last::after {
    content: '';
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .navbar-inner {
    padding-top: 15px;
  }
}

.home-image, .home-image img {
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

/*.body-public .home-image.prev img {
  float: right;
}*/

/* pop up box height */

@media (min-height: 0px) and (max-height: 399px) {
  .body-public .inner-page-overlay.disp .inner-page-pop-up-space {
    top: 40px;
    height: 180px;
  }
}

@media (min-height: 400px) and (max-height: 499px) {
  .body-public .inner-page-overlay.disp .inner-page-pop-up-space {
    top: 40px;
    height: 270px;
  }
}

@media (min-height: 500px) and (max-height: 599px) {
  .body-public .inner-page-overlay.disp .inner-page-pop-up-space {
    top: 60px;
    height: 350px;
  }
}

@media (min-height: 600px) and (max-height: 699px) {
  .body-public .inner-page-overlay.disp .inner-page-pop-up-space {
    top: 80px;
    height: 430px;
  }
}

@media (min-height: 700px) and (max-height: 799px){
  .body-public .inner-page-overlay.disp .inner-page-pop-up-space {
    top: 100px;
    height: 510px;
  }
}

@media (min-height: 800px) and (max-height: 899px){
  .body-public .inner-page-overlay.disp .inner-page-pop-up-space {
    top: 120px;
    height: 590px;
  }
}

@media (min-height: 900px) {
  .body-public .inner-page-overlay.disp .inner-page-pop-up-space {
    top: 140px;
    height: 670px;
  }
}

/* pop up image size */

.inner-link-box-image img {
  max-height: 260px;
}

@media (min-width: 1500px) and (max-width: 1799px) {
  .inner-link-box-image img {
    max-height: 210px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .inner-link-box-image img {
    max-height: 180px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-link-box-image img {
    max-height: 150px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-link-box-image img {
    max-height: 120px;
  }
}

  .inner-link-box-title h3 {
    font-size: 16px;
  }


.inner-content-section form input[type*="submit"] {
  display: block;
  text-align: center;
  margin: 10px auto 0px;
}

/* fixes */

@media (min-width: 768px) and (max-width: 1199px) {
  .bf-copy-link::after {
    content: '';
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .hole-yards {
    width: 180px;
    margin: 0px auto;
  }
  .body-public .nav {
    padding-top: 15px;
  }
  [class*="php-"] .content-wrapper #globalwrap, .body-class-members .content-wrapper #globalwrap, .body-class-visitorbooking .content-wrapper #globalwrap, [class*="body-class-setcoursestatus"] .content-wrapper #globalwrap {
    margin: 0px 10px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-word;
  }
}

@media (min-width: 0px) and (max-width: 479px) {
  .php-weatherfg .nav-tabs > li > a {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
  }
}

.body-public .inner-page-overlay.disp {
  position: fixed;
  top: 0px;
  display: block;
}

.body-public .inner-page-overlay {
  position: absolute;
  bottom: 0px;
  display: none;
}

.inner-content-section ul li::before, .inner-page-pop-up-space ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #A3AA83;
  font-size: 10px;
}

.inner-content-section ul li, .inner-page-pop-up-space ul li {
  list-style: none;
}

.inner-link-box-image {
  display: inline-block;
}

.inner-content-section .gallery-thumbs ul li::before {
  display: none;
}

.course-status-box.show {
  z-index: 65;
}

.bf-newsletter form input[type*="submit"] {
  min-width: 90px;
}

@media (min-width: 0px) and (max-width: 499px) {
  .bf-newsletter form input[type*="submit"] {
    min-width: 90px;
    width: 90px;
  }
}

.body-class-privacy .inner-content-section, .body-class-golf_terms_and_conditions .inner-content-section, .body-class-hotel_terms_and_conditions .inner-content-section {
  padding-top: 150px;
}

.inner-page-pop-up-space ul, .inner-content-text ul {
  margin: 10px 0px;
}

.inner-page-pop-up-space a {
  word-break: break-word;
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-class-privacy .inner-content-section, .body-class-golf_terms_and_conditions .inner-content-section, .body-class-hotel_terms_and_conditions .inner-content-section {
    padding-top: 50px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public .inner-page-overlay.disp .inner-page-pop-up-space {
    padding: 30px 15px;
  }
  h1 {
    font-size: 22px;
    line-height: 32px;
  }
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
  /*iframe[src*="youtube.com"] {
    width: 280px !important;
    height: 158px !important;
  }*/
  .body-class-featured_suppliers .inner-link-box-image img {
    width: auto;
  }
}

#ui-datepicker-div {
  display: none;
}

.body-public .content-wrapper .film_roll_next {
  bottom: 50px;
}

.body-public .content-wrapper .film_roll_prev {
  bottom: 50px;
}

.body-public .home-carousel-content {
  padding: 0px;
  width: 100%;
}

.body-public .home-carousel-content > .wysiwyg-editable {
  padding: 0px 40px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public .home-carousel-content > .wysiwyg-editable {
    padding: 0px 0px;
  }
} 

.sponsors-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 980px) {
  .body-class-members .navbar-inverse .navbar-inner {
    background: rgba(71,78,86,1);
  }
  .body-class-members .header-logo {
    background: rgba(71,78,86,1);
  }
}

.body-class-members .content-wrapper #globalwrap {
  background: white;
}

.body-class-members li.nav-menu-news\.php .dropdown-menu {
  display: none;
}

.php-index .content-wrapper #globalwrap {
  background: transparent;
}

.body-class-members.php-ckeditor .navbar-inverse .navbar-inner {
  background: #000;
}

/*.body-class-our_menus .inner-content-text table td {
  border: none;
}*/

.body-class-our_menus h5 a {
  margin-top: 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-our_menus table h3 {
    font-size: 18px;
  }
}

.inner-slideshow p {
  margin: 0px;
}

.body-contentpage .content-wrapper li {
  position: relative;
}

@media (min-width: 500px) and (max-width: 767px) {
  .inner-content-text iframe {
    width: 460px !important;
    height: 258px !important;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .film_roll_next img {
    width: 100px;
  }
  .film_roll_prev img {
    width: 100px;
  }
  .body-public .content-wrapper .film_roll_next {
    width: 100px;
  }
  .body-public .content-wrapper .film_roll_prev {
    width: 100px;
  }
}

@media (min-width: 0px) and (max-width: 499px) {
  .inner-content-text iframe {
    width: 280px !important;
    height: 157px !important;
  }
  .film_roll_next img {
    width: 60px;
  }
  .film_roll_prev img {
    width: 60px;
  }
  .body-public .content-wrapper .film_roll_next {
    width: 60px;
  }
  .body-public .content-wrapper .film_roll_prev {
    width: 60px;
  }
}

.bf-newsletter p {
  line-height: 24px;
  font-size: 14px;
}

.body-contentpage hr {
  border-color: #A7AF8B;
}

.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.foreground-video,
.background-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .foreground-video {
    height: 310%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .foreground-video {
    width: 300%;
    left: -100%;
  }
}

.home-video .inner-slideshow {
  position: relative;
  height: 80vh;
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .home-video .inner-slideshow {
    height: 60vh;
  }
}

.bf-trip {
  width: 150px;
  margin: 20px auto 0px;
}

.body-public.body-class-visitorbooking .header-wrapper {
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .header-logo-small {
    width: 230px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-public .header-logo-small {
    width: 230px;
  }
}

.page-url-competitionphptimefuture .content-wrapper table a[href*="compid"], .page-url-competitionphp .content-wrapper table a[href*="compid"] {
  color: #000;
  text-decoration: underline;
}

.page-url-competitionphptimefuture .content-wrapper table a[href*="compid"].btn, .page-url-competitionphp .content-wrapper table a[href*="compid"].btn {
  color: #fff;
  text-decoration: none;
}

/* end anton styles */

.php-ckeditor #wysiwyg-container th, .php-ckeditor #wysiwyg-container td {
    border: 1px solid #000 !important;
}