
*:focus {
	outline:none!important;
}

a, button {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.dflex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.dflex .dleft {
	-webkit-flex: 1 1 auto;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
}
	
.dflex .dright {    
	-webkit-flex: 0 1 auto;
   -ms-flex: 0 1 auto;
   flex: 0 1 auto;
}

.flexcenter {
	-webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.inside-content-spc {
	padding:50px 15px;
}

.container-spc {
	margin:30px 0;
}

.el-btn {
	text-align:center;
}

.el-btn a {
    line-height: 1;
    border: 1px solid #bebebe;
    color: #fff;
    padding: 5px;
    background: #9d8d0e;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.el-btn a:hover {
	background: none;
    color: #9d8d0e;
    border: 1px solid #9d8d0e;
}

.travel-bubble-btn {
	background: #357bc3;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    font-size: 11pt;
    margin-top: 20px!important;
    position: absolute;
    bottom: 0;
    width: 70%;
    left: 15%;
}

.travel-bubble-btn:hover {
	background: #3e90e2;
	color:#fff;
}

.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hide-accordion-header-icon .ui-accordion-header-icon,
#faq-page .ui-accordion-header-icon {
    display: none !important;
}

/* Pop-up button */
#pop-up .el-btn {
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -90px;
}

#pop-up .el-btn a {
	padding:8px 20px;
}

/* Homepage Resort Section */
.show-in-hover {
	opacity: 0;
	visibility: hidden;
    position: absolute;
    height: auto!important;
    bottom: 50px;
    left: 100px;
    z-index: 99;

    -webkit-box-shadow: 0 0 10px -2px #000;
    box-shadow: 0 0 10px -2px #000;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.resort-hover-container:hover > .show-in-hover {
	opacity:1;
	visibility: visible;
}


/* GDPR Template */
#gdpr-temp {
	width:100%;
	position:fixed;
	bottom:0;
	padding:10px;
	background:rgba(0, 0, 0, 0.7);
	z-index:999;
}

#gdpr-temp * {
	color:#fff;
}

#gdpr-temp button {
    margin: 0;
    border-radius: 5px;
    border: 1px solid #fff;
    background: transparent;
    padding: 5px 15px 7px;
}

#gdpr-temp button:hover {
	background:#9d8d0e;
	border-color:#9d8d0e;
}

/* FAQ */
#faq-slider-info-text {
	display:block;
	margin:0 auto;
	max-width:700px;
	padding:20px 0;
}

#faq-info-text-header h4, #faq-info-icons h5 > span {
	color:#95712b;
}

#faq-info-text-header {
	text-align:center;
	margin-bottom:50px;
}

#faq-info-text-header img {
	max-width:170px;
	margin-bottom:20px;
}

#faq-info-text-header h4 {
	margin-bottom:10px;
	font-weight:700;
}

#faq-info-icons {
	margin:0;
}

#faq-info-icons li:not(:last-child) {
	margin-bottom:30px;
}

#faq-info-icons img {
	max-width:110px;
    border-radius: 15px;
    border: 2px solid #95712b;
    padding: 4px;
}

#faq-info-icons h5 {
	width:calc(100% - 180px);
	padding-left:15px;
}

#faq-info-icons h5 > span {
	display:block;
}

#faq-header-slider .faq-slider-image {
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	height:834px;
}

#faq-page {
	opacity:0;
}

.collapse-title {
	background:#9d8d0e;
	color:#fff;
	margin:7px 0 0!important;
	padding:8px 38px!important;
}

.collapse-title:after {
	content:"";
	position: absolute;
	top:17px;
	right:33px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.collapse-title.ui-accordion-header-active:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.collapse-content h6 {
    display: block;
	margin-bottom:5px;
	font-size:14px;
}

.collapse-content p, .collapse-content li {
	font-size:14px;
}

.faq-slider button {
	z-index:999;
}

.faq-slider .slick-slide:after {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.11);
}

/* Sections --- hotel_blocks */
#hotel_blocks {
	padding:20px 0;
}

.hotel_blocks-title {
	text-align: center;
	font-size:32px;
	margin-bottom: 20px;
}

