/* Colors and fonts:

Font family: Open Sans
Secondary Font Family: Playfair Display

Body dark blue: #0a1247
Header Dark blue: #0a1247
Gold: #d7b54e

*/

body {
		font-family: 'Barlow', sans-serif;
		font-weight: 400;
		padding: 0px;
		line-height: 160%;
		font-size: 15px;
		background: #e2e2e2;
}

body.body-public {
		color: #ececec;
		background: #0a1247;
}

h1, h2, h3, h4 {
		font-family: "Playfair Display";
		font-weight: 400;
		line-height: 140%;
}

#global > br {
		display: none;
}

.highslide-overlay.closebutton + br {
		display: none;
}

.body-public.body-class-home #globalwrap,
.body-public.body-contentpage #globalwrap {
		padding: 0px;
}

.body-public:not(.body-contentpage):not(.body-class-home) #globalwrap {
		padding-bottom: 40px;
}

.body-class-members #globalwrap .container {
		width: auto;
}

.body-public.body-contentpage .main-wrapper > .container,
.body-public.body-class-home .main-wrapper > .container {
		width: 100%;
		margin: 0px;
}

input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
		font-family: "Lato", sans-serif;
		box-shadow: none;
		border-radius: 0px;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		border-color: #dedede;
}

input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
select {
		height: 38px;
		line-height: 38px;
}

form[class*="custom_form"] {
		width: 100%;
		max-width: 500px;
		background-color: #202d3e;
		padding: 20px 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 13px;
		line-height: 150%;
}

.inner-page form label {
		display: block;
		margin-bottom: 5px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 12px;
}

.inner-page .customFormLine {
		margin-top: 10px;
		display: block;
}

form[class*="custom_form"] input[type="text"],
form[class*="custom_form"] input[type="email"],
form[class*="custom_form"] textarea,
form[class*="custom_form"] form select,
form[class*="custom_form"] form input[type="text"] {
		width: 100%;
		border-color: #e6e6e6;
		background: rgba(255, 255, 255, 0.85);
}

form[class*="custom_form"] input[type="submit"] {
		margin-top: 20px;
}

.customFormCheckboxItem {
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
}

.customFormCheckboxItem input[type="checkbox"] {
		margin-top: 0;
		margin-right: 2px;
}

.btn,
input[type="submit"],
button {
		border-radius: 6px;
}

.body-class-login .btn,
.body-class-members .btn,
input[type="submit"] {
		text-transform: uppercase;
		letter-spacing: 1px;
		background: none;
		border: 1px solid #0a1247;
		font-family: Barlow, sans-serif;
		padding: 8px 16px;
		outline: none;
		text-shadow: none;
		color: #0a1247;
		box-shadow: none;
}

.body-class-members .btn {
		background: #fff;
}

.body-class-members .btn.active {
		background: #e2e2e2;
}

.btn.btn-primary {
		background: #0a1247;
		color: #d7b54d;
}

.btn.btn-success {
		background: green;
		color: #fff;
}
.btn.btn-info {}
.btn.btn-danger {
		background: #ec2b2b;
		color: #fff;
}

.body-public a {
		color: #d7b54e;
}

.body-public .btn:after {
		content: '';
		position: absolute;
		display: block;
		left: 0;
		right: 100%;
		bottom: 0;
		top: 0;
		background: #d7b54e;
		transition: all 0.5s;
		z-index: -1;
}

.body-public .btn:hover {
		overflow: hidden;
		color: #0a1247;
}

.body-public .btn:hover:after {
		right: 0px;
}

.body-public .btn,
.body-public input[type="submit"] {
		position: relative;
		background: none;
		border-radius: 6px;
		text-transform: uppercase;
		letter-spacing: 1px;
		box-shadow: none;
		text-shadow: none;
		padding: 0px 20px;
		font-size: 15px;
		transition: all 0.3s;
		transition: all 0.3s;
		font-family: 'Barlow', sans-serif;
		outline: none;
		border-color: #d7b54e;
		color: #d7b54e;
		height: 40px;
		line-height: 39px;
}

.table {
		background: #fff;
		border: 1px solid #ddd;
}

.body-class-members table td {
		border: 1px solid #dedede;
}

table td,
table th {
		padding: 8px 10px;
}

table th,
table.table th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th
{
		color: #d5b443;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 14px;
		font-weight: 400;
		background: #181e44;
		vertical-align: middle;
		border: 1px solid #39495d;
		border-top: 1px solid #39495d !important;
		padding-top: 13px;
		padding-bottom: 13px;
		line-height: 150%;
}

.table th a,
.table th h4 {
		color: #fff;
}

table th a,
table thead:first-child tr:first-child td a,
table thead:first-child tr:first-child th a {
		color: #fff;
		text-transform: none;
		letter-spacing: 0px;
}

