/* //////////////////////////////// CUSTOM LIGHTBOX WITH AJAX //////////////////////////////// */

/* Lightbox */

.lightbox-overlay { width: 100%; height: 100%; position: absolute; z-index: 8000; background: rgba(0,0,0,0.5); display: none; top: 0; right: 0; }
.video-overlay { width: 100%; height: 100%; position: absolute; z-index: 8000; background: rgba(0,0,0,0.8); display: none; top: 0; right: 0; }

.lightbox { position: absolute; z-index: 9999; width: 100%; height: 100%; display: none; top: 0; margin: 0; padding: 0px; }

.lightbox-container { display: block; padding: 0; height: 100%; background-color: #FFF; }

.lightbox .header { display: block; padding: 0 20px; height: 50px; background-color: #c00d0e !important; }
.lightbox .header.blue { background-color: #bf2f38 !important; }
.lightbox .header.white h5 { color: #FFF !important; font-weight: 600 !important; }

.lightbox .header.icon.info { background: url(../img/icon-info-circle-01.png) no-repeat left 20px center; background-size: 30px; }
.lightbox .header.icon.landmark { background: url(../img/icon-info-white-2.png) no-repeat left 20px center; background-size: 30px; }
.lightbox .header.icon.su { background: url(../img/icon-info-white-2.png) no-repeat left 20px center; background-size: 30px;  }


.lightbox .header.icon.video { background: url(../img/icon-video-white.png) no-repeat left 20px center; background-size: 30px; }
.lightbox .header.icon.library { background: url(../img/icon-library.png) no-repeat left 20px center; background-size: 30px; }
.lightbox .header.icon.uob { background: url(../img/icon-building2.png) no-repeat left 20px center; background-size: 30px; }
.lightbox .header.icon.accomm { background: url(../img/icons/icon-bed-01.png) no-repeat left 20px center; background-size: 30px; }

.lightbox .header.black { background-color: #000 !important; }

.lightbox .header.icon { background-size: 30px; background-position: left 20px center; padding-left: 60px; }

.lightbox .header h5 { 
	margin: 0; padding: 0; font-size: 18px; line-height: 50px; color: #FFF; font-family: ivypresto-display,Times New Roman, serif;
	font-style: normal !important;
	font-weight: 600;
	text-rendering: optimizeLegibility; 
}

.lightbox .content { display: block; position: relative; overflow-y: scroll; height: 100vh; }

.lightbox .image { display: block; width: 100%; overflow: hidden; align-items: center; justify-content: center; position: relative; }
.lightbox .image img { width: 105%; height: auto; }

.lightbox.iframe .image { max-height: none; }

.lightbox .image .fancybox-view { 
	width: 60px; height: 60px; position: absolute; z-index: 1000; left: 50%; top: 50%; margin: -30px 0 0 -30px; display: block; cursor: pointer !important;
	background: url(../img/icon-view-green.png) no-repeat center; background-size: 60px; 
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in;
}

.lightbox .image .fancybox-view.threed { 
	background: url(../img/icon-view-3d-green.png) no-repeat center; background-size: 60px; 
}

/* .lightbox .image .fancybox-view:hover { width: 70px; height: 70px; margin: -35px 0 0 -35px; cursor: pointer !important; } */


/* .lightbox .image .fancybox-view { width: 100%; height: 100%; position: absolute; z-index: 1000; background: url(../img/icon-view.png) no-repeat center; background-size: 60px; background-color: rgba(0,0,0,0.1); } */

.lightbox .text { display: block; overflow: hidden; padding: 20px; }

.lightbox p { margin: 0; padding: 0; color: #666; font-size: 16px; line-height: 26px; font-family: 'Source Sans Pro', Arial, sans-serif !important; }
.lightbox a { color: #336699; cursor: pointer; font-family: 'Source Sans Pro', Arial, sans-serif !important; }
.lightbox i { font-style: italic !important; }


.lightbox .close-btn { 
	width: 50px; height: 50px; top: 0; right: 0; padding: 0; display: block; position: absolute; 
	background: url('../img/icons-tui/icon-cross-white-01.svg') no-repeat center; background-size: 35px; background-color: #a67c00; cursor: pointer; 
}
.lightbox .close-btn:hover {  }

.lightbox .close-btn.white { background: url(../img/close3.png) no-repeat center; background-size: 20px; }


.lightbox .menu-btn { 
	width: 50px; height: 50px; top: 5px; right: 65px; padding: 0; display: block; position: absolute; 
	background: url(../img/icon-grid-01.png) no-repeat center; background-size: 15px; background-color: #f4cf00; cursor: pointer; 
	border-radius: 100px; -webkit-border-radius: 100px;
}

.lightbox .caption { padding: 20px; }

.lightbox hr { border-top: 1px solid #CCC; margin: 20px 0; border-bottom: 0; }
.lightbox h3 { font-size: 28px; line-height: 34px; color: #86968b; font-weight: 800 !important; margin: 0 0 20px 0; }
.lightbox h4 { font-size: 20px; line-height: 30px; color: #86968b; font-weight: 800 !important; margin: 0 0 10px 0; }
.lightbox p { font-size: 16px; line-height: 26px; color: #333; margin-bottom: 10px;  }

.lightbox .text ul { margin: 20px 0; }
.lightbox .text ul li { margin-left: 20px; color: #EEE; padding: 2px 0; }

.lightbox.simple .text { width: 100% !important; height: auto; }

.lightbox .box { padding: 20px; background-color: #EEE; display: block; overflow: hidden; margin-top: 20px; }

/* More Button */

.lightbox .more { 
	margin-top: 10px; padding: 10px; background: #171c18; color: #011941 !important; 
	text-transform: uppercase; text-align: center; text-decoration: none; display: block; 
	 font-size: 14px; line-height: 14px; display: inline-block; font-weight: bold; border-radius: 3px; -webkit-border-radius: 3px;
}
.lightbox .more:hover { background: #011941; color: #FFF !important; }

/* CTA - Share Box */

/* SHARE VIEW LIGHTBOX */

.share-box { 
	position: absolute; z-index: 99999; 
	width: 300px; height: auto; margin: -100px 0 0 -150px; top: 50%; left: 50%;
	display: none; background: #FFF; padding: 0px; 
}
.share-box-container { display: block; padding: 20px; overflow: hidden; }
.share-box h5 { margin: 0 0 10px 0; font-size: 25px; line-height: 35px; font-weight: 700 !important; color: #86968b; text-align: center; }
.share-box p { margin: 0 0 0 0; text-align: center; font-size: 16px; line-height: 26px; }
.share-box .close-btn { width: 45px; height: 45px; top: -20px; right: -20px; padding: 0px; display: block; position: absolute; background: url(../img/close.png) no-repeat center; background-size: 45px; cursor: pointer; }
.result { position: relative; overflow: hidden; margin-top: 20px; }

.copy-btn { 
	position: absolute; border: transparent; padding: 22px 40px 15px 16px; min-width: 100px; right: 0; top: 0; z-index: 500; 
	font-size: 14px; line-height: 14px; color: #FFF; text-transform: uppercase; cursor: pointer;
	background: url('../img/icon-clipboard-white.png') no-repeat right 15px center; background-size: 20px; background-color: #86968b; 
}
.copy-btn.copied { color: #FFF; background: url('../img/icon-tick-circle-white.png') no-repeat right 15px center; background-size: 20px; background-color: #a67c00; }
.url-result { width: 90%; padding: 15px; font-size: 16px; line-height: 16px; color: #666; display: block; background-color: #f6f6f6; border: 1px solid #CCC; }


/* Video Embed Container */

.video-container { width: 100%; height: auto; display: block; }

.embed-container { position: relative; padding-bottom: 56.6%; height: 0; overflow: hidden; max-width: 100%; background-color: #222; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Fancybox */

.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}

/* Responsive Slides */

.rslides { position: relative; list-style: none; overflow: hidden; width: 100%; height: 100%; padding: 0; margin: 0;  }
.rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; height: 100%; left: 0; top: 0; max-height: 300px; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }
.rslides li span { bottom: 55px; position: absolute; z-index: 1000; background-color: rgba(0,0,0,0.5); right: 0; color: #FFF; padding: 10px; line-height: 14px; }

.lightbox .image span { bottom: 0; position: absolute; z-index: 1000; background-color: rgba(0,0,0,0.5); right: 0; color: #FFF; padding: 10px; line-height: 14px; }

/* Splash */

.splash-outer { 
	width: 100%; height: 100%; 
	position: absolute; z-index: 8000; 
	display: flex; justify-content: center; align-items: center; align-content: center;
	overflow: hidden; top: 0; right: 0; text-decoration: none; 
	background-color: rgba(0,0,0,0.5); 
}

.splash { width: 100%; height: 100%; position: relative; background-color: #FFF; padding: 0; overflow: hidden; text-align: left; border-radius: 0; -webkit-border-radius: 0; } 

.splash .content { display: block; overflow: hidden; }

.splash .upper { padding: 20px; overflow: hidden; display: block; overflow: hidden; position: relative; }
.splash .upper.shift-up { margin-top: -10px; } 
.splash .upper.shift-up2 { margin-top: -30px; } 

.splash .banner	{ width: 100%; height: 200px; display: table; clear: both; background: url('/inline/img/banner/banner.jpg') no-repeat center; position: relative; background-size: cover; overflow: hidden; }
.splash .banner-logo { display: table-cell; vertical-align: top; padding: 30px; }
.splash .banner-logo a { width: 100px; display: inline-block; overflow: hidden; margin: 0 auto; padding: 0; max-width: 150px; }
.splash .banner-logo a img { width: 100%; height: auto; display: block; margin: 0 auto; }

.splash h1 { font-size: 30px; line-height: 40px; font-weight: 700; color: #86968b; clear: both; max-width: 100%; margin: 0 auto 0 auto; padding: 0; }
.splash p { font-size: 14px; line-height: 18px; color: #333; clear: both; margin: 20px auto; max-width: 100%; font-family: 'Cormorant Garamond', Arial, sans-serif !important; }
.splash p.small { font-size: 14px; line-height: 18px; padding: 10px; background: #EEE; }

.splash p a { color: #FFF; border-bottom: 1px solid #f4cf00; }

.splash .start-btn-wrap {
	width: 100%; max-width: 100%; margin: 20px auto 0 auto; overflow: hidden;
}

.splash .btn { 
	font-weight: bold;  
	margin: 0 auto 10px auto; font-size: 16px; line-height: 16px; padding: 18px 35px 13px 35px; 
	background-color: #c00d0e; 
	text-decoration: none; text-align: center; 
	color: #FFF !important; display: inline-block; 
	 -webkit-transition: all .3s ease-in; transition: all .3s ease-in; font-family: 'Cormorant Garamond', Arial, sans-serif !important; font-weight: normal; text-transform: uppercase; letter-spacing: .1em; 
	 cursor: pointer;
}
.splash .btn:hover { background-color: #dfdfdf; color: #FFF !important; }

.splash .bar { width: 100%; height: auto; position: relative; bottom: 0; display: block;  }

.splash .lang-btns a { width: 35px; height: 35px; margin: 2px; }

.splash-video-expand { 
	width: 50px; height: 50px; display: block; 
	position: absolute; z-index: 99999; 
	top: 20px; left: 20px; 
	background: url(../img/icon-fullscreen-on-new-01.png) no-repeat center; background-size: 50%; background-color: rgba(0,0,0,0.7); 
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
	border-radius: 100px; -webkit-border-radius: 100px;
}
.splash-video-expand:hover { background-size: 60%; background-color: rgba(0,0,0,1); }

.splash .logos { margin: 20px 0 0 0; display: block; overflow: hidden; }
.splash .logos a { width: 50px; margin: 0 10px; height: auto; display: inline-block; text-decoration: none; }
.splash .logos a:first-child { margin: 0 10px 0 0; }
.splash .logos a img { width: 100%; height: auto; }
.splash .logos a.wide { width: 70px; }

.splash .splash-close-btn {  }

.splash .splash-close-btn { 
	width: 50px; height: 50px; top: 20px; right: 20px; padding: 0; display: block; position: absolute; z-index: 9999; 
	background: url(../img/close2.png) no-repeat center; background-size: 15px; background-color: #f4cf00; cursor: pointer; 
	border-radius: 100px; -webkit-border-radius: 100px;
}

.stars { display: block; margin: 10px 0 20px 0; overflow: hidden; }
.stars span { width: 25px; height: 25px; margin: 0; display: inline-block; background: url('../img/svg/icon-star.svg') no-repeat center; background-size: 100%; }


/* YouTube Videos */

.hide-mobile { display: none !important; }

.show-mobile { display: block !important; padding: 20px; margin: 40px 20px 20px 20px; padding-top: 90px; background: url('../img/icons/icon-error.png') no-repeat center top 20px; background-size: 40px; border: 1px solid #CCC; border-radius: 10px; -webkit-border-radius: 10px; }
.show-mobile p {  color: #FFF; text-align: center; }

.show-mobile.mobile-sidebar { margin: 20px 0; }

.show-mobile .btn-wrap { text-align: center; margin: 20px auto; }
.show-mobile .btn { 
	padding: 15px 35px; margin-top: 30px; text-align: center; text-transform: uppercase; 
	color: #FFF !important; display: inline-block; text-decoration: none; 
	background-color: #c00d0e; margin: 20px 0 0 0; 
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
	font-family: 'Cormorant Garamond', Arial, sans-serif !important;
	cursor: pointer; font-size: 14px;
	border-radius: 100px; -webkit-border-radius: 100px;
}
.sidebar .btn:hover { background-color: #FFF; color: #000 !important; }

/* GOLF */

.lightbox .nav-icon { display: block !important; }

#golf p { display: block; }

#golf h3.blue { background: #22BBFF; }
#golf h3.pink { background: #FF33FF; }
#golf h3.green { background: #2BD840; }
#golf h3.orange { background: #FF5B00; }
#golf h3.purple { background: #8F21D6; }
#golf h3.red { background: #F21439; }

#golf table { table-layout: fixed; width: 100%; margin-bottom: 20px; }
#golf table th { border: 1px solid #CCC; padding: 10px; color: #666; background-color: #CCC; color: #FFF; text-transform: uppercase; }
#golf table td { border: 1px solid #CCC; padding: 10px; color: #666; }

#golf table td.icon { padding: 10px 10px 10px 40px; }

#golf table td.par { background: url(../img/icon-par.png) no-repeat left 10px center; background-size: 20px; }
#golf table td.distance { background: url(../img/icon-distance.png) no-repeat left 10px center; background-size: 20px; }
#golf table td.elevation { background: url(../img/icon-height.png) no-repeat left 10px center; background-size: 20px; }

#golf table td a { font-size: 12px; line-height: 14px; display: block; text-transform: uppercase; color: #666; padding: 15px 20px; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
#golf table td a:hover { text-decoration: none; color: #666; background: #EEE; }

#golf table td span { width: 20px; height: 20px; float: right; display: inline-block;  border-radius: 100px; -webkit-border-radius: 100px; }

#golf table td span.yellow { background-color: #ffdb44; }
#golf table td span.red { background-color: #CC0000; }
#golf table td span.white { background-color: #FFF; border: 1px solid #666; }

#golf #tab2 { display: none; }

/* Inline Tabs */

.tabs-menu { list-style: none; display: table; width: 100%; table-layout: fixed; margin: 0 0 20px 0; padding: 0; border: 1px solid #2D448A; }
.tabs-menu li { display: table-cell; text-align: center; border-right: 1px solid #2D448A; padding: 15px 0; }
.tabs-menu li:last-child { border-right: 0; }
.tabs-menu li a { text-decoration: none; text-transform: uppercase; color: #2D448A; font-size: 10px; display: block; }
.tabs-menu li a:hover { text-decoration: none; color: #E50C83; }
.tabs-menu li.current { background-color: #2D448A; color: #FFF; }
.tabs-menu li.book { background-color: #E50C83; color: #FFF; }
.tabs-menu li.book a { color: #FFF; }
.tabs-menu li.current a { color: #FFF; }

#tab-1 { display: block; }
.tab { }
.tab-content { display: none; clear: both; }
.tab-content.current { display: block; }

.lightbox #golf .content { padding: 20px; display: block; }
.lightbox #golf .content .col { }

/* Switch and Tabs */

.switch { position: relative; top: 0px; display: block; overflow: hidden; margin-bottom: 0px; background-color: #87978C; padding: 20px 0 0 20px; }
.switch a { display: inline-block; float: left; padding: 10px 20px 10px 40px; color: #FFF; text-decoration: none; text-transform: uppercase; font-size: 14px; outline: none; margin-right: 5px; }
.switch a:hover, .lang-switch a:focus { text-decoration: none; cursor: pointer; }

.switch a { background: url(../img/icon-golf-hole.png) no-repeat left 10px center; background-size: 25px; background-color: rgba(255,255,255,0.4) !important; }
.switch a.active { background-color: #FFF !important; color: #87978C; }

.ajax-lightbox .tab { display: none; }
.ajax-lightbox #tab1 { display: block; }

/* Scroll Hint */

.scroll-hint { display: block; width: 30px; height: 30px; position: absolute; bottom: 20px; right: 20px; background: url('../img/arrow-down4.png') no-repeat center; background-size: 20px; background-color: #CCC; border-radius: 100%; -webkit-border-radius: 100%}




/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////// START OF RESPONSIVE STYLES //////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////// */


/* ////////////////////////////////  bigger than mobile version //////////////////////////////// */

@media screen and (min-width: 480px) {

	.lightbox .image {  }
	.splash .banner-logo a { width: 150px; margin-bottom: 0; }

}

/* //////////////////////////////// ipad mini or galaxy note version //////////////////////////////// */  

@media screen and (min-width: 480px) and (max-width: 768px) {

	.splash { width: 90%; height: auto; }

}

/* //////////////////////////////// big ipad version //////////////////////////////// */

@media screen and (min-width: 768px) {

	.lightbox { width: 700px; height: 370px; bottom: 0; left: 0; top: 0; right: 0; margin: auto; position: absolute; }

	.lightbox-container { height: auto; overflow-y: auto; }

	.lightbox.simple { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; align-content: center; }
	.lightbox.simple .lightbox-container  { width: 400px; height: auto; }


	.lightbox.video { width: 800px; height: 370px; }
	.lightbox.iframe { width: 800px; height: 370px; }

	.lightbox .close-btn { top: 0; right: 0; background: url('../img/icons-tui/icon-cross-white-01.svg') no-repeat center; background-size: 25px; background-color: #a67c00; }
	.lightbox .menu-btn { top: 0; right: 65px; background: url('../img/icon-grid-black-01.png') no-repeat center; background-size: 25px; background-color: #a67c00; }

	.lightbox.iframe .embed-container { padding-bottom: 77%; }

	.lightbox .content { display: block; height: auto; }

	.lightbox .image { display: inline-block; max-height: none; float: left; width: 50%; margin-top: -15px; }
	.lightbox .image.wide { width: 65%; margin-top: 0 !important; height: 370px; }
	.lightbox .text { display: inline-block; float: left; padding: 0; width: 50%; height: 275px; overflow-y: auto; }
	.lightbox .text.thin { width: 35%; height: 370px; }
	.lightbox.simple .text.thin { height: auto; }
	.lightbox .text .text-inner { padding: 20px; }

	.lightbox h3 { width: 80%; }
	.lightbox p { font-size: 16px; line-height: 20px; }

	.share-box { width: 400px; height: auto; margin: -100px 0 0 -200px; top: 50%; left: 50%; }
/* 	.share-box .close-btn {  width: 40px; height: 40px; top: 5px; right: 5px; padding: 0px; display: block; position: absolute; background: url(../img/close.png) no-repeat center; background-size: 40px; }
 */
	.lightbox .image .fancybox-view { width: 60px; height: 60px; margin: -70px 0 0 -30px; }

	.rslides li { max-height: 325px; }
	.rslides li span { bottom: 0; right: auto; left: 0;} 
	.lightbox .image span { bottom: 0; right: auto; left: 0; } 

	.splash { width: 80%; height: auto; }
	.splash .upper.shift-up { margin-top: -40px; } 
	.splash .upper.shift-up2 { margin-top: -100px; } 
	.splash .banner	{ height: 300px; }
	.splash .banner-logo { padding: 40px; }
	.splash .banner-logo a { max-width: 150px; }

	.splash .upper { padding: 40px; }
	.splash h1 { font-size: 60px; line-height: 66px; }
	.splash p { font-size: 18px; line-height: 28px; display: block; }

	.splash .logos a { width: 80px; }
	.splash .logos a.wide { width: 100px; }

	.hide-mobile { display: block !important; }
	.show-mobile { display: none !important; }

	.lightbox #golf .content { padding: 20px; display: flex; }
    .lightbox #golf .content .col { width: 32%; margin: 0 1%; }
}

/* //////////////////////////////// full wide version //////////////////////////////// */ 

@media screen and (min-width: 960px) {

	.lightbox h5 { font-size: 25px; line-height: 35px; }

	.share-box { width: 500px; margin: -100px 0 0 -250px; top: 50%; left: 50%; }

}

/* //////////////////////////////// full wide version //////////////////////////////// */ 

@media screen and (min-width: 1200px) {

	.lightbox { width: 900px; height: 475px; }

	.lightbox.simple { width: 450px; height: auto; }
	.lightbox.simple .text .text-inner { padding: 40px; }


	.lightbox.video { width: 1000px; height: 500px; }
	.lightbox.iframe { width: 1000px; height: 500px; }

	.lightbox.iframe .embed-container { padding-bottom: 77%; }

	.lightbox .header { height: 60px; }
	.lightbox .header.icon { background-size: 35px; background-position: left 20px center; padding-left: 70px; }
	.lightbox .header h5 { line-height: 60px; font-size: 25px; }

	.lightbox h3 { font-size: 30px; line-height: 36px; }

	.lightbox .close-btn { width: 45px; height: 45px; }
	.lightbox .menu-btn { width: 45px; height: 45px; }

	.lightbox .image { width: 50%; margin-top: -35px; }
	.lightbox .image.wide { width: 65%; height: 475px; }
	.lightbox .text { width: 50%; height: 390px; }
	.lightbox .text .text-inner { padding: 20px; }
	.lightbox .text.thin { width: 35%; height: 475px; }
	.lightbox.simple .text.thin { height: auto; }

	.rslides li { max-height: 415px; }

	.lightbox .header h5 { font-size: 20px; }

	.lightbox p { font-size: 18px; line-height: 25px; }

	.splash { width: 60%; max-width: 900px; }
	.splash .upper.shift-up { margin-top: -40px; } 
	.splash .upper { padding: 40px; }
	.splash .banner-logo { padding: 40px; }
	.splash .banner-logo a { max-width: 300px; }
	.splash .banner	{ height: 300px; }
	.splash .logos .item { max-width: 80px; padding: 10px 30px; }
	.splash .logos .item.wide { max-width: 110px; }
	.splash .btn { margin-top: 0px; }

	.splash .logos a { width: 100px; }
	.splash .logos a.wide { width: 120px; }

	.share-box h5 { font-size: 35px; line-height: 45px; }

}

/* //////////////////////////////// very wide version //////////////////////////////// */ 

@media screen and (min-width: 1500px) { 

	.splash h1 { font-size: 60px; line-height: 66px; }
	.splash p { font-size: 20px; line-height: 30px; }


}

/* //////////////////////////////// extra wide version //////////////////////////////// */ 

@media screen and (min-width: 1750px) {

	.splash .upper.shift-up { margin-top: -60px; } 

	/* .lightbox.video { width: 1600px; height: 800px; } */

}

/* //////////////////////////////// extra extra wide version //////////////////////////////// */ 

@media screen and (min-width: 2000px) {


}
