/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll{
	height: 1000px;
}

html {
	position: relative;
	min-height: 100%;
}

body {
  background-color: #FBF8D7;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #3A383D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-public #outerborder {
	overflow-x:hidden;
	overflow-y:auto;
}

#globalwrap {
  	height: auto;
}

.body-public #globalwrap {
  padding-top: 0px;	
}

.galleryWrapper .nivo-controlNav-Wrapper {
  display: none;
}

/* header styles */

.options-wrapper {
  position: absolute;
  width: 100%;
}

.options {
  float: right;
  height: 70px;
  color: #E8B121;
  font-size: 20px;
}

.options-bg {
  margin-top: 20px;
  background-color: rgba(0,0,0,0.7);
  height: 50px;
  width: 325px;
}

.options ul {
  margin: 0px 15px;
}

.options ul li {
  list-style: none;
  display: inline-block;
  padding-top: 12px;
  height: 36px;
  margin: 0px 4px;
}

.options li a {
  display: inline-block;
  color: #E8B121;
  font-size: 14px;
}

.options li:hover a {
  text-decoration: none;
}

.options li.social a {
  display: inline-block;
  text-align: center;
  width: 26px;
  background-color: #E8B121;
  border-radius: 50%;
  line-height: 26px;
  height: 26px;
  color: black;
}

.options li.social img {
  width: 14px;
}

.navbar-inner .span2 {
  margin-left: 0px;
}

/* navbar styles */

.navbar-bg {
  background-color: #004B1C;
}

.navbar-bg .navbar {
  margin-bottom: 0px;
}

.navbar-bg .navbar-inner {
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-inner .nav {
  margin: 10px 0px;
}

.navbar .nav {
  float: left;
}

.navbar-inner .nav > li {
  border-right: 1px solid #2E611E;
}

.navbar-inner .nav > li > a {
  color: white;
  font-size: 16px;
}

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: #E8B121;
}

.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: #E8B121;
}

.navbar-inner .nav ul.dropdown-menu {
  background-color: #004B1C;
}

.navbar-inner .nav ul.dropdown-menu li a{
  color: white;
}

.navbar-inner .nav .dropdown-menu li:hover a {
  background-image: none;
  background-color: transparent;
  color: #E8B121;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  box-shadow: none;
}

/* font styles */

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

h1 {
  font-size: 32px;
  color: #007C49;
}

h2 {
  font-size: 28px;
  color: #007C49;
}

h3 {
  font-size: 24px;
  color: #E8B121;
}

h4 {
  font-size: 22px;
  color: #007C49;
}

h5 {
  font-size: 20px;
  color: #E8B121;
}

p {
  font-size: 16px;
}

a {
  color: #007C49;
}

a:hover {
  color: #007C49;
}

/* footer styles */

.main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
  border-top: 4px solid #004B1C;
  box-sizing: border-box;
}

.main-footer .footer-text{
  margin: 10px 0px;
  font-size: 15px;
}

.main-footer .footer-text span {
  display: inline;
  height: auto;
  min-height: auto;
}

.main-footer img {
  margin: 10px 5px;
}

.main-footer img {
  width: auto;
  max-height: 30px;
}

.main-footer .ig-logo img {
  width: auto;
  float: right;
}

/* home page styles */

.body-class-home .inner-slideshow {
  display: none;
}
.nivo-directionNav {
	display: block !important;
}

.body-class-home .home-slideshow .galleryInner .nivo-directionNav a {
    pointer-events: auto;
    z-index: 10;
}


@media (min-width: 980px){
  .body-class-home.body-public .all-navbar {
  	display: none;
  }
  .body-class-home.body-public .home-navbar .desktop-logo {
  	display: none;
  }
}