.table td a,
table td a {
		color: #1c63af;
}

.table td .btn,
table td .btn {
		color: #1c63af;
		border-color: #1c63af;
}

.table td,
table td {
		border: 1px solid #ddd;
		color: #666;
		background: #fff;
		line-height: 140%;
}

.inner-page table td {
		border: 1px solid #192738;
		color: #fff;
		background: #293365;
}

.inner-page table th,
.inner-page table.table th,
.inner-page table thead:first-child tr:first-child td,
.inner-page table thead:first-child tr:first-child th {
		border: 1px solid #192738;
		border-top: 1px solid #192738 !important;
}

.inner-page .table-striped tbody > tr:nth-child(odd) > td,
.inner-page .table-striped tbody > tr:nth-child(odd) > th {
		background: #32516f;
		color: #fff;
}

.inner-page table a {
		color: #d7b54e;
}

.table-wrapper {
		width: 100%;
		overflow: auto;
}

/* Header */

header.header {
		background: #0a1247;
		z-index: 110;
		transition: height 0.5s;
}

.header-logo {
  	overflow: hidden;
  position: relative;
}

.header-logo img {
    height: 100%;
	max-height: 100px;
}

.header-logo-small {
		display: none;
		padding: 5px 0;
		box-sizing: border-box;
}

.header-logo, .header-logo-small {
		height: 100%;
		transition: height 0.5s;
}

.header-logo img, .header-logo-small img {
		height: 100%;
}

header.header .nav > li > a,
header.header .nav-links a {
		color: #fff;
		text-transform: uppercase;
}

header.header .dropdown-menu {
		background: #212854;
		border-radius: 0px;
		margin: 0px;
		box-shadow: none;
		border: none;
}

header.header .dropdown-menu > li:last-child > a {
		border-bottom: none;
}

header.header .dropdown-menu > li > a:hover {
		background: #d7b54e;
		color: #0a1247;
}

.header-right {
		float: right;
}

.header-nav {
		display: inline-block;
}

header.header .nav {
		margin: 0px;
}

header.header .nav [class*="nav-menu-login"] {
		display: none;
}

.nav-collapse {
		display: inline-block;
}

.nav-links {
		display: inline-block;
}

header.header .nav-links .login {
		color: #d7b54e;
}

.header-socials {
		display: inline-block;
		vertical-align: middle;
}

.header-socials a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1.5px solid white;
    border-radius: 50%;
    line-height: 32px;
    font-size: 18px;
    color: white;
    vertical-align: middle;
    margin: 0 1px;
  	transition: all 0.3s;
}

.header-socials a:hover {
  color: #d7b54e;
  border-color: #d7b54e;
}

.header-links {
		display: inline-block;
		background: #fff;
}

.header-links a {
		text-transform: uppercase;
		color: #0a1247;
}

.header-links a:hover {
		text-decoration: none;
}

.menu-trigger {
		display: inline-block;
		vertical-align: middle;
		padding: 15px;
		padding-left: 10px;
		background: none;
		border: none;
		outline: 0;
}

.menu-trigger .icon-bar {
		width: 22px;
		height: 2px;
		margin: 5px auto;
		background-color: #eac47b;
		display: block;
}

/* Home slider */

.home-slider {
		position: relative;
}

.home-slider .galleryInner {
		width: 100% !important;
}

.home-slider .galleryWrapperNivo img.nivo-main-image {
		height: auto !important;
		width: 100% !important;
		min-width: 100%;
}

.home-slider .nivo-directionNav {
  display: none !important;
}

.home-page .intro .btn {
		margin-top: 20px;
}

.section-image .nivo-controlNav {
    display: none;
}

/* Footer */

footer {
		background: #0a1247;
		color: #fff;
}

footer a {
		color: #d7b54e;
}

.footer-top {
		text-align: center;
		padding: 80px 0;
		background: url('/images/resources/wilmslow/footer-bg.png');
		font-size: 18px;
		background-position: center;
}

footer .footer-top a {
		color: #d7b54e;
}

.footer-top .phone-link {
		font-size: 38px;
		display: inline-block;;
		margin-bottom: 30px;
		line-height: 110%;
}

.footer-top .email-link {
		font-size: 22px;
		line-height: 110%;
}

.footer-socials {
		margin-top: 30px;
}

footer .footer-socials a {
		color: #fff;
		border: 2px solid #fff;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		line-height: 40px;
		display: inline-block;
		margin: 3px;
		font-size: 22px;
		transition: all 0.3s;
		color: #fff;
}

.footer-socials a:hover {
		color: #d7b54e;
		border-color: #d7b54e;
}

.footer-logos-wrapper {
		text-align: center;
		background: #243343;
}

.footer-logos a {
  	display: inline-block;
  	vertical-align: middle;
   	padding: 25px 15px;
}

