/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

@font-face {
  font-family: LucidaCalligraphy;
  src: url(fonts/LucidaCalligraphy.ttf);
}

body {
  font-family: 'Roboto', sans-serif;
  color: #58585a;
}

a {
  color: #58585a;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

a:hover {
  color: #58585a;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #595959;
  font-family: 'Libre Baskerville', serif;
}

p {
  font-family: 'Roboto', sans-serif;
  color: #797979;
}

.offer_section {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
    display:none;
}
.offer_section a img {
    width: 120px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

nav.navbar {
  padding: 0;
}
nav.navbar .logo {
  background: url(../image/logo-bg.png) left bottom no-repeat;
  padding: 30px 20px 50px 20px;
  margin: 0px 20px 20px 60px;
}
nav.navbar .navbar-collapse {}
nav.navbar ul.navbar-nav {
  margin: 0 0 0 auto;
}
nav.navbar ul.navbar-nav li {
  margin: 0 0;
  position: relative;
}
nav.navbar ul.navbar-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 13px !important;
}

nav.navbar ul.navbar-nav li a.booknow {
  background: #d8b047;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px !important;
  font-size: 15px;
}
nav.navbar ul.navbar-nav li a.booknow:hover {
  background: #595959;
  color: #fff;
}
nav.navbar ul.navbar-nav li a.booknow i {
  margin-right: 5px;
}
nav.navbar ul.navbar-nav li a.active {
  background: none;
}

nav.navbar ul.navbar-nav li a:hover {
  color: #d8b047;
}

nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a {
  color: #595959;
  font-size: 15px;
  font-weight: 500;
}

header#header.stickystrip {
  position: fixed;
  background: rgba(0,0,0,0.8);
}

header#header.stickystrip .logo {
  background: none;
  padding: 0px 20px 0px 20px;
  margin: 0px 20px 0px 60px;
}


/*--------------------------------------------------------------
# Checkavail
--------------------------------------------------------------*/

.checkavail-section {
  padding: 0;
  position: relative;
  z-index: 99;
    width: auto;
  margin: 0 auto;
  display: inline-block;
}
.checkavail-section .col-sm-4 {
  padding: 0;
}
.checkavail-section .form-ttl {
  font-weight: 300;
  color: #131313;
  font-size: 32px;
  line-height: 30px;
}
.checkavail-section .form-ttl span {
  font-weight: 700;
  color: #f58634;
  font-size: 22px;
  display: block;
  position: relative;
  padding: 0 0 0 25px;
}
.checkavail-section .form-ttl span:before {
  content: '';
  width: 20px;
  height: 4px;
  background: #f58634;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.check-availability_form {
  text-align: left;
}
.check-availability_form .form-group {
  text-align: left;
}
.check-availability_form .form-group label {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0px 0;
  width: 100%;
}
.check-availability_form .form-group input {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  color: #737373;
  height: 43px;
}
.check-availability_form .form-group select {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 8px 15px;
  height: 43px !important;
  color: #737373;
}
.check-availability_form .form-group.promotionalcode_input input {
  float: left;
    width: 62%;
}
.check-availability_form .form-group.promotionalcode_input button.btn {
  border-radius: 0;
  background: #d8b047;
  color: #fff;
  font-size: 15px;
    font-weight: 300;
    border: 0;
    padding: 9px 12px;
    height: 42px;
    margin: 0;
}
.check-availability_form button.btn {
  border-radius: 0;
  background: #d8b047;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  border: 0;
  padding: 11px 10px;
  margin-top: 24px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.check-availability_form button.btn:hover {
  background: #595959;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

#hero {
  height: 100vh;
  overflow: hidden;
}

.slide_content {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}

.image-wrap {
  position: relative;
}
.image-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/slide-shade.png) left bottom no-repeat;
}
.image-wrap img {}

.page-title {
  margin: 0 0 30px 0;
}
.page-title h1 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: 'Libre Baskerville', serif;
}
.page-title p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.needcall {
  margin: 20px 0 10px 0;
}
.needcall p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.needcall p a {
  color: #fff;
}

.video-wrap {
  position: relative;
}
.video-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/slide-shade.png) left bottom no-repeat;
  background-size: 100% auto;
}
.video-wrap video {
  width: 100%;
}

/*--------------------------------------------------------------
# Title Section
--------------------------------------------------------------*/

.title-section {
  text-align: left;
}
.title-section h2 {
  color: #595959;
  font-size: 26px;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  position: relative;
}
.title-section h2:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 80px;
  left: 0;
  margin: 0;
  height: 1px;
  background: #d8b047;
}
.title-section p {
  color: #595959;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-section {
  margin: 50px 0;
}
.about-section .row {
  margin-left: 0;
  margin-right: 0;
}
.about-section .col-md-6, .about-section .col-md-5 {
  padding-left: 0;
  padding-right: 0;
}
.about-box {
  padding: 80px 40px 10px 0;
  margin: 0px 0 0 0;
  height: 100%;
}
.about-box .title-section h2 {
  font-size: 18px;
}
.about-box .title-section p {
  line-height: 28px;
  margin: 0 0 10px 0;
}


/*--------------------------------------------------------------
# Why Choose Us
--------------------------------------------------------------*/

.whychoose_section {
  padding: 50px 0 50px 0;
  margin: 30px 0 0px 0;
  background: url(../image/room-bg.jpg) center center no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  position: relative;
}
.whychoose_section:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.7);
  position: absolute;
  left: 0;
  top: 0;
}
.whychoose_section .page_title {
  text-align: center;
}
.whychoose_section .page_title h2 {
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  position: relative;
}
.whychoose_section .page_title h2:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background: #d8b047;
}
.whychoose_section .page_title h2 span {
  color: #fff;
}
.whychoose_section marquee {
  font-size: 46px;
  color: #fff;
  line-height: 42px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  position: relative;
  bottom: -17px;
}


.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.box_cat_rooms {
  display: block;
  margin-bottom: 25px;
  height: 500px;
  position: relative;
  overflow: hidden;
  background-color: #d8b047;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .box_cat_rooms {
    height: 400px;
  }
}
.box_cat_rooms .info {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 10% 20px 30px 30px;
  color: #fff;
  left: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
}

.box_cat_rooms .cap-box{
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  max-width: 250px;
  opacity: 1;
  -webkit-transition: all 500ms ease 200ms;
  -moz-transition: all 500ms ease 200ms;
  -ms-transition: all 500ms ease 200ms;
  -o-transition: all 500ms ease 200ms;
  transition: all 500ms ease 200ms;
}