#hotel_blocks .collapse-content {
	display:none;
}

#hotel_blocks .cta-button {
	width:100%;
	max-width:200px;
	display:block;
	margin:30px auto 0;
	border:1px solid #9d8d0e;
	border-radius: 3px;
	padding:7px 12px;
	text-align:center;
	color:#9d8d0e;
}

#hotel_blocks .cta-button:hover {
	background-color:#9d8d0e;
	color:#fff;
}


/* View 3D button */
.button3d {
	position:relative;
	text-align:center;
	display:block;
	margin: 0 0 -10px;
}

.button3d .btn3dlink {
	position:absolute;
	font-size: 14px;
	display: inline-block;
	padding:6px 22px;
	bottom: 10px;
	left: 50%;
	margin-left: -55px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	border-radius: 20px;
}

.button3d a:hover, .button3d a:focus, .button3d a:active {
	text-decoration:none;
	color:#fff;
}
	
.button3d .btn3dlink:before {
	content: '\003E';
	position: absolute;
	opacity: 0;
	top: 5px;
	right: -20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.button3d:hover .btn3dlink:before {
	opacity: 1;
	right: 9px;
}

/* Slider */
.flex-control-nav {
	text-align:left;
}

#home-slider .flex-control-paging li a.flex-active {
    background: #9d8d0e!important;
    background: rgba(157, 141, 14, 0.9)!important;
}

/* ACF Gallery */
.bg-slide {
	position:relative;
	height: 200px;
}

#home-slider .dflex {
	padding: 10px 30px;
	text-align: center;
}

#home-slider .dleft {
	margin-bottom: 30px;
}

#home-slider .dright img {
	max-width:200px;
}

#home-slider .flex-caption {
	color:#fff;
	padding:10px;
}

/* ECQ Announcement */
#ecq-notice {
	max-width:400px;
	text-align:center;
	border-radius:7px;
	background:#fff;
}

.ecq-title {
	background:#9d8d0e;
	padding:15px;
}

#ecq-notice p {
	padding:40px 40px 30px;
}

/* Footer */
#ft-logo-container {
    margin:15px 0;
}

#ft-logo-container .dflex {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#ft-logo-container .dflex > *:not(:last-child) {
    margin-right:10px;
}

#ft-logo-container img {
    max-width:110px;
}

#TA_tchotel316 > * {
    border:none!important;
}


@media only screen and (max-width: 1023px) {
/* FAQ */
#faq-slider-info-text-container {
	order:2;
}

#faq-header-slider .faq-slider-image {
	height: 400px;
}
}

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

/* Website Header */
#home-slider, .eco-resorts,
.resort-hero, .ep-cont {
	margin-top: 6rem!important;
}

#home-slider .dflex {
	text-align: right;
}

#home-slider .dleft {
	margin: 0 30px 0 0;
}

.bg-slide {
	height: calc(100vh - 250px);
}

#home-slider .flex-caption {
	padding:0;
}

#ft-logo-container .dflex {
    float:right;
}

/* FAQ */
#faq-slider {
	padding-top:85px;
}

/* Homepage */
.go-weekend li {
	height:725px!important;
}

}


@media only screen and (max-width: 900px) {
#home-slider .flex-caption {
	text-shadow: 1px 1px 10px #555;
}
}

@media only screen and (max-width: 500px) {
/* Pop-up button */
#pop-up .el-btn {
    bottom: 15px;
    left: 50%;
    margin-left: -79px;
}

#pop-up .el-btn a {
	padding:5px 13px;
	font-size:14px;
}

/* FAQ */

#faq-slider-info-text {
	text-align:center;
}

#faq-slider-info-text h5 {
	font-size:18px;
	padding:0;
}

#faq-info-text-header h4 {
	font-size:23px;
}

#faq-info-icons img {
	margin-bottom:12px;
}

#faq-info-icons h5 {
	width:100%;
}

}

/* Tobe removed */
#mob-top-bar {
	margin:0;
}

#go-weekend, #contact-us {
	padding-top:0!important;
}