@media (min-width: 1200px) {
  .body-class-home.body-public .main-footer, .body-class-home.body-public .home-navbar {
    position: fixed;
    bottom: 0px;
    width: 100%;
  }

  .home-page-content .maincontent {
    position: fixed;
    bottom: 0px;
    margin-bottom: 175px;
    width: 1170px
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-home.body-public .main-footer, .body-class-home.body-public .home-navbar {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }

  .home-page-content .maincontent {
    position: fixed;
    bottom: 0px;
    margin-bottom: 175px;
    width: 940px
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-home.body-public .main-footer, .body-class-home.body-public .home-navbar {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  .home-page-content .maincontent {
    position: relative;
    bottom: 0px;
    margin-top: 120px;
    width: 724px
  }
}
@media (max-width: 979px) {
.body-class-members #globalwrap {
	margin: 20px auto 0px;
}
}



.home-page-content h1 {
  color: #E8B121;
  font-family: 'Cinzel', serif;
  text-shadow: 1px 1px 1px #000;
}

.home-page-content .maincontent p, .home-course-status h3, .home-course-status p{
  color: white;
}

.home-course-status p, .home-course-status h3 {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.home-page-content .maincontent p {
  	text-shadow: 1px 1px 1px #000;
}

.home-course-status {
	position: absolute;
	top: 0;
	width: 100%;
  	padding: 0 20px;
  	box-sizing: border-box;
	float: left;
}

.home-course-status h3 {
  float: left;
  margin-right: 15px;
}

.home-course-status p{
  	float: none;
	margin-top: 0px;
	clear: both;
}


/* inner page styles */

.body-contentpage .home-slideshow {
  display: none;
}

.body-contentpage .inner-slideshow .galleryInner{
  width: 100% !important;
  height: auto !important;
  z-index: -1;
}

.inner-title {
  margin-bottom: 25px;
}

.inner-page .image-caption {
  margin: 20px 0px 30px;
}

.inner-page .image-caption h4 {
  margin: 0px;
  font-size: 18px;
}


.inner-page .maincontent ul {
  margin: 0px;
}

.inner-page .maincontent ul li {
  background-image: url('/images/resources/liphook/link-arrow.png');
  background-position: 0px 2px;
  background-repeat: no-repeat;
  list-style: none;
  padding: 0px 0px 0px 25px;
}

/* hole page styles */

.hole-page .span8 {
  margin-left: 0px !important;
}

.hole-nav .menu-section h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}

.hole-nav li a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8b72c+0,c99b12+100 */
  background: #e8b72c; /* Old browsers */
  background: -moz-linear-gradient(top, #e8b72c 0%, #c99b12 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8b72c), color-stop(100%,#c99b12)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e8b72c 0%,#c99b12 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e8b72c 0%,#c99b12 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e8b72c 0%,#c99b12 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e8b72c 0%,#c99b12 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b72c', endColorstr='#c99b12',GradientType=0 ); /* IE6-9 */
  display: inline-block;
  width: 40px;
  line-height: 40px;
  border-radius: 8px;
  text-align: center;
  color: white;
}

.hole-nav li:hover a, .hole-nav li.current a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004c1e+0,006e43+100 */
background: #004c1e; /* Old browsers */
background: -moz-linear-gradient(top, #004c1e 0%, #006e43 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004c1e), color-stop(100%,#006e43)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #004c1e 0%,#006e43 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #004c1e 0%,#006e43 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #004c1e 0%,#006e43 100%); /* IE10+ */
background: linear-gradient(to bottom, #004c1e 0%,#006e43 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c1e', endColorstr='#006e43',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
}

.hole-title {
  margin-top: 25px;
  margin-bottom: 30px;
}

.hole-tips {
  margin-top: 35px;
}

.hole-yards {
  margin-top: 30px;
  background-color: #E1DFD3;
}

.hole-yards-space {
  padding: 20px 15px;
}

.hole-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

/* members styles */

.body-class-members .options-wrapper {
  display: none;
}

.body-class-members .page-wrapper {
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .body-class-members #globalwrap, .php-competition2 #globalwrap {
    width: 1170px;
    margin: 0px auto;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members #globalwrap, .php-competition2 #globalwrap {
    width: 940px;
    margin: 0px auto;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-members #globalwrap, .php-competition2 #globalwrap {
    width: 724px;
    margin: 20px auto 0px;
  }
}

@media (max-width: 767px) {
  .body-class-members #globalwrap > .page-wrapper, .php-competition2 #globalwrap > .page-wrapper {
    padding: 0px 15px;
  }
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: white;
  border: 2px solid #004B1C;
}

.body-class-members li.nav-menu-information ul.dropdown-menu li.nav-menu-information {
  display: none;
}

/* responsive styles */
@media (min-width: 980px) {
	
	.body-class-members .navbar-inner .nav {
  		margin: 17px 0px;
		float: right;
	}
}

@media (min-width: 980px) {
  .mobile-login {
    display: none;
  }
  .mobile-header {
    display: none;
  }
  .body-class-home.body-public .home-navbar ul.dropdown-menu::before {
    display: none;
  }
  .body-class-home.body-public .home-navbar ul.dropdown-menu::after {
    border-bottom: none;
  }
}

/* Landscape Tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  /*.main-footer img{
    margin-top: 16px;
  }*/
  .hole-nav li a {
    width: 35px;
    line-height: 35px;
  }
  .navbar-inner .nav > li > a {
    font-size: 14px;
    padding: 10px 9px;
  }
}