.box_cat_rooms:hover .cap-box{
  opacity: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.box_cat_rooms .cap-box .cap-inner{
  position: relative;
  display: block;
  padding: 0;
}

.box_cat_rooms .cap-box .cap-inner:before{
  /*content: '';
  position: absolute;
  right: 0;
  top: -15px;
  border: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-right: 8px solid #ffffff;*/
}

.box_cat_rooms .cap-box .price{
  position: relative;
  display: block;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}

.box_cat_rooms .cap-box .price span{
  color: #fff;
}

.box_cat_rooms .cap-box h5{
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  margin: 0 0 0px 0;
  padding: 0 0 0px 0;
  position: relative;
  font-weight: bold;
  display: block;
}

.box_cat_rooms .hover-box{
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  max-width: 350px;
  opacity: 0;
  -webkit-transform: translateY(-102%);
  -ms-transform: translateY(-102%);
  transform: translateY(-102%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.box_cat_rooms:hover .hover-box{
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 500ms ease 200ms;
  -moz-transition: all 500ms ease 200ms;
  -ms-transition: all 500ms ease 200ms;
  -o-transition: all 500ms ease 200ms;
  transition: all 500ms ease 200ms;
}

.box_cat_rooms .hover-box .hover-inner{
  position: relative;
  display: block;
  padding: 35px 40px 40px 40px;
  background: #ffffff;
  height: 100%;
}

.box_cat_rooms .hover-box h4{
  position: relative;
  margin-bottom: 15px;
}

.box_cat_rooms .hover-box h4{
  font-size: 18px;
  font-weight: bold;
}

.box_cat_rooms .hover-box .pricing{
  position: relative;
  line-height: 24px;
  margin-bottom: 20px;
}

.box_cat_rooms .hover-box .pricing .price{
  position: relative;
  display: block;
  float: left;
  color: #595959;
  text-transform: uppercase;
  font-weight: 400;
}

.box_cat_rooms .hover-box .pricing .price span{
  color: #d8b047;
}

.box_cat_rooms .hover-box .pricing .rating{
  position: relative;
  display: block;
  float: left;
  color: #1b1c1e;
}

.box_cat_rooms .hover-box .pricing .rating span{
  position: relative;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

.box_cat_rooms .hover-box h5{
  position: relative;
  display: block;
  margin: 0 0 20px;
}

.box_cat_rooms .hover-box .text{
  position: relative;
  display: block;
  color: #9b9fa6;
  font-size: 14px;
  line-height: 1.6em;
  margin: 0 0 30px;
}

.box_cat_rooms .hover-box .link-box{
  position: relative;
  display: block;
}

.box_cat_rooms .hover-box .link-box a.theme-btn {
  background: #d8b047;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 10px;
  font-size: 15px;
  display: block;
}
.box_cat_rooms .hover-box .link-box a.theme-btn:hover {
  background: #595959;
}

.custom_badge {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-left: 5px;
  display: inline-block;
  border-radius: 3px;
  background-color: red;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 3px 5px;
  position: relative;
  top: -1px;
}

/* Carousel Centered */
.carousel_item_centered .owl-item,
.carousel_item_centered_rooms .owl-item {
  opacity: 0.9;
  transform: scale(0.85) !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85) !important;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

.carousel_item_centered .owl-item.active.center,
.carousel_item_centered_rooms .owl-item.active.center {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1) !important;
  transform: scale(1) !important;
}




/*--------------------------------------------------------------
# Presence
--------------------------------------------------------------*/

.our-room_section {
  padding: 0 0 40px 0;
}

.our-room_section .title-section h2 {
  margin: 0;
  padding: 0;
}
.our-room_section .title-section h2:before {
  display: none;
}

.our-room_section .owl-nav {
  top: 0 !important;
}
.our-room_section .owl-nav button {
  margin: 0 !important;
  border-radius: 0;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  background: #d8b047 !important;
}
.our-room_section .owl-nav button.owl-prev {
  left: auto;
  right: 38px;
}
.our-room_section .owl-nav button.owl-next {
  right: 0;
}

.our-room_box {
  border: 1px solid #f2f2f2;
  text-align: center;
  margin: 20px 0 15px 0;
  background: #fff;
}
.our-room_box .resort_image {}
.our-room_box .resort_content {
  border:1px solid #eaebe6;
  padding: 15px;
}
.our-room_box .resort_content h3 {
  color: #595959;
  font-size: 18px;
  margin: 0 0 5px 0;
  padding: 0;
}
.our-room_box .resort_content p {
  color: #797979;
  font-size: 14px;
}
.our-room_box .resort_content .btn-wrap {
  margin: 0 0 10px 0;
}
.our-room_box .resort_content .btn-wrap a {
  font-size: 14px;
  text-transform: uppercase;
  color: #d8b047;
  border:1px solid #d8b047;
  padding: 10px 15px;
}
.our-room_box .resort_content .btn-wrap a:hover {
  color: #fff;
  background: #d8b047;
  border:1px solid #fff;
}

.complementary-services {
  text-align: center;
  margin: 20px 0 0 0;
}
.complementary-services h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.complementary-services ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.complementary-services ul li {
  margin: 0;
  padding: 15px 10px;
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 18%;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  vertical-align: middle;
  min-height: 154px;
}
.complementary-services ul li:nth-child(6), 
.complementary-services ul li:nth-child(7), 
.complementary-services ul li:nth-child(8), 
.complementary-services ul li:nth-child(9), 
.complementary-services ul li:nth-child(10) {
  border-bottom: 0;
}
.complementary-services ul li img {}
.complementary-services ul li p {
  margin: 10px 0;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Explore 
--------------------------------------------------------------*/

.explore-wrap {
  margin: 0 0 50px 0;
}

.explore-inner {
  margin-top: 50px;
}

.explore-wrap .title-section {
  text-align: center;
  margin: 0 0 20px 0;
}
.explore-wrap .title-section h2:before {
  margin: 0 auto;
  left: 0;
  right: 0;
}


.explore-wrap .row {
  margin-left: 0;
  margin-right: 0;
}
.explore-wrap .col-md-2 {
  padding-left: 0;
  padding-right: 0;
}
.explore-content {
  position: relative;
}
.explore-content:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.explore-content:hover:before {
  background: rgba(0,0,0,0.8);
}
.explore-content img {}
.explore-content .explore-box {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.explore-content .explore-box h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px 0;
}
.explore-content .explore-box p {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  display: none;
}
.explore-content:hover .explore-box {
  bottom: 40%;
}
.explore-content:hover .explore-box p {
  display: block;
}


/*--------------------------------------------------------------
# content-wrap
--------------------------------------------------------------*/

.content-wrap {
  margin: 0 0 50px 0;
}

.content-wrap .row {
  margin-left: 0;
  margin-right: 0;
}
.content-wrap .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.greybg {
  background: url(../image/graybg.jpg) center center no-repeat;
}

.hotel-image {
  position: relative;
  margin-top: 0;
  overflow: hidden;
  /*border-radius: 20px 20px 20px 20px; */ 
}
.hotel-image:after {
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 2px solid white;
    /*border-radius: 20px 20px 20px 20px;*/
}
.hotel-image img {
  /*border-radius: 20px 20px 20px 20px;*/
  transition: all .5s ease;
}
.hotel-image:hover img {
  transform: scale(1.1);
}

.hotel-box {
  padding: 100px 50px;
}
.hotel-box h2 {}
.hotel-box h2 {
  color: #595959;
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  position: relative;
}
.hotel-box h2:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 80px;
  left: 0;
  margin: 0;
  height: 1px;
  background: #d8b047;
}
.hotel-box h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  color: #d8b047;
    text-transform: uppercase;
}
.hotel-box p {
  color: #797979;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.hotel-box a {
  background: #d8b047;
  color: #595959;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 0 0;
}
.hotel-box a:hover {
  background: #595959;
  color: #fff;
}

/*--------------------------------------------------------------
# map_wrap
--------------------------------------------------------------*/
.map_wrap {}
.map_wrap iframe {
  display: block;
}

.reservations_wrap {
  background: #d8b047;
  padding: 20px 0;
  text-align: center;
}
.contact-detail {}
.contact-detail ul {
  margin: 0;
  padding: 0;
}
.contact-detail ul li {
  margin: 0 15px;
  padding: 0;
  list-style: none;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  position: relative;
}
.contact-detail ul li:before {
  content: '';
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  right: -15px;
  top: 0;
}
.contact-detail ul li:nth-last-child(1):before {
  display: none;
}
.contact-detail ul li a {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/
.innerpage-wrap {
  position: relative;
  height: 100% !important;
}

.inner-slide-wrap {
  position: relative;
}
.inner-slide-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/slide-shade.png) left bottom no-repeat;
  background-size: 100%;
}
.inner-slide-wrap img {
  width: 100%;
}

.innerpage-wrap .slide_content {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}

.innerpage-wrap .page-title {
  margin: 0 0 20px 0;
}
.innerpage-wrap .page-title h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  position: relative;
}
.innerpage-wrap .page-title h1:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    text-align: center;
    background: #d8b047;
}
.innerpage-wrap .page-title p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}


