@import url("bootstrap.css");
@import url("aos.css");
@import url("flickity.min.css");



/*
10px 	0.625rem
11px 	0.6875rem
12px 	0.75rem
13px 	0.8125rem
14px 	0.875rem
15px 	0.9375rem
16px 	1rem
17px 	1.0625rem
18px 	1.125rem
19px 	1.1875rem
20px 	1.25rem
21px 	1.3125rem
22px 	1.375rem
23px 	1.4375rem
24px 	1.5rem
25px 	1.5625rem
26px 	1.625rem
27px 	1.6875rem
28px 	1.75rem
29px 	1.8125rem
30px 	1.875rem
31px 	1.9375rem
32px 	2rem
33px 	2.0625rem
34px 	2.125remo
35px 	2.1875rem
36px 	2.25rem
37px 	2.3125rem
38px 	2.375rem
39px 	2.4375rem
40px 	2.5rem
41px 	2.5625rem
42px 	2.625rem
43px 	2.6875rem
44px 	2.75rem
45px 	2.8125rem
46px 	2.875rem
47px 	2.9375rem
48px 	3rem
49px 	3.0625rem
50px 	3.125rem
51px 	3.1875rem
52px 	3.25rem
53px 	3.3125rem
54px 	3.375rem
55px 	3.4375rem
56px 	3.5rem
57px 	3.5625rem
58px 	3.625rem
59px 	3.6875rem
60px 	3.75rem
61px 	3.8125rem
62px 	3.875rem
63px 	3.9375rem
64px 	4rem
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	text-transform: uppercase;
}

@media screen and (max-width: 991.98px) {
		
	h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
		font-size: 1.5rem;
	}
	
}

h2:not(.underline-none):after, h3:not(.underline-none):after{
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background-color: #c4a32e;
	margin: 1.5rem auto;
}

.lead {
	font-family: "Old Standard TT";
    font-size: 1.3125rem;
    font-weight: 400;
}

.subtitle{
	font-family: 'Montserrat';
	font-weight: 300;
}



.btn-lg{
	font-size: 0.8875rem;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0.875rem 4rem;
}

.btn-primary{
	color: #fff;
	border-color: #c4a32e;
	background-color: #c4a32e;
}

.btn-primary:hover{
	color: #fff;
	border-color: #c4a32e;
	background-color: #a58927;
}


.btn-outline-primary{
	color: #c4a32e;
	border-color: #c4a32e;
}

.btn-outline-primary:hover{
	color: #fff;
	border-color: #c4a32e;
	background-color: #c4a32e;
}




header{
	background-color: rgba(255, 255, 255, .5);
	transition: all 0.5s !important;
}

header:hover, header.scrolled{
	background-color: rgba(255, 255, 255, 1);
}

header.scrolled .logo img{
	
}


#header-desktop{
	height: 80px;
	position: relative;
}

#header-desktop .left{
	
	position: absolute;
	left: 1rem;
	top: 1rem;
	z-index: 2;
}


#header-desktop .logo{
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 1;
	top: 1rem;
	text-align: center;
}

#header-desktop .right{
	padding: 0.5rem 1rem;
	
	position: absolute;
	right: 0px;
	top: 1rem;
	z-index: 2;
}


#header-desktop .nav-link{
	color: #565656;
	font-size: 0.75rem;
	text-transform: uppercase;
}

#header-desktop .nav-link:hover{
	color: #000;
}

#header-desktop .nav-link.active{
	color: #000;
}


#header-desktop .btn{
	text-transform: uppercase;
}

#header-desktop .dropdown-menu{
	padding: 0px;
	border: 0px;
	text-align: center;
}

#header-desktop .dropdown-item{
	font-size: 0.75rem;
	text-transform: uppercase;
	padding: 0.5rem 0.5rem;
}

#header-desktop .dropdown-item:focus,
#header-desktop .dropdown-item:hover {
	color:#000;
}

#header-desktop .dropdown-item.active,
#header-desktop .dropdown-item:active {
	color:#000;
}





#header-desktop .dropdown-menu-booking .dropdown-item{
	color:#fff;
	background-color:#c4a32e;
	margin-top: 2px;
}

#header-desktop .dropdown-menu-booking .dropdown-item:focus,
#header-desktop .dropdown-menu-booking .dropdown-item:hover {
	color:#fff;
	background-color:#000;
}

#header-desktop .dropdown-menu-booking .dropdown-item.active,
#header-desktop .dropdown-menu-booking .dropdown-item:active {
	color:#fff;
	background-color:#000;
}





#nav-desktop{
	padding: 0.5rem 1rem;
}


#nav-desktop .menu-title{
	color: #c4a32e;
	font-size: 0.75rem;
	text-transform: uppercase;
	display: block;
	padding: 0.5rem 1rem;
}

#nav-desktop .nav-link{
	color: #565656;
	font-size: 0.75rem;
	font-weight: 400;
	text-transform: uppercase;
}

#nav-desktop .nav-link:hover{
	color: #000;
}

#nav-desktop .nav-link.active{
	color: #000;
}



#nav-desktop .sub{
    width: 100%;
    position: absolute;
    background: #f0f0f0;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
	
	padding: 0.25rem;
}


.navbar-light{
	padding: 0.75rem 1rem;
}

.navbar-light .navbar-toggler {
    color: #fff;
	background: #000;
	padding: 0.25rem 0.5rem;
	font-size: 1rem;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-nav{
	overflow-y: scroll;
	max-height: calc(100vh - 60px);
}

.navbar-light .navbar-nav .nav-item{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-link {
	color: #565656;	
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0.75rem 0.5rem;
}

.navbar-light .navbar-nav .dropdown-menu {
    background-color: #fff;
    border: none;
	
	margin: 0px;
	padding: 0px;
}

.navbar-light  .nav-link.dropdown-toggle[aria-expanded="true"]{
	color: #fff;
	background-color: #565656;
}

.navbar-light  .nav-link.dropdown-toggle:after {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
}

.navbar-light .dropdown-menu{
	border: none;
	padding: 0px;
}


.navbar-light .menu-title{
	color: #c4a32e;
	font-size: 0.75rem;
	text-transform: uppercase;
	display: block;
	padding: 0.5rem 0.5rem;
}

.navbar-light .dropdown-item{
	font-size: 0.75rem;
	text-transform: uppercase;
	padding: 0.5rem 0.5rem;
}

.navbar-light .dropdown-item:focus,
.navbar-light .dropdown-item:hover {
	color:#fff;
	background-color:#c4a32e;
}

.navbar-light .dropdown-item.active,
.navbar-light .dropdown-item:active {
	color:#fff;
	background-color:#c4a32e;
}




.video-header{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;	
	background-color: #565656;
	
	position: relative;
 	overflow: hidden;
}

.video-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-header .container{
	z-index: 1;
}

.video-header .btn{
	border-radius: 0.25rem;
}

.video-header h1{
	color: #fff;
	max-width: 750px;
	margin: 0 auto;
}

.video-header .subtitle{
	color: #fff;
	padding: 1rem 0 2rem 0;
}





.jumbotron{
	padding: 6rem 2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	
	background-color: #565656;
}

.min-vh-50 {
    min-height: 50vh !important;
}


.jumbotron .container{
	margin-top: 60px;
}

@media screen and (min-width: 992px) {
		
	.jumbotron .container{
		margin-top: 130px;
	}

}

.jumbotron .overlay{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}

.jumbotron .btn{
	border-radius: 0.25rem;
}

.jumbotron h1{
	color: #fff;
	max-width: 750px;
	margin: 0 auto;
}

.jumbotron h1 img{
	max-width: 320px;
	height: auto;
}


.jumbotron .subtitle{
	color: #fff;
	padding: 1rem 0 2rem 0;
}


.jumbotron .btn-outline-primary, .jumbotron .btn-outline-primary:active, .jumbotron .btn-outline-primary:visited{
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

.jumbotron .btn-outline-primary:hover{
	color: #fff;
	border-color: #c4a32e;
	background-color: #c4a32e;
}




.parallax{
	color: #fff;
	min-height: 550px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	
	background-color: #565656;
}




main{
	
}

main .btn{
	border-radius: 0.25rem;
}

main section{
	margin: 5rem 0;
}


@media screen and (max-width: 991.98px) {
		
	main section{
		margin: 2.5rem 0;
	}
	
}


main .nav{
	font-size: 0.8875rem;
	font-weight: 500;
	text-transform: uppercase;
}

main .nav .nav-link{
	color: #000;
}

main .nav .nav-link:hover, main .nav .nav-link.active{
	color: #c4a32e;
}




.flickity-viewport {
	transition: height 0.5s;
}




/* Design */