/* Portrait Tablet */

@media (min-width: 768px) and (max-width: 979px) {
  /*.main-footer img{
    margin-top: 16px;
  }*/
  .hole-yards p {
    text-transform: lowercase;
    font-size: 14px;
  }
  .hole-yards-space {
    padding: 10px 5px;
  }
    .hole-nav li a {
    width: 35px;
    line-height: 35px;
    margin: 10px 0px 0px;
  }
  .hole-nav {
    margin-top: 20px;
    width: 450px;
  }
  .hole-page, .inner-page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* portrait tablet and phone */

@media (min-width: 0px) and (max-width: 979px) {
  .body-contentpage .inner-slideshow .galleryInner {
    width: 100% !important;
    height: auto !important;
  }
  .body-contentpage #globalwrap {
    padding-top: 0px;
  }
  body.body-contentpage .page-wrapper .inner-slideshow .galleryInner img {
    width: 100% !important;
  }
  .all-navbar{
    display: none;
  }
  .options-wrapper {
    display: none;
  }
	
  .home-course-status {
	position: absolute;
	top: 120px;
	width: 100%;
	float: left;
  }
	
  .navbar .btn-navbar {
    width: 100px;
    background-color: transparent;
    background-image: none;
    border: 2px solid #E8B121;
    border-radius: 8px;
    height: 40px;
    margin-top: -10px;
    margin-right: 0px;
  }
  .navbar .btn-navbar .club-menu-button-lines {
    float: left;
  }
  .navbar-bg .navbar {
    margin-bottom: 15px;
  }
  .navbar .btn-navbar .club-menu-button {
    float: left;
    margin-left: 10px;
    margin-top: -3px;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    background-color: transparent;
  }
  .navbar .navbar-inner .nav {
    margin-top: 0px;
    float: none;
  }
  .navbar-inner .nav > li {
    border-right: 0px;
  }
  .options-bg {
    background-color: transparent;
    width: 100%;
  }
  .mobile-login {
    width: 96px;
    background-color: transparent;
    background-image: none;
    border: 2px solid #E8B121;
    border-radius: 8px;
    float: right;
    margin-top: 10px;
  }
  .mobile-logo {
    float: left;
  }
  .mobile-login span, .mobile-login i {
    margin-left: 10px;
  }
  .mobile-login a {
    display: inline-block;
    width: 100px;
    color: white !important;
    height: 30px;
    padding-top: 6px;
  }
  .mobile-login span {
    font-family: "Roboto";
  }
  .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.navbar-inverse:focus .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;
    color: #E8B121;
  }
  .navbar-inverse .nav-collapse .nav li a{
    color: white;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .body-class-home.body-public #globalwrap{
    padding-top: 0px;
  }
  .galleryInner {
    width: 100% !important;
    height: auto !important;
  }
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hole-nav li a {
    width: 35px;
    line-height: 35px;
  }
  .hole-nav {
    width: 280px;
  }
  .hole-page, .inner-page {
    padding: 20px 15px;
  }
  .mobile-header {
    background-color: #004B1C;
  }
  .navbar-bg, .main-footer {
    padding: 0px 15px;
  }

	
  .main-footer .ig-logo img {
    float: none;
  }
  .large-image img {
    max-width: 290px;
  }
  .small-image {
    max-width: 175px;
  }
  /*.home-course-status {
    display: none;
  }*/
  .home-page-content {
    padding: 0px 15px;
  }
  .home-page-content .maincontent p {
    color: black;
    text-shadow: none;
  }
  .hole-map img {
    width: 360px;
  }
  .image-sidebar {
    margin-top: 20px;
  }
  .hole-nav ul li {
    margin: 8px 3px 0px;
  }
  .hole-map {
    margin-top: 25px;
  }
  .home-page-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* login page styles */