.innercontent {
  margin: 50px 0 0 0;
}

.banquet-wrap {
  margin: 50px 30px 0 30px;
}

.inner-image {}
.inner-box {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 2px 2px #f2f2f2;
  padding: 30px;
  margin: 60px 0 50px -80px;
  position: relative;
  z-index: 9;
}
.inner-box.lft-section {
  margin: 60px -80px 0 0;
}
.inner-box h3 {
  color: #595959;
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  position: relative;
}
.inner-box h3:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 80px;
  left: 0;
  margin: 0;
  height: 1px;
  background: #d8b047;
}
.inner-box p {
  line-height: 22px;
  margin: 0 0 10px 0;
  color: #797979;
  font-size: 15px;
  font-weight: normal;
}
.inner-box h5 {
  line-height: 22px;
  margin: 0 0 0px 0;
  color: #595959;
  font-size: 15px;
  font-weight: 500;
}

.inner-box.sky-lounge-wrap {
  margin: 60px -80px 0 0;
}

.amenities-wrap {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.amenities-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}
.amenities-wrap ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  text-align: center;
}
.amenities-wrap ul li img {
  margin: 0 0 5px 0;
  width: 30px;
}
.amenities-wrap ul li p {
  margin: 0 5px;
  padding: 0;
  color: #595959;
  font-size: 13px;
  line-height: 16px;
}
.inquiry-btn {}
.inquiry-btn a {
  background: #d8b047;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.inquiry-btn a:hover {
  background: #595959;
}

.inquiry-wrap {
  margin: 50px 0;
}

.inquiry-content {
  margin: 30px 0 0 0;
}
.inquiry-content .title {}
.inquiry-content .title small {
  color: #d8b047;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.inquiry-content .title h2 {
  color: #595959;
  font-family: LucidaCalligraphy;
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 0px 0;
}
.inquiry-content p {
  color: #595959;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 10px 0 10px 0;
  padding: 0;
}
.phone_element {
  padding: 5px 0 20px 0;
    position: relative;
}
.phone_element a {
      display: flex;
    align-items: center;
}
.phone_element a i {
  margin-right: 15px;
  color: #d8b047;
  font-size: 28px;
  transform: rotate(90deg);
}
.phone_element a span {
  font-size: 20px;
  font-weight: bold;
  color: #d8b047;
}
.phone_element a span em {
  color: #595959;
  display: block;
  font-style: inherit;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
}

.inquiry-form {
  background: #f2f2f2;
  padding: 20px;
}
.inquiry-form {}
.inquiry-form .mb-3 {
  margin: 0 0 10px 0 !important;
}
.inquiry-form label {
  line-height: 22px;
  margin: 0 0 5px 0;
  color: #595959;
  font-size: 14px;
  font-weight: normal;
}
.inquiry-form input, .inquiry-form textarea {
  border-radius: 0;
  line-height: 22px;
  margin: 0 0 0 0;
  color: #797979;
  font-size: 14px;
  font-weight: normal;
}
.inquiry-form .submit-btn {}
.inquiry-form .submit-btn button {
  background: #d8b047;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: normal;
}
.inquiry-form .submit-btn button:hover {
  background: #595959;
}


.room-wrap {
  padding: 0 50px;
}