.footer-logos a img {	
    opacity: 0.6;
    transition: all 0.3s;
    max-height: 50px;
}

.footer-logos a:hover span {
		opacity:1;
}

.footer-bottom {
		padding: 15px 0;
		background: #243343;
}

.footer-bottom .copyright {
		margin-top: 5px;
		display: inline-block;
}

.footer-bottom .poweredby img {
		width: 100px;
}

/* Testimonials Slider */

.testimonials-slider {
		text-align: center;
		padding: 50px 20px 100px 20px;
		position: relative;
		background: #0a1247;
		box-shadow: inset 0px -95px 450px -109px rgba(0, 0, 0, 0.4);
		color: #fff;
}

.testimonials-slider h2 {
		font-size: 42px;
		font-weight: 400;
		color: #d7b54e;
		margin-bottom: 10px;
}

.testimonials-slider .nivo-caption {
		background: none;
		color: #ececec;
		text-align: center;
		opacity: 1;
		font-family: 'Barlow', sans-serif;
		padding: 10px 70px;
		top: 0;
		bottom: auto;
		font-size: 16px;
		line-height: 160%;
		overflow: visible;
}

.testimonials-slider .nivo-caption h4 {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		font-weight: 400;
		font-size: 15px;
		color: #d7b54e;
		font-family: Barlow, sans-serif;
}

.testimonials-slider .nivo-caption p {
		max-width: 800px;
		margin: 0 auto !important;
		display: block;
}

.testimonials-slider .galleryWrapperNivo img {
		opacity: 0;
}

.testimonials-slider .galleryInner {
		background: none;
		width: 100% !important;
		height: 170px !important;
}

.testimonials-slider .nivo-directionNav {
		display: block !important;
}

.testimonials-slider .nivo-directionNav a {
		display: none;
}

/* Inner Page */

.course-page .hole-menu,
.page-menu {
		text-align: center;
		background: #252c54;
		box-shadow: 0px 1px 56px 1px rgba(0, 0, 0, 0.23);
}

.page-menu h2 {
		display: none;
}

.page-menu ul {
		list-style: none;
		display: block;
		padding:  0;
		margin: 0;
}

.page-menu ul li {
		display: inline-block;
}

.page-menu li a {
		padding: 15px;
		color: #fff;
		font-size: 15px;
		display: inline-block;
		box-sizing: border-box;
		position: relative;
}

.page-menu ul li.current a {
		color: #deb15b;
}

.inner-page iframe#ytplayer {
		max-width: 100%;
}

/* Page Slider */

.page-slider {
		position: relative;
}

.page-slider .galleryInner {
		width: 100% !important;
		height: auto !important;
}

.intro.full-width .container {
		width: unset;
}

.intro {
		text-align: center;
		padding: 60px 40px;
		line-height: 170%;
		box-shadow: inset 0px -95px 450px -109px rgba(0, 0, 0, 0.4);
		overflow: hidden;
}

.intro .container {
		width: 800px;
		max-width: 100%;
}

.intro h1 {
		font-size: 54px;
		line-height: 130%;
		margin-top: 0px;
		margin-bottom: 20px;
		font-weight: 700;
}

.intro h1 small {
		display: block;
		color: #d7b54e;
		font-family: Barlow, sans-serif;
		text-transform: uppercase;
		font-size: 30%;
}

.intro h4 {
		color: #d7b54e;
		font-family: Barlow, sans-serif;
		font-weight: 400;
		margin-bottom: 20px;
}

.section-image {
		overflow: hidden;
		position: relative;
		z-index: 1;
}

.section .section-copy {
		box-sizing: border-box;
}

.section .section-copy h2 {
		font-weight: 400;
		color: #d7b54e;
		margin-bottom: 15px;
}

.btn-play {
		color: #d7b54e;
		text-transform: uppercase;
		letter-spacing: 1px;
		position: relative;
		margin-right: 25px;
		transition: all 0.3s;
		border: 1px solid transparent;
		display: inline-block;
		white-space: nowrap;
}

.btn-play:before {
		content: "\f144";
		font-family: FontAwesome;
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		margin-right: 10px;
		position: relative;
		transition: all 0.3s;
		display: inline-block;
}

.btn-play:hover:before {
		transform: translate(5px, 0px);
}

.btn-play:hover {
		text-decoration: none;
}

.section-copy a.simple-link {
		color: #fff;
		text-decoration: underline;
		text-transform: uppercase;
		letter-spacing: 1px;
}

.section-copy a.simple-link:before {
		display: none;
}

.section-copy > p:last-child {
		margin-top: 20px;
}

.section-copy .upcomingcomp {
		margin: 15px 0;
}

.section-copy .upcomingcomp br {
		display: none;
}

.section-copy .upcomingcomp .announcedate {
		display: block;
}

/* Hole page */

