/* anton styles */

/* temp visitors menu */

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php {
  display: none;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

/* general styles */

body {
  background: url('/images/resources/royalcountydown/background.jpg');
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.body-contentpage .header-logo, .body-class-home.body-public .header-logo {
  display: none;
}

.body-public #globalwrap {
  padding-top: 0px;
}

.content-wrapper {
  line-height: 32px;
}

h1 {
  color: #1D45A5;
  font-size: 36px;
  margin: 30px 0px;
}

h2 {
  color: #1D45A5;
  font-size: 32px;
  margin: 20px 0px;
}

h3 {
  color: #1D45A5;
  font-size: 28px;
}

h4 {
  color: #1D45A5;
  font-size: 24px;
  line-height: 28px;
}

h5 {
  color: #1D45A5;
  font-size: 22px;
  font-weight: 400;
}

h6 {
  color: #1D45A5;
  font-size: 20px;
  font-weight: 400;
}

a {
  color: #1D45A5;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #FEDB75;
}

h5 a {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  /*border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: double;*/
  border: 1px solid #666;
  color: #666;
  position: relative;
  padding: 8px 20px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

h5 a::after {
  position: absolute;
  content:'';
  background: url('/images/resources/royalcountydown/button-bottom.png');
  bottom: 1px;
  width: 100%;
  left: 0px;
  height: 1px;
  opacity: 1;
  background-repeat: repeat-x;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

h5 a:hover {
  background: #000;
  color: white;
  border: 1px solid #666;
}

h5 a:hover::after {
  opacity: 0;
}

.home-image h5 a {
  border: 1px solid white;
  color: white;
}

.home-image h5 a::after {
  background: url('/images/resources/royalcountydown/button-bottom-hover.png');
}

.home-image h5 a:hover::after {
  opacity: 0;
}

/* navbar styles */

.body-public .navbar {
  position: fixed;
  top: 0px;
  right: 0px;
  margin-bottom: 0px;
  z-index: 1000;
}

.body-public #hamburger-icon {
  width: 179px;
  height: 75px;
  background-image: none;
  background-color: #1B46A5;
  border: none;
  box-shadow: none;
  color: #FCFFFF;
  position: relative;
  z-index: 10;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-public #hamburger-icon.disp {
  background: #00001E;
  z-index: 10;
}

.body-public #hamburger-icon:hover {
  background: #00001E;
}

.body-public #hamburger-icon.disp:hover {
  color: #FEDB75;
}