.wrap-room_box {
  border: 1px solid #f2f2f2;
  text-align: center;
  margin: 20px 0 15px 0;
  background: #fff;
  height: 100%;
}
.wrap-room_box .hotel_image {}
.wrap-room_box .hotel_content {
  /*border:1px solid #eaebe6;*/
  padding: 15px 15px;
}
.wrap-room_box .hotel_content h3 {
  color: #595959;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding: 0;
}
.wrap-room_box .hotel_content p {
  color: #797979;
  font-size: 14px;
  min-height: 40px;
}
.wrap-room_box .hotel_content .btn-wrap {
  margin: 0 0 10px 0;
}
.wrap-room_box .hotel_content .btn-wrap a {
  font-size: 14px;
  text-transform: uppercase;
  color: #d8b047;
  border:1px solid #d8b047;
  padding: 6px 10px;
}
.wrap-room_box .hotel_content .btn-wrap a:hover {
  color: #fff;
  background: #d8b047;
  border:1px solid #fff;
}


.room-detail {}
.room-detail h3 {
  color: #595959;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 10px 0;
  padding: 0 0 10px 0;
  position: relative;
}
.room-detail h3:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 80px;
  left: 0;
  margin: 0;
  height: 1px;
  background: #d8b047;
}
.room-detail p {
    color: #797979;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    margin: 0px 0 10px 0;
    padding: 0;
}
.room-detail .room-size {
  color: #797979;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px 0 5px 0;
  padding: 0;
}
.room-detail h5 {
  color: #d8b047;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px 0 0px 0;
  padding: 0;
}
ul.check-time {
  margin: 0 0 10px 0;
  padding: 0;
}
ul.check-time li {
  margin: 0 15px 0 0px;
  padding: 0 0 0 15px;
  display: inline-block;
  color: #595959;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  position: relative;
}
ul.check-time li:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #d8b047;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

ul.check-list {
  margin: 0 0 15px 2px;
  padding: 0;
}
ul.check-list li {
  margin: 0 15px 5px 0px;
  padding: 0 0 0 0px;
  list-style: none;
  color: #797979;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  position: relative;
}
ul.check-list li i {
  margin: 0 5px 0 0;
}

.room-detail .btn-wrap {
  margin: 20px 0 10px 0;
}
.room-detail .btn-wrap a {
  background: #d8b047;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.room-detail .btn-wrap a:hover {
  background: #595959;
}

.similar-room {
  margin: 30px 0 0 0;
  background: #fff8eb;
  padding: 30px 0;
}
.similar-room .title-section {}
.similar-room .title-section small {
  color: #d8b047;
}
.similar-room .title-section h2 {
    color: #595959;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}
.similar-room .our-room_box {
  margin: 10px 0;
}


.wedding-wrap-box {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 2px 2px #f2f2f2;
  padding: 15px 15px;
  margin: -30px 15px 0 15px;
  position: relative;
  z-index: 9;
  min-height: 260px;
}
.wedding-wrap-box h3 {
  color: #595959;
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  position: relative;
}
.wedding-wrap-box h3:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 80px;
  left: 0;
  margin: 0;
  height: 1px;
  background: #d8b047;
}
.wedding-wrap-box p {
  line-height: 22px;
  margin: 0 0 10px 0;
  color: #797979;
  font-size: 15px;
  font-weight: normal;
}
.wedding-wrap-box h5 {
  line-height: 22px;
  margin: 0 0 0px 0;
  color: #595959;
  font-size: 15px;
  font-weight: 500;
}

.amenities-wrap {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.amenities-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}
.amenities-wrap ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  text-align: center;
}
.amenities-wrap ul li img {
  margin: 0 0 5px 0;
  width: 30px;
}
.amenities-wrap ul li p {
  margin: 0 5px;
  padding: 0;
  color: #595959;
  font-size: 13px;
  line-height: 16px;
}
.inquiry-btn {}
.inquiry-btn a {
  background: #d8b047;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.inquiry-btn a:hover {
  background: #595959;
}

.banquet-wrap .inquiry-btn a {
  padding: 5px 10px;
}