.hole-slider {
		position: relative;
		text-align: center;
}

.hole-slider .galleryInner:before {
		content: '';
		position: absolute;
		left: -100px;
		right: -100px;
		bottom: 0;
		top: 0;
		z-index: 20;
		display: block;
		box-shadow: inset 0px -130px 400px 50px rgba(0, 0, 0, 0.9);
}

.hole-slider .galleryInner {
		width: 100% !important;
}

.hole-slider .galleryWrapperNivo img {
		min-height: 100% !important;
		width: 100% !important;
		z-index: 10;
}

.hole-slider .slider-content {
		padding: 40px;
}

.hole-slider .slider-content h1 {
		font-size: 58px;
}

.hole-menu {
		display: block;
		text-align: center;
		position: relative;
		background: #0a1247;
}

.hole-menu h2 {
		display: none;
}

.hole-menu ul {
		list-style: none;
		margin: 0px;
}

.hole-menu ul li {
		display: inline-block;
}

.hole-menu ul li a {
		display: inline-block;
		padding: 0 10px;
		height: 50px;
		line-height: 50px;
		color: #fff;
		font-size: 16px;
		position: relative;
}

.hole-menu li.current a {
		color: #d7b54e;
}

.hole-menu li.current a:after {
		position: absolute;
		top: -15px;
		content: "\f106";
		font-family: FontAwesome;
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		color: #eac47b;
		text-decoration: none;
		left: 50%;
		margin-left: -4px;
}

a.hole-nav-link {
		position: absolute;
		top: 0;
		height: 50px;
		line-height: 50px;
		width: 210px;
		background: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #0a1247;
		font-size: 14px;
		box-sizing: border-box;
		padding: 0 15px;
}

.hole-previous:before,
.hole-next:after {
		content: "\f144";
		font-family: FontAwesome;
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		position: relative;
}

.hole-previous:before {
		float: left;
		transform: rotate(180deg);
}

.hole-next:after {
		float: right;
}

.hole-nav-link:hover {
		text-decoration: none;
		color: #0a1247;
}

a.hole-previous {
		left: 0;
		background: #d7b54e;
}

a.hole-next {
		right: 0;
}

.hole-info {
		padding: 25px 0;
}

.hole-info .tee {
		margin: 0 15px;
		display: inline-block;
}

.hole-info .tee > span {
		margin: 0 5px;
		white-space: nowrap;
}

.hole-info .tee.white { color: #fff;}
.hole-info .tee.red { color: #ef4d4d;}
.hole-info .tee.yellow { color: #f2cf0a;}

/* Common slider styles */

.page-slider .nivo-directionNav a,
.home-slider .nivo-directionNav a,
.hole-slider .nivo-directionNav a {
		z-index: 22;
		background: url(/images/resources/wilmslow/icon-sprite.png);
		height: 80px;
		width: 50px;
		margin-top: -20px;
}

.page-slider .nivo-directionNav a.nivo-prevNav,
.home-slider .nivo-directionNav a.nivo-prevNav,
.hole-slider .nivo-directionNav a.nivo-prevNav {
		background-position: -130px -3px;
}

.page-slider .nivo-directionNav a.nivo-nextNav,
.home-slider .nivo-directionNav a.nivo-nextNav,
.hole-slider .nivo-directionNav a.nivo-nextNav {
		background-position: -175px -3px;
}

.home-slider .nivo-controlNav-Wrapper,
.testimonials-slider .nivo-controlNav-Wrapper {
		z-index: 10;
		bottom: 80px;
		text-align: center;
}

.home-slider .nivo-controlNav,
.testimonials-slider .nivo-controlNav {
		display: inline-block;
		position: relative;
		left: auto;
		top: auto;
		width: auto;
		padding: 0px;
		bottom: auto
}

.home-slider .nivo-controlNav a:not(:last-child):after,
.testimonials-slider .nivo-controlNav a:not(:last-child):after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		width: 18px;
		left: 100%;
		margin-left: 5px;
		border-top: 1px dashed #fff;
}

.home-slider .nivo-controlNav-Wrapper a,
.testimonials-slider .nivo-controlNav-Wrapper a {
		background: none;
		border-radius: 50%;
		border: 1px solid #fff;
		margin: 0 12px;
		width: 12px;
		height: 12px;
		box-sizing: border-box;
		vertical-align: middle;
		z-index: 1;
		position: relative;
}

.home-slider .nivo-controlNav-Wrapper a.active,
.testimonials-slider .nivo-controlNav-Wrapper a.active {
		border-width: 2px;
		width: 16px;
		height: 16px;
}

.page-slider .nivo-controlNav-Wrapper,
.hole-slider .nivo-controlNav-Wrapper {
		display: none;
}

/* Contact */

.body-class-contact_us #map_container {
		width: 100% !important;
}

.map_popup form {
		padding: 0;
		background: none;
		border: none
}

#map_container {
		height: 630px !important;
  	  	max-width: 100%;
}