.body-public .textClose {
  display: none;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-public .textClose.disp {
  display: block;
}

.body-public .textOpen {
  display: block;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-public .textOpen.remove {
  display: none;
}

.body-public .textOpen {
  position: absolute;
  top: 25px;
  right: 30px;
  letter-spacing: 2px;
  font-weight: 700;
}

.body-public .textClose {
  position: absolute;
  top: 25px;
  right: 30px;
  letter-spacing: 2px;
  font-weight: 700;
}

.body-public .line {
  position: absolute;
  height: 2px;
  width: 37px;
  display: inline-block;
  background: white;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.body-public .line-1 {
  top: 24px;
  left: 30px;
}

.body-public .line-2 {
  top: 36px;
  left: 30px;
  opacity: 1;
}

.body-public .line-3 {
  top: 48px;
  left: 30px;
}

.body-public .disp .line-1 {
  top: 36px;
  transform: rotateZ(45deg);
}

.body-public #hamburger-icon.disp:hover .line {
  background-color: #FEDB75;
}

.body-public .disp .line-2 {
  opacity: 0;
}

.body-public .disp .line-3 {
  top: 36px;
  transform: rotateZ(-45deg);
}

.body-public #myNavbar {
  position: absolute;
  right: 0px;
  width: 0px;
  top: 0px;
  padding-top: 75px;
  transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.body-public #myNavbar.disp {
  /*width: 100%;*/
  width: 300px;
  background: #00001E;
}

.body-public .nav-wrapper {
  /*width: 100px;*/
  padding: 20px;
  text-align: right;
}

.body-public .disp .nav-wrapper {
  width: auto;
}

.body-public .navbar .nav {
  margin: 0px;
  float: none;
  white-space: nowrap;
}

.body-public .navbar .nav > li {
  float: none;
  text-align: right;
}

.body-public .navbar-inverse .nav > li > a {
  text-transform: uppercase;
  color: white;
  text-shadow: none;
  padding: 10px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.body-public .navbar-inverse .nav > li > a:hover, .body-public .navbar-inverse .nav > li.current > a {
  color: #1A46A7;
}

.nav-links a {
  color: white;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.nav-links {
  text-align: right;
  /*width: 150px;*/
  white-space: nowrap;
  padding: 0px 10px;
}

.body-public .disp .nav-links {
  width: auto;
}

.nav-links a:hover {
  text-decoration: none;
  color: #1A46A7;
}

.nav-links {
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.body-public .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .body-public .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .body-public .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #1A46A7;
  box-shadow: none;
}

@media (min-width: 0px) {
  .body-public .dropdown-menu {
    position: relative;
    background: #1b46a5;
    float: none;
    border-radius: 0px;
  }
  .body-public .dropdown-menu > li > a {
    color: white;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
  }
  .body-public .dropdown-menu > li > a:hover, .body-public .dropdown-menu > li.current > a {
    color: #FEDB75;
    background: transparent;
  }
  .body-public .navbar .nav > li > .dropdown-menu::before, .body-public .navbar .nav > li > .dropdown-menu::after {
    border-bottom: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public .header-wrapper #myNavbar {
    overflow-y: visible !important;
    position: fixed;
    height: 100vh !important;
    min-height: 100vh;
  }
  .nav-links {
    padding: 10px 10px;
  }
  .body-public #myNavbar {
    box-sizing: border-box;
  }
}

/* footer styles */

.footer-bg {
  background: url('/images/resources/royalcountydown/footer-bg.jpg');
  background-position: center;
  text-align: center;
  padding-top: 75px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-title {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-title p {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 30px;
  /*color: #333;*/
  /*color: #1b46a5;*/
  color: #0e3f68;
  font-weight: 700;
}

.footer-address {
  line-height: 36px;
  color: #0e3f68;
}

.footer-tel, .footer-email {
  font-size: 20px;
}

.footer-email a {
  /*color: #333;*/
  /*color: #1b46a5;*/
  color: #0e3f68;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.footer-email a:hover {
  /*color: #1b46a5;*/
  color: #988346;
}

.footer-tel {
  margin-right: 10px;
}

.footer-email::before {
  content: '|';
  padding-right: 10px;
}

.footer-social {
  padding: 20px 0px;
}

.footer-social a {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  /*color: #333;*/
  color: #0e3f68;
  font-size: 26px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.footer-social a:hover {
  /*color: #1b46a5;*/
  color: #988346;
}

.footer-line {
  width: 476px;
  height: 2px;
  /*background: #333;*/
  background: #0e3f68;
  margin: 0px auto 40px;
}

.footer-copy {
  color: #0e3f68;
}

.footer-ig-logo {
  padding-top: 15px;
  padding-bottom: 10px;
}

.footer-ig-logo img {
  width: 120px;
}

/* home slideshow */

/* slideshow fade */

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  transition-duration: 1000ms;
  display: block;
  position: absolute;
}

.carousel-fade .carousel-inner .item.active {
  position: relative;
}
        
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#home-carousel .item, #home-carousel .item > .wysiwyg-editable {
  background-attachment: fixed;
  background-size: 100%;
}

#home-carousel .item img {
  opacity: 0;
}

.carousel-indicators {
  top: auto;
  bottom: 140px;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  float: none;
  text-align: center;
}

.carousel-indicators li:hover {
  cursor: pointer;
}

.home-scroll {
  position: absolute;
  /*bottom: 25px;*/
  bottom: 0px;
  height: 75px;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
}

.home-scroll::after {
  content: '|';
  line-height: 46px;
  display: block;
  color: white;
  font-size: 40px;
  position: absolute;
  margin: 0px auto;
  left: 0;
  right: 0;
}

@keyframes scrollEffect {
  from {font-size: 18px;}
  to {font-size: 24px;}
}


.home-scroll a {
  color: white;
  text-shadow: 0px 0px 4px #000;
  animation-name: scrollEffect;
  -webkit-animation-name: scrollEffect;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  height: 30px;
  display: block;
}

.home-scroll a:hover {
  cursor: pointer;
}

/* home page */

.home-top-content .home-title {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  z-index: 10;
}

.home-top-content .home-title h2 {
  color: white;
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  text-shadow: 0px 0px 4px #000;
  opacity: 1;
  letter-spacing: 5px;
}

.home-top-content .home-title h4 {
  color: white;
  font-size: 34px;
  line-height: 44px;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px #000;
  opacity: 1;
}

.home-content-section {
  padding: 75px 200px 100px;
  text-align: center;
}

.home-image-section .row-fluid .span6.home-image {
  margin-left: 0px;
  width: 50%;
  position: relative;
}

.home-image-image {
  position: relative;
}

.home-image-image img {
  opacity: 0;
}

.home-image:hover .home-image-overlay {
  /*position: absolute;
  width: 100%;
  height: 100%;*/
  background: rgba(255,255,255,0.6);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.home-image .home-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0.8+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.home-image-text {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.home-image-text > .wysiwyg-editable {
  padding: 0px 50px;
}

.home-image .home-image-text {
  color: white;
}

.home-image:hover .home-image-text {
  color: #333;
}

.home-image-text h3 {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.home-image .home-image-text h3 {
  color: white;
}

.home-image:hover .home-image-text h3 {
  color: #1D45A5;
}

.home-image-text h5 a {
  color: white;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.home-image:hover h5 a {
  color: #333;
}

.home-image h5 a:hover {
  color: white;
  border: 1px solid #000;
}

.home-full-image-section {
  background: url('/images/resources/royalcountydown/new-home-clubhouse-bg.jpg');
  padding: 200px 200px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 4px #000;
  background-position: center;
}

.home-full-image-text h2 {
  color: white;
}

.home-full-image-text h5 a {
  color: white;
  border: 1px solid white;
}

.home-full-image-text h5 a:hover {
  border: 1px solid #000;
}

.home-full-image-text h5 a::after {
  background: url('/images/resources/royalcountydown/button-bottom-hover.png');
}

.home-full-image-text h5 a:hover::after {
  content: '';
}

.home-image-image {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-clip: content-box;
  height: 100vh;
}

#home-one, #home-three {
  background-position: left;
}

#home-two, #home-four {
  background-position: right;
}

.content-wrapper .carousel {
  margin-bottom: 0px;
}

/* inner page styles */

.inner-slideshow-section {
  position: relative;
}

.inner-slideshow-section > .wysiwyg-editable > br {
  display: none;
}

.inner-top-content .inner-title {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    z-index: 10;
}

.inner-top-content .inner-title h2 {
    color:  white;
font-size: 44px;
line-height: 54px;
font-weight: 700;
text-shadow: 0px 0px 4px #000;
    opacity: 1;
  letter-spacing: 5px;
}

.inner-scroll {
    position: absolute;
    bottom: 0px;
  /* bottom: 25px */
  padding: 26px 0px 36px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
  z-index: 10;
  background: url('/images/resources/royalcountydown/background.jpg') white;
}

.inner-scroll:hover {
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}

.inner-scroll a {
    /*color: white;*/
  color: #000;
  position: absolute;
  /*top: 15px;*/
  left: 0;
  right: 0;
  /*text-shadow: 0px 0px 4px #000;*/
  /*animation-name: scrollEffect;
  -webkit-animation-name: scrollEffect;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;*/
}

.inner-scroll a:hover {
  cursor: pointer;
}

.inner-page-wrapper {
  position: relative;
}

.inner-section-one, .inner-section-two, .inner-section-three, .inner-section-four, .inner-section-five, .inner-section-six {
  height: 100vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

.body-public .inner-section-one-bg img, .body-public .inner-section-two-bg img, .body-public .inner-section-three-bg img, .body-public .inner-section-four-bg img, .body-public .inner-section-five-bg img, .body-public .inner-section-six-bg img {
  opacity: 0;
  height: 100vh;
  display: none;
}

.inner-spacing {
  padding: 100px 200px;
  color: white;
  text-shadow: 0px 0px 5px #000;
  line-height: 30px;
}

.inner-content-title {
  text-align: center;
  padding-bottom: 40px;
}

.inner-content-title h2 {
  color: white;
  margin: 0px;
  font-size: 36px;
}

.inner-main-content h4 {
  text-transform: uppercase;
  padding-bottom: 10px;
  color: white;
}

.body-public .editor-button {
  display: none !important;
}

.link-section-two, .link-section-three, .link-section-four, .link-section-five, .link-section-six, .link-section-severn {
  background: url('/images/resources/royalcountydown/background.jpg') white;
  color: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 20px 0px 30px;
  text-transform: uppercase;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.link-section-two:hover, .link-section-three:hover, .link-section-four:hover, .link-section-five:hover, .link-section-six:hover, .link-section-severn:hover {
  cursor: pointer;
  background: rgba(255,255,255,0.5);
}

@keyframes arrowEffect {
  from {font-size: 26px;}
  to {font-size: 32px;}
}

.link-section-two::after, .link-section-three::after, .link-section-four::after, .link-section-five::after, .link-section-six::after, .link-section-severn::after {
  content: '\f107';
  font-family: 'FontAwesome';
  display: block;
  line-height: 16px;
  font-size: 26px;
  position: absolute;
  left: 0;
  right: 0;
  animation-name: arrowEffect;
  -webkit-animation-name: arrowEffect;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.left-bottom-link {
  position: absolute;
  bottom: 30px;
  left: 50px;
  text-transform: uppercase;
}

.left-bottom-link a {
  color: #000;
}

.left-bottom-link a:hover {
  color: #1A46A7;
}

.left-bottom-link a::before {
  content: '\f104';
  font-family: 'FontAwesome';
  margin-right: 10px;
  display: inline-block;
}

.right-bottom-link {
  position: absolute;
  bottom: 30px;
  right: 50px;
  text-transform: uppercase;
}

.right-bottom-link a {
  color: #000;
}

.right-bottom-link a:hover {
  color: #1A46A7;
}

.right-bottom-link a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-left: 10px;
}

.right-bottom-link a br {
  display: none;
}

.inner-main-content .wysiwyg-editable > img {
  position: relative;
}

.inner-content-left-col, .inner-content-right-col {
  position: relative;
}

.image-before-effect {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 10;
}

.image-after-effect {
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: 10;
}

.inner-main-content a {
  color: white;
  text-decoration: underline;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.inner-main-content a:hover {
  color: #FEDB75;
}

/* hole page */

.hole-slideshow-section {
  position: relative;
}

.hole-top-content .hole-title {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    z-index: 10;
}

.hole-top-content .hole-title h2 {
    color: white;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-shadow: 0px 0px 4px #000;
  opacity: 1;
}

.hole-scroll {
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
}

.hole-scroll a {
    color: white;
  text-shadow: 0px 0px 4px #000;
    animation-name: scrollEffect;
    -webkit-animation-name: scrollEffect;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.hole-scroll a:hover {
  cursor: pointer;
}

#home-carousel .item img {
  width: 100vw;
  height: 100vh;
}

.hole-page-wrapper {
  position: relative;
}

.hole-nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(0,0,0,0.5);
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px auto;
  width: 1400px;
}

.hole-nav ul li {
  text-align: center;
  list-style: none;
  margin: 0px 0px 0px 5px;
  display: inline-block;
  position: relative;
}

.hole-nav ul li::before {
  content: '-';
  color: white;
  position: absolute;
  left: -8px;
  top: 22px;
}

.hole-nav ul li:first-child::before {
  content: '';
}

.hole-nav ul li a {
  display: inline-block;
  width: 55px;
  line-height: 65px;
  color: white;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.hole-nav ul li.current > a, .hole-nav ul li a:hover {
  background: white;
  color: #333;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.hole-nav ul li.current > a::after, .hole-nav ul li a:hover::after {
  content: '';
display: inline-block;
border-left: 28px solid transparent;
border-right: 28px solid transparent;
border-top: 15px solid #ffffff;
position: absolute;
bottom: -15px;
left: 0px;
  z-index: 5;
  opacity: 1;
}

.hole-content-section {
  height: 100vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

.hole-content-bg img {
 height: 100vh;
  opacity: 0;
  display: none;
}

.hole-spacing {
  padding: 50px 200px;
  color: white;
  text-shadow: 0px 0px 5px #000;
  line-height: 30px;
}

.hole-content-title {
  padding-bottom: 40px;
  text-align: center;
}

.hole-content-title h1 {
  color: white;
  margin: 0px;
}

.hole-yards {
  display: inline-block;
  width: 100%;
  text-shadow: none;
  font-weight: 700;
  line-height: 24px;
}

.hole-yards .championship {
  display: inline-block;
  float: left;
  width: 50%;
  text-transform: uppercase;
}

.hole-yards .medal {
  display: inline-block;
  float: left;
  width: 50%;
  text-transform: uppercase;
}

.hole-yards .stableford {
  display: inline-block;
  float: left;
  width: 50%;
  text-transform: uppercase;
}

.hole-yards .ladies {
  display: inline-block;
  float: left;
  width: 50%;
  text-transform: uppercase;
}

.hole-yards .mens-details {
  display: inline-block;
  float: left;
  width: 50%;
  text-transform: uppercase;
}

.hole-yards .ladies-details {
  display: inline-block;
  float: left;
  width: 50%;
  text-transform: uppercase;
}

.body-contentpage #global > br {
  display: none !important;
}

/* course overview */

.scorecard-area {
  background: rgba(0,0,0,0.5);
  text-align: center;
  line-height: 32px;
}

.scorecard-area table td, .scorecard-area table th {
  border: 1px solid white;
}

.scorecard-area .wysiwyg-editable > br {
  display: none;
}

.body-contentpage .content-wrapper table td {
  background: rgba(0,0,0,0.5);
  border: 1px solid white;
  text-align: center;
}

.body-contentpage .content-wrapper table th {
  background: rgba(0,0,0,0.5);
  border: 1px solid white;
  text-align: center;
}

/* default pages */

[class*="php-"], .body-class-members, .body-class-visitorbooking, [class*="setcoursestatus"], .body-class-opens {
  background: url('/images/resources/royalcountydown/members-bg.jpg');
  background-attachment: fixed;
  background-size: cover;
}

[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
  width: 1170px;
  margin: 0px auto;
}

[class*="php-"] #globalwrap, .body-class-members #globalwrap, .body-class-visitorbooking #globalwrap, [class*="setcoursestatus"] #globalwrap, .body-class-opens #globalwrap {
  padding: 20px;
  border: 2px solid #1b46a5;
  background: url('/images/resources/royalcountydown/background.jpg');
}

/* login pages */

#login {
  text-align: center;
}

#login h3 {
  padding-bottom: 30px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
}

input[type*="submit"], a.btn {
  background: #1b46a5;
  padding: 8px 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  text-shadow: none;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.body-class-members input[type*="submit"], .body-class-members a.btn {
  padding: 8px;
  margin: 0px 3px;
}

input[type*="submit"]:hover, a.btn:hover {
  color: #1b46a5;
  background: transparent;
  border: 2px solid #1b46a5;
}

/* members styles */

.body-class-members .navbar {
  margin-bottom: 0px;
  /*display: inline-block;
  width: 100%;
  background: #000;*/
}

.body-class-members .nav-links {
  display: none;
}

.body-class-members #hamburger-icon {
  display: none;
}

.header-logo {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.body-class-members .header-logo {
  float: left;
}

.body-class-members .header-wrapper {
  background: #1b46a5;
  display: inline-block;
  width: 100%;
}

.body-class-members .navbar .nav {
  margin: 30px 0px 30px 20px;
}

.body-class-members .navbar-inverse .nav > li > a {
  color: white;
  padding: 20px 15px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.body-class-members .navbar-inverse .nav > li > a:hover, .body-class-members .navbar-inverse .nav > li.current > a {
 color: #FEDB75; 
}

.body-class-members .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .body-class-members .navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  background: transparent;
  color: #FEDB75;
  box-shadow: none;
}

.body-class-members .nav .dropdown-menu {
  background: #00001E;
}

.body-class-members .dropdown-menu > li > a {
  color: white;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.body-class-members .dropdown-menu > li.current > a, .body-class-members .dropdown-menu > li > a:hover {
  color: #FEDB75;
  background: transparent;
}

.php-index #globalwrap {
  padding: 0px;
  border: none;
  background: transparent;
}

#leftcontent > div, #rightcontent > div {
  background: rgba(255,255,255,0.8);
  border: 2px solid #1b46a5;
  padding: 15px;
}

.php-weatherfg .weatherImage img {
  background: #1b46a5;
  border-radius: 50%;
}

.php-weatherfg #globalwrap .image-night {
  background: transparent;
}

.php-weatherfg #globalwrap img.image-night {
  background: #1b46a5;
  border-radius: 50%;
}

.php-analysis a.btn {
  margin-top: 5px;
}

.php-prefs a.btn {
  margin: 5px 0px;
}

.php-messages .well {
  background: transparent;
}

/* editor styles */

.php-ckeditor .inner-top-content .inner-title {
  position: relative;
  top: 0px;
  background: #000;
}

.php-ckeditor .inner-section-one, .php-ckeditor .inner-section-two, .php-ckeditor .inner-section-three, .php-ckeditor .inner-section-four, .php-ckeditor .inner-section-five, .php-ckeditor .inner-section-six {
  height: auto;
}

.php-ckeditor .home-image-image img {
  opacity: 1;
}

.php-ckeditor .home-top-content .home-title {
  position: relative;
  top: 0px;
  background: #000;
}

.php-ckeditor .home-scroll {
  display: none;
}

.php-ckeditor .home-content-section {
  padding: 20px;
}

.php-ckeditor .home-image-text {
  top: 20px;
  color: white !important;
}

.php-ckeditor .home-image-text:hover h3 {
  color: #1D45A5;
}

.php-ckeditor .home-image-text:hover h5 a, .php-ckeditor .home-image-text h5 a {
  color: white;
}

.php-ckeditor .home-full-image-section {
  padding: 20px;
}

.php-ckeditor .home-image-image {
  height: auto;
}

.php-ckeditor .inner-spacing {
  padding: 20px;
  background: #000;
}

.php-ckeditor .link-section-two, .php-ckeditor .link-section-three, .php-ckeditor .link-section-four, .php-ckeditor .link-section-five, .php-ckeditor .link-section-six {
  position: relative;
}

.php-ckeditor .editor-button a {
  background-color: #1b46a5;
  color: white;
  padding: 6px;
}

.php-ckeditor .editor-button a:hover {
  cursor: pointer;
  color: #FEDB75;
}

.php-ckeditor .inner-scroll {
  position: relative;
}

.php-ckeditor .hole-spacing {
  padding: 20px;
  background: #000;
}

.php-ckeditor .hole-nav {
  position: relative;
}

.php-ckeditor .hole-title {
  position: relative;
  top: 0px;
}

.php-ckeditor .hole-scroll {
  display: none;
}

.php-ckeditor .hole-content-section {
  height: auto;
}

.php-ckeditor .hole-content-bg img {
  display: block;
  opacity: 1;
  height: auto;
}

.php-ckeditor #home-carousel .item img {
  opacity: 1;
  width: 100%;
  height: auto;
}

.php-ckeditor .carousel-indicators {
  bottom: 15px;
}

/* public responsive styles */

@media (min-width: 1600px) and (max-width: 1799px) {
  .home-content-section {
    padding: 75px 150px 100px;
  }
  .home-full-image-section {
    padding: 100px 150px;
  }
  .inner-spacing {
    padding: 100px 150px;
  }
  .hole-spacing {
    padding: 50px 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .home-content-section {
    padding: 75px 100px 100px;
  }
  .home-full-image-section {
    padding: 100px 100px;
  }
  .inner-spacing {
    padding: 75px 100px;
  }
  .hole-spacing {
    padding: 50px 100px;
  }
  .hole-nav ul {
    width: 1100px;
  }
  .hole-nav ul li a {
    width: 50px;
  }
  .hole-nav ul li.current > a::after, .hole-nav ul li a:hover::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
  .hole-yards {
    font-size: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-content-section {
    padding: 75px 50px 100px;
  }
  .home-full-image-section {
    padding: 100px 50px;
  }
  .inner-spacing {
    padding: 50px 50px;
  }
  .hole-spacing {
    padding: 50px 50px;
  }
  .hole-nav ul {
    width: 1100px;
  }
  .hole-nav ul li a {
    width: 50px;
  }
  .hole-nav ul li.current > a::after, .hole-nav ul li a:hover::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
  .hole-yards {
    font-size: 14px;
  }
}

/* responsive styles */

/* tablet landscape */

@media (min-width: 980px) and (max-width: 1199px) {
  #home-carousel .item {
    background-attachment: initial;
    background-size: auto;
  }
  .home-top-content .home-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .home-content-section {
    padding: 75px 25px;
  }
  .home-image-image {
    background-attachment: initial;
  }
  .home-full-image-section {
    padding: 150px 25px;
    background-position: center;
  }
  .inner-top-content .inner-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .inner-spacing {
    padding: 50px 25px;
    line-height: 34px;
  }
  .scorecard-area {
    font-size: 16px;
  }
  .hole-top-content .hole-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .hole-nav ul {
    width: 940px;
  }
  .hole-nav ul li a {
    width: 42px;
    line-height: 55px;
  }
  .hole-nav ul li.current > a::after, .hole-nav ul li a:hover::after {
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
  }
  .hole-spacing {
    padding: 50px 25px;
  }
  .hole-main-content {
    font-size: 16px;
  }
  .content-wrapper {
    line-height: 28px;
  }
  .hole-yards {
    font-size: 13px;
  }
  [class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper {
    width: 940px;
  }
  .hole-content-section {
    background-attachment: initial;
  }
}

/* tablet portrait */

@media (min-width: 768px) and (max-width: 979px) {
  #home-carousel .item {
    background-attachment: initial;
    background-size: auto;
  }
  .home-top-content .home-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .home-content-section {
    padding: 50px 20px;
  }
  .home-full-image-section {
    padding: 100px 20px;
  }
  .home-image-image {
    background-attachment: initial;
  }
  .inner-top-content .inner-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .inner-spacing {
    padding: 50px 20px;
    line-height: 30px;
  }
  .scorecard-area {
    font-size: 13px;
  }
  .hole-nav ul {
    width: 625px;
  }
  .hole-nav ul li {
    margin: 4px 5px;
  }
  .hole-nav ul li::before {
    top: 9px;
  }
  .hole-nav ul li:nth-child(10)::before {
    content: '';
  }
  .hole-nav ul li a {
    line-height: 40px;
  }
  .hole-nav ul li.current > a::after, .hole-nav ul li a:hover::after {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
  }
  .hole-scroll {
    bottom: 105px;
  }
  .hole-spacing {
    padding: 25px 20px;
    line-height: 30px;
  }
  .hole-content-section {
    background-attachment: initial;
  }
  .hole-yards {
    font-size: 12px;
  }
  .hole-yards .championship {
    text-transform: initial;
  }
  .hole-yards .medal {
    text-transform: initial;
  }
  .hole-yards .stableford {
    text-transform: initial;
  }
  .hole-yards .ladies {
    text-transform: initial;
  }
  .hole-yards .mens-details {
    text-transform: initial;
  }
  .hole-yards .ladies-details {
    text-transform: initial;
  }
  body {
    font-size: 16px;
  }
  .hole-top-content .hole-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  [class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper {
    width: 724px;
  }
  .php-roundmgmt .dateperiods {
    width: 57%;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav > li > a {
    font-weight: 400;
  }
  .body-public #myNavbar {
    height: auto !important;
  }
  .body-class-members .line {
    position: absolute;
    height: 2px;
    width: 37px;
    display: inline-block;
    background: 
    white;
    transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
  }
  .body-class-members .line-1 {
    top: 24px;
    left: 30px;
  }
  .body-class-members .line-2 {
    top: 36px;
    left: 30px;
    opacity: 1;
  }
  .body-class-members .line-3 {
    top: 48px;
    left: 30px;
  }
  .body-class-members .disp .line-1 {
    top: 36px;
    transform: rotateZ(45deg);
  }
  .body-class-members .disp .line-2 {
    opacity: 0;
  }
  .body-class-members .disp .line-3 {
    top: 36px;
    transform: rotateZ(-45deg);
  }
  .body-class-members #hamburger-icon {
    display: block;
    width: 179px;
    height: 75px;
    background-image: none;
    background-color: #00001e;
    border: none;
    box-shadow: none;
    color: #FCFFFF;
    position: relative;
    z-index: 10;
    position: absolute;
    right: 10px;
    top: 20px;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .body-class-members .textOpen {
    position: absolute;
    top: 25px;
    right: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .body-class-members .textOpen.remove {
    display: none;
  }
  .body-class-members .textClose {
    position: absolute;
    top: 25px;
    right: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    display: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .body-class-members .textClose.disp {
    display: block;
  }
  .body-class-members .navbar-inverse .nav > li > a {
    padding: 9px 15px;
  }
  .body-class-members .navbar .nav {
    margin: 20px 0px 20px;
    padding: 0px 20px;
  }
  .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-color: transparent;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: white;
    font-weight: 400;
  }
  .content-wrapper div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
  }
  .body-public #hamburger-icon {
    width: 96px;
  }
  .body-public .textOpen {
    display: none;
  }
  .body-public .textClose.disp {
    display: none;
  }
  .home-top-content .home-title {
    top: 50px;
  }
  .home-top-content .home-title h2 {
    font-size: 22px;
    line-height: 32px;
    padding: 0px 20px;
    letter-spacing: 1px;
  }
  #home-carousel .item {
    background-position: top center;
    background-attachment: initial;
  }
  .carousel-indicators {
    bottom: 150px;
  }
  .home-content-section {
    padding: 50px 20px;
  }
  .home-image-section .row-fluid .span6.home-image {
    width: 100%;
  }
  .home-image-text {
    top: 40px;
  }
  .home-full-image-section {
    padding: 50px 20px;
  }
  .home-image-text > .wysiwyg-editable {
    padding: 0px 20px;
  }
  .home-image-image {
    background-attachment: initial;
  }
  .footer-bg {
    padding-top: 70px;
    background-position: bottom;
  }
  .footer-tel, .footer-email {
    font-size: 15px;
  }
  .footer-line {
    width: 280px;
  }
  .footer-tel {
    display: block;
  }
  .footer-email::before {
    content: '';
  }
  .inner-top-content .inner-title {
    top: 0px;
  }
  .inner-top-content .inner-title h2 {
    font-size: 22px;
    line-height: 32px;
    padding: 0px 20px;
    letter-spacing: 1px;
  }
  .inner-spacing {
    padding: 20px;
    text-align: center;
  }
  .inner-section-one, .inner-section-two, .inner-section-three, .inner-section-four, .inner-section-five, .inner-section-six {
    height: auto;
    background-attachment: initial;
    background-position: center;
  }
  .link-section-two, .link-section-three, .link-section-four, .link-section-five, .link-section-six, .link-section-severn {
    position: relative;
  }
  .inner-main-content h4 {
    padding-bottom: 0px;
  }
  .inner-content-right-col {
    padding-top: 20px;
  }
  .inner-content-right-col .image-before-effect {
    top: 12px;
  }
  .inner-main-content .span6 img {
    /*max-width: 500px;*/
    width: 100%;
  }
  .inner-bottom-extra-links {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .left-bottom-link {
    position: relative;
    left: 0px;
    bottom: 0px;
  }
  .right-bottom-link {
    position: relative;
    right: 0px;
    bottom: 0px;
  }
  .inner-spacing {
    font-size: 14px;
    line-height: 34px;
    text-align: center;
  }
  .hole-top-content .hole-title {
    top: 50px;
  }
  .hole-top-content .hole-title h2 {
    font-size: 22px;
    line-height: 32px;
    padding: 0px 20px;
  }
  .hole-nav ul {
    width: 280px;
  }
  .hole-nav ul li:nth-child(7)::before {
    content: '';
  }
  .hole-nav ul li:nth-child(13)::before {
    content: '';
  }
  .hole-nav ul li a {
    width: 38px;
    line-height: 38px;
  }
  .hole-nav ul li.current > a::after, .hole-nav ul li a:hover::after {
    border-top: none;
  }
  .hole-nav ul li::before {
    top: 7px;
  }
  .hole-content-section {
    height: auto;
    background-attachment: initial;
  }
  .hole-spacing {
    padding: 20px;
    line-height: 34px;
    text-align: center;
  }
  .hole-yards .championship {
    float: none;
    width: 100%;
    display: block;
  }
  .hole-yards .medal {
    float: none;
    width: 100%;
    display: block;
  }
  .hole-yards .stableford {
    float: none;
    width: 100%;
    display: block;
  }
  .hole-yards .ladies {
    float: none;
    width: 100%;
    display: block;
  }
  .hole-yards .mens-details {
    float: none;
    width: 100%;
    display: block;
  }
  .hole-yards .ladies-details {
    float: none;
    width: 100%;
    display: block;
  }
  [class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper {
    width: 100%;
  }
  [class*="php-"] #globalwrap, .body-class-members #globalwrap, .body-class-visitorbooking #globalwrap, [class*="setcoursestatus"] #globalwrap, .body-class-opens #globalwrap {
    padding: 20px 10px;
  }
  [class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  .table th, .table td {
    padding: 2px 1px;
    font-size: 12px;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-hcaplist a.btn {
    display: block;
    max-width: 300px;
    margin: 5px 0px;
  }
  .php-hcaplist .btn-group {
    display: block;
  }
  .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 {
    float: none;
  }
  .php-analysis .btn-group {
    display: block;
  }
  .php-analysis a.btn {
    display: block;
    max-width: 300px;
    margin: 5px 0px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .footer-address {
    line-height: 30px;
  }
}

@media (min-width: 0px) and (max-width: 399px) {
  .inner-spacing {
    font-size: 12px;
    line-height: 30px;
  }
  .hole-spacing {
    font-size: 12px;
    line-height: 30px;
  }
  .scorecard-area {
    font-size: 11px;
    line-height: 28px;
    background: transparent;
  }
  .php-prefs .content-wrapper input[type*="textfield"] {
    width: 186px;
  }
}

@media (min-width: 0px) and (max-width: 449px) {
  .php-weatherfg .nav-tabs > li > a {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-analysis .span7 .pull-right {
    float: none;
  }
}

.inner-main-content h1, .inner-content-title h1 {
  color: white;
  margin: 0px;
}

.inner-main-content h2 {
  color: white;
}

.inner-main-content h3 {
  color: white;
}

.inner-main-content h5 {
  color: white;
}

.inner-main-content h6 {
  color: white;
}

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 235px !important;
}

.body-contentpage table th {
  color: #FEDB75;
}

.span8.gallery-image {
  width: 100%;
}

.row-fluid .span4.gallery-thumbs {
  width: 100%;
}

.content-wrapper div.caption-container {
  height: auto;
}

/* home height */

@media (max-width: 767px) and (min-height: 400px) and (max-height: 499px) {
  .home-image-text {
    top: 80px;
  }
}

@media (max-width: 767px) and (min-height: 500px) and (max-height: 599px) {
  .home-image-text {
    top: 140px;
  }
}

@media (max-width: 767px) and (min-height: 600px) and (max-height: 699px) {
  .home-image-text {
    top: 200px;
  }
}

@media (max-width: 767px) and (min-height: 700px) and (max-height: 799px) {
  .home-image-text {
    top: 200px;
  }
}

.body-public .inner-section-one-bg, .body-public .inner-section-two-bg, .body-public .inner-section-three-bg, .body-public .inner-section-four-bg, .body-public .inner-section-five-bg, .body-public .inner-section-six-bg {
  line-height: 0px;
}

.inner-scroll {
  padding: 20px 0px 30px;
}

.inner-scroll a {
  position: relative;
}

.inner-scroll::after {
  content: '\f107';
  font-family: 'FontAwesome';
  display: block;
  line-height: 16px;
  font-size: 26px;
  position: absolute;
  left: 0;
  right: 0;
  animation-name: arrowEffect;
  -webkit-animation-name: arrowEffect;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

/* IE fixes */

.IE #home-carousel .item {
  background-attachment: scroll;
}

.IE .home-image-image {
  background-attachment: scroll;
}

.IE .inner-section-one, .IE .inner-section-two, .IE .inner-section-three, .IE .inner-section-four, .IE .inner-section-five, .IE .inner-section-six, .IE .hole-content-section {
  background-attachment: scroll;
}

/* firefox */

a:focus {
  outline: none;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/* critque changes */

.body-class-members.body-contentpage .header-logo {
  display: block;
}

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
}

.php-search .content-wrapper input[type*="submit"]{
  margin-top: -10px;
  padding: 3px 6px;
}

.php-messages button.btn {
  background: #1b46a5;
  padding: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  text-shadow: none;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-messages button.btn:hover {
  color: #1b46a5;
  background: transparent;
  border: 2px solid #1b46a5;
}

@media (min-width: 0px) and (max-width: 767px) {
  [class*="setcoursestatus"] .content-wrapper a {
    word-break: break-word;
  }
  [class*="setcoursestatus"] textarea {
    width: 260px !important;
  }
}

.body-public .additional-boxes > div:last-child > div[class*="link"], .body-public .additional-boxes > div[class*="link"] {
  padding: 36px 0px 46px;
}

.body-public .additional-boxes > div:last-child > div[class*="link"] > div, .body-public .additional-boxes > div[class*="link"] > div {
  display: none;
}

.body-public .additional-boxes > div:last-child > div[class*="link"]::after, .body-public .additional-boxes > div[class*="link"]::after {
  content: '';
}

/* height control */

@media (min-width: 1200px) and (min-height: 600px) and (max-height: 799px){
  .body-public .inner-spacing {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 24px;
    font-size: 14px;
  }
  .body-public .inner-content-title {
    padding-bottom: 10px;
    margin: 10px 0px;
  }
  .body-public .inner-main-content h4 {
    padding-bottom: 0px;
    margin: 0px;
  }
  .body-public .inner-main-content ul {
    margin-bottom: 0px;
  }
  .body-public .inner-scroll {
    padding: 5px 0px 15px;
  }
  .body-public .link-section-two, .body-public .link-section-three, .body-public .link-section-four, .body-public .link-section-five, .body-public .link-section-six, .body-public .link-section-severn {
    padding: 5px 0px 15px;
  }
  .body-public .left-bottom-link {
    bottom: 10px;
  }
  .body-public .right-bottom-link {
    bottom: 10px;
  }
}

@media (min-width: 1200px) and (min-height: 800px) and (max-height: 999px){
  .body-public .inner-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 28px;
    font-size: 17px;
  }
  .body-public .inner-content-title {
    padding-bottom: 20px;
    margin: 10px 0px;
  }
  .body-public .inner-main-content h4 {
    padding-bottom: 10px;
    margin: 0px;
  }
  .body-public .inner-main-content ul {
    margin-bottom: 10px;
  }
  .body-public .inner-scroll {
    padding: 10px 0px 20px;
  }
  .body-public .link-section-two, .body-public .link-section-three, .body-public .link-section-four, .body-public .link-section-five, .body-public .link-section-six, .body-public .link-section-severn {
    padding: 10px 0px 20px;
  }
}

/*@media (min-width: 1200px) and (min-height: 600px) and (max-height: 799px){
  .inner-spacing {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 24px;
    font-size: 12px;
  }
  .inner-content-title {
    padding-bottom: 10px;
    margin: 10px 0px;
  }
  .inner-main-content h4 {
    padding-bottom: 0px;
    margin: 0px;
  }
  .inner-main-content ul {
    margin-bottom: 0px;
  }
  .inner-scroll {
    padding: 5px 0px 15px;
  }
  .link-section-two, .link-section-three, .link-section-four, .link-section-five, .link-section-six, .link-section-severn {
    padding: 5px 0px 15px;
  }
  .left-bottom-link {
    bottom: 10px;
  }
  .right-bottom-link {
    bottom: 10px;
  }
}

@media (min-width: 1200px) and (min-height: 800px) and (max-height: 999px){
  .inner-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 28px;
    font-size: 16px;
  }
  .inner-content-title {
    padding-bottom: 20px;
    margin: 10px 0px;
  }
  .inner-main-content h4 {
    padding-bottom: 10px;
    margin: 0px;
  }
  .inner-main-content ul {
    margin-bottom: 10px;
  }
  .inner-scroll {
    padding: 10px 0px 20px;
  }
  .link-section-two, .link-section-three, .link-section-four, .link-section-five, .link-section-six, .link-section-severn {
    padding: 10px 0px 20px;
  }
}*/

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-main-content h4 {
    font-size: 22px;
  }
  .content-wrapper div#thumbs div.top {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .gallery-thumbs img {
    width: 50px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) and (min-height: 600px) and (max-height: 799px){
  .inner-spacing {
    padding-top: 10px;
    padding-bottom: 25px;
    line-height: 24px;
    font-size: 14px;
  }
  .inner-content-title {
    padding-bottom: 10px;
    margin: 10px 0px;
  }
  .inner-main-content h4 {
    padding-bottom: 0px;
    margin: 0px;
  }
  .inner-main-content ul {
    margin-bottom: 0px;
  }
  .inner-scroll {
    padding: 5px 0px 15px;
  }
  .link-section-two, .link-section-three, .link-section-four, .link-section-five, .link-section-six, .link-section-severn {
    padding: 5px 0px 15px;
  }
  .left-bottom-link {
    bottom: 10px;
  }
  .right-bottom-link {
    bottom: 10px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) and (min-height: 800px) and (max-height: 999px){
  .inner-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 28px;
    font-size: 16px;
  }
  .inner-content-title {
    padding-bottom: 20px;
    margin: 10px 0px;
  }
  .inner-main-content h4 {
    padding-bottom: 10px;
    margin: 0px;
  }
  .inner-main-content ul {
    margin-bottom: 10px;
  }
  .inner-scroll {
    padding: 10px 0px 20px;
  }
  .link-section-two, .link-section-three, .link-section-four, .link-section-five, .link-section-six, .link-section-severn {
    padding: 10px 0px 20px;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (min-height: 600px) and (max-height: 799px){
  .inner-spacing {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 24px;
    font-size: 14px;
  }
  .inner-content-title {
    padding-bottom: 10px;
    margin: 10px 0px;
  }
  .inner-main-content h4 {
    padding-bottom: 0px;
    margin: 0px;
  }
  .inner-main-content ul {
    margin-bottom: 0px;
  }
  .inner-scroll {
    padding: 5px 0px 15px;
  }
  .link-section-two, .link-section-three, .link-section-four, .link-section-five, .link-section-six, .link-section-severn {
    padding: 5px 0px 15px;
  }
  .left-bottom-link {
    bottom: 10px;
  }
  .right-bottom-link {
    bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (min-height: 800px) and (max-height: 999px){
  .inner-spacing {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 28px;
    font-size: 14px;
  }
  .inner-content-title {
    padding-bottom: 20px;
    margin: 10px 0px;
  }
  .inner-main-content h4 {
    padding-bottom: 10px;
    margin: 0px;
  }
  .inner-main-content ul {
    margin-bottom: 10px;
  }
  .inner-scroll {
    padding: 10px 0px 20px;
  }
  .link-section-two, .link-section-three, .link-section-four, .link-section-five, .link-section-six, .link-section-severn {
    padding: 10px 0px 20px;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (min-height: 1000px){
  .inner-spacing {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 28px;
    font-size: 14px;
  }
  .inner-content-title {
    padding-bottom: 20px;
    margin: 10px 0px;
  }
  .inner-main-content h4 {
    padding-bottom: 10px;
    margin: 0px;
  }
  .inner-main-content ul {
    margin-bottom: 10px;
  }
  .inner-scroll {
    padding: 10px 0px 20px;
  }
  .link-section-two, .link-section-three, .link-section-four, .link-section-five, .link-section-six, .link-section-severn {
    padding: 10px 0px 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-section-one, .inner-section-two, .inner-section-three, .inner-section-four, .inner-section-five, .inner-section-six, .hole-content-section {
    background: black;
    background-position: center;
    background-repeat: no-repeat;
  }
  h5 a {
    font-size: 16px;
  }
}

@media (min-width: 768px){ 
  .body-class-bookings form textarea, .body-class-contact form textarea {
    height: 30px;
  }
  
.body-class-bookings form#customform_2 fieldset > span:first-child, .body-class-contact form#customform_2 fieldset > span:first-child {
  width: 51%;
  float: left;
}
.body-class-bookings form#customform_2 fieldset > span:nth-child(2), .body-class-contact form#customform_2 fieldset > span:nth-child(2) {
  width: 51%;
  float: left;
}
.body-class-bookings form#customform_2 fieldset > span:nth-child(3), .body-class-contact form#customform_2 fieldset > span:nth-child(3) {
  width: 51%;
  float: left;
}
.body-class-bookings form#customform_2 fieldset > span:nth-child(4), .body-class-contact form#customform_2 fieldset > span:nth-child(4) {
  width: 51%;
  float: left;
}
.body-class-bookings form#customform_2 fieldset > span:nth-child(5), .body-class-contact form#customform_2 fieldset > span:nth-child(5) {
  width: 51%;
  float: left;
}
  .body-class-bookings form#customform_2 fieldset > span:nth-child(6), .body-class-contact form#customform_2 fieldset > span:nth-child(6) {
    width: 51%;
    float: left;
  }
}

.home-image-text h3 {
  text-transform: capitalize;
}

@media (min-width: 0px) and (max-width: 767px) {
  /*.inner-scroll {
    padding: 5px 0px 15px;
    bottom: 55px;
  }*/
  .body-contentpage #home-carousel .item img {
  height: calc(100vh - 55px);
  }
  .home-title img {
    width: 80px;
  }
  .inner-title img {
    width: 80px;
  }
  .hole-title img {
    width: 80px;
  }
  .body-class-home #home-carousel .item img {
  height: calc(100vh - 55px);
  }
  .body-contentpage .content-wrapper ul {
    text-align: left;
  }
}

/*.footer-ig-logo img {
  background: rgba(0,0,0,0.1);
}*/

@media (min-width: 768px) and (min-height: 500px) and (max-height: 699px) {
  .home-top-content .home-title {
    top: 150px;
  }
  .inner-top-content .inner-title {
    top: 150px;
  }
  .hole-top-content .hole-title {
    top: 150px;
  }
  .carousel-indicators {
    bottom: 110px;
  }
}

@media (min-width: 768px) and (min-height: 300px) and (max-height: 499px) {
  .home-top-content .home-title {
    top: 0px;
  }
  .inner-top-content .inner-title {
    top: 0px;
  }
  .hole-top-content .hole-title {
    top: 0px;
  }
  .carousel-indicators {
    bottom: 80px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (min-height: 0px) and (max-height: 499px) {
  .home-top-content .home-title {
    top: 0px;
  }
  .inner-top-content .inner-title {
    top: 0px;
  }
  .hole-top-content .hole-title {
    top: 0px;
  }
  .body-class-home .carousel-indicators {
    bottom: 60px;
  }
  .body-contentpage .carousel-indicators {
    bottom: 100px;
  }
  .inner-top-content .inner-title h2 {
    margin: 10px 0px;
  }
  .body-contentpage .hole-page-wrapper .carousel-indicators {
    bottom: 155px;
  }
  .hole-page-wrapper .hole-scroll {
    bottom: 110px;
  }
}

@media (min-height: 0px) and (max-height: 449px) {
  .hole-top-content .hole-title {
    top: 0px;
  }
  .hole-scroll {
    display: none;
  }
  .hole-page-wrapper .carousel-indicators {
    display: none;
  }
}

@media (min-width: 768px) {
  .php-hcaprecord .table td, .php-hcaprecord .table th {
    padding: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .php-hcaprecord #globalwrap {
    overflow-x: scroll;
  }
}

.php-ckeditor .nav-wrapper {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .body-class-home .carousel-indicators {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public .additional-boxes > div:last-child > div[class*="link"] {
    padding: 0px;
  }
  .body-public .additional-boxes > div:last-child > div[class*="link"], .body-public .additional-boxes > div[class*="link"] {
    padding: 0px;
  }
}

.iOS .home-scroll {
  height: auto;
  bottom: 60px;
  /*display: none;*/
}

.iOS .home-scroll::after {
  content: '';
}

  .body-public .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .body-public .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .body-public .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #FEDB75;
  }

.body-public .navbar-inverse .nav > li > a:hover, .body-public .navbar-inverse .nav > li.current > a {
  color: #FEDB75;
}

.nav-links a:hover{
  color: #FEDB75;
}

.body-public .hole-page-wrapper .link-section-two, .body-root-photos_and_videos .inner-page-wrapper .link-section-two, .body-class-annesley_links .inner-page-wrapper .link-section-two {
  padding: 36px 0px 46px;
}

.body-public .hole-page-wrapper .link-section-two > div, .body-root-photos_and_videos .inner-page-wrapper .link-section-two > div, .body-class-annesley_links .inner-page-wrapper .link-section-two > div {
  display: none;
}

.body-public .hole-page-wrapper .link-section-two::after, .body-root-photos_and_videos .inner-page-wrapper .link-section-two::after, .body-class-annesley_links .inner-page-wrapper .link-section-two::after {
  content: '';
}

@media (min-width: 0px)and (max-width: 767px) {
  .body-public .hole-page-wrapper .link-section-two, .body-root-photos_and_videos .inner-page-wrapper .link-section-two, .body-class-annesley_links .inner-page-wrapper .link-section-two {
    padding: 0px;
  }
}

@media (min-width: 0px)and (max-width: 767px) and (min-height: 500px) {
  .hole-page-wrapper .carousel-indicators {
    bottom: 190px;
  }
  .hole-page-wrapper .hole-scroll {
    bottom: 125px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .iOS .hole-nav {
    bottom: 0px;
  }
  .iOS .hole-page-wrapper #home-carousel img {
    height: calc(100vh - 70px);
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .iOS .hole-nav {
    bottom: 0px;
  }
  .iOS .hole-page-wrapper #home-carousel img {
    height: calc(100vh - 70px);
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .iOS .hole-yards {
    font-weight: 400;
  }
  .iOS .hole-page-wrapper #home-carousel img {
    height: calc(100vh - 70px);
  }
  .iOS .inner-page-wrapper #home-carousel img {
    height: calc(100vh - 70px);
  }
  .iOS .inner-section-one, .iOS .inner-section-two, .iOS .inner-section-three, .iOS .inner-section-four, .iOS .inner-section-five, .iOS .inner-section-six {
    height: calc(100vh - 70px);
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .iOS .hole-yards {
    font-weight: 400;
  }
  .iOS .hole-page-wrapper #home-carousel img {
    height: calc(100vh - 70px);
  }
  .iOS .inner-page-wrapper #home-carousel img {
    height: calc(100vh - 70px);
  }
  .iOS .inner-section-one, .iOS .inner-section-two, .iOS .inner-section-three, .iOS .inner-section-four, .iOS .inner-section-five, .iOS .inner-section-six {
    height: calc(100vh - 70px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .inner-section-one, .inner-section-two, .inner-section-three, .inner-section-four, .inner-section-five, .inner-section-six {
    background-attachment: initial;
    background-position: center;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  .carousel-indicators {
    display: none;
  }
}

.home-content-section table td {
  border: 2px solid #1b46a5;
}

#ui-datepicker-div {
  display: none;
}

.footer-logo img {
  width: 120px;
}

.home-title img, .inner-title img, .hole-title img {
  padding: 10px;
  width: 150px;
}

.body-public .inner-spacing {
  font-weight: 700;
}

.annesley-slide {
  color: white;
  font-weight: 700;
  text-shadow: 0px 0px 5px #000;
}

.annesley-slide .inner-title {
  padding: 0px 100px 0px;
  background: rgba(0,0,0,0.5);
  height: calc(100vh - 30px);
  top: 0px !important;
  padding-top: 30px;
}

.carousel-indicators {
  z-index: 101;
}

@media (min-width: 768px) and (max-height: 799px) {
  .inner-spacing {
    height: calc(100vh - 50px);
    background: rgba(0,0,0,0.5);
  }
  .home-top-content .home-title, .inner-top-content .inner-title {
    top: 30px;
  }
}

@media (min-width: 768px) and (max-height: 599px) {
  .home-top-content .home-title, .inner-top-content .inner-title {
    top: 30px;
  }
}

@media (min-width: 768px) and (min-height: 800px) {
  .inner-spacing {
    height: calc(100vh - 100px);
    background: rgba(0,0,0,0.5);
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-spacing {
    background: rgba(0,0,0,0.5);
  }
  .home-title img, .inner-title img, .hole-title img {
    width: 90px;
  }
  .body-public .inner-scroll, .body-public .link-section-two, .body-public .link-section-three, .body-public .link-section-four, .body-public .link-section-five, .body-public .link-section-six, .body-public .link-section-severn {
    padding: 5px 0px 15px;
  }
}

/* annesley */

.annesley-links-page .inner-title h5 a {
  color: white;
  border-color: white;
}

@media (min-width: 0px) and (max-width: 767px) {
  .annesley-links-page .inner-top-content {
    background: black;
  }
  .annesley-links-page .inner-top-content .inner-title {
    position: relative;
    top: -125px;
  }
  .annesley-links-page .inner-top-content .inner-title img {
    width: 90px;
  }
  .annesley-slide .inner-title {
    padding: 50px 20px 0px;
    height: calc(100vh - 50px);
  }
}

/* championship hole videos */

.hole-top-content {
  display: none;
}

.hole-content-section {
  display: none;
}

.hole-spacing {
  display: none;
}

.hole-page-wrapper .inner-bottom-extra-links {
  display: none;
}

.hole-slideshow-section iframe#ytplayer {
  line-height: 0px;
}

@media (orientation: landscape) {
  .hole-slideshow-section {
    height: 100vh;
  }
  .hole-slideshow-section iframe{
    height: 100vh !important;
    width: 100% !important;
  }
}

.span12.home-image {
  position: relative;
}

#home-one.home-image-image > .wysiwyg-editable img {
  display: none;
}

@media (min-width: 768px) {
  #home-one.home-image-image {
    height: 720px;
  }
}

.php-ckeditor .home-image:hover .home-image-overlay {
  background: rgba(0,0,0,0.5);
}

.php-ckeditor #home-one.home-image-image > .wysiwyg-editable img {
  display: block;
}

#annesley-carousel .item, #annesley-carousel .item > .wysiwyg-editable {
  background-attachment: fixed;
}

#annesley-carousel .item img {
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #annesley-carousel .item {
    background-attachment: initial;
    background-size: auto;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-top-content {
    background: transparent;
  }
  .annesley-links-page .inner-top-content .inner-title {
    position: absolute;
    top: 75px;
  }
  #annesley-carousel .item {
    background-attachment: initial;
    background-size: auto;
  }
}