.services-wrap {
  background: url(../image/eulogia-bg.jpg) center center no-repeat;
  background-attachment: fixed;
  padding: 50px 0;
  margin: 50px 0 50px 0;
  position: relative;
}
.services-wrap:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.services-title {
  text-align: center;
  position: relative;
  z-index: 9;
}
.services-title small {
  color: #d8b047;
}
.services-title h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}
.services-title h3:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  text-align: center;
  background: #d8b047;
}
.services-box {
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.services-box img {
  margin: 0 0 5px 0;
}
.services-box p {
  margin: 15px 0px 10px 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}



/*--------------------------------------------------------------
# Facilities Section
--------------------------------------------------------------*/

.facilities_section {
  margin: 80px 0;
}
.facilities_section .title-section {
  text-align: center;
}
.facilities_section .title-section small {
  color: #d8b047;
}
.facilities_section .title-section h2:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.box_facilities {
  padding: 0 25px 25px 25px;
  border-width: 2px;
  text-align: center;
  border-style: solid;
  border-right: 0;
  border-image: linear-gradient(to bottom, #ededed, transparent) 1 60%;
}
@media (max-width: 1199px) {
  .box_facilities {
    border-width: 0;
  }
}
.box_facilities i {
  font-size: 62px;
  font-size: 3.875rem;
  color: #978667;
}
.box_facilities h3 {
  margin: 20px 0 10px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .box_facilities h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.box_facilities p {
  color: #797979;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.box_facilities.no-border {
  border-width: 0;
}
.box_facilities.white {
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent) 1 60%;
}
.box_facilities.white h3 {
  color: #fff;
}
.box_facilities.white i {
  color: #ebd7b2;
}
@media (max-width: 767px) {
  .box_facilities.white {
    padding: 0;
    margin-bottom: 25px;
  }
  .box_facilities.white i {
    font-size: 62px;
    font-size: 3.875rem;
  }
}


/*--------------------------------------------------------------
# USP Section
--------------------------------------------------------------*/
.usp-section {
  margin: 80px 0;
}

.usp-section .list-view {}
.usp-section .list-view p.lead {
      font-size: 18px;
    font-weight: 500;
}
.usp-section .list-view p {
  margin: 0 0 5px 0;
  font-size: 16px;
}

.usp-section .list-view ul {
  margin: 0 0 0 18px;
  padding: 0;
}
.usp-section .list-view ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: square;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.usp-section .title {}
.usp-section .title small {
  color: #d8b047;
}
.parallax_wrapper {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .parallax_wrapper {
    padding-left: 25%;
  }
}
.parallax_wrapper .img_over {
  left: -25%;
  bottom: 10%;
  position: absolute;
  z-index: 99;
}
@media (max-width: 991px) {
  .parallax_wrapper .img_over {
    left: 0;
  }
}
.parallax_wrapper .img_over img {
  border: 4px solid #fff;
  width: 50%;
  height: auto;
  -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
}
@media (max-width: 991px) {
  .parallax_wrapper.inverted {
    padding-left: inherit;
    padding-right: 25%;
  }
}
.parallax_wrapper.inverted .img_over {
  text-align: right;
  left: inherit;
  right: -25%;
}
@media (max-width: 991px) {
  .parallax_wrapper.inverted .img_over {
    left: inherit;
    right: 0;
  }
}

img.rounded-img {
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Banquet Inner
--------------------------------------------------------------*/

.banquet-content {
  margin-bottom: 50px;
}
.banquet-content .inner-image {
  margin: 0 0 20px 0;
}
.banquet-content .inner-image img {}
.banquet-content h2 {
  color: #595959;
  font-size: 26px;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  position: relative;
}
.banquet-content h2:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 80px;
    left: 0;
    margin: 0;
    height: 1px;
    background: #d8b047;
}
.banquet-content p {
  color: #797979;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.banquet-content p b {
  font-weight: 500;
}
.banquet-content ul.banquet-list {
  background: #f2f2f2;
  padding: 15px;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
.banquet-content ul.banquet-list li {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  list-style: none;
  display: inline-block;
  border-right: 1px solid #ccc;
  color: #595959;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
}
.banquet-content ul.banquet-list li:nth-last-child(1) {
  border-right: 0 solid #ccc;
}
.banquet-content ul.banquet-list li b {
  font-weight: 500;
}

.price-label {
  margin: 10px 0 0 0;
}
.price-label p {
  font-size: 16px;
}
.price-label p b {}


.include-accommodation {
  margin: 0 0 30px 0;
}
.include-accommodation h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 10px 0;
  color: #d8b047;
}
.include-accommodation .packge-box {
  box-shadow: 0 2px 2px #f2f2f2;
}
.include-accommodation .packge-box a {
  display: block;
}
.include-accommodation .packge-box img {}
.include-accommodation .packge-box p {
  padding: 15px;
  background: #f2f2f2;
  color: #595959;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}


.banquet-rgt .brochure-download {
  margin: 20px 0 0 0;
}
.banquet-rgt .brochure-download a {
  background: #d8b047;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.banquet-rgt .brochure-download a:hover {
  background: #323230;
}
.banquet-rgt .brochure-download a:after {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid white;
  border-radius: 5px 5px 5px 5px;
}

.banquet-rgt {}
.banquet-rgt .category-list {

}
.banquet-rgt .category-list h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0px 0 0px 0;
  color: #595959;
  border-bottom: 1px solid #f2f2f2;
}
.banquet-rgt .category-list ul {
  margin: 0;
  padding: 0;
}
.banquet-rgt .category-list ul li {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
.banquet-rgt .category-list ul li a {
  background: #f2f2f2;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #fff;
  color: #797979;
}
.banquet-rgt .category-list ul li a.active {
  background: #d8b047;
  color: #fff;
}
.banquet-rgt .category-list ul li a:hover {
  background: #595959;
  color: #fff;
}

.banquet-rgt .inquiry-content {
  background: #f2f2f2;
  padding: 20px 20px 0 20px;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #fff;
}
.banquet-rgt .inquiry-content h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0px 0;
  margin: 0px 0 0px 0;
  color: #595959;
}
.banquet-rgt .inquiry-content p {
  color: #797979;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
}
.banquet-rgt .inquiry-form {
  padding: 20px 20px 20px 20px;
  margin: 0 0 30px 0;
}

/*--------------------------------------------------------------
# Offer Section
--------------------------------------------------------------*/

.offer-inquiry {
  margin: 20px 0 0 0;
}
.offer-add {
  position: relative;
}
.offer-add:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.offer-add img {
  width: 100%;
}
.offer_text {
  text-align: center;
  padding: 40px 20px 20px 20px;
  color: #fff;
  position: absolute;
  top: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 999;
}
.offer_text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-shadow: 1px 1px #d8b047;
}
.offer_text p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.offer_text h5 {
  color: #fff;
  margin: 30px 0 0 0;
}
.offer_text h5 a {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.offer_text h5 a i {}

.offer-reserve-table {
  background: #f2f2f2;
  padding: 20px 20px 20px 20px;
  margin: 0px 0 20px 0;
  border-bottom: 1px solid #fff;
}
.offer-reserve-table h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0px 0;
  margin: 0px 0 10px 0;
  color: #595959;
}
.offer-reserve-table form {}
.offer-reserve-table .form-group {}
.offer-reserve-table .form-group label {
  color: #797979;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
}
.offer-reserve-table .form-group input, .offer-reserve-table .form-group textarea {
  margin: 0 0 10px 0;
  border-radius: 0;
  color: #797979;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
}
.offer-reserve-table .form-check {
  display: inline-block;
  margin: 5px 20px 5px 0;
}
.offer-reserve-table button.btn {
  background: #d8b047;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0 0 0;
  border: 0;
  display: block;
}
.offer-reserve-table button.btn:hover {
  background: #595959;
}


/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/
.faqs_wrap .accordion {}
.faqs_wrap .accordion .accordion-item {
  margin-bottom: 15px;
  border:0;
}
.faqs_wrap .accordion .accordion-item h2.accordion-header {
  
}
.faqs_wrap .accordion .accordion-item h2.accordion-header button.accordion-button {
  background: #f2f2f2;
  color: #595959;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 15px;
}
.faqs_wrap .accordion .accordion-item h2.accordion-header button.accordion-button:focus {
  border:0;
  box-shadow: none;
}
.faqs_wrap .accordion .accordion-item .accordion-collapse {}
.faqs_wrap .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 10px 20px;
  border: 1px solid #fafafa;
}
.faqs_wrap .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: #797979;
  margin: 0;
}

/*-------- 2.6 Contact page --------*/
.contact_wrap {
  margin: 80px 0;
}

.contact_wrap h3 {
  color: #323230;
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0 15px 0;
  padding: 0 0 0px 0;
}

.contact_wrap input.btn_1 {
  background: #d8b047;
  border: 1px solid #d8b047;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 15px;
}
.contact_wrap input.btn_1:hover {
  background: #0f0d11;
  border: 1px solid #0f0d11;
}