#map_container .map_popup {
		color: #666;
}

#map_container .gm-style-iw > div,
#map_container .gm-style-iw > div > div {
		overflow: hidden !important;
}

#map_container .map_popup .map_popup_image_wrapper {
		padding: 10px;
		width: auto !important;
}

#map_container button[title="Close"] img {
		margin: 0px !important;
}

#map_container .gm-style-iw {
		text-align: center;
}

#map_container .map_popup_form input[type=text] {
		margin: 10px 0;
}

#map_container {
  height: 450px !important;  
}

#map_container .gm-style-iw {
  width: 240px;
  padding: 15px !important;
  margin: 0px;
}

#globalwrap .map_popup_form {
  max-width: none !important;
}

#globalwrap .map_popup_image {
  min-width: 0px;
}

/* Login */

#login h3 {
		margin-bottom: 20px;
}

#login {
		width: 700px;
		box-sizing: border-box;
		max-width: 100%;
		background-size: #fff;
		margin: 40px auto 40px auto;
		background: #fff;
		padding: 30px 40px;
		padding-bottom: 0px;
		box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
}

#login .form-horizontal .control-group {
		margin-bottom: 10px;
}

#login label[for="pin"],
#login label[for="memberid"] {
		width: 120px;
		margin-top: 8px;
}

#login input {
		margin: 5px 0;
}

#login .controls > .checkbox:first-child {
		padding-left: 0px;
}

/* Public IG Pages */

body.php-weatherfg #globalwrap,
		/*body.body-class-visitorbooking #globalwrap,*/
body.php-news #globalwrap {
		background: #fff;
		color: #666;
		padding: 30px;
		margin: 30px 0 30px 0;
}

body.php-weatherfg #globalwrap a,
body.php-news #globalwrap a,
.body-class-members a {
		color: #1c63af;
}

body.php-news .news-item {
		margin: 20px 0;
}

/* Members Area */

body.body-class-members,
body.body-class-login,
body.php-login {
		background-color: #e2e2e2;
		color: #666;
		background-image: url("/images/resources/wilmslow/memberarea-bg.png");
		background-attachment: fixed;
		background-position: 30px 70px;
		background-size: 380px;
}

.body-class-members #globalwrap {
		background: rgba(255, 255, 255, 0.8);
		padding: 20px;
		border-radius: 3px;
		margin-top: 30px !important;
		margin-bottom: 30px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

#leftcontent > div, #rightcontent > div {
		border: 2px solid #96afca;
		background: #f5f5f5;
}

.body-class-members h1,
.body-class-members h2,
.body-class-members h3,
.body-class-members h4,
.body-class-members h5 {
		color: #233344;
}

.body-class-members .header .login {
		display: none;
}

.body-class-members .nav-level-2.nav-menu-information {
		display: none;
}

#teetimesframe #memteetimes th {
		color: #fff;
}

#weatherfg_threeday .nav-tabs > li > a {
		padding: 8px 6px;
}

td.current.tee-process-1 {
		border: none;
		background: none;
}

.body-class-setcoursestatus input[name="loginword"] {
		margin-bottom: 0px;
}

.php-ckeditor .tee.white {
		color: #666;
}

.php-ckeditor .hole-menu,
.php-ckeditor .page-menu {
		color: #fff;
}

.php-ckeditor .testimonials-slider h2 {
		color: #d7b54e;
}

.php-analysis .btn-group.pull-right,
.php-analysis p.pull-left {
		float: none;
}

.weatherImage.image-day {
		background: #91d3f3;
}

#ui-datepicker-div {
		position: absolute;
		left: -100%;
}

@media (min-width: 1200px) {
  		.header-logo img {
    		min-height: 85px;
  		}
		
  		body.body-public {
				padding-top: 100px;
		}

		header.header {
				height: 100px;
		}

		header.header .nav > li > a,
		header.header .nav-links a {
				padding: 8px;
		}

		.header-nav {
				display: inline-block;
				margin-right: 10px;
		}

		.header-links {
				padding: 0px 10px;
				height: 100px;
				line-height: 100px;
		}

		.home-slider .galleryInner {
				height: calc(100vh - 100px) !important;
		}

		.section .section-copy {
				padding: 60px;
		}

		.section-image img {
				min-width: 100%;
		}

		.section .section-copy h2 {
				margin-bottom: 30px;
		}

		.section-copy > p:last-child {
				margin-top: 30px;
		}

		.hole-menu ul li:not(:last-child):after {
				content: '-';
		}

		.hole-slider {
				min-height: 300px;
		}
}

@media (min-width: 1200px) and (max-width: 1300px) {
		header.header .nav > li > a,
		header.header .nav-links a {
				padding: 8px;
				font-size: 13px;
		}
}

