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

/*scrollbar-effects-css*/
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #9b884f #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0;
}
*::-webkit-scrollbar-thumb {
    background-color: #9b884f;
    border-radius: 0;
    border: 0px solid #9b884f;
    height: 69px !important;
}

/*circle-effects-css*/
.circle-effects1 {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effects1 img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effects1 .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}
a .circle-effects1 {
	width: 11px;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 0 0 3px;
}

.back-btn1 .circle-effects1 { margin:-2px 5px 0 0;}

.btn-gold-transparent-on-hover-black-transparent .circle-effects1 {
	display: inline-block;
}
.accordion h3 .circle-effects1 {
	width: 22px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}

.sidbar-btn1 .circle-effects1 {
	width: 11px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 25px;
	z-index:9;

}

.circle-effects1:hover img, a:hover .circle-effects1 img, .accordion h3.active .circle-effects1 img, .accordion h3:hover .circle-effects1 img, .journey-col3:hover .circle-effects1 img, .sidbar-btn1.hover .circle-effects1 img {
	opacity: 0;
}
.circle-effects1:hover .circle-row1, a:hover .circle-effects1 .circle-row1, .accordion h3.active .circle-effects1 .circle-row1, .accordion h3:hover .circle-effects1 .circle-row1, .journey-col3:hover .circle-effects1 .circle-row1, .sidbar-btn1:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effects1:hover .circle-row1 img, a:hover .circle-effects1 .circle-row1 img, .accordion h3.active .circle-effects1 .circle-row1 img, .accordion h3:hover .circle-effects1 .circle-row1 img, .journey-col3:hover .circle-effects1 .circle-row1 img, .sidbar-btn1:hover .circle-effects1 .circle-row1 img {
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 15px;
}
.checkbox1 a, .checkbox2 a {
	color: #090909;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #9b884f;
}
.checkbox1 span, .checkbox2 span {
	font-size: 14px;
	font-weight: 400;
	color: #090909;
	letter-spacing: normal;
	line-height: 1.5;
	display: inherit;
	position: relative;
	top: -2px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    display: block;
    cursor: pointer;
    padding: 0 0 0 26px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 16px;
    height: 16px;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #9b884f;
	border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 4px;
    left: 4px;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked + label:before {
	border: 1px solid #ffffff;
}

.contact-col1 .checkbox1 {
	margin: 0 0 5px;
}
.contact-col1 [type="checkbox"]:checked + label, .contact-col1 [type="checkbox"]:not(:checked) + label { display:inline;}
.contact-col1 [type="checkbox"]:checked + label:before,
.contact-col1 [type="checkbox"]:not(:checked) + label:before { background: #9b884f; border: 1px solid #9b884f;}
.contact-col1 [type="checkbox"]:checked + label:after,
.contact-col1 [type="checkbox"]:not(:checked) + label:after { background: #ffffff; border: 1px solid #ffffff;}

/*grayscale-effect-css*/
.grayscale-effect {
	cursor: pointer;
	display: block;
}
.grayscale-effect img {
	width: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.4s ease;
	backface-visibility: hidden;
}
.grayscale-effect .grayscale-row1 {
	overflow: hidden;
	border-radius: 24px;
	/* iOS FIX */
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	display: block;
	position: relative;
}
.grayscale-effect:hover .grayscale-row1 img {
	filter: grayscale(100%);
	transform: scale(1.15);
}

.blog-col1 .grayscale-effect .grayscale-row1, .membership1-col1 .grayscale-effect .grayscale-row1, .treat-col1 .grayscale-effect .grayscale-row1 { border-radius:10px;}
.teamer-col1 .grayscale-effect .grayscale-row1 { border-radius:0;}

/*btn-bg-color-css*/
.btn-black-transparent-gold-on-hover-white-gold {
	color: #090909 !important;
	background: none;
	border-color: #9b884f;
	padding: 16px 22px 16px 22px;
}
.btn-black-transparent-gold-on-hover-white-gold:hover {
	color: #ffffff !important;
	background: #9b884f;
	border-color: #9b884f;
}

.btn-white-gold-on-hover-black-transparent-gold {
	color: #ffffff;
	background: #9b884f;
	border-color: #9b884f;
	padding: 16px 22px 16px 22px;
}
.btn-white-gold-on-hover-black-transparent-gold:hover {
	color: #090909;
	background: none;
	border-color: #9b884f;
}

.btn-white-transparent-white-on-hover-gold-white {
	color: #ffffff;
	background: none;
	border-color: #ffffff;
	padding: 16px 22px 16px 22px;
}
.btn-white-transparent-white-on-hover-gold-white:hover {
	color: #9b884f;
	background: #ffffff;
	border-color: #ffffff;
}

.btn-white-gold-on-hover-gold-white {
	color: #ffffff;
	background: #9b884f;
	border-color: #9b884f;
	padding: 16px 22px 16px 22px;
}
.btn-white-gold-on-hover-gold-white:hover {
	color: #9b884f;
	background: #ffffff;
	border-color: #ffffff;
}

.btn-gold-transparent-gold-on-hover-white-gold, .btn-gold-transparent-gold-on-hover-white-gold input {
	color: #9b884f;
	background: none;
	border-color: #9b884f;
	padding: 16px 22px 16px 22px;
}
.btn-gold-transparent-gold-on-hover-white-gold:hover, .btn-gold-transparent-gold-on-hover-white-gold:hover input {
	color: #ffffff;
	background: #9b884f;
	border-color: #9b884f;
}

.btn-white-gold-on-hover-gold-transparent-gold {
	color: #ffffff;
	background: #9b884f;
	border-color: #9b884f;
	padding: 16px 22px 16px 22px;
}
.btn-white-gold-on-hover-gold-transparent-gold:hover {
	color: #9b884f;
	background: none;
	border-color: #9b884f;
}

.btn-gold-transparent-on-hover-black-transparent {
	color: #9b884f;
	background: none;
	border-color: rgba(0,0,0,0);
}
.btn-gold-transparent-on-hover-black-transparent:hover {
	color: #090909;
	background: none;
	border-color: rgba(0,0,0,0);
}

/*play-effect-css*/
.play-effect {
	width: 37px;
	float: left;
	margin: 0 0 0;
	position: relative;
	z-index: 9;
}
.play-effect:after {
	width: 50px;
	height: 50px;
}
.play-effect:before {
	width: 37px;
	height: 37px;
}
.play-effect:after, .play-effect:before {
	content: "";
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}

.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effects-css*/
a .circle-effects1 {
	width: 11px;
	display: none;
	margin: -2px 0 0 3px;
}
.accordion h3 .circle-effects1 {
    width: 18px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effects-css*/
a .circle-effects1 {
	width: 11px;
	display: none;
	margin: -2px 0 0 3px;
}
.accordion h3 .circle-effects1 {
    width: 18px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effects-css*/
a .circle-effects1 {
	width: 11px;
	display: none;
	margin: -2px 0 0 3px;
}
.accordion h3 .circle-effects1 {
    width: 18px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effects-css*/
a .circle-effects1 {
	display: none;
}
.accordion h3 .circle-effects1 {
    width: 18px;
}

/*btn-bg-color-css*/
.btn-black-transparent-gold-on-hover-white-gold {
	padding: 16px 20px 16px 20px;
}
.btn-white-gold-on-hover-black-transparent-gold {
	padding: 16px 20px 16px 20px;
}
.btn-white-transparent-white-on-hover-gold-white {
	padding: 16px 20px 16px 20px;
}
.btn-white-gold-on-hover-gold-white {
	padding: 16px 20px 16px 20px;
}
.btn-gold-transparent-gold-on-hover-white-gold {
	padding: 16px 20px 16px 20px;
}
.btn-white-gold-on-hover-gold-transparent-gold {
	padding: 16px 20px 16px 20px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effects-css*/
a .circle-effects1 {
	display: none;
}
.accordion h3 .circle-effects1 {
    width: 20px;
}

/*btn-bg-color-css*/
.btn-black-transparent-gold-on-hover-white-gold {
	padding: 16px 24px 16px 24px;
}
.btn-white-gold-on-hover-black-transparent-gold {
	padding: 16px 24px 16px 24px;
}
.btn-white-transparent-white-on-hover-gold-white {
	padding: 16px 24px 16px 24px;
}
.btn-white-gold-on-hover-gold-white {
	padding: 16px 24px 16px 24px;
}
.btn-gold-transparent-gold-on-hover-white-gold {
	padding: 16px 24px 16px 24px;
}
.btn-white-gold-on-hover-gold-transparent-gold {
	padding: 16px 24px 16px 24px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*circle-effects-css*/
a .circle-effects1 {
	display: none;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {

}

@media screen and (min-width:1341px) and (max-width:1440px) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}