.contact_info {
  background-color: white;
  background-color: white;
  border-radius: 10px;
  padding: 30px 45px 20px 45px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.contact_info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.contact_info ul li {
  margin-bottom: 25px;
}
.contact_info ul li i {
  font-size: 36px;
  font-size: 2.25rem;
  color: #d8b047;
}
.contact_info ul li h4 {
  font-size: 21px;
  font-size: 1.3125rem;
}
.contact_info ul li small {
  font-style: oblique;
  opacity: 0.8;
}

.map_contact iframe {
  width: 100%;
  filter: grayscale(85%);
  height: 450px;
  margin-bottom: -10px;
}

/*-------- 2.7 Error page --------*/
.error_page {
  height: 100vh;
}
.error_page h1 {
  font-size: 90px;
  font-size: 5.625rem;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery-features {
    padding: 30px 0;
    border-top: 1px solid #f0f0f0;
}

/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
    margin: 0px 0 20px 0 !important;
}

#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: #595959;
  cursor: pointer;
  transition: .5s;
  padding: 7px 15px;
  border-radius: 5px;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    background: #d8b047;
    color: #fff;
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}
.portfolio-inner span {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin: 0 !important;
}
.portfolio-inner:hover span {
    display: block;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
    display: none;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}
.portfolio-inner .portfolio-text h4 {
    font-size: 20px;
    font-weight: 300;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}
.portfolio-inner:hover .portfolio-text h4 {
    display: none;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: #fff;
    font-size: 24px;
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: #fff;
}

/*--------------------------------------------------------------
# Event Inquiry
--------------------------------------------------------------*/

.event_inquiry {
  margin: 80px 0;
}
.event_inquiry .form-bg {
  background: #f8f8f8;
  padding: 20px 15px;
  margin: 0 0 20px 0;
}
.event_inquiry h4 {
  color: #d8b047;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.event_inquiry .user-detail .form-group {
  margin: 0;
}
.event_inquiry .form-group, .event_inquiry .form-check {
  margin: 0 0 15px 0;
}
.event_inquiry .form-check label {
  color: #797979;
  font-size: 15px;
  line-height: 20px;
}
.event_inquiry p {
  margin: 0;
  color: #595959;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
.event_inquiry p b {
  margin: 0 0 15px 0;
}
.event_inquiry .form-group label {
    color: #797979;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0;
}
.event_inquiry .form-group .form-control {
  border-radius: 0;
  margin: 0 0 15px 0;
  padding: 10px 15px;
  color: #797979;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
.event_inquiry .form-group .form-select {
  border-radius: 0;
  margin: 0 0 15px 0;
  padding: 10px 15px;
  color: #797979;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
.event_inquiry .type-room {}
.event_inquiry .type-room span {
  display: block;
  color: #797979;
  font-size: 15px;
  line-height: 35px;
  font-weight: normal;
  margin-top: 6px;
}
.event_inquiry .type-room input {
  margin-bottom: 5px;
}
.event_inquiry .date-time label {
  display: block;
  color: #797979;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.event_inquiry .date-time input {
  display: inline-block;
  width: 46%;
}
.event_inquiry input.btn {
  background: #d8b047;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0 0 0;
}
.event_inquiry input.btn:hover {
  background: #595959;
  color: #fff;
}
.event_inquiry table.table tr th {
  color: #797979;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}
.event_inquiry table.table tr td {
  color: #797979;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
.event_inquiry table.table tr td .form-check {
  margin:0; 
}
.event_inquiry table.table tr td .form-check input.form-check-input {
  border:1px solid #ccc;
}

.reservations_inquiry {}
.reservations_inquiry .form-bg .form-group {
  margin-bottom: 15px;
}
.reservations_inquiry p {
  margin-bottom: 15px;
}


.feedback_inquiry {
  padding: 50px 0;
}
.feedback-btn {}
.feedback-btn a {
  background: #d8b047;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 40px 40px;
  font-size: 20px;
  display: block;
  margin: 20px 0 10px 0;
  text-align: center;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: 0 5px 5px #ccc;
}

.banquet-tabs {}
.banquet-tabs li {}
.banquet-tabs li button.nav-link {
  background: #fff;
  color: #313131;
  border-color: #d8b047;
  text-transform: uppercase;
  border-radius: 0;
  padding: 20px 40px;
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0 0 0;
}
.banquet-tabs li button.nav-link.active {
  background: #d8b047;
  border-color: #d8b047;
  color: #fff;
  border-radius: 0;
}


/*--------------------------------------------------------------
# Spa
--------------------------------------------------------------*/

.spa-section {
  margin: 80px 0;
}

.spa-section .title {}
.spa-section .title small {
  color: #d8b047;
}

.treatment-service {}
.treatment-service ul {
  margin: 0;
  padding: 0;
}
.treatment-service ul li {
  margin: 0 5px;
  display: inline-block;
  width: 23%;
  background: #fff;
  padding: 5px;
  box-shadow: 0 2px 5px #ccc;
  border-radius: 5px;
}
.treatment-service ul li img {
  border-radius: 5px;
}
.treatment-service ul li h4 {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: url(../image/ft-bg.jpg) center center no-repeat;
  background-size: 100% auto;
  padding: 50px 0 0 0;
  position: relative;
}
footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 1;
}
footer .container {
  z-index: 9;
  position: relative;
}

.ft-wrap {
  margin: 0 0 0px 0;
  display: inline-block;
  width: 100%;
}
.ft-grandeluogia {
}

.ft-logo {
  margin: 0 0 0 0;
  text-align: center;
}
.ft-logo img {}
.ft-logo p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 15px 0 0 0;
}

.ft-content {
  padding: 0 0 0 20px;
}
.ft-content h4 {
  color: #d8b047;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
}
.ft-content p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 15px 0;
}
.ft-content p span {
  display: inline-block;
  width: 90%;
}
.ft-content p i {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 18px;
  vertical-align: top;
}
.ft-content p a {
  color: #fff;
}
.ft-content p a:hover {
  color: #fff;
}

.feedback-wrap {}
.feedback-wrap h4 {
  color: #d8b047;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
}

.ft-social {
  margin: 10px 0 0 0;
}
.ft-social ul {
  margin: 0;
  padding: 0;
}
.ft-social ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 0px;
  line-height: 20px;
}
.ft-social ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin: 0 5px;
}
.ft-social ul li a i {}
.ft-social ul li a:hover {
  color: #d8b047;
}