@media (min-width: 980px) and (max-width: 1199px) {
  		.header-logo img {
    		min-height: 70px;
  		}
}

@media (min-width: 980px) {

		body.body-public header.header {
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
          		box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.29);
		}

		.menu-trigger {
				display: none;
		}

		.header-logo {
				margin-left: 90px;
				display: inline-block;
				padding: 8px 0;
				box-sizing: border-box;
		}

		header.header .dropdown-menu > li > a {
				color: #fff;
				padding: 8px 20px;
				border-bottom: 1px solid rgb(43, 63, 86);
				font-size: 13px;
		}

		header.header .nav > li > a:hover,
		header.header .nav-links a:hover {
				background: #1c2c3e;
				color: #d7b54e;
				text-decoration: none;
		}

		header.header .nav > li > a:focus,
		header.header .nav-links a:focus,
		header.header .nav > li.open > a {
				background: #212854;
				color: #d7b54e;
		}

		header.header .nav > li {
				display: inline-block;
		}

		.hole-slider .galleryInner {
				height: calc(100vh - 150px) !important;
		}

		.hole-slider .slider-content {
				position: absolute;
				bottom: 0px;
				z-index: 21;
				left: 0;
				right: 0;
		}

		/* Scroll down */

		body.body-public {
				transition: padding 0.5s;
		}

		.header-links {
				transition: all 0.5s;
		}

		body.body-public.scroll-down {
				padding-top: 60px;
		}

		body.body-public.scroll-down header.header {
				height: 60px;
		}

		body.body-public.scroll-down .header-logo img {
				display: none;
		}

		body.body-public.scroll-down .header-logo-small {
				display: inline-block;
 		        vertical-align: top;
		}

		body.body-public.scroll-down .header-logo-small img {
				height: 50px;
		}

		body.body-public.scroll-down .header-links {
				height: 60px;
				line-height: 60px;
		}

		body.body-public.scroll-down .header-logo {
				padding: 10px 0;
		}

		.body-public .home-slider .galleryWrapperNivo img.nivo-main-image {
				-webkit-transform: scale(1.08);
				-ms-transform: scale(1.08);
				transform: scale(1.08);
				transition: transform 3s;
		}

		.body-public .home-slider.viewed .galleryWrapperNivo img.nivo-main-image {
				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				transform: scale(1);
		}

		.body-public .intro h1 {
				transition: transform 1.5s;
				transform: translate(-30px, 0);
		}

		.body-public .intro h1 small,
		.body-public .intro h4 {
				transition: transform 1.5s;
				transform: translate(80px, 0);
		}

		.body-public .intro.viewed h1,
		.body-public .intro.viewed h4,
		.body-public .intro.viewed h1 small {
				transform: translate(0, 0);
		}

		.body-public .section-copy p,
		.body-public .section-copy .section-copy-text {
				transform: translate(-100px, 0);
				opacity: 0;
				transition: transform 1.5s, opacity 1.5s;
		}

		.body-public .section-copy h2 {
				transform: translate(40px, 0);
				transition: transform 1.5s;
		}

		.body-public .section.viewed .section-copy h2,
		.body-public .section.viewed .section-copy p,
		.body-public .section.viewed .section-copy .section-copy-text {
				opacity: 1;
				transform: translate(0, 0);
		}
	  
  		.footer-logos {
	  		display: flex;
	  		align-items: center;
	  		justify-content: space-between;
		}

}

@media (min-width: 980px) and (max-width: 1200px) {

		header.header {
				height: 80px;
		}

		body.body-public {
				padding-top: 80px;
		}

		.header-logo {
				margin-left: 20px;
				display: inline-block;
				padding: 5px 0;
		}

		header.header .nav > li > a,
		header.header .nav-links a {
				padding: 6px;
				font-size: 13px;
		}

		.header-nav {
				margin-right: 10px;
		}

		.header-links {
				padding: 0px 15px;
				height: 80px;
				line-height: 80px;
		}

		.header-links a {
				font-size: 12px;
		}

		.header-socials {
				display: none;
		}

		.home-slider .galleryInner {
				height: auto !important;
		}

		.section .section-copy {
				padding: 20px 30px;
		}

		a.hole-nav-link {
				width: 170px;
		}
}

