@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#444;
	background-color: #EEE;
	-webkit-font-smoothing: antialiased;
	line-height: 28px;
	font-weight: 400;
	margin-top: 50px;
 }
@media (max-width: 991px) {
    body {
        margin-top: 100px;
    }
}

/* Header */

header {
	margin-top: 20px;
	position: relative;
}

.header-crop {
	height: 300px;
	width: 100%;
	object-fit: cover;
	position: relative;
}
.header-resize {
	width: 100%;
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	margin: 50px;
	height: 200px;
	width: 200px;
	object-fit: cover;
	z-index: 200;
}

/* Loader */

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow: hidden !important;
}
.vh-center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
}

/* Panels */

.panel {
	border-radius: 0;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
	border-top: none;
}

/* Back to Top Button */

.top {
	display: inline-block;
	height: 60px;
	width: 60px;
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../../images/top-arrow.svg") no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.top.is-visible, .top.fade-out, .no-touch .top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.top.is-visible {
	visibility: visible;
	opacity: 1;
}
.top.fade-out {
	opacity: .5;
}
.no-touch .top:hover {
	background-color: #e86256;
	opacity: 1;
}
.container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

/* Navbar */

.navbar {
	border-radius: 0;
	margin-bottom: 0;
}
.navbar {
  	background-color: #444;
  	border: none;
}
.navbar .navbar-brand {
  	color: #FFF;
	font-weight: 500;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  	color: #FFF;
  	background-color: transparent;
}
.navbar .navbar-text {
  	color: #FFF;
}
.navbar .navbar-nav > li > a {
  	color: #FFF;
	font-weight: 500;
	padding-left: 14px;
	padding-right: 14px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  	color: #FFF;
  	background-color: #333;
	outline: none;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  	color: #CCC;
  	background-color: #333;
	outline: none;
}
.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:hover,
.navbar .navbar-nav > .disabled > a:focus {
  	color: #444;
  	background-color: transparent;
}
.navbar .navbar-toggle {
  	border-color: #444;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  	background-color: #444;
}
.navbar .navbar-toggle .icon-bar {
  	background-color: #FFF;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  	border-color: #101010;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  	color: #FFF;
  	background-color: #333;
}
@media (max-width: 767px) {
	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 30px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 30px;		
	}
	.nav .open > a,
  	.nav .open > a:hover,
  	.nav .open > a:focus {
    	background-color: transparent;
  	}
	.navbar .navbar-nav > li > a:hover,
	.navbar .navbar-nav > li > a:focus {
  		color: #FFF;
  		background-color: transparent;
	}
  	.navbar .navbar-nav .open .dropdown-menu > .dropdown-header {
  		border-color: #333;
  	}
  	.navbar .navbar-nav .open .dropdown-menu .divider {
   		background-color: #333;
  	}
  	.navbar .navbar-nav .open .dropdown-menu > li > a {
    	color: #FFF;
		background-color: #333;
  	}
  	.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  	.navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    	color: #FFF;
    	background-color: #333;
  	}
  	.navbar .navbar-nav .open .dropdown-menu > .active > a,
  	.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  	.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    	color: #FFF;
    	background-color: #333;
  	}
  	.navbar .navbar-nav .open .second > li > a {
		padding-left: 50px;
  	}
  	.navbar .navbar-nav .open .third > li > a {
		padding-left: 75px;
  	}	
  	.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
  	.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  	.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    	color: #444;
    	background-color: transparent;
  	}
}
.navbar .navbar-link {
  	color: #CCC;
}
.navbar .navbar-link:hover {
  	color: #FFF;
}
.navbar .btn-link {
  	color: #CCC;
}
.navbar .btn-link:hover,
.navbar .btn-link:focus {
  	color: #FFF;
}
.navbar .btn-link[disabled]:hover,
fieldset[disabled] .navbar .btn-link:hover,
.navbar .btn-link[disabled]:focus,
fieldset[disabled] .navbar .btn-link:focus {
  	color: #444;
}
.navbar .dropdown-menu {
  	font-size: 15px;
	padding: 0;
	margin: 0;
  	background-color: #333;
  	border: none;
  	border-radius: 0;
  	-webkit-box-shadow: none;
         	box-shadow: none;
}
.navbar .dropdown-menu > li > a {
  	padding: 5px 20px;
  	line-height: 2;
  	color: #FFF;
	font-weight: 500;
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus {
  	color: #FFF;
  	background-color: #000;
}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
  	color: #FFF;
  	text-decoration: none;
  	background-color: #000;
}
.navbar .open > a,
.navbar .open > a:hover,
.navbar .open > a:focus {
	color: #FFF!important;
  	text-decoration: none!important;
  	background-color: #000!important;
}