.feedback-wrap form {}
.feedback-wrap .form-group {
  margin: 0 0 10px 0;
}
.feedback-wrap .form-group input, .feedback-wrap .form-group textarea {
  border-radius: 0;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 300;
}

.feedback-wrap .form-group input::placeholder, .feedback-wrap .form-group textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.feedback-wrap .form-group input:-ms-input-placeholder, .feedback-wrap .form-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.feedback-wrap .form-group input::-ms-input-placeholder, .feedback-wrap .form-group textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.feedback-wrap button.btn {
  background: #d8b047;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}
.feedback-wrap button.btn:hover, .feedback-wrap button.btn:focus {
  background: #0f0d11;
  color: #fff;
}

.ft-link {
  margin: 0px 0;
  padding-top: 0px;
}
.ft-link ul {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}
.ft-link ul li {
  margin: 0 0px 5px 15px;
  padding: 0;
  list-style: square;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.ft-link ul li a {
  color: #fff;
  font-size: 14px;
}
.ft-link ul li a:hover {
  color: #fff;
}

.copyright {
  background: #000;
  padding: 15px 0;
  text-align: center;
  position: relative;
  z-index: 9;
}
.copyright p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}





.blog-wrapper{
  position:relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.blog-listing{display:flex;}
.blog-listing .post-listing{width:calc(100% - 365px); }
.blog-listing .post-listing-inner{margin:0 -20px; display:flex; flex-flow:row wrap;}
.blog-listing .post-listing .post{flex:1 0 calc(50% - 40px); margin:0 20px; background-color:#fff; box-shadow:1px 1px 2px -1px rgba(0, 0, 0, 0.47);}
.blog-listing .post-listing .post .img{}
.blog-listing .post-listing .post .post-summary{padding:30px 20px; background: #fafafa;}
.blog-listing .post-listing .post .post-summary h2{font-weight:400;font-size:20px; text-transform:uppercase;}
.blog-listing .post-listing .post .post-summary h2 a{display:block; padding:0 0 0 0px; color: #d8b047; font-weight: 600; text-decoration: none;}
.blog-listing .post-listing .post .post-summary .meta-data {padding:0 0 10px 0; color: #58585a; font-size: 14px;}
.blog-listing .post-listing .post .post-summary .meta-data a{margin:0 10px 0 0; color: #58585a;}
.blog-listing .post-listing .post .post-summary .meta-data a + img{margin:0px 0 0;vertical-align:center;}
.blog-listing .post-listing .post .post-summary .content p {
  font-size: 14px;
  color: #58585a;
  margin: 0 0 10px 0;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}

.blog-listing .post-listing .post .post-summary .post-footer a {
  background: #d8b047;
  color: #595959;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  margin: 0px 0 0 0;
}

.blog-listing .post-listing .post .post-summary .post-footer a:hover {
  background: #595959;
  color: #fff;
}


.blog-listing .post-listing .post .post-summary .content h3 {font-size:20px; color: #de8936;}
.blog-listing .post-listing .post .post-summary .content p a {
  color: #de8936;
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
}
.blog-listing .post-listing .post .post-summary .content p a:hover {
  color: #de8936;
  text-decoration: none;
}

.blog-listing .post-listing .post.post-dtl{box-shadow:none;  background-color:transparent;}
.blog-listing .post-listing .post.post-dtl .img{}
.blog-listing .post-listing .post.post-dtl .post-summary{background-color:#fafafa;box-shadow:1px 1px 2px -1px rgba(0,0,0,0.47);margin:-80px auto 0;max-width:calc(100% - 120px); position: relative;
    z-index: 9;}
.blog-listing .post-listing .post.post-dtl h2{font-size:20px;}
.blog-listing .post-listing .post.post-dtl h2 a{background-position:0 6px;}

.blog-listing .post-listing .post.post-dtl h4 {
  font-size: 16px;
  color: #d8b047;
}

.blog-listing .sidebar{width:365px; padding:0 0 0 50px;}
.blog-listing .sidebar .widget:not(:last-child){margin:0 0 34px 0;}
.blog-listing .sidebar h3{font-weight:700; font-size:20px; text-transform:uppercase; color: #d8b047;}
.blog-listing .sidebar ul {
  padding: 0;
}
.blog-listing .sidebar li {
  list-style: none;
}
.blog-listing .sidebar li a{background:#fafafa; display:block; color: #58585a; margin:0 0 2px;padding:13px 0 14px 15px; text-decoration: none;}
.blog-listing .sidebar li a:hover{color:#d8b047;}

.blog-listing .post-listing .post {
    flex: 1 0 calc(100% - 40px);
    margin: 0 20px 40px;
}

.bloginnerpage_banner {
  padding: 50px 0 50px 0;
  margin: 0 0 0px 0;
  min-height: 500px;
  position: relative;
}
.bloginnerpage_banner_txt {
  text-align: center;
    padding: 20px 50px;
    margin: 0 auto;
    background: rgba(19, 19, 19, 0.6);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
    width: 50%;
}
.bloginnerpage_banner_txt h1 {
  color: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(255,255,255,.6);
    padding: 0 0 13px;
}
.bloginnerpage_banner_txt h1:after {
  background-color: #fff;
    content: '';
    display: block;
    height: 1px;
    margin: 0 0 -5px;
    width: 100%;
    opacity: .6;
    margin: 10px 0 -11px;
}
.bloginnerpage_banner_txt h2 {
  color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0 0;
}












@media only screen and (max-width: 1699px) {
}

@media only screen and (max-width: 1400px) {
nav.navbar .logo {
  padding: 30px 10px 50px 10px;
  margin: 0px 0px 20px 20px;
}
nav.navbar ul.navbar-nav li a {
  padding: 10px 6px !important;
}
.banquets-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
.explore-content:hover .explore-box {
    bottom: 30%;
}
}

@media only screen and (max-width: 1366px) {
header#header.stickystrip .logo {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 10px;
}
nav.navbar ul.navbar-nav li a {
  padding: 5px 6px !important;
}
nav.navbar ul.navbar-nav li a.booknow {
  padding: 5px 5px !important;
  font-size: 14px;
}
#hero {
  height: 100%;
  overflow: inherit;
  position: relative;
}
.box_facilities {
  padding: 0 0 25px 0;
}
.fine-dine-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
.explore-content:hover .explore-box {
    bottom: 10%;
}
.innerpage-wrap .slide_content {
  bottom: 10px;
}
}

@media only screen and (max-width: 1199px) {
nav.navbar .logo img, header#header.stickystrip .logo img {
  width: 100px;
}
nav.navbar ul.navbar-nav li a {
  font-size: 14px;
  padding: 5px 5px !important;
}
.usp-section {
    margin: 40px 0;
}
.facilities_section {
    margin: 40px 0;
}
.inquiry-content .title h2 {
  font-size: 28px;
}
.wrap-room_box .hotel_content {
  padding: 15px 5px;
}
.wrap-room_box .hotel_content .btn-wrap a {
    text-transform: capitalize;
    padding: 6px 5px;
}
.banquet-wrap {
    margin: 50px 10px 0 10px;
}
.wedding-wrap-box {
  padding: 15px 10px;
  margin: 0px 0px 0 0px;
}
.banquet-rgt .inquiry-content {
  padding: 20px 10px 0 10px;
}
.phone_element a span {
  font-size: 18px;
}
.phone_element a i {
  margin-right: 10px;
  font-size: 24px;
}
.banquet-rgt .inquiry-form {
    padding: 20px 10px 20px 10px;
}
.banquet-content ul.banquet-list li {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}   
.treatment-service ul li {
  width: 22%;
} 
}

@media only screen and (max-width: 1024px) {
.inquiry-content .title h2 {
    font-size: 22px;
}
.inquiry-content p {
  font-size: 14px;
}
}

@media only screen and (max-width: 991px) {
header#header button.navbar-toggler {
  margin: 0 10px 0 0;
  background: #d8b047;
  color: #fff;
}
header#header nav.navbar .navbar-collapse {
    background: rgba(0,0,0,0.8);
    padding: 15px;
}
.box_cat_rooms .hover-box .hover-inner {
  padding: 20px;
}
.box_facilities h3 {
  font-size: 15px;
}
.greybg {
  background-size: 100% 100%;
}
.hotel-box {
    padding: 20px 20px;
}
.hotel-box h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.contact-detail ul li {
  margin: 0 2px;
}    
.contact-detail ul li:before {
  display: none;
}
.ft-logo p {
  margin: 10px 0 20px 0;
}
.complementary-services ul li {
  width: 24%;
  border :0;
}
.our-room_box .resort_content .btn-wrap a {
    padding: 5px 5px;
    display: block;
    margin: 0 0 10px 0;
}
.inner-box {
  padding: 15px;
  margin: 0px 0 0 0;
}
.amenities-wrap ul li {
  padding: 0 10px;
}
.wedding-wrap-box {
  margin: 0 0 20px 0;
}
.banquet-content h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.banquet-content ul.banquet-list li {
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
  border: 0;
}
.include-accommodation .packge-box {
  margin: 0 0 15px 0;
}
.spa-section {
    margin: 80px 0 0px 0;
}

.event_inquiry .form-group label, .event_inquiry .date-time label {
  font-size: 14px;
}
.event_inquiry .user-detail .form-group {
    margin: 0 0 15px 0;
}
.event_inquiry .type-room span {
  display: none;
}
.blog-listing {
    display: block;
}
.blog-listing .post-listing {
    width: 100%;
}
.blog-listing .sidebar {
    width: 100%;
    padding: 0;
}
}

@media only screen and (max-width: 767px) {
.slide_content {
  position: relative;
  bottom: 0;
}
.slide_content .page-title {
    margin: 30px 15px 10px 15px;
}
.slide_content .page-title h1 {
  color: #595959;
  font-size: 22px;
}
.slide_content .page-title h1 b {
  color: #d8b047;
}    
.slide_content .page-title p {
  color: #595959;
  font-size: 18px;
}
.check-availability_form .form-group label {
  color: #797979;
}
.check-availability_form .form-group input {
  font-size: 14px;
}
.check-availability_form button.btn {
  padding: 11px 4px;
  font-size: 13px;
}
.explore-content .explore-box h4 {
  font-size: 14px;
}
.ft-content {
    padding: 0 0 0 0;
}
.innerpage-wrap .slide_content {
  position: relative;
  bottom: 0;
}    
.innercontent {
    margin: 0px 0 0 0;
}
.complementary-services ul li {
    width: 32%;
    border: 0;
}
.our-room_box .resort_content {
      padding: 15px 5px;
}
.our-room_box .resort_content h3 {
  font-size: 16px;
}
.banquet-content {
    margin-bottom: 0;
}
.banquet-rgt {
    margin: 0 0 20px 0;
}
.include-accommodation .packge-box p {
  padding: 5px 10px;
  font-size: 15px;
  font-weight: normal;
}
.inner-slide-wrap:before {
  display: none;
}
.spa-section {
    margin: 20px 0 0px 0;
}
.treatment-service ul li {
    width: 46%;
    margin: 0 5px 20px 5px;
}
.contact_wrap {
    margin: 20px 0;
}
.event_inquiry {
    margin: 20px 0;
}
.event_inquiry h3.mb-3 {
  font-size: 18px;
}
.event_inquiry h3.mb-3 {
    font-size: 18px;
    margin: 0 0 10px 0 !important;
}
.event_inquiry .type-room .form-group {
  margin-bottom: 0;
}
.blog-listing .post-listing .post.post-dtl .post-summary {
  margin: -30px auto 0;
    max-width: calc(100% - 30px);

}
}

@media only screen and (max-width: 575px) {
.ft-logo {
  text-align: left;
}
.checkavail-section {
  margin: 0 15px;
}
.check-availability_form .form-group {
  margin-bottom: 15px;
}
.check-availability_form button.btn {
  margin: 0;
}
.explore-content .explore-box {
  padding: 5px;
}
.contact-detail ul li {
    margin: 0 0 10px 0;
    display: block;
    text-align: left;
}
.inquiry-content {
    margin: 0px 0 0 0;
}
nav.navbar .logo {
    padding: 5px 5px 15px 5px;
    margin: 0px 0px 0px 10px;
}
nav.navbar .logo img, header#header.stickystrip .logo img {
    width: 90px;
}
.complementary-services ul li {
    width: 48%;
    padding: 10px 0px;
    min-height: auto;
}
.amenities-wrap ul li {
    padding: 0 0;
    width: 50%;
    display: inline-block;
    margin: 0 0 20px 0;
    vertical-align: top;
}
#portfolio-flters li {
    font-weight: normal;
    padding: 7px 7px;
    border-radius: 5px;
    margin: 0 !important;
    font-size: 15px;
}
.contact_info {
  padding: 30px 20px;
}
.room-wrap {
    padding: 0;
}
}