html {
	overflow: visible
}

body {
	font-family: "proxima-nova";
	background: #000 url(/images/background-new.jpg);
	margin-top: 90px;
	color: #fff
}

h1,
h2,
h3 {
	color: #fff100;
	text-transform: uppercase
}

h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	text-shadow: 0 0 10px #000
}

a {
	color: #fff100;
	text-decoration: none
}

a:hover {
	color: #99920d
}

.btn-primary {
	background-color: #fff100;
	border-color: #fff100;
	color: #000
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #fff;
	border-color: #fff;
	color: #000
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	background-color: #fff;
	border-color: #fff;
	color: #000
}

.content {
	padding: 20px
}

#top-bar {
	background: #fff100;
	padding: 8px 0
}

#top-bar-mobile {
	background: #fff100;
	padding-top: 8px;
	padding-bottom: 8px
}

.watch-space {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 20px
}

.home {
	margin-top: 0;
	background: #000 url(/images/background-lake.jpg) 50% 20% no-repeat
}

.logo {
	margin-top: 50px;
	margin-bottom: 30px
}

#top-bar-text {
	margin-right: 8px;
	text-transform: uppercase;
	font-size: 28px;
	color: #000
}

#top-bar-text-mobile {
	text-transform: uppercase;
	font-size: 16px;
	color: #000
}

#mitch-smith {
	position: absolute;
	top: 17%;
	left: 0
}

#handwriting {
	font-family: 'rollerscript-smooth', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff100;
	font-size: 30px;
	margin-top: 250px;
	position: relative;
	z-index: 2;
	text-shadow: 0 0 10px #000
}

.btn-book {
	background-color: #000;
	border-color: #000;
	text-transform: uppercase;
	font-size: 24px;
	margin-left: 15px;
	border-radius: 0;
	color: #fff100
}

.btn-book:hover,
.btn-book:focus {
	background-color: #fff100;
	border-color: #000;
	color: #000
}

.btn-book-mobile {
	background-color: #000;
	border-color: #000;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 0;
	color: #fff100
}

.btn-book-mobile:hover,
.btn-book-mobile:focus {
	background-color: #fff100;
	border-color: #000;
	color: #000
}

.name {
	font-size: 40px
}

#logo {
	margin-top: 150px;
	font-size: 20px
}

#logo p {
	text-shadow: 0 0 10px #000;
	color: #fff;
	margin-top: 15px
}

#carp1 {
	position: absolute;
	left: 0;
	top: 450px;
	width: 45%
}

#carp2 {
	position: absolute;
	right: 0;
	top: 100px;
	width: 45%
}

#carp3 {
	position: absolute;
	right: 0;
	top: 500px;
	width: 45%
}

.home-circle {
	opacity: 0
}

.facilities-circle {
	opacity: 0;
	margin-top: 20px;
	margin-bottom: 20px
}

.home-circle a p {
	text-shadow: 0 0 10px #000
}

.extra-space {
	margin-left: 10%
}

.hc2lines {
	margin-top: -35px !important
}

.hc3lines {
	margin-top: -60px !important
}

.home-landing-circle {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 0;
	padding: 50% 0;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	margin-top: 25px;
	background-size: cover;
	opacity: 0
}

.home-landing-circle:hover {
	opacity: .7 !important
}

.home-landing-circle h2 {
	margin-top: -20px;
	text-shadow: 0 0 5px #1d1d1b;
	font-size: 18px
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 3;
	left: 0;
	top: 0;
	background-color: #000;
	background-color: rgb(0 0 0 / .9);
	overflow-x: hidden;
	transition: .5s
}

.overlay-content {
	position: relative;
	top: 15%;
	width: 100%;
	text-align: center;
	margin-top: 30px
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: .3s
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px
}

@media screen and (max-height:450px) {
	.overlay a {
		font-size: 20px
	}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px
	}
}

.navbar-default {
	background-color: #fff100;
	border-bottom: 1px solid #000
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	text-transform: uppercase;
	font-size: 22px
}