@media (min-width: 1200px) {
  .body-loginpage #globalwrap {
    width: 1170px;
    margin: 0px auto 0px;
  }
}

@media (min-width: 980px) and (max-width: 1199px){
  .body-loginpage #globalwrap {
    width: 940px;
    margin: 0px auto 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-loginpage #globalwrap {
    width: 724px;
    margin: 0px auto;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-loginpage #globalwrap > .page-wrapper {
    padding: 0px 15px;
  }
}

/* default page styles */

@media (min-width: 1200px) {
  .body-class-opens.body-public #globalwrap, .php-competition.body-public #globalwrap, .php-analysis.body-public #globalwrap, .php-viewround.body-public #globalwrap, .php-news.body-public #globalwrap, .php-roundmgmt.body-public #globalwrap, .php-twos.body-public #globalwrap, .body-class-visitorbooking\/ #globalwrap {
    width: 1170px;
    margin: 0px auto 0px;
  }
}
@media (min-width: 980px) and (max-width: 1199px){
  .body-class-opens.body-public #globalwrap, .php-competition.body-public #globalwrap, .php-analysis.body-public #globalwrap, .php-viewround.body-public #globalwrap, .php-news.body-public #globalwrap, .php-roundmgmt.body-public #globalwrap, .php-twos.body-public #globalwrap, .body-class-visitorbooking\/ #globalwrap {
    width: 940px;
    margin: 0px auto 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-opens.body-public #globalwrap, .php-competition.body-public #globalwrap, .php-analysis.body-public #globalwrap, .php-viewround.body-public #globalwrap, .php-news.body-public #globalwrap, .php-roundmgmt.body-public #globalwrap, .php-twos.body-public #globalwrap, .body-class-visitorbooking\/ #globalwrap {
    width: 724px;
    margin: 0px auto;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-opens.body-public #globalwrap > .page-wrapper, .php-competition.body-public #globalwrap > .page-wrapper, .php-analysis.body-public #globalwrap > .page-wrapper, .php-viewround.body-public #globalwrap > .page-wrapper, .php-news.body-public #globalwrap > .page-wrapper, .php-roundmgmt.body-public #globalwrap > .page-wrapper, .php-twos.body-public #globalwrap > .page-wrapper, .body-class-visitorbooking\/ #globalwrap > .page-wrapper {
    padding: 0px 15px;
  }
}



/* extra styles */

.body-class-members.body-contentpage #globalwrap {
  width: 100%;
}

.body-class-members.body-contentpage .inner-page {
  padding-top: 30px;
}

.php-ckeditor .hole-nav {
  margin-top: 20px;
}