.carousel {
	margin: 0 0 3rem 0;
}

.carousel .carousel-cell {
	width: 100%;
	background-color: #f8f8f8;
}


.carousel .carousel-cell .row{
	margin: 0px;
}


@media screen and (max-width: 991.98px) {
		
	.carousel .carousel-cell {
		background-color: #fff;
	}
	
}




/* Flats */

.carousel2 {
	margin: 2rem 0;
}

.carousel2 .carousel-cell {
	width: 25%;
	opacity: 0.2;
	transition: opacity 0.5s;
}


.carousel2 .carousel-cell.is-selected {
	opacity: 1;
}




.carousel2 .carousel-cell .row{
	margin: 0px;
}


@media screen and (max-width: 991.98px) {
		
	.carousel2 .carousel-cell {
		width: 75%;
	}
	
}



/* Gallery */

.carousel3 {
	margin: 0 0 3rem 0;
}

.carousel3 .carousel-cell {
	width: 100%;
	background-color: #f8f8f8;
}


.carousel3 .carousel-cell .row{
	margin: 0px;
}




/* Golf hole */

.carousel4 {
	margin: 0 0 2rem 0;
}

.carousel4 .carousel-cell {
	width: 100%;
}


.carousel4 .carousel-cell .row{
	margin: 0px;
}