.navbar-default .navbar-nav>li>a:hover {
	color: #000;
	text-decoration: underline
}

.nav-btn-book {
	margin-top: 40px;
	padding-left: 30px;
	padding-right: 30px
}

.nav-btn-book-mobile {
	margin-top: 20px;
	font-size: 10px;
	margin-left: 0
}

.navbar-nav {
	margin-top: 35px
}

.navbar-default .navbar-toggle {
	margin-top: 25px;
	border-color: #000
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000
}

.selected {
	text-decoration: underline
}

#copyright {
	text-align: left
}

#webisteby {
	text-align: left
}

footer {
	background-color: #fff100;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	margin-top: 25px
}

footer a {
	text-decoration: underline;
	color: #000;
	font-size: inherit
}

footer a:hover {
	text-decoration: none;
	color: #000
}

.main-image {
	width: 100%
}

.about-contact-details {
	font-size: 24px
}

.about-contact-details i {
	color: #fff100;
	padding-right: 15px
}

.about-contact-details a {
	text-transform: uppercase;
	color: #fff
}

.about-gallery-icon {
	font-size: 20px
}

.about-gallery-icon i {
	color: #fff100;
	padding-right: 15px;
	font-size: 64px
}

.about-gallery-icon a {
	text-transform: uppercase;
	color: #fff
}

.bait {
	background: #000 url(/images/bait-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%
}

.bait footer {
	position: absolute;
	bottom: 0;
	width: 100%
}

.gallery {
	margin-top: 50px
}

#galleries {
	padding-top: 50px
}

.ug-textpanel-description {
	text-align: right !important
}

.our-friends-grid {
	background-color: #fff;
	padding: 15px
}

.w-ending {
	text-transform: uppercase;
	color: #fff100;
	margin-top: 25px;
	margin-bottom: 0
}

.testimonial h2 {
	font-family: 'rollerscript-smooth', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	margin: 0;
	text-transform: capitalize
}

.testimonial h3 {
	font-size: 20px;
	margin-top: 0
}

.table-responsive p {
	margin: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #4b4b4b
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border: none !important
}

#contact-form {
	padding-top: 150px;
	padding-bottom: 500px
}

#contact-form .input-text input,
#contact-form .input-text textarea {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #2b2e36;
	margin-bottom: 1rem;
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #cecece;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	-webkit-font-smoothing: antialiased !important
}

#contact-form input[type="submit"] {
	color: #000;
	background-color: #fff100;
	border-color: #fff100;
	width: 100px;
	margin: auto;
	font-weight: 700;
	text-transform: uppercase
}

.loading i {
	color: #fff100
}

#contact-form .input-text input:focus,
#contact-form .input-text textarea:focus,
#contact-form .input-textselect:focus,
#contact-form .input-text input:active,
#contact-form .input-text textarea:active,
#contact-form .input-text select:active {
	outline: 0;
	border-color: #33a4fd;
	-moz-box-shadow: 0 0 5px #66bbfd;
	-webkit-box-shadow: 0 0 5px #66bbfd;
	box-shadow: 0 0 5px #66bbfd
}

input[type=checkbox],
input[type=radio] {
	margin-right: 5px
}

.week-taken {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px
}

.week-taken-name {
	font-size: 12px
}

.red-underlined {
	color: #f52b2b;
	text-decoration: underline
}

.underlined {
	text-decoration: underline
}

#rules {
	position: relative;
	width: 100%
}

.ri1 img,
.ri2 img,
.ri3 img,
.ri4 img {
	width: 100%
}

.ri1 {
	position: absolute;
	top: 10%;
	left: 5%
}

.ri2 {
	position: absolute;
	top: 20%;
	right: 5%
}

.ri3 {
	position: absolute;
	bottom: 20%;
	left: 5%
}

.ri4 {
	position: absolute;
	bottom: 10%;
	right: 5%
}

.sidebar {
	background: #202020;
	background: rgb(255 255 255 / .1);
	padding: 15px;
	margin-top: 30px
}