.body-class-home.body-public .navbar-inner .dropdown-menu {
  top: inherit;
  bottom: 145%;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

@media (min-width: 980px) {
  .navbar-inner .dropdown-menu {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    top: 120%;
  }
  .dropdown-menu::before, .dropdown-menu::after {
    display: none !important;
  }
}

.body-public .all-navbar {
  margin-top: 90px;
}

.inner-slideshow {
  line-height: 100%;
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-members.body-contentpage #globalwrap{
    padding-top: 0px;
    margin: 0px auto;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-members.body-contentpage .inner-slideshow {
    display: none;
  }
}

/* test styles */

@media (min-width: 980px) {
  .options-wrapper {
    margin-top: 0px;
    padding-top: 0px;
    top: -15px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 200;
  }
  body.body-contentpage .inner-slider {
  width: 100%;
  height: 600px;
  }
  .options-wrapper > container {
  position: relative;
  }
  body.body-contentpage.body-public .all-navbar {
    top: 280px;
    bottom: inherit;
    z-index: 999999;
    position: absolute;
    width: 100%;
    margin-top: 0px;
  }
  .body-contentpage .inner-slideshow {
    margin-top: 0px;
  }
  .body-contentpage .inner-page, .body-contentpage .hole-page {
    padding-top: 150px;
  }
  .body-contentpage .inner-slideshow {
    width: 100%;
    height: 280px;
  }
  .body-contentpage .inner-slideshow .galleryWrapper {
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
  }
  .body-contentpage .inner-slideshow > .wysiwyg-editable {
    height: 416px;
  }
}

@media (max-width: 1500px) {
  body.body-contentpage .inner-slideshow .galleryInner{
    width: 100% !important;
    height: auto !important;
  }
  body.body-contentpage .inner-slideshow .galleryInner img {
    width: auto !important;
    height: 100% !important;
  }
}

/* sidebar styles */

.inner-page .image-sidebar .menu-section {
  margin-bottom: 20px;
}

.inner-page .image-sidebar .menu-section h2 {
  display: none;
}

.inner-page .image-sidebar .menu-section ul {
  margin: 0px;
}

.inner-page .image-sidebar .menu-section li {
  list-style: none;
  background-color: #004B1C;
  margin: 10px 0px;
  padding: 10px 10px;
}

.inner-page .image-sidebar .menu-section a {
  color: white;
}

.inner-page .image-sidebar .menu-section li:hover a {
  color: #E8B121;
  text-decoration: none;
}

/* 2015 agm drive in styles */
@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-2015_agm_and_drive-in table td img{
    max-width: 185px !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-2015_agm_and_drive-in table td img{
    max-width: 145px !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-2015_agm_and_drive-in table td img{
    max-width: 100px !important;
  }
}

@media (min-width: 980px) {
  .body-class-members.body-contentpage .inner-slideshow, .body-contentpage .inner-slideshow > .wysiwyg-editable {
    height: 100%;
  }
}

.php-competition2 #globalwrap {
  margin-top: 40px;
  padding: 20px;
}

.footer-social {
  font-size: 22px;
  margin-right: 8px;
}

.footer-text {
  line-height: 32px;
}

.main-footer .footer-text img {
  margin: 0px;
  width: 19px;
  position: relative;
  top: -1px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-members .main-footer {
    position: relative;
    margin-top: 40px;
  }
  .body-class-members {
    margin-bottom: 0px !important;
  }
}

/* end anton styles */

/* Suzanne styles - sorting out the map shooting off the end of the page */

#map_container {
  width: 100% !important;
}

/* Adding style to the tables */

.body-contentpage .inner-page table {
 border-collapse: separate;
 border-spacing: 3px;
}

.body-contentpage .inner-page table th, .body-contentpage .inner-page table td  {
 padding: 4px;
 border: 2px solid #004B1C;
}

.body-contentpage .inner-page table thead > tr th {
 background-color: #004B1C ;
    color: white;
  font-weight: normal !important;
}

.body-contentpage .inner-page table thead tr td {
 color: white;
}

.body-contentpage .inner-page table tr{
 background-color: #E1E1E1;
}

.body-contentpage .inner-page table tbody > tr:nth-child(2n+1) > td {
 background-color: #F9F9F9;
}

@media (min-width: 0px) and (max-width: 767px) {
 .body-contentpage .inner-page table {
   border-collapse: seperate;
   border-spacing: 2px;
 }
 .body-contentpage .inner-page table th, .body-contentpage table td {
   border: none;
   padding: 0px;
 }
}