.bull{
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin: 0 0.5rem 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}

.bull.white{
	background: #fff;
	border-color: #565656;
}

.bull.yellow{
	background: #ffed07;
	border-color: #ffed07;
}

.bull.blue{
	background: #1a76b9;
	border-color: #1a76b9;
}

.bull.red{
	background: #eb1c22;
	border-color: #eb1c22;
}

/* Carousel text nav */

.carousel-nav{
	margin-bottom: 1.5rem;
}

.carousel-nav .carousel-cell {
	color: #000;
	font-size: 0.8875rem;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
	white-space: nowrap;
}


.carousel-nav .carousel-cell.is-nav-selected {
	color: #c4a32e;
}




/* Carousel text golf holes */

.carousel-nav-golf-holes{
	margin-bottom: 2rem;
}

.carousel-nav-golf-holes .carousel-cell {
	color: #c4a32e;
	background: #fff;
	border: 1px solid #c4a32e;
	font-size: 0.8875rem;;
	font-weight: 500;
	
	width: 44px;
	height: 44px;
	line-height: 44px;
	
	border-radius: 50%;
	
	margin: 0 3px;
	
	text-align: center;
}


.carousel-nav-golf-holes .carousel-cell.is-nav-selected {
	color: #fff;
	background: #c4a32e;
}



/* Carousel arrows */

.flickity-prev-next-button {
	top: auto;
    bottom: -80px;
	z-index: 99;
}

.flickity-prev-next-button.previous {
    left: auto;
	right: 50px;
}

.flickity-prev-next-button.next {
	right: 0px;
}


.flickity-button {
	border: 1px solid #c4a32e;
	background: #fff;
	color: #c4a32e
}

.flickity-button:hover {
	background: #c4a32e;
	cursor:pointer
}



.flickity-button:focus {
	outline:0;
	box-shadow: none;
}

.flickity-button:active {
 	opacity:.6
}

.flickity-button:hover .flickity-button-icon {
	fill: #fff;
}

.flickity-prev-next-button .flickity-button-icon {
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%;
}

/* Carousel page dots */

.flickity-page-dots{
	bottom: -43px;
	text-align: left;
}


.flickity-page-dots .dot {
    border-radius: 0px;
	transform: rotate(45deg);
}

.flickity-page-dots .dot.is-selected {
    background: #c4a32e;
}




.table-responsive{
	margin-bottom: 3rem;
}







@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}



.card-columns .card{
	margin-bottom: 1.5rem;
}

.card-columns .card .btn-group{
	display: flex;
}




.card{
	position: relative;
	margin-bottom: 2rem;
	
	transition: box-shadow 0.5s;
}

.card:hover{
	cursor: default !important;
}

.card .btn{
	font-size: 0.8875rem;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0px;
}


.card  .card-badge {
	position:absolute;
	top: 0px;
	left: 0px;
	padding: 0.25rem 0.5rem;
	
	font-size: 0.75rem;
	text-transform: uppercase;

	background: #fff;
}

.card .overlay {
	position: relative;
}

.card .overlay .box {
	position: absolute;
	left: 0px;
	top: 0px;
	
	
	margin: 20px;
	padding: 20px;
	
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	
	color: #fff;
	background: rgba(0, 0, 0, .55);
	
	border: 1px solid rgba(255, 255, 255, .5);
	
}


.card .overlay .box .cell{
	text-align: center;
}





#inquiry{
	padding: 4rem 0;
	text-align: center;
}


#inquiry form{
	text-align: left;
}

#inquiry form textarea{
	min-height: 10rem;
}


.form-control{
	padding: 0.875rem 1rem;
	height: auto;
}







.footer-logos{
	padding: 20px 0px !important;
}

.footer-logos img{
	max-width: 140px;
	height: auto;
}


footer{
	color: #fff;
	color: rgba(255, 255, 255, .5);
	padding: 2rem 0 2rem 0;
	
	text-transform: uppercase;
	font-size: 0.75rem;
}



footer h4{
	color: #fff;
}

footer .nav-link{
	color: #fff;
}

footer .nav-link:hover{
	color: #fff;
	color: rgba(255, 255, 255, .75);
}

footer p:last-child{
	margin: 0px;
}