.navbar-brand {
  padding: 15px 0;
  margin-left: 15px!important;
}

@media (min-width: 768px) {
    .navbar-nav .dropdown-menu .caret {
		transform: rotate(-90deg);
    }
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-brand {
	  	margin-left: 15px!important;
	}
	.navbar-right {
		margin-right: 0!important;
	}
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .collapse.in {
        display:block !important;
    }
}
@media (min-width: 992px) {
    .top-menu {
        float: right;
    }
}
#top-nav .nav-pills > li > a {
    border-radius: 0;
    background-color: transparent;
    color: #FFF;
    font-weight: 500;
}
#top-nav .nav > li > a {
    padding: 11px 15px;
}
/* Buttons */

.btn {
	font-size: 15px;
	padding: 10px 15px;
	font-weight: 500;
	margin-bottom: 5px;
	border: none;
	outline: none;
}

/* Forms */

.form-control {
	background: #EEE;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #DDD;
	box-shadow: none;
	border-radius: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
select.form-control {
	-webkit-appearance: none;
}
.form-control:focus {
	background: #FFF;
	border-color: #CCC;
	box-shadow: none;
}
textarea.form-control {
	-webkit-appearance: none;
}
.alert {
	border-radius: 0;
}
.form-horizontal .control-label {
	padding-top: 15px;
}


/* Pagination */

.pagination-nav {
	clear: both;
	float: none;
	width: 100%;
	margin-left: 15px;
}
.pagination-nav .next {
	float: right;
	margin-right: 30px;
}
.swal2-modal .swal2-content {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#444;
	-webkit-font-smoothing: antialiased;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
}

/* Images */

.gallery-image {
	margin-bottom: 20px;
	border-radius: 0;
	padding: 0;
}
.article-image, .event-image {
	width: 100%;
	max-height: 350px;
	object-fit: cover;
}
@media (min-width: 768px) {
	.gallery-image {
		height: 200px;
		object-fit: cover;
		width: 100%;
	}
}

/* Inputs */

@media (min-width: 768px) {
	.input-small {
		width: 100px!important;
	}
	.input-medium {
		width: 180px!important;
	}
	.input-large {
		width: 300px!important;
	}
}

/* Map */

#map {
	height: 500px;
   	width: 100%;
	margin-bottom: 40px
}

/* Footer */

footer {
	font-weight: 500;
	background: #444;
	padding: 30px 0;
	color: #FFF;
}
footer a {
	color: #CCC;
}
footer a:hover,
footer a:focus {
	color: #CCC;
  	text-decoration: underline;
}
footer ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}
.footer-social {
	margin: 20px 0;
}
.social-btn a {
	font-size: 32px!important;
	display: inline-block;
	margin-right: 5px;
	color: #fff;
	text-align: center;
}
.nav-footer {
	list-style: none;
}
.nav-footer > li {
	margin-bottom: 5px;
}
@media (min-width: 992px) {
	.nav-footer {
		display: inline-block;
		padding-left: 0;
		margin-bottom: 0
	}
	.nav-footer > li > a {
		position: relative;
		display: block;
		padding: 5px 15px
	}
	.nav-footer > li {
		float: left;
		margin-bottom: 0
	}
	.nav-footer > li + li {
		margin-left: 2px
	}		
}