/*Making specific visitor page tables transparent */

.body-class-professional .inner-page table tbody td {
 border-style:none;
}
.body-class-professional .inner-page table tbody tr {
background-color: transparent;
}
.body-class-professional .inner-page table tbody > tr:nth-child(2n+1) > td {
 background-color: transparent;
}

.body-class-contact_info .inner-page table tbody td {
 border-style:none;
}
.body-class-contact_info .inner-page table tbody tr {
background-color: transparent;
}
.body-class-contact_info .inner-page table tbody > tr:nth-child(2n+1) > td {
 background-color: transparent;
}

.body-class-bohunt_manor_golf_club .inner-page table tbody td {
 border-style:none;
}
.body-class-bohunt_manor_golf_club .inner-page table tbody tr {
background-color: transparent;
}
.body-class-bohunt_manor_golf_club .inner-page table tbody > tr:nth-child(2n+1) > td {
 background-color: transparent;
}



/* Reduce size of tables and images on mobile and tablet */
@media (min-width: 0px) and (max-width: 767px) {
  .body-class-scorecard img{
    max-width: 100% !important;
  }
}
    @media (min-width: 0px) and (max-width: 767px) {
  .body-class-professional .inner-page table td img{
    max-width: 100px !important;
   
  }
}

  @media (min-width: 768px) and (max-width: 1000px) {
  .body-class-professional .inner-page table td img{
    max-width: 100px !important;
   
  }
}
   @media (min-width: 0px) and (max-width: 767px) {
 .body-class-members.body-contentpage table td img{
    max-width: 60px !important;}
}
  
  @media (min-width: 0px) and (max-width: 767px) {
 .body-class-members.body-contentpage .inner-page table {
    font-size: 10px;}
}

 @media (min-width: 768px) and (max-width: 1200px) {
 .body-class-members.body-contentpage table td img{
    max-width: 125px !important;}
}
  
  @media (min-width: 768px) and (max-width: 1200px) {
 .body-class-members.body-contentpage .inner-page table {
    font-size: 15px;}
}
  






/* Top 100 Image on Home Page */
.top100-container {
	position: absolute;
  	bottom: 164px;
  	left: 0;
  	width: 100%;
  	padding: 0 20px;
  	box-sizing: border-box;
  	display: block;
}
.top100 {
  	width: 160px;
  	height: auto;
  	display: inline-block;
  	float: left;
}
.top100 img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (min-width: 1200px) { 
	.top100-container {
		position: absolute;
  		bottom: 156px;
	}
}
@media (max-width: 979px) { 
	.top100-container {
		position: absolute;
  		bottom: 208px;
	}
}





/* Home Page Video */
#video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  display: none;
  pointer-events: none;
  z-index: -1;
}

.slider-logo {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 600px;
  height: 350px;
  max-width: 100%;
  max-height: 100%;
  background: url('/images/resources/liphook/logo-liphook.png') no-repeat center transparent;
  background-size: contain;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  display: inline-block;
}


.video-btn {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	margin: 0 auto;
  	text-align: center;
}

.video-btn a {
  	width: auto;
  	display: inline-block;
  	padding: 15px 20px;
	border: 1px solid #fff;
	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	-ms-border-radius: 0px;
  	border-radius: 0px;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	background-color: transparent;
	background-image: none !important;
  	text-decoration: none;
  	text-align: center;
}

.video-btn a:link, .video-btn a:visited, .video-btn a:active {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
  	text-decoration: none;
}
.video-btn a:hover {
	color: #E8B121;
	background-color: rgba(0,0,0,0.7);
	border: 1px solid rgba(0,0,0,0.7);
  	text-decoration: none;
}




@media (max-width: 979px) { 
	.slider-logo {
  		display: none;
	}
}




/* ****************************************** */






/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes nofade {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }






/* Home Slider */
.home-slideshow {
    position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: none;
    pointer-events: none; }