@media (max-width: 979px) {

		header.header {
				position: relative;
          		height: 70px;
		}

		.header-logo {
				margin-left: 15px;
				display: inline-block;
				padding: 0;
				height: 40px;
                background: #0a1247;
 	           	height: 90px;
    	        margin-left: 15px;
		}
  
  		.header-socials {
        	margin-left: 10px;
          	margin-right: 10px;
  		}
     	
  		.header-logo img {
        	margin-top: 0;
  	        height: 100%;
            padding: 10px 10px 5px 10px;
          	box-sizing: border-box;
  		}
  
		.nav-collapse {
				height: auto;
				position: absolute;
				top: 100%;
				width: 100%;
				left: 0px;
				z-index: -1;
				text-align: center;
		}

		.nav-collapse.in {
				box-shadow: 0 5px 12px 0px rgba(0, 0, 0, 0.2);
		}

		header.header .nav {
				padding: 10px 0;
				background: rgba(43, 49, 86, 0.97);
		}

		header.header .nav > li {
				display: block;
				float: none;
		}

		header.header .nav > li a {
				font-weight: 400;
		}

		header.header .nav > li.open {
				background: #262c4e;
		}

		.header-right {
				margin: 7px 0;
		}

		.header-links {
				background: none;
		}

		.nav-links a {
				padding: 5px;
		}

		.header-links a {
				color: #fff;
				padding: 5px;
		}

		header.header .dropdown-menu {
				background: none;
		}

		.nav-collapse .dropdown-menu > li > a {
				color: #ebc575;
		}

		.nav-collapse .nav > li > a:hover,
		.nav-collapse .nav > li > a:focus,
		.nav-collapse .dropdown-menu a:hover,
		.nav-collapse .dropdown-menu a:focus {
				background: none;
		}

		.header-nav .nav > li.dropdown > a:before {
				position: absolute;
				right: 20px;
				top: 8px;
				content: "\f107";
				font-family: FontAwesome;
				font-size: 20px;
				font-style: normal;
				font-weight: normal;
				color: #eac47b;
				text-decoration: none;
		}

		.home-slider .galleryInner {
				height: auto !important;
		}

		.hole-slider .galleryInner {
				height: 450px !important;
		}

		.hole-slider .slider-content {
				margin-top: -130px;
				z-index: 100;
				position: relative;
				padding: 20px;
		}

		.hole-slider .slider-content h1 {
				margin-bottom: 30px;
		}

		.hole-info .tee {
				display: block;
				margin: 5px 0;
		}

		.hole-page .hole-menu {
				padding: 20px 0 70px 0;
				background: rgba(0, 0, 0, 0.15);
		}

		.hole-slider .galleryInner:before {
				box-shadow: inset 0px -100px 140px 0px rgba(0, 0, 0, 0.7);
		}

		.page-menu {
				padding: 10px;
		}

		.page-menu li a {
				padding: 8px;
		}

		.section .section-copy h2 {
				margin-top: 0px;
		}
  
	  	.footer-logos a img {
    		max-height: 35px;
  		}
 
}

@media (min-width: 769px) and (max-width: 979px) {

		.section {
				padding: 30px;
		}

		.section .section-copy + .section-image,
		.section .section-image + .section-copy {
				padding-left: 30px;
				box-sizing: border-box;
		}

		.hole-page .hole-menu {
				padding-bottom: 100px;
		}

		a.hole-nav-link {
				top: auto;
				bottom: 30px;
		}

		a.hole-previous {
				right: 50%;
				left: auto;
		}

		a.hole-next {
				left: 50%;
				right: auto;
		}

		.hole-menu ul li a {
				padding: 0 12px;
				font-size: 16px;
		}

		.testimonials-slider .galleryInner {
				height: 200px !important;
		}
}

@media (min-width: 769px) {

		.footer-bottom .poweredby {
				float: right;
		}

		/* Section */

		.section .section-image,
		.section .section-copy {
				width: 50%;
				float: left;
		}

		.section:after,
		.section:before {
				content: '';
				width: 100%;
				clear: both;
				display: block;
		}

		#login .form-horizontal .controls {
				margin-left: 140px;
		}

}

@media (max-width: 768px) {
  	
  		.header-logo {
            height: 80px;
            margin-left: 10px;
        }
  
        .header-logo img {
			padding: 10px 10px 5px 10px;
        }

		body.body-public:not(.body-contentpage):not(.body-class-home) #globalwrap {
				margin: 20px;
		}

		.header-socials {
				display: none;
		}

		footer {
				text-align: center;
		}

		.footer-bottom .poweredby {
				display: block;
				margin-top: 10px;
		}

		.intro {
				padding: 40px 15px;
		}

		.intro h1 {
				font-size: 38px;
		}

		.intro h1 small {
				font-size: 40%;
				margin-bottom: 10px;
		}

		.section {
				text-align: center;
				position: relative;
				padding-top: 300px;
		}

		.section-image {
				position: absolute;
				top: 0px;
				overflow: hidden;
				width: 100%;
				height: 300px;
		}

		.section-image > img {
				position: absolute;
				left: 50%;
				margin-left: -230px;
				top: 0;
				height: 100%;
				width: 460px;
				max-width: none;
		}

		.section .section-copy {
				padding: 30px;
		}

		.hole-menu ul li {
				width: 40px;
		}

		a.hole-nav-link {
				width: 50%;
				bottom: 0;
				top: auto;
		}

		table th,
		table.table tr th,
		table td {
				padding: 5px;
				font-size: 12px;
		}

		table a {
				line-height: 130%;
				display: inline-block;
		}

		.home-slider .nivo-controlNav-Wrapper,
		.testimonials-slider .nivo-controlNav-Wrapper {
				bottom: 50px;
		}

		.testimonials-slider .nivo-caption {
				padding: 0px;
		}

		table .btn,
		.body-public table .btn {
				font-size: 11px;
				padding: 6px 8px;
				height: auto;
				line-height: 12px;
		}

		.body-public #globalwrap #date_form label.noformat {
				color: #fff !important;
		}

		.body-public #globalwrap #date_form .tabs li.current a {
				background: #fff !important;
		}
  
   	    .section.section-googlemap {
        	padding-top: 0px;
  		}
  
      	.section-googlemap .section-image {
        	position: relative;
        	height: auto;
        	top: auto;
      	}
}