.sidebar h2 {
	margin-top: 0
}

#facilities-circles {
	padding-top: 15px
}

.faqs {
	padding-top: 50px
}

.news-index {
	margin-top: 30px;
	margin-bottom: 30px
}

.news-grid {
	padding: 15px;
	background: rgb(255 255 255 / .1);
	margin-top: 25px;
	min-height: 400px
}

.news-grid h2 {
	font-size: 20px;
	color: #fff100
}

.news-grid h2 a {
	text-decoration: none
}

.news-grid a {
	color: #fff100
}

.news-grid a:hover {
	color: #fff
}

.blog-pic-wrapper {
	background: #fff;
	float: right;
	margin: 20px 0 20px 20px;
	width: 100%
}

.blog-pic {
	margin: 15px
}

.h-entry img {
	display: block
}

.description i {
	font-size: 50px;
	margin-right: 15px
}

.description>a .fa-twitter-square {
	color: #179fef;
	background-color: #fff;
	border-radius: 50%;
	line-height: 40px !important
}

.description>a .fa-facebook {
	color: #3c5796;
	background-color: #fff;
	border-radius: 50%;
	line-height: 40px !important
}

.description>a .fa-linkedin {
	color: #0075b3;
	background-color: #fff;
	border-radius: 50%;
	line-height: 40px !important
}

.space20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.white {
	color: #fff
}

.no-padding-left {
	padding-left: 0
}

.watch-space h1 {
	color: #fff
}

.modal-content {
	background-color: #000;
	padding: 25px
}

.modal-header {
	border: 0
}

.modal-body p {
	font-size: 30px;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.close {
	font-size: 36px;
	color: #fff100;
	opacity: 1
}

.close:hover {
	color: #fff
}

/* Added 2025 ----------- */

.date-space {
	border-top: 5px solid #ffffff;
}

#booking-availabilty {
	margin-top: 250px;
	min-height: 600px;
}

#booking-availabilty tr {
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 15px 0;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	font-size: 18px;
}

.week-taken {
	color: #ff0000;
}

.btn-availability {
	background-color: #27ff00;
	border-color: #27ff00;
	color: #000
}

.btn-availability:hover,
.btn-availability:focus,
.btn-availability:active {
	background-color: #fff;
	border-color: #fff;
	color: #27ff00
}

.bbtn-availability:active:hover,
.btn-availability.active:hover,
.open>.dropdown-toggle.btn-availability:hover,
.btn-availability:active:focus,
.btn-availability.active:focus,
.open>.dropdown-toggle.btn-availability:focus,
.btn-availability:active.focus,
.btn-availability.active.focus,
.open>.dropdown-toggle.btn-availability.focus {
	background-color: #fff;
	border-color: #fff;
	color: #27ff00
}

/* E/O Added 2025 ----------- */

@media(min-width:300px) and (max-width:349px) {
	#mitch-smith {
		position: absolute;
		top: 17%;
		left: 0;
		z-index: -1
	}
	.about-contact-details a {
		font-size: 12px
	}
}

@media(min-width:350px) and (max-width:766px) {
	#mitch-smith {
		position: absolute;
		top: 14%;
		left: 0;
		z-index: -1
	}
	.about-contact-details a {
		font-size: 14px
	}
}

@media(max-width:767px) {
	h4 {
		font-size: 30px
	}
	a {
		font-size: 16px
	}
	.coming-soon {
		margin-top: 165px
	}
	.navbar-default .navbar-nav>li>a {
		color: #fff100
	}
	#mobile-home-nav .navbar-nav {
		margin: 0
	}
	#mobile-home-nav .navbar-nav a {
		text-transform: uppercase
	}
	.nav-logo {
		max-height: 100px
	}
	#mitch-smith {
		z-index: -1
	}
	.mitch-jane {
		max-height: 300px
	}
	#circles>.col-sm-3 {
		width: 45%
	}
}