.home-slideshow .galleryInner.nivoInner.nivoSlider[style] {
	position: relative;
	width: 100vw !important;
	height: 100vh !important;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
  .home-slideshow img,
  .home-slideshow img.nivo-main-image {
    position: absolute !important;
    left: 50% !important;
    width: auto !important;
    min-width: 100%;
    min-height: 100%;
    display: inline;
    opacity: 0;
    -webkit-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
    transform-origin: center;
    animation: fadeIn 2s ease-in-out 0s forwards;
    animation-iteration-count: 1; }
  .home-slideshow img[style],
  .home-slideshow img.nivo-main-image[style] {
    width: auto !important;
    height: auto !important; }
  .home-slideshow .nivo-controlNav-Wrapper {
    position: absolute;
    top: auto;
    bottom: 150px; 
    left: auto;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: auto;
    height: auto;
    display: none;
    z-index: 30; }
    .home-slideshow .nivo-controlNav-Wrapper .nivo-controlNav {
      left: auto;
      bottom: auto;
      width: auto;
      height: auto;
	  padding: 10px 20px;
      display: inline-block;
      vertical-align: middle;
      pointer-events: auto; }
      .home-slideshow .nivo-controlNav-Wrapper .nivo-controlNav a {
        width: 7px;
        height: 7px;
        margin: 0px 3px;
        background-image: none;
        background-color: transparent;
        border: 1px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        float: left;
        overflow: hidden; }
        .home-slideshow .nivo-controlNav-Wrapper .nivo-controlNav a.active {
          width: 7px;
          height: 7px;
          background-color: #fff;
          border: 1px solid #fff; }

/* landscape and desktop */
@media (max-width: 1199px) {
	
  /* Home Slider */
  .home-slideshow {
    position: relative; z-index: 0;}
  .home-slideshow .galleryInner.nivoInner.nivoSlider[style] {
    height: calc(100vh - 160px) !important; 
	min-height: 400px;}

  .home-slideshow img,
  .home-slideshow img.nivo-main-image {
    width: auto !important;
    height: 100% !important;
    -webkit-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
    -webkit-animation: fadeIn 2s ease-in-out 0s forwards;
    animation: fadeIn 2s ease-in-out 0s forwards; }
  .home-slideshow img[style],
  .home-slideshow img.nivo-main-image[style] {
    width: auto !important;
    height: 100% !important; } 
	
	.home-slideshow .nivo-controlNav-Wrapper {
    position: absolute;
    bottom: 20px;
}
}

/* landscape and desktop */
@media (max-width: 979px) {
	
  /* Home Slider */
  .home-slideshow .galleryInner.nivoInner.nivoSlider[style] {
    height: calc(100vh - 224px) !important;}
}

/* Mobile */
@media (max-width: 480px) {
  /* Home Slider */
	.home-slideshow .galleryInner.nivoInner.nivoSlider[style] {
    height: 500px !important; }
	.home-slideshow .nivo-controlNav-Wrapper {
    	display: none;
	}
}
	

  


iframe#ytplayer {
	width: 100%;
}
	
	

/* ****************************************** */
  
  
  
  
  
  
  /* Editor Area */
.php-ckeditor {
  /* Home Slider */
  /* Home Slider */ }
  .php-ckeditor #outerborder .all-navbar {
    display: none; }
  .php-ckeditor video#video {
    display: none !important; }
  .php-ckeditor video#video[style] {
    display: none !important; }
  .php-ckeditor .home-slideshow {
    position: relative;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
	display: block;}
  .php-ckeditor .home-slideshow .galleryInner.nivoInner.nivoSlider[style] {
    width: 100% !important;
    height: auto !important;
    left: 0;
    right: 0;
    margin: 0 auto; }


/*img.memberpic {
  	display: none;
}*/

.nav-menu-halloffame\.php {
  	display: none;
}

h5 a {
    list-style: none;
  background-color: #004B1C;
  margin: 10px 0px;
  padding: 10px 10px;
  color: white;
  text-decoration: none;
}
h5 a:hover {
  color: #E8B121;
  text-decoration: none;
}