.hole-page-wrapper .hole-slideshow-section {
  line-height: 0px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .hole-nav {
    position: relative;
    background: black;
  }
}

#home-carousel .item {
  background-position: center;
}

.inner-main-content input[type*="text"], .inner-main-content textarea {
  box-shadow: 0px 0px 10px 4px #000;
}

@media (min-width: 1500px) {
  .inner-main-content input[type*="text"], .inner-main-content textarea {
    max-width: 600px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .inner-main-content input[type*="text"], .inner-main-content textarea {
    max-width: 500px;
    width: 100%;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-main-content input[type*="text"], .inner-main-content textarea {
    max-width: 400px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-main-content input[type*="text"], .inner-main-content textarea {
    max-width: 300px;
    width: 100%;
  }
}

.body-class-championship_links .inner-section-one {
  overflow: hidden;
}

.body-class-championship_links {
  overflow-y: hidden;
}

.inner-main-content h5 a:hover {
  color: white;
} 

.body-class-championship_links .inner-scroll {
  display: none;
}

.hole-nav {
  position: relative;
  background: black;
}

/* home page changes */

@media (min-width: 1800px) {
  .home-page-wrapper .first {
    height: 50vh;
    padding: 0px 200px;
    clear: both;
  }
  .home-page-wrapper .first .home-content-logo {
    padding-top: 50px;
  }
  .home-page-wrapper .home-image-section {
    height: 50vh;
    clear: both;
    position: relative;
  }
  #home-one.home-image-image {
    height: 50vh;
  }
  .home-page-wrapper .last {
    height: 50vh;
    padding: 0px 200px;
    clear: both;
  }
  .home-page-wrapper .last > div {
    padding-top: 30px;
  }
  .home-full-image-section {
    padding: 0px 200px;
    height: 50vh;
    position: relative;
  }
  .home-full-image-section > div {
    padding-top: 30px;
  }
  .home-page-wrapper .home-image-section.split-image {
    height: 100vh;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .home-page-wrapper .first {
    height: 50vh;
    padding: 0px 150px;
    clear: both;
  }
  .home-page-wrapper .first .home-content-logo {
    padding-top: 50px;
  }
  .home-page-wrapper .home-image-section {
    height: 50vh;
    clear: both;
    position: relative;
  }
  #home-one.home-image-image {
    height: 50vh;
  }
  .home-page-wrapper .last {
    height: 50vh;
    padding: 0px 150px;
    clear: both;
  }
  .home-page-wrapper .last > div {
    padding-top: 30px;
  }
  .home-full-image-section {
    padding: 0px 150px;
    height: 50vh;
    position: relative;
  }
  .home-full-image-section > div {
    padding-top: 30px;
  }
  .home-page-wrapper .home-image-section.split-image {
    height: 100vh;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .home-page-wrapper .first {
    height: 50vh;
    padding: 0px 100px;
    clear: both;
  }
  .home-page-wrapper .first .home-content-logo {
    padding-top: 50px;
  }
  .home-page-wrapper .home-image-section {
    height: 50vh;
    clear: both;
    position: relative;
  }
  #home-one.home-image-image {
    height: 50vh;
  }
  .home-page-wrapper .last {
    height: 50vh;
    padding: 0px 100px;
    clear: both;
  }
  .home-page-wrapper .last > div {
    padding-top: 30px;
  }
  .home-full-image-section {
    padding: 0px 100px;
    height: 50vh;
    position: relative;
  }
  .home-full-image-section > div {
    padding-top: 30px;
  }
  .home-page-wrapper .home-image-section.split-image {
    height: 100vh;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-page-wrapper .first {
    height: 50vh;
    padding: 0px 50px;
    clear: both;
  }
  .home-page-wrapper .first .home-content-logo {
    padding-top: 50px;
  }
  .home-page-wrapper .home-image-section {
    height: 50vh;
    clear: both;
    position: relative;
  }
  #home-one.home-image-image {
    height: 50vh;
  }
  .home-page-wrapper .last {
    height: 50vh;
    padding: 0px 50px;
    clear: both;
  }
  .home-page-wrapper .last > div {
    padding-top: 30px;
  }
  .home-full-image-section {
    padding: 0px 50px;
    height: 50vh;
    position: relative;
  }
  .home-full-image-section > div {
    padding-top: 30px;
  }
  .home-page-wrapper .home-image-section.split-image {
    height: 100vh;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-page-wrapper .first {
    height: 50vh;
    padding: 0px 25px;
    clear: both;
  }
  .home-page-wrapper .first .home-content-logo {
    padding-top: 50px;
  }
  .home-page-wrapper .home-image-section {
    height: 50vh;
    clear: both;
    position: relative;
  }
  #home-one.home-image-image {
    height: 50vh;
  }
  .home-page-wrapper .last {
    height: 50vh;
    padding: 0px 25px;
    clear: both;
  }
  .home-page-wrapper .last > div {
    padding-top: 30px;
  }
  .home-full-image-section {
    padding: 0px 25px;
    height: 50vh;
    position: relative;
  }
  .home-full-image-section > div {
    padding-top: 30px;
  }
  .home-page-wrapper .home-image-section.split-image {
    height: 100vh;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .home-page-wrapper .first {
    height: 50vh;
    padding: 0px 20px;
    clear: both;
  }
  .home-page-wrapper .first .home-content-logo {
    padding-top: 50px;
  }
  .home-page-wrapper .home-image-section {
    height: 50vh;
    clear: both;
    position: relative;
  }
  #home-one.home-image-image {
    height: 50vh;
  }
  .home-page-wrapper .last {
    height: 50vh;
    padding: 0px 20px;
    clear: both;
  }
  .home-page-wrapper .last > div {
    padding-top: 30px;
  }
  .home-full-image-section {
    padding: 0px 20px;
    height: 50vh;
    position: relative;
  }
  .home-full-image-section > div {
    padding-top: 30px;
  }
  .home-page-wrapper .home-image-section.split-image {
    height: 100vh;
  }
}

@media (min-width: 768px) and (min-height: 600px) and (max-height: 779px) {
  .content-wrapper .home-page-wrapper .home-content-logo {
    padding-top: 25px;
  }
  .home-content-logo img {
    width: 90px !important;
  }
  .home-content-section h1 {
    margin: 15px 0px;
  }
  .home-image-text {
    top: 20%;
  }
  .home-full-image-section > div {
    padding-top: 20px;
  }
  .home-full-image-section h2 {
    margin: 0px 0px 10px;
  }
  .home-full-image-section h5 a {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (min-height: 550px) and (max-height: 599px) {
  .content-wrapper .home-page-wrapper .home-content-logo {
    padding-top: 10px;
  }
  .home-content-logo img {
    width: 75px !important;
  }
  .home-content-section h1 {
    margin: 15px 0px;
  }
  .home-image-text {
    top: 10%;
  }
  .home-full-image-section > div {
    padding-top: 5px;
  }
  .home-full-image-section h2 {
    margin: 0px 0px 10px;
  }
  .home-full-image-section h5 a {
    margin-top: 0px;
  }
  #globalwrap .home-page-wrapper .last > div {
    padding-top: 15px;
  }
  #globalwrap .home-page-wrapper .last h2 {
    margin: 10px 0px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #home-carousel .item, #home-carousel .item > .wysiwyg-editable {
    background-size: cover;
  }
  .home-image-section .home-scroll {
    display: none;
  }
  .home-full-image-section .home-scroll {
    display: none;
  }
}

.body-class-pro_shop .inner-section-four {
  background-position: center;
}

.body-class-members .members-header {
  width: 1170px;
  margin: 0px auto;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members .members-header {
    width: 940px;
  }
  .body-class-members .navbar-inverse .nav > li > a {
    padding: 20px 12px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-members .members-header {
    width: 724px;
  }
  .scorecard-area table td {
    font-size: 11px;
    font-weight: 400;
  }
}

@media (min-width: 980px) {
  .body-class-members .navbar {
    float: right;
  }
}

@media (min-width: 1900px) {
  .footer-bg {
    background-size: cover;
  }
}

@media (min-width: 2000px) and (min-height: 1000px) {
  .inner-spacing {
    height: calc(100vh - 200px);
  }
}

.body-class-members .content-wrapper a:hover {
  color: #988346;
}

.body-class-historical_photos .inner-section-one > .link-section-two {
  padding: 36px 0px 46px;
}

.body-class-historical_photos .inner-section-one > .link-section-two::after {
  display: none;
}

.body-class-historical_photos .inner-section-one > .link-section-two > div {
  display: none;
}

.php-customformadmin #globalwrap {
  overflow-x: scroll;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .body-class-championship_links .inner-section-one .inner-spacing {
    display: none;
  }
  .body-class-championship_links .inner-section-one {
    height: auto;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-historical_photos .inner-section-one > .link-section-two {
    padding: 0px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) and (max-height: 799px) {
  .inner-spacing {
    height: calc(100vh - 120px);
  }
}

@media (min-width: 768px) and (max-width: 979px) and (min-height: 900px) {
  .inner-spacing {
    height: calc(100vh - 120px);
  }
}

.php-ckeditor #annesley-carousel .item img {
  opacity: 1;
}

#annesley-carousel div[id*="slide"]{
  background-size: 100%;
}

@media (min-width: 768px) {
  .annesley-content {
    position: absolute;
    padding-right: 100px;
    bottom: 165px;
  }
   #annesley-carousel .carousel-indicators {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .annesley-slide .inner-title {
    padding-top: 0px;
    height: calc(100vh - 0px);
  }
  #annesley-carousel div[id*="slide"] {
    background-position: center;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  #annesley-carousel div[id*="slide"] {
    background-size: cover;
    background-position: top center;
  }
}

.body-class-members #myNavbar .nav-menu-login\.php {
  display: none;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .php-login #myNavbar .nav > li > a {
    font-size: 16px;
  }
}

.footer-policy {
  margin-top: 10px;
}

.footer-policy a {
  color: #0e3f68;
}

.footer-policy a:hover {
  color: #988346;
}

.inner-plain .inner-section-one {
  height: auto;
  padding: 100px 0px 50px;
}

.inner-plain .page-space {
  padding: 0px 200px;
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .inner-plain .page-space {
    padding: 0px 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .inner-plain .page-space {
    padding: 0px 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .inner-plain .page-space {
    padding: 0px 50px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-plain .page-space {
    padding: 0px 25px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .inner-plain .page-space {
    padding: 0px 20px;
  }
  .inner-plain .inner-section-one {
    background: transparent;
  }
}

/* end anton styles */