@media (min-width: 540px) and (max-width: 768px){
		.hole-menu ul {
				width: 400px;
				margin: 0 auto;
		}

		.hole-menu ul li {
				width: 40px;
		}

		.testimonials-slider .galleryInner {
				height: 150px !important;
		}
}

@media (max-width: 539px) {

		.hole-menu ul {
				width: 270px;
				margin: 0 auto;
		}

		.page-slider .galleryInner,
		.hole-slider .galleryInner {
				height: 300px !important;
		}

		.page-slider .galleryWrapperNivo img {
				height: 100% !important;
				width: 900px !important;
				max-width: none !important;
				left: 50%;
				margin-left: -450px;
		}

		.hole-slider .galleryWrapperNivo img {
				height: 100% !important;
				width: 640px !important;
				max-width: none !important;
				left: 50%;
				margin-left: -320px;
		}

		.hole-slider .slider-content {
				padding: 15px;
		}

		.testimonials-slider .galleryInner {
				height: 230px !important;
		}

		.staff-table img {
				width: 150px;
		}

}

.php-slideshow_admin .slideshow {
		column-count: 3;
}

#idle_viewport img {
    width: 180px;
}



.php-visitoropen form#details_form fieldset {
	background-color: transparent;
}
.php-visitoropen fieldset legend,
.php-teelogin fieldset legend {
  color: #fff;
}
.body-class-visitorbooking .tipForm .priceLine {
  color: #333;
}

.body-class-members .galleryInner.nivoInner.nivoSlider {
  width:100%!important;
}

.body-class-members .nivo-controlNav {
  display:none;
}


.yt-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.yt-container iframe,
.yt-container object,
.yt-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* anton styles */

.section-copy h5 a {
  background: #d7b54e;
  color: #0a1247;
  padding: 10px;
  letter-spacing: 2px;
  font-family: "Playfair Display";
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.section-copy h5 a:hover {
  color: white;
  text-decoration: none;
}

.php-hcaplist form#custopts input[style*="width: 20px"] {
  width: 40px !important;
}

/* pop up */

.home-pop-up {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  background: rgba(0,0,0,0.8);
  transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.pop-show .home-pop-up {
  opacity: 1;
  visibility: visible;
}

.home-pop-up-space {
  width: 724px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.home-pop-up-space h3 {
  color: #fff;
}

.home-pop-up-holder {
  background: #0a1247;
  position: relative;
  padding: 30px;
}

.home-pop-up-close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 34px;
}

.home-pop-up-close:hover {
  cursor: pointer;
  color: #FEDB75;
}

.home-pop-up-content {
  text-align: center;
  margin: 10px 0px;
}

.home-pop-up-content h3 {
  font-size: 32px;
  line-height: 42px;
}

.home-pop-up-content h5 {
  margin-top: 15px;
}

.home-pop-up-content h5 a {
  display: inline-block;
  background: #d7b54e;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.home-pop-up-content h5 a:hover {
  background: #7d6a2d;
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-pop-up-space {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
  .home-pop-up-holder {
    padding: 30px 15px;
  }
  .home-pop-up-content h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

.php-ckeditor .home-pop-up {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0px;
  transform: translateY(0px);
}

.php-ckeditor .home-pop-up-space {
  position: relative;
  top: 0px;
  transform: translateY(0px);
}

body.body-class-members form {
  color: #fff;
}

body.body-class-members .testimonials-slider h2 {
  color: #d7b54e;
}

.body-contentpage form input[type="submit"] {
  border: 1px solid #d7b54e;
  color: #d7b54e;
}

.body-class-members.body-contentpage .intro {
  box-shadow: none;
}

/* end anton styles */

.nivo-controlNav-Wrapper {
  display: none;
}
.galleryInner {
  	max-width: 100%;
}