/* Twitter */

.twitter {
	color: #FFF;
	padding: 30px 0;
}

.twitter a {
	color: #FFF;
}
.twitter a:hover {
	color: #FFF;
	text-decoration: underline;
}
ul.tweetbox {
	list-style: none;
	padding: 0px;
}

/* Other */

.gallery {
	margin-bottom: 20px;	
}
.sponsor {
	margin-top: 20px;
}
.officer {
	height: 200px;
	width: 150px;
	object-fit: cover;
}
.prev, .next {
	margin-bottom: 20px;
}
.pinned {
	color: #AAA;
}
.table-centered th,
.table-centered td {
	text-align: center!important;
	vertical-align: middle!important;
	
}

@media (min-width: 992px) {
  .filter-collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.panel .list-group,
.panel .panel-collapse .list-group {
  	margin-bottom: 0;
}
.panel .list-group .list-group-item,
.panel .panel-collapse .list-group .list-group-item {
  	border-width: 1px 0;
  	border-radius: 0;
 	border-top: 1px solid #DDD;
	border-bottom: 0;
}

a.toggle-button {
	color:#444!important;
	cursor: pointer;
}

a.toggle-button:hover {
	text-decoration: none!important;
}

.open-arrow {
	margin-top: 15px;
}

[data-toggle="collapse"] .arrows:before {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-size: 40px;
  	font-weight: 900;
	color: #DDD!important;
  	content: "\f106";
}

[data-toggle="collapse"].collapsed .arrows:before {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-size: 40px;
  	font-weight: 900;
	color: #DDD!important;
  	content: "\f107";
}
.banner-advert-container {
	max-width: 700px;
}
.banner-advert {
	padding-bottom: 20px;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-heading {
    padding: 20px 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-default > .panel-heading {
    border-bottom: 1px solid #ddd;
}
.table > thead > tr > th {
    padding: 16px 8px;
}
.booking-terms {
    height: 200px;
    overflow: scroll;
    padding: 15px;
    color: #666;
    background-color: #EEE;
    border: 1px solid #DDD;
}
input[type="checkbox"] {
    margin: 8px;
}
figure.image img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure.table {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  figure.table {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #bfbfbf;
  }
  figure.table table {
    margin-bottom: 0;
  }
  figure.table table > thead > tr > th,
  figure.table table > tbody > tr > th,
  figure.table table > tfoot > tr > th,
  figure.table table > thead > tr > td,
  figure.table table > tbody > tr > td,
  figure.table table > tfoot > tr > td {
    white-space: nowrap;
  }
}
figure.table table {
  min-height: .01%;
  overflow-x: auto;
}
figure.table table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #bfbfbf;
}
figure.table table > thead > tr > th,
figure.table table > tbody > tr > th,
figure.table table > tfoot > tr > th,
figure.table table > thead > tr > td,
figure.table table > tbody > tr > td,
figure.table table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
}
figure.table table > thead > tr > th, figure.table table > tbody > tr > th {
  vertical-align: middle;
  background: hsla(0,0%,0%,5%);
}
figure.table table > caption + thead > tr:first-child > th,
figure.table table > colgroup + thead > tr:first-child > th,
figure.table table > thead:first-child > tr:first-child > th,
figure.table table > caption + thead > tr:first-child > td,
figure.table table > colgroup + thead > tr:first-child > td,
figure.table table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* Custome Styles */
.table-nowrap > tbody > tr > td {
    white-space: nowrap;
}
/* Table Row Colours for Fixtures */
.table > tbody > tr.grey > td,
.table > tbody > tr.grey > th,
.table-hover > tbody > tr.grey:hover > td,
.table-hover > tbody > tr.grey:hover > th {
    background-color: #e0e0e0;
}
.table-hover > tbody > tr.grey:hover > td,
.table-hover > tbody > tr.grey:hover > th {
    background-color: #d5d5d5;
}
.table > tbody > tr.green > td,
.table > tbody > tr.green > th {
    background-color: #c8e6c9;
}
.table-hover > tbody > tr.green:hover > td,
.table-hover > tbody > tr.green:hover > th {
    background-color: #b2d8b4;
}
.table > tbody > tr.blue > td,
.table > tbody > tr.blue > th {
    background-color: #bbdefb;
}
.table-hover > tbody > tr.blue:hover > td,
.table-hover > tbody > tr.blue:hover > th {
    background-color: #a4cff7;
}
.table > tbody > tr.yellow > td,
.table > tbody > tr.yellow > th {
    background-color: #fff9c4;
}
.table-hover > tbody > tr.yellow:hover > td,
.table-hover > tbody > tr.yellow:hover > th {
    background-color: #fff59d;
}
/* Improved RED */
.table > tbody > tr.red > td,
.table > tbody > tr.red > th {
    background-color: #ff9999;   /* brighter red */
}
.table-hover > tbody > tr.red:hover > td,
.table-hover > tbody > tr.red:hover > th {
    background-color: #ff7f7f;   /* darker hover */
}
.table > tbody > tr.orange > td,
.table > tbody > tr.orange > th {
    background-color: #ffe0b2;
}
.table-hover > tbody > tr.orange:hover > td,
.table-hover > tbody > tr.orange:hover > th {
    background-color: #ffcc80;
}
.table > tbody > tr.pink > td,
.table > tbody > tr.pink > th {
    background-color: #f8bbd0;
}
.table-hover > tbody > tr.pink:hover > td,
.table-hover > tbody > tr.pink:hover > th {
    background-color: #f48fb1;
}
.table > tbody > tr.purple > td,
.table > tbody > tr.purple > th {
    background-color: #e1bee7;
}
.table-hover > tbody > tr.purple:hover > td,
.table-hover > tbody > tr.purple:hover > th {
    background-color: #ce93d8;
}
/* Improved BROWN */
.table > tbody > tr.brown > td,
.table > tbody > tr.brown > th {
    background-color: #d2b48c;   /* tan/brown */
}
.table-hover > tbody > tr.brown:hover > td,
.table-hover > tbody > tr.brown:hover > th {
    background-color: #c19a6b;   /* deeper brown */
}
.table > tbody > tr.grey a,
.table > tbody > tr.green a,
.table > tbody > tr.blue a,
.table > tbody > tr.yellow a,
.table > tbody > tr.red a,
.table > tbody > tr.orange a,
.table > tbody > tr.pink a,
.table > tbody > tr.purple a,
.table > tbody > tr.brown a {
    color: #444;
}
.table-hover > tbody > tr.grey:hover a,
.table-hover > tbody > tr.green:hover a,
.table-hover > tbody > tr.blue:hover a,
.table-hover > tbody > tr.yellow:hover a,
.table-hover > tbody > tr.red:hover a,
.table-hover > tbody > tr.orange:hover a,
.table-hover > tbody > tr.pink:hover a,
.table-hover > tbody > tr.purple:hover a,
.table-hover > tbody > tr.brown:hover a {
    color: #444;
    text-decoration: underline;
}
/* BLACK (soft charcoal with light text) */
.table > tbody > tr.black > td,
.table > tbody > tr.black > th {
    background-color: #333333;   /* soft black */
    color: #f0f0f0;              /* light grey text */
}
.table-hover > tbody > tr.black:hover > td,
.table-hover > tbody > tr.black:hover > th {
    background-color: #4d4d4d;   /* lighter hover */
    color: #ffffff;              /* pure white for contrast */
}
.table > tbody > tr.black a {
    color: #ffffff;
}
.table-hover > tbody > tr.black:hover a {
    color: #ffffff;
    text-decoration: underline;
}