@media(min-width:768px) and (max-width:991px) {
	.nav-logo {
		max-height: 140px
	}
	.nav-btn-book-mobile {
		margin-top: 30px;
		font-size: 18px;
		padding-right: 25px;
		padding-left: 25px;
		margin-left: 0
	}
	.navbar-default .navbar-toggle {
		margin-top: 45px
	}
	.navbar-default .navbar-nav>li>a {
		color: #fff100
	}
	#mobile-home-nav .navbar-nav {
		margin: 0
	}
	#mobile-home-nav .navbar-nav a {
		text-transform: uppercase
	}
	.about-contact-details a {
		font-size: 13px
	}
	#mitch-smith {
		z-index: -1;
		top: 10%
	}
	.mitch-jane {
		max-height: 350px
	}
	#top-bar-text {
		font-size: 18px
	}
}

@media(min-width:768px) {
	#webisteby {
		text-align: right
	}
	.blog-pic-wrapper {
		margin: 0 0 20px 20px;
		width: 60%
	}
	#handwriting {
		font-size: 50px;
		margin-top: 200px
	}
	.name {
		font-size: 60px
	}
	body {
		margin-top: 140px
	}
	.about-contact-details a {
		font-size: 14px
	}
	.watch-space {
		padding-top: 150px;
		padding-bottom: 150px;
		font-size: 25px
	}
	#circles>.col-sm-3 {
		width: 30%
	}
}

@media(min-width:992px) {
	#mitch-smith {
		position: absolute;
		top: 0;
		left: 0
	}
	#handwriting {
		font-size: 60px;
		width: 40%;
		margin-top: 80px
	}
	.name {
		font-size: 70px
	}
	.about-insert-images {
		margin-top: -250px
	}
	body {
		margin-top: 110px
	}
	#carp1 {
		width: 35%;
		top: 450px
	}
	#carp2 {
		width: 35%;
		top: 75px
	}
	#carp3 {
		width: 35%;
		top: 475px
	}
	#top-bar-text {
		font-size: 19px
	}
	.home-circle p {
		text-transform: uppercase;
		font-size: 22px;
		margin-top: -20px
	}
	.navbar-nav>li>a {
		padding: 5px 5px
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 17px
	}
	.nav-btn-book {
		margin-top: 20px;
		margin-bottom: 10px
	}
	.nav-logo {
		margin-top: 15px
	}
	.about-contact-details a {
		font-size: 16px
	}
	.ri1,
	.ri2,
	.ri3,
	.ri4 {
		opacity: 0;
		width: 20%;
		text-align: center
	}
	.watch-space {
		padding-top: 350px;
		padding-bottom: 350px;
		font-size: 30px
	}
	#circles>.col-sm-3 {
		width: 20%
	}
}

@media(min-width:1200px) {
	#top-bar-text {
		font-size: 26px
	}
	#circles {
		padding-left: 75px;
		padding-right: 75px
	}
	.home-circle p {
		font-size: 26px;
		margin-top: -20px
	}
	.navbar-nav>li>a {
		padding: 5px 10px
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 20px
	}
	.nav-btn-book {
		margin-top: 30px;
		margin-bottom: 10px
	}
	.nav-logo {
		margin-top: 15px
	}
	body {
		margin-top: 132px
	}
	.about-contact-details a {
		font-size: 18px
	}
	.ri1,
	.ri2,
	.ri3,
	.ri4 {
		width: 21%
	}
}

@media(min-width:1400px) {
	body {
		margin-top: 160px
	}
	#circles {
		padding-left: 110px;
		padding-right: 110px
	}
	.home-circle p {
		font-size: 28px;
		margin-top: -20px
	}
	.navbar-nav>li>a {
		padding: 15px
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 22px
	}
	.nav-btn-book {
		margin-top: 40px;
		margin-bottom: 0
	}
	.nav-logo {
		margin-top: 0
	}
	.ri1,
	.ri2,
	.ri3,
	.ri4 {
		width: 25%
	}
}

@media(min-width:1656px) {
	body {
		margin-top: 168px
	}
	.ri1,
	.ri2,
	.ri3,
	.ri4 {
		width: 18%
	}
}