
.content-area {
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .content-area {
    padding-bottom: 35px;
  }
}

.nobr {
  white-space: nowrap;
}
.linkBox a{
	display: block;
	background: #D3B5A3;
	border: 1px solid #D3B5A3;
	width: 260px;
	margin: 35px auto 0 auto;
	padding: 12px 0;
	letter-spacing: 0.1em;
	transition: 0.3s ease-in-out;
}
.linkBox a:hover{
	background: #fff;
	color: #D3B5A3;
}

.greeting{
	text-align: center;
	padding-top: 65px;
}
.greeting p{
	font-size: 1.05rem;
}
@media only screen and (max-width: 767px) {
	.greeting{
		padding-top: 0px;
		margin-top: 65px;
		text-align: left;
	}
	.greeting p{
		font-size: 1.02rem;
		padding: 0 8%;
	}
}
.iframeBox-activity{
	max-width: 980px;
	margin: 0 auto;
}
.iframeBox-activity .iframe{
	position: relative;
	padding-bottom: 55%;
}
.iframeBox-activity .iframe iframe{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 767px) {
	.iframeBox-activity{
		margin: 0 3%;
	}
	.iframeBox-activity .iframe{
		padding-bottom: 120%;
	}
}
/*===================================================
  Typography
===================================================*/
.text-pink {
  color: #d3b5a3;
}

h3,.h3 {
  font-size: 32px;
  letter-spacing: .15em;
  margin: 35px 0
}

@media only screen and (max-width: 767px) {
  h3,.h3 {
    font-size: 25px;
    line-height: 1.2
  }
}

h4,.h4 {
  font-size: 14px;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin: 35px 0 20px;
  line-height: 3.5;
  text-align: right;
  margin-right: 44px
}

@media only screen and (max-width: 767px) {
  h4,.h4 {
    text-align: left;
    font-size: 12px;
    line-height: 1.25;
    margin: 28px 0 17px
  }
}

h5.h4 {
  text-align: left;
  margin: 25px 0 0;
  line-height: 1.5;
}

h5,.h5 {
  font-size: 22px;
  letter-spacing: .015em;
  line-height: 1.5;
  margin: 35px 0 20px
}

@media only screen and (max-width: 767px) {
  h5,.h5 {
    font-size: 18px;
    margin: 22px 0 22px
  }
}

p {
  margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
  p:last-child {
    margin-bottom: 50px
  }
}

a {
  color: #44443C;
}

a:hover, a:focus, a:active {
  color: #44443C;
  text-decoration: none;
}

a.pdf-link {
  display: inline-block;
  line-height: 1.25;
  padding-left: 1.75em;
  background-image: url(../img/icon/pdf.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
}

.primary-link {
  display: inline-block;
  font-size: inherit;
  text-align: left;
  letter-spacing: 0;
  color: #44443C;
  border-bottom: solid 3px #d3b5a3;
  padding: 0 0 5px
}

.secondary-link {
  font-size: inherit;
  text-align: left;
  letter-spacing: 0;
  color: inherit;
  border-bottom: 1px solid #d3b5a3;
}

p .primary-link {
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.icon-facebook {
  background-image: url(../img/icon/facebook.svg);
}
.icon-instagram {
  background-image: url(../img/icon/instagram.svg);
}

/*===================================================
  List
===================================================*/
dl {
    margin-bottom: 0;
}
dt {
    margin: 25px 0 5px;
    font-weight: 400;
    font-size: 18px;
}
dd:last-of-type {
    margin-bottom: 0;
}
dl ul {
    margin-bottom: 0;
}

ul.disc {
  padding-left: 1em;
}
ul.disc li {
  list-style-type: disc;
}

/*===================================================
  Border
===================================================*/
hr {
    border-top-color: #F4F4F3;
}

/*===================================================
  Button
===================================================*/
.btn {
  display: inline-block;
  font-size: 14px;
  padding: 18px 18px 17px;
  text-align: center;
  letter-spacing: 0.1em;
  background: #D3B5A3;
  color: #44443C;
  border: 1px solid #D3B5A3;

  text-decoration: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.btn:hover {
  background-color: #FFFFFF;
}

.secondary-btn {
  background: #FFFFFF;
  color: #44443C;
  border: 1px solid #D3B5A3;
}

.secondary-btn:hover {
  background-color: #D3B5A3;
}

.toggle-btn {
  background: #FFF;
  color: #D3B5A3;
}

p .btn {
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px
}



@media only screen and (max-width: 767px) {
  .button-block {
    padding-top: 0;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 33px
  }
}

.button-block p, .button-block ul {
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
}
.button-block p, .button-block ul li {
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
}

.button-block p .toggle-btn, .button-block ul li .btn {
  width: 100%;
  margin: 10px 0;
}

@media only screen and (max-width: 959px) {
  .button-block p, .button-block ul {
    max-width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .button-block p .toggle-btn, .button-block ul li .btn {
    margin: 5px 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.button-block p .toggle-btn:hover, .button-block ul .toggle-btn:hover, .button-block p .toggle-btn.active, .button-block ul .toggle-btn.active {
  background-color: #D3B5A3;
  color: inherit;
  box-shadow: none
}

.button-block p li.active a, .button-block ul li.active a {
  background-color: #D3B5A3;
  color: inherit;
  box-shadow: none
}

.button-block ul {
  padding-left: 0!important;
  list-style: none
}

.button-block ul li {
  display: inline-block
}

.close-btn {
  color: transparent !important;
  background-image: url('../img/icon/close-button.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}


/*===================================================
  Badge
===================================================*/
.badge {
    min-width: 60px;
    padding: .5em .75em .375em;
    font-size: 75%;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #44443C;
    white-space: nowrap;
}

.cat-badge {
    display: inline-block;
    text-align: center;
    font-size: .8rem;
    padding: .1em 1em;
    margin-right: 5px;
    background: #D3B5A3;
    white-space: nowrap;
}

/*===================================================
  Title Bar
===================================================*/
.title-bar {
  margin-top: 60px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .title-bar {
    margin-top: 0
  }
  .title-bar:first-child {
    margin-top: 30px
  }
}

.title-bar .icon {
  margin: 0 auto 18px;
  width: 49px;
  height: 49px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

@media only screen and (max-width: 767px) {
  .title-bar .icon {
    width: 35px;
    height: 35px;
    margin-bottom: 10px
  }
}

.title-bar .icon.instagram-icon {
  background-image: url('../images/Instagram Icon.svg')
}

.title-bar .icon + .title > h3,
.title-bar .icon + .title > .h3,
.title-bar .icon + .title > .h5 {
  margin: 0 0
}

.title-bar .title {
  position: relative;
  z-index: 1;
  text-align: center
}

.title-bar .title::before {
  border-top: 1px solid #d3b5a3;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1
}

.title-bar .title > h3,
.title-bar .title > .h3,
.title-bar .title > .h5 {
  background: #fff;
  padding: 0 20px;
  display: inline-block
}

@media only screen and (max-width: 767px) {
  .title-bar .title > h3,
  .title-bar .title > .h3 {
    padding: 0 12px;
    white-space: pre-line;
    text-align: center
  }
}

.title-bar .title + h4,
.title-bar .title + .h4 {
  font-size: 22px;
  letter-spacing: .015em;
  line-height: 1.5;
  margin: 10px 0 20px;
  text-align: center;
}

.title-bar p {
  position: relative;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px
}
.title-bar p:last-of-type {
  margin-bottom: 60px
}

@media only screen and (max-width: 767px) {
  .title-bar p {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .title-bar p:last-of-type {
    margin-bottom: 45px
  }
}


/*===================================================
  Accordion
===================================================*/
.accordion {
  padding: 15px 40px 15px 15px;
  border: 1px solid #D3B5A3;
  line-height: 1.25;
  position: relative;
}
.accordion::before,
.accordion::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #D3B5A3;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.accordion::after {
  -wbkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: center center;
}
.accordion.active::after {
  opacity: 0;
}
.collapse {
  overflow: hidden;
}

/*===================================================
  Accordion Menu
===================================================*/
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a {
  display: inline-block;
}

.menu-item-has-children > a {
  padding-right: 25px;
  position: relative;
}

.toggle-icon {
  display: block;
  width: 13px;
  height: 13px;
  background-color: #D3B5A3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 6px;
  right: 3px;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.toggle-icon::after {
  -wbkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: center center;
}
.active > .toggle-icon::after {
  opacity: 0;
}

/*===================================================
  Form
===================================================*/
.form-block {
  max-width: 936px;
}
input,
select,
textarea,
input:focus,
select:focus,
textarea:focus {
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
select::-ms-expand {
  display: none;
}
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


form label {
  display: block;
  text-align: left;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  font-weight: normal;
  margin-bottom: 3px;
}

form select,
form input[type="text"] {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #d3b5a3;
}

form select {
  min-width: 80px;
  padding: 0 25px 0 10px;
  background-repeat: no-repeat;
  background-image: url(../img/icon/select.svg);
  background-position: center right 10px;
  background-size: 6px;
}


/*===================================================
  Booking Form
===================================================*/
#booking-form {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  #booking-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.booking-form-title h4 {
    display: inline-block;
    background-color: #f4f4f3;
    text-align: center;
    width: 128px;
    line-height: 2.5;
    margin: 0 40px;
}

@media only screen and (max-width: 767px) {
  .booking-form-title h4 {
    margin: 0;
  }
}
header #searchBox .width50{
	width: 50%;
}
main #searchBox .width50{
	width: 16%;
}
@media only screen and (min-width: 765px) {
	main #searchBox .form-row{
		width: 1000px;
	}
}

@media only screen and (max-width: 767px) {
	main #searchBox .width50{
		width: 50%;
	}
}

#searchBox legend{
	font-size: 12px;
}
#searchBox fieldset.children{
	border: 1px solid #aaa;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 10px;
	width: 98%;
}
#searchBox fieldset.children legend{
	text-align: center;
}
#searchBox fieldset .room-attributes dt{
	font-size: 12px;
	margin: 15px 0 5px;
}
#searchBox fieldset .room-attributes dd ul{
	display: flex;
	flex-wrap: wrap;
}
#searchBox fieldset .room-attributes dd ul li{
	width: 45%;
}
#searchBox fieldset .room-attributes dd ul li:nth-of-type(2n){
	width: 55%;
}
.booking-form {
  text-align: center;
  position: relative;
  font-size: 12px;
}

#booking-form .booking-form {
  background-color: #f4f4f3;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #booking-form .booking-form {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.booking-form form {
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .booking-form form {
    width: 100%
  }
}

.booking-form .form-group {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 234px;
  max-width: 234px;
}

.booking-form .form-group .form-row,
.booking-form .form-group .form-inline  {
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.booking-form .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.booking-form form select[name="dt_dd"] {
  margin-left: 10px;
}
.booking-form form select {
  min-width: 90px;
}
.booking-form .adult {
  margin-left: 10px;
}
.booking-form .search-tab {
  padding-left: 10px;
}
.booking-form form select[name="st"] {
  width: 123px;
}

#booking-form form select,
#booking-form form input[type="text"] {
  border-color: transparent;
}


.booking-form .form-group-submit {
  margin-top: 15px;
}

@media only screen and (max-width: 991px) {
    .booking-form .form-group-submit {
      width: 234px;
      max-width: 234px;
    }
}

.booking-form .form-group-submit .btn {
  width: 160px;
  padding: 0 11px;
  margin-left: 5px;
  font-size: 14px;
  line-height: 38px;
}

@media only screen and (max-width: 991px) {
  .booking-form .form-group-submit .btn {
    width: 100%;
    margin-left: 0;
  }
}

.collapse-inner .booking-form .form-group-submit {
  width: 234px;
  max-width: 234px;
  margin-top: 15px;
}
.collapse-inner .booking-form .form-group-submit .btn {
  width: 100%;
  margin-left: 0;
}
.collapse-inner .booking-form img.bpg {
  margin-top: 25px;
}


.booking-form .btn:hover {
  background-color: #fff;
  color: #d3b5a3
}

.booking-form .form-group span {
  display: inline-block;
  white-space: nowrap;
  min-width: 30px;
  padding: 0 5px;
  line-height: 1;
}

.booking-form p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 0
}
.booking-form p.field-button {
	margin-left: 12px;
}
.booking-form p.field-button .btn{
	margin-bottom: 5px;
	margin-right: 0;
	padding: 9px 18px 8px;
}
@media only screen and (max-width: 767px) {
  .booking-form p {
    text-align: center
  }
	.booking-form p.field-button {
		margin-top: 10px;
		margin-left: 0px;
		width: 100%;
		box-sizing: border-box;
		padding: 0 5px;
	}
	.booking-form p.field-button .btn{
		width: 100%;
		margin-bottom: 0px;
		margin-right: 0;
		padding: 18px 0px 17px;
	}
}


/*===================================================
  Instagram Feed
===================================================*/

.instagram-feed {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 30px
}

.instagram-feed .row a {
  position: relative;
  padding-top: 25%;
  background-size: cover;
  background-position: center
}

.instagram-feed .row a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('../images/Like.svg'), url('../images/Comment.svg');
  background-size: 28% auto, 24% auto;
  background-position: 28% center, 73% center;
  background-repeat: no-repeat;
  display: none
}

.instagram-feed .row a:hover:before {
  display: block
}

@media only screen and (max-width: 767px) {
  .instagram-feed .row a {
    padding-top: 50%
  }
}


/*===================================================
  Block & Carousel Images
===================================================*/
.img {
  width: 100%;
  height: 568px;
  background-size: cover;
  background-position: center center
}

@media only screen and (max-width: 767px) {
  .img {
    height: 280px
  }
}

/*===================================================
  Pade Header
===================================================*/
#pageHeader {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;

  height: calc(100vh - 156px);
  min-height: 360px;
}

@media only screen and (max-width: 767px) {
  #pageHeader {
    height: calc(100vh - 80px);
  }
}

#pageHeader .hero-type-carousel,
#pageHeader .hero-type-block,
#pageHeader .hero-type-video {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  #pageHeader .hero-type-carousel,
  #pageHeader .hero-type-block,
  #pageHeader .hero-type-video {
    height: 100%;
  }
}

/*------------------------------
  Page Header Info
------------------------------*/
.pageHeader__info {
  background-color: #f4f4f3;
  padding: 28px 40px;
}
.pageHeader__info .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pageHeader__info a {
  display: block;
}
.pageHeader__info a:not(:first-of-type) {
  margin-top: 10px;
}
.pageHeader__info .icon-col {
  -ms-flex: 0 0 148px;
  flex: 0 0 148px;
  max-width: 148px;
}
.pageHeader__info .icon-col .cat-badge {
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
    .pageHeader__info {
      padding: 20px 0;
    }
    .pageHeader__info .icon-col {
      -ms-flex: 0 0 6.75em;
      flex: 0 0 6.75em;
      max-width: 6.75em;
    }
}

/*------------------------------
  Page Header Bottom
------------------------------*/
.pageHeader__bottom p {
  margin: 34px 0
}

@media only screen and (max-width: 767px) {
  .pageHeader__bottom p {
    margin: 15px 0
  }
  .pageHeader__bottom p.text {
    margin-top: 20px
  }
}

.pageHeader__bottom .book-now-toggle {
  font-size: 14px;
  min-width: 257px;
  padding: 18px
}

@media only screen and (max-width: 767px) {
  .pageHeader__bottom .book-now-toggle {
    font-size: 12px;
    padding: 16px 15px 14px;
    width: 100%
  }
}

.pageHeader__bottom #primary-social {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px
}

@media only screen and (max-width: 767px) {
  .pageHeader__bottom #primary-social {
    position: relative;
    margin-top: 21px;
    margin-bottom: 24px
  }
  .pageHeader__bottom #primary-social li {
    display: inline-block
  }
}

.pageHeader__bottom #primary-social a {
  color: #d3b5a3;
  height: 91px;
  line-height: 91px;
  padding-top: 0;
  font-weight: normal
}

.pageHeader__bottom #primary-social a:hover {
  background: none
}

@media only screen and (max-width: 991px) {
  .pageHeader__bottom #primary-social a {
    height: 114px;
    line-height: 114px
  }
}

@media only screen and (max-width: 767px) {
  .pageHeader__bottom #primary-social a {
    height: 30px;
    line-height: 30px
  }
}

/*===================================================
  Hero
===================================================*/
.hero {
  min-height: 300px;
  text-align: center;
  position: relative;
}

.hero .hero-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  padding-right: 5px;
  padding-left: 5px
}

.hero .hero-title h1 {
  font-size: 29px;
  letter-spacing: .1em;
  margin-bottom: 18px;
  text-transform: uppercase
}

@media only screen and (max-width: 767px) {
  .hero .hero-title h1 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

.hero .hero-title h2 {
  font-size: 12px;
  letter-spacing: .015em;
  margin-bottom: 72px
}

@media only screen and (max-width: 767px) {
  .hero .hero-title h2 {
    margin-bottom: 59px;
    line-height: 1.4
  }
}

.hero .hero-title:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% + 72px);
  content: '';
  z-index: -1;
  left: 0;
  background: -webkit-linear-gradient( transparent 0%, rgba(0,0,0,0.6) 100%);
  background: linear-gradient( transparent 0%, rgba(0,0,0,0.6) 100%);
}

@media only screen and (max-width: 767px) {
  .hero .hero-title:before {
    height: 64%
  }
}

/*------------------------------
  Hero Carousel
------------------------------*/
.hero-type-carousel {
  height: calc(100vh - 156px);
}

@media only screen and (max-width: 767px) {
  .hero-type-carousel {
    height: calc(100vh - 80px)
  }
}

.hero-type-carousel .carousel-item .name {
  position: absolute;
  top: 14.22%;
  right: 0;
  min-width: 14.44%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  z-index: 3;
  padding: 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: .13em
}

.hero-type-carousel .carousel-inner {
  height: 100%
}

.hero-type-carousel .carousel-control-container {
  bottom: 0;
  right: 40px;
}

@media only screen and (max-width: 767px) {
  .hero-type-carousel .carousel-control-container {
    right: 25%;
  }
}

.hero-type-carousel .carousel-item {
  height: 100%;
  background-size: cover;
  background-position: center
}
#pageHeader.front-page {
	height: auto;
}
#pageHeader.front-page .hero-type-carousel .carousel-item {
  height: 540px;
}
/*------------------------------
  Hero Block
------------------------------*/
.hero-type-block {
  height: calc(100vh - 96px);
}

@media only screen and (max-width: 767px) {
  .hero-type-block {
    height: calc(100vh - 80px);
  }
}

.hero-type-block .hero-title > *:last-child {
    margin-bottom: 72px;
}

.hero-type-block .hero-bg {
  height: 100%;
  background-size: cover;
  background-position: center
}

/*===================================================
  Carousel
===================================================*/
/*------------------------------
  Controls
------------------------------*/
.carousel .carousel-control-container {
  position: absolute;
  width: 111px;
  height: 55px;
  z-index: 2
}

@media only screen and (max-width: 767px) {
  .carousel .carousel-control-container {
    width: 103px;
    height: 47px;
    display: none
  }
}

.carousel .carousel-control {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 55px;
  height: 55px;
  float: left
}

@media only screen and (max-width: 767px) {
  .carousel .carousel-control {
    width: 47px;
    height: 47px
  }
}

.carousel .carousel-control.right {
  background-image: url('../img/icon/arrow-right.svg');
  background-position: center;
  right: 0;
  opacity: 1;
  margin-left: 1px
}

.carousel-control.left {
  background-image: url('../img/icon/arrow-left.svg');
  background-position: center;
  left: 0;
  opacity: 1
}
/*------------------------------
  Dots
------------------------------*/
.carousel-indicators {
  bottom: 6px
}

.carousel-indicators li {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: none;
  margin: 0 8px;
  border-radius: 10px;
}

.carousel-indicators li.active {
  border: none;
  width: 7px;
  height: 7px;
  background-color: #d3b5a3;
  margin: 0 8px;
  border-radius: 10px;
}

/*------------------------------
  Multi Carousel
------------------------------*/
.multi-carousel {
  overflow: hidden;
  margin-right: -40px
}

@media only screen and (max-width: 767px) {
  .multi-carousel {
    width: auto;
    margin-right: -20px;
    margin-left: -20px
  }
}

.multi-carousel img {
  width: 100%
}

.multi-carousel .carousel-indicators {
  left: 0;
  bottom: 14px;
  margin-left: 0;
  line-height: 0;
  z-index: 1
}

@media only screen and (max-width: 767px) {
  .multi-carousel .carousel-indicators {
    width: 75%
  }
}

.multi-carousel .carousel-inner {
  width: 288.53%
}

.multi-carousel .carousel-inner .carousel-item.left.active {
  transform: translateX(-20%)
}

@media only screen and (max-width: 767px) {
  .multi-carousel .carousel-inner .carousel-item.left.active {
    transform: translateX(-25%)
  }
}

.multi-carousel .carousel-inner .carousel-item.right.active {
  transform: translateX(20%)
}

@media only screen and (max-width: 767px) {
  .multi-carousel .carousel-inner .carousel-item.right.active {
    transform: translateX(25%)
  }
}

.multi-carousel .carousel-inner .carousel-item.next {
  transform: translateX(20%)
}

@media only screen and (max-width: 767px) {
  .multi-carousel .carousel-inner .carousel-item.next {
    transform: translateX(25%)
  }
}

.multi-carousel .carousel-inner .carousel-item.prev {
  transform: translateX(-20%)
}

@media only screen and (max-width: 767px) {
  .multi-carousel .carousel-inner .carousel-item.prev {
    transform: translateX(-25%)
  }
}

.multi-carousel .carousel-inner .carousel-item.right, .multi-carousel .carousel-inner .carousel-item.left {
  transform: translateX(0)
}

.multi-carousel .carousel-item>div {
  padding-right: 20px;
  width: 20%;
  box-sizing: border-box;
  float: left
}

.multi-carousel .carousel-item>div .item-img {
  width: 100%;
  height: 568px;
  background-size: cover;
  background-position: center
}

@media only screen and (max-width: 767px) {
  .multi-carousel .carousel-item>div .item-img {
    height: 280px
  }
}

@media only screen and (max-width: 767px) {
  .multi-carousel .carousel-item>div {
    width: 25%;
    padding-right: 8px
  }
}

@media only screen and (max-width: 767px) {
  .multi-carousel .carousel-item div+div+div {
    display: none
  }
}

.multi-carousel .carousel-control-container {
  bottom: 0;
  right: 42.3%;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .multi-carousel .carousel-control-container {
    right: 25%;
    padding-right: 8px;
  }
}

/*------------------------------
  Carousel Block 1C
------------------------------*/

.carousel-block-one-c {
  position: relative;
  min-height: 583px;
  height: 100%;
  margin-right: 0;
  margin-left: 0
}

@media only screen and (max-width: 767px) {
  .carousel-block-one-c {
    min-height: 280px
  }
}

.carousel-block-one-c .carousel-item {
  min-height: 583px;
  height: 100%;
  background-size: cover;
  background-position: center
}

@media only screen and (max-width: 767px) {
  .carousel-block-one-c .carousel-item {
    min-height: 280px
  }
}

.carousel-block-one-c .carousel-item .name {
  position: absolute;
  top: 20px;
  left: 10px;
  min-width: 153px;
  text-align: center;
  background-color: #fff;
  z-index: 3;
  padding: 15px;
  font-size: 16px;
  line-height: 1.05;
  color: #44443c
}

.carousel-block-one-c .carousel-inner {
  height: 100%
}

.carousel-block-one-c .carousel-control-container {
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .carousel-block-one-c .carousel-control-container {
    right: 25%;
  }
}


/*===================================================
  Block
===================================================*/
.standard-block-margin {
    margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .standard-block-margin {
      margin-bottom: 0;
  }
}
/*------------------------------
  Block 1A
------------------------------*/
.block-type-one-a table, .block-type-one-b table, .block-type-one-c table, .block-type-two-a table, .block-type-two-b table, .block-type-three-a table, .block-type-three-b table, .block-type-three-d table, .block-type-four-a table, .block-type-five table {
  width: 100%;
  margin-bottom: 30px
}

.block-type-one-a table td, .block-type-one-b table td, .block-type-one-c table td, .block-type-two-a table td, .block-type-two-b table td, .block-type-three-a table td, .block-type-three-b table td, .block-type-three-d table td, .block-type-four-a table td, .block-type-five table td {
  padding: 9px 3px 9px 0
}

.block-type-one-a, .block-type-one-b, .block-type-one-c {
  margin-bottom: 75px
}

@media only screen and (max-width: 767px) {
  .block-type-one-a, .block-type-one-b, .block-type-one-c {
    margin-bottom: 0
  }
}

.block-type-one-a .row, .block-type-one-b .row, .block-type-one-c .row {
  display: flex
}

@media only screen and (max-width: 767px) {
  .block-type-one-a .row, .block-type-one-b .row, .block-type-one-c .row {
    display: block
  }
}

.block-type-one-a .row h4, .block-type-one-b .row h4, .block-type-one-c .row h4 {
  text-align: left;
  margin-bottom: 0
}

.block-type-one-a .row .img-col .img, .block-type-one-b .row .img-col .img, .block-type-one-c .row .img-col .img {
  min-height: 568px;
  height: 100%
}

@media only screen and (max-width: 767px) {
  .block-type-one-a .row .img-col .img, .block-type-one-b .row .img-col .img, .block-type-one-c .row .img-col .img {
    min-height: 280px;
    height: 280px
  }
}

.block-type-one-a .row .text-col, .block-type-one-b .row .text-col, .block-type-one-c .row .text-col {
  display: flex;
  justify-content: flex-end;
  flex-direction: column
}

@media only screen and (max-width: 767px) {
  .block-type-one-a .row .text-col, .block-type-one-b .row .text-col, .block-type-one-c .row .text-col {
    display: block
  }
}

.block-type-one-a .row .img-col > div {
    transform: translateX(-40px);
    width: calc(100% + 40px);
}

@media only screen and (max-width: 767px) {
  .block-type-one-a .row .img-col > div {
    transform: translateX(-20px);
    width: calc(100% + 20px);
  }
}

.block-type-one-a .row .text-col {
  padding-left: 75px
}

@media only screen and (max-width: 1199px) {
  .block-type-one-a .row .text-col {
    padding-left: 50px
  }
}

@media only screen and (max-width: 991px) {
  .block-type-one-a .row .text-col {
    padding-left: 42px
  }
}

@media only screen and (max-width: 767px) {
  .block-type-one-a .row .text-col {
    padding-left: 5px
  }
}

@media only screen and (max-width: 767px) {
  .block-type-one-a p:not(.tel):first-of-type, .block-type-one-b p:not(.tel):first-of-type {
    margin-top: 20px
  }
}

.block-type-one-a .img, .block-type-one-b .img {
  position: relative
}

.block-type-one-a .inner, .block-type-one-b .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px
}

@media only screen and (max-width: 767px) {
  .block-type-one-a .inner, .block-type-one-b .inner {
    border-right: none;
    position: relative;
    margin-bottom: 30px
  }
}

.block-type-one-a .inner .close-btn, .block-type-one-b .inner .close-btn {
  position: absolute;
  top: 31px;
  right: 40px;
  width: 27px;
  height: 27px;
  background-image: url('../images/Close button.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer
}

@media only screen and (max-width: 991px) {
  .block-type-one-a .inner .close-btn, .block-type-one-b .inner .close-btn {
    top: 0
  }
}

@media only screen and (max-width: 767px) {
  .block-type-one-a .inner .close-btn, .block-type-one-b .inner .close-btn {
    width: 18px;
    height: 18px;
    top: 21px;
    right: 0
  }
}

.block-type-one-a .inner ul.room-stats, .block-type-one-b .inner ul.room-stats {
  list-style: none;
  margin-bottom: 60px;
  padding-left: 0
}

@media only screen and (max-width: 767px) {
  .block-type-one-a .inner ul.room-stats, .block-type-one-b .inner ul.room-stats {
    font-size: 15px;
    margin-bottom: 20px
  }
}

.block-type-one-a .inner ul.room-stats li, .block-type-one-b .inner ul.room-stats li {
  display: inline-block;
  margin: 0 23px
}

@media only screen and (max-width: 767px) {
  .block-type-one-a .inner ul.room-stats li, .block-type-one-b .inner ul.room-stats li {
    margin: 0 10px
  }
}

.block-type-one-a .inner ul.room-stats li:before, .block-type-one-b .inner ul.room-stats li:before {
  width: 82px;
  height: 42px;
  content: '';
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 15px
}

@media only screen and (max-width: 767px) {
  .block-type-one-a .inner ul.room-stats li:before, .block-type-one-b .inner ul.room-stats li:before {
    width: 62px;
    height: 32px
  }
}

.block-type-one-a .inner ul.room-stats li.size:before, .block-type-one-b .inner ul.room-stats li.size:before {
  background-image: url('../images/icons/IC Website Ruler Icon-07.svg')
}

.block-type-one-a .inner ul.room-stats li.people:before, .block-type-one-b .inner ul.room-stats li.people:before {
  background-image: url('../images/icons/IC Website Guest Number Icon-08.svg')
}

.block-type-one-a .inner ul.room-stats li.beds:before, .block-type-one-b .inner ul.room-stats li.beds:before {
  background-image: url('../images/icons/IC Website Bed Icon-09.svg')
}

.block-type-one-a .inner p, .block-type-one-b .inner p {
  line-height: 1.95;
  margin-bottom: 0
}

@media only screen and (max-width: 767px) {
  .block-type-one-a .inner p, .block-type-one-b .inner p {
    font-size: 14px;
    line-height: 1.6
  }
}

.block-type-one-a .inner {
  border-right: solid 1px #d3b5a3
}

@media only screen and (max-width: 767px) {
  .block-type-one-a .inner {
    border-right: none
  }
  .block-type-one-a .inner:before, .block-type-one-a .inner:after {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    background-color: #d3b5a3
  }
  .block-type-one-a .inner:before {
    top: 0
  }
  .block-type-one-a .inner:after {
    bottom: 0
  }
}

.block-type-one-a .button-block .btn {
    min-width: 180px;
    padding: 13px 12px 12px;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .single .standard-block-margin {
    margin-bottom: 30px;
  }
  .single .block-type-one-a .text-col {
    margin-top: 60px;
  }
  .block-type-one-a .text-col h5.h4 {
    text-align: center;
    margin-top: 60px;
  }
  .block-type-one-a .text-col .tel {
    text-align: center;
  }
  .block-type-one-a .text-col .button-block {
    text-align: center;
  }
  .block-type-one-a .text-col .button-block .btn {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .single .block-type-one-a h2.h5 {
    margin-top: 0;
  }
  .single .block-type-one-a .text-col dl:first-of-type dt {
    margin-top: 0;
  }
}


/*------------------------------
  Block 1B
------------------------------*/
.block-type-one-b .inner {
  border-left: solid 1px #d3b5a3
}

@media only screen and (max-width: 767px) {
  .block-type-one-b .inner {
    border-left: none
  }
  .block-type-one-b .inner::before,
  .block-type-one-b .inner::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    content: '';
    background-color: #d3b5a3
  }
  .block-type-one-b .inner::before {
    top: 0
  }
  .block-type-one-b .inner::after {
    bottom: 0
  }
  .block-type-one-b .inner .close-btn {
    right: 21px
  }
}

.block-type-one-b .row {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-type-one-b .row .img-col > div {
  width: calc(100% + 40px)
}

@media only screen and (max-width: 767px) {
  .block-type-one-b .row .img-col > div {
    width: calc(100% + 20px)
  }
}

.block-type-one-b .row .text-col {
  padding-right: 75px
}

@media only screen and (max-width: 1199px) {
  .block-type-one-b .row .text-col {
    padding-right: 50px
  }
}

@media only screen and (max-width: 991px) {
  .block-type-one-b .row .text-col {
    padding-right: 42px
  }
}

@media only screen and (max-width: 767px) {
  .block-type-one-b .row .text-col {
    padding-right: 10px
  }
}

.block-type-one-b .row .text-col h5 {
    margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .block-type-one-b .row .text-col > p:first-child {
    margin-top: 30px
  }
}

/*------------------------------
  Block 1C
------------------------------*/

.block-type-one-c .row .text-col {
  padding-left: 75px
}

@media only screen and (max-width: 1199px) {
  .block-type-one-c .row .text-col {
    padding-left: 40px
  }
}

@media only screen and (max-width: 991px) {
  .block-type-one-c .row .text-col {
    padding-left: 30px
  }
}

@media only screen and (max-width: 767px) {
  .block-type-one-c .row .text-col {
    padding-left: 10px
  }
  .block-type-one-c .row .text-col > p:first-child {
    margin-top: 30px
  }
}

.block-type-one-c .row .text-col h5 {
    margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .block-type-one-c .row .text-col > p:first-child {
    margin-top: 30px
  }
}

/*------------------------------
  Block 2A
------------------------------*/
.block-type-two-a {
  margin-bottom: 75px
}

@media only screen and (max-width: 767px) {
  .block-type-two-a {
    margin-bottom: 0
  }
}

.block-type-two-a .max-width-col {
  max-width: 820px
}

.block-type-two-a .static-images {
  margin-right: -40px
}

@media only screen and (max-width: 767px) {
  .block-type-two-a .static-images {
    width: auto;
    margin-right: -20px;
    margin-left: -20px
  }
}

.block-type-two-a .static-images .item-div {
  width: 42.29%;
  box-sizing: border-box;
  float: left
}

@media only screen and (max-width: 767px) {
  .block-type-two-a .static-images .item-div {
    width: 26.87%
  }
}

.block-type-two-a .static-images .item-div:first-child {
  width: 57.71%;
  padding-right: 20px
}

@media only screen and (max-width: 767px) {
  .block-type-two-a .static-images .item-div:first-child {
    width: 73.13%;
    padding-right: 8px
  }
}

.block-type-two-a .static-images .item-img {
  height: 568px;
  width: 100%;
  background-size: cover;
  background-position: center
}

@media only screen and (max-width: 767px) {
  .block-type-two-a .static-images .item-img {
    height: 280px
  }
}

/*------------------------------
  Block 2B
------------------------------*/
.block-type-two-b {
  margin-bottom: 75px
}

@media only screen and (max-width: 767px) {
  .block-type-two-b {
    margin-bottom: 0
  }
}

.block-type-two-b h4 {
  margin-right: 31px
}

@media only screen and (max-width: 991px) {
  .block-type-two-b h4 {
    text-align: left
  }
}

.block-type-two-b .col-two .text-col {
  padding-left: 60px;
  padding-right: 60px
}

@media only screen and (max-width: 1199px) {
  .block-type-two-b .col-two .text-col {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media only screen and (max-width: 991px) {
  .block-type-two-b .col-two .text-col {
    padding-left: 0;
    padding-right: 0
  }
  .block-type-two-b .col-two .text-col p:first-of-type {
    margin-top: 20px
  }
}

/*------------------------------
  Block 3A
------------------------------*/
.block-type-three-a, .block-type-three-b, .block-type-three-d, .block-type-four-a {
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .block-type-three-a, .block-type-three-b, .block-type-three-d, .block-type-four-a {
    margin-bottom: 0
  }
}

.block-type-three-a h4, .block-type-three-b h4, .block-type-three-d h4, .block-type-four-a h4 {
  text-align: left;
  line-height: 1.2;
  margin: 45px 0 40px
}

@media only screen and (max-width: 767px) {
  .block-type-three-a h4, .block-type-three-b h4, .block-type-three-d h4, .block-type-four-a h4 {
    margin: 40px 0 35px
  }
}

.block-type-three-a h5, .block-type-three-b h5, .block-type-three-d h5, .block-type-four-a h5 {
  font-size: 22px
}

@media only screen and (max-width: 767px) {
  .block-type-three-a h5, .block-type-three-b h5, .block-type-three-d h5, .block-type-four-a h5 {
    font-size: 18px
  }
}

.block-type-three-a .img, .block-type-three-b .img {
  height: 0;
  padding-bottom: 66.67%;
  background-color: #F4F4F3;
}

.block-type-three-a .text-col, .block-type-three-b .text-col {
  padding-left: 35px;
  padding-right: 35px
}

@media only screen and (max-width: 1199px) {
  .block-type-three-a .text-col, .block-type-three-b .text-col {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media only screen and (max-width: 991px) {
  .block-type-three-a .text-col, .block-type-three-b .text-col {
    padding-left: 18px;
    padding-right: 18px
  }
}

@media only screen and (max-width: 767px) {
  .block-type-three-a .text-col {
    padding-left: 0;
    padding-right: 0
  }
}

.block-type-three-a .button-block, .block-type-three-b .button-block {
    padding-top: 30px;
}
.block-type-three-a .button-block .btn, .block-type-three-b .button-block .btn {
    min-width: 200px;
}

/*------------------------------
  Block 3B
------------------------------*/
.block-type-three-b .text-col p:last-child {
  margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
  .block-type-three-b .text-col {
    padding-left: 10%;
    padding-right: 10%;
    min-height: 0 !important
  }
}

.block-type-three-b .border {
  border: solid 1px #d3b5a3!important;
}

.block-type-three-b .column {
  margin-bottom: 10px
}

/*------------------------------
  Block 3D
------------------------------*/
.block-type-three-d {
  margin-top: 15px
}

@media only screen and (max-width: 767px) {
  .block-type-three-d {
    margin-top: 0
  }
}

.block-type-three-d .icon {
  width: 97px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 50px
}

@media only screen and (max-width: 1199px) {
  .block-type-three-d .icon {
    margin-left: 25px
  }
}

@media only screen and (max-width: 991px) {
  .block-type-three-d .icon {
    margin-left: 20px
  }
}

@media only screen and (max-width: 767px) {
  .block-type-three-d .icon {
    width: 79px;
    height: 75px;
    margin-left: auto;
    margin-right: auto
  }
}

.block-type-three-d .text-col {
  padding-left: 50px;
  padding-right: 50px
}

@media only screen and (max-width: 1199px) {
  .block-type-three-d .text-col {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media only screen and (max-width: 991px) {
  .block-type-three-d .text-col {
    padding-left: 18px;
    padding-right: 18px
  }
}

@media only screen and (max-width: 767px) {
  .block-type-three-d .text-col {
    padding-left: 0;
    padding-right: 0;
    text-align: center
  }
}

.block-type-three-d h5 {
  margin-top: 16px
}

@media only screen and (max-width: 767px) {
  .block-type-three-d h5 {
    margin: 14px 0 20px
  }
}

/*------------------------------
  Block 4A
------------------------------*/
.block-type-four-a .img {
  height: 0;
  padding-bottom: 94.93%
}

.block-type-four-a .text-col {
  padding-left: 60px;
  padding-right: 60px
}

@media only screen and (max-width: 1199px) {
  .block-type-four-a .text-col {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media only screen and (max-width: 991px) {
  .block-type-four-a .text-col {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media only screen and (max-width: 767px) {
  .block-type-four-a .text-col {
    padding-left: 0;
    padding-right: 0
  }
}

/*------------------------------
  Block 5
------------------------------*/
.block-type-five {
  margin-bottom: 75px
}

@media only screen and (max-width: 767px) {
  .block-type-five {
    margin-bottom: 0
  }
}

.block-type-five h4 {
  text-align: left
}

.block-type-five .img {
  height: 423px
}

@media only screen and (max-width: 767px) {
  .block-type-five .img {
    height: 0;
    padding-bottom: 66.67%
  }
}

.block-type-five .text-col {
  padding-left: 60px;
  padding-right: 60px
}

@media only screen and (max-width: 1199px) {
  .block-type-five .text-col {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media only screen and (max-width: 991px) {
  .block-type-five .text-col {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media only screen and (max-width: 767px) {
  .block-type-five .text-col {
    padding-left: 0;
    padding-right: 0
  }
}

/*------------------------------
  Block 6
------------------------------*/
.block-type-six h5 {
  margin-top: 20px;
}

.block-type-six .img-col img {
  display: block;
  width: 290px;
  max-width: 90%;
  margin: 10px auto 10px;
}

/*------------------------------
  Block 7
------------------------------*/
.block-type-seven {
  margin-bottom: 55px;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto
}

@media only screen and (max-width: 767px) {
  .block-type-seven {
    margin-bottom: 0
  }
}

.block-type-seven .menu-buttons {
  padding-right: 5px;
  padding-left: 5px
}

.block-type-seven .menu-buttons p {
  margin-bottom: -20px
}

.block-type-seven .menu-buttons .btn {
  background-color: #fff;
  color: #d3b5a3;
  border: solid 1px #d3b5a3;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: .1em;
  font-size: 14px;
  padding: 20px 20px 17px;
  min-width: 200px;
  margin: 0 10px 20px
}

@media only screen and (max-width: 1199px) {
  .block-type-seven .menu-buttons .btn {
    margin: 0 10px 20px
  }
}

@media only screen and (max-width: 991px) {
  .block-type-seven .menu-buttons .btn {
    min-width: 170px
  }
}

@media only screen and (max-width: 767px) {
  .block-type-seven .menu-buttons .btn {
    min-width: 0;
    width: 162px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0 4px 12px
  }
}

.block-type-seven .menu-buttons .btn:hover, .block-type-seven .menu-buttons .btn.active {
  background-color: #d3b5a3;
  color: inherit;
  box-shadow: none
}


/*------------------------------
  Block 8
------------------------------*/
.block-type-eight {
  padding-top: 80px;
  padding-right: 60px;
  padding-bottom: 80px;
  padding-left: 60px;
  margin-bottom: 50px;
  background-color: #f4f4f3;
}
.block-type-eight .text-col {
  padding: 20px;
}
.block-type-eight .text-col h5 {
  font-size: 2vw;
  line-height: 1.75;
  margin: 0;
}

@media only screen and (max-width: 991px) {
    .block-type-eight {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .block-type-eight .text-col {
      padding: 0;
    }
    .block-type-eight .text-col h5 {
      text-align: center;
      font-size: 22px;
      margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .block-type-eight {
      padding-top: 40px;
      padding-right: 30px;
      padding-bottom: 40px;
      padding-left: 30px;
      margin-bottom: 20px;
    }
    .block-type-eight .text-col h5 {
      font-size: 18px;
    }
}


/*===================================================
  Post
===================================================*/
.entry-meta {
  margin: 0;
}
.single h1.h5 {
  margin-top: 10px;
}

/*===================================================
  Video
===================================================*/
.video-box {
  position: relative;
}
.video-box video {
  width: 100%;
}
.play-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20%;
  left: 0;
  z-index: 5;
  display: block;
  background-image: url(../img/icon/play-btn.svg);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: 72px;
  transition: all .4s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .play-btn {
    background-size: 48px;
  }
}
.play-btn.off {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.video-box:hover .play-btn.off {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

/*===================================================
  YouTube
===================================================*/
.youtube-box {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
.youtube-box iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*===================================================
  iframe
===================================================*/
.iframe-box {
  margin-bottom: 75px
}

@media only screen and (max-width: 767px) {
  .iframe-box {
    margin-bottom: 0
  }
}

.google-map {
  position: relative;
  padding-bottom: 56vh;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%) sepia(5%);
  -webkit-filter: grayscale(100%) sepia(5%);
}


/*===================================================
  TC Widget
===================================================*/
.booking-form #tc-widget {
    width: 234px !important;
	height: auto;
    font-family: inherit;
    margin: 5px 0;
}
.booking-form #tc-widget .tc-header,
.booking-form #tc-widget .tc-h1 {
    display: none;
}
.booking-form #tc-widget .tc-body {
    padding: 0 !important;
    height: auto !important;
}
.booking-form #tc-widget .tc-body form{
    display: block;
    width: auto;
}
.booking-form #tc-widget .tc-content {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.booking-form #tc-widget .tc-content .tc-shop,
.booking-form #tc-widget .tc-content .tc-date,
.booking-form #tc-widget .tc-content .tc-time,
.booking-form #tc-widget .tc-content .tc-ppl{
	margin-right: 0 !important;
}
.booking-form #tc-widget .tc-date {
    width: 100% !important;
}
.booking-form #tc-widget .tc-time,
.booking-form #tc-widget .tc-ppl {
    width: 50% !important;
}
.booking-form #tc-widget input[type='text'],
.booking-form #tc-widget select{
    font-family: inherit;
    width: 100%;
    display: block ;
    float: none;
    height: 40px;
    font-size: 12px;
    border: 1px solid #d3b5a3;

    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.booking-form #tc-widget input[type='text']:focus,
.booking-form #tc-widget select:focus{
    border-color: #d3b5a3;
    box-shadow: none;
}
.booking-form #tc-widget input[type='text']{
    padding: 0 10px;
}
.booking-form #tc-widget select{
    padding: 0 20px 0 10px;
}
.booking-form #tc-widget select#shop_id{
	padding: 0 5px;
	margin: 0 5px;
	display: block;
	float: none;
	width: calc(100% - 10px);
}
.booking-form #tc-widget input#reservation_start_date {
    background-image: url(../img/icon/calender.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 20px auto;
}
.booking-form #tc-widget .tc-wrap-input {
    padding: 0 5px;
    display: block !important;
}
.booking-form #tc-widget .tc-wrap-book {
    padding: 0 5px !important;
    margin: 0 auto !important;
    display: block !important;
} 
.booking-form #tc-widget .tc-book, 
.booking-form #tc-widget[data-theme='clear'] .tc-book {
    background: #D3B5A3;
    color: #44443C;
    padding: 0 11px;
    font-size: 14px;
    line-height: 38px;
    border: 1px solid transparent;
    font-weight: 400;

    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.booking-form #tc-widget .tc-book:hover,
.booking-form #tc-widget[data-theme='clear'] .tc-book:hover {
    background-color: #FFF;
    border-color: #D3B5A3;
}
.booking-form #tc-widget .tc-icon{
    display: none;
}

/*===================================================
  Datepicker
===================================================*/
body .pika-single {
    width: 264px;
    padding: 20px 10px 10px;
    color: inherit;
    background: #F4F4F3;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    font-family: inherit;
    transform: translateX(-20px);
}
body .pika-single .pika-label {
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
}
body .pika-single abbr {
    display: block;
    padding: 5px;
    text-decoration: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    border-bottom: 1px solid #d3b5a3;
}
body .pika-single table th {
    color: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
body .pika-single .pika-button {
    width: 100%;
    padding: 5px;
    color: inherit;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    border-radius: 0 !important;
    outline: none;
}
body .pika-single .is-selected .pika-button,
body .pika-single .pika-button:hover,
body .pika-single .pika-button:active,
body .pika-single .pika-row.pick-whole-week:hover .pika-button {
    background-color: #d3b5a3 !important;
    color: #FFF;
}
body .pika-single .pika-prev,
body .pika-single .pika-next {
    background: none;
    width: 32px;
    height: 32px;
    opacity: 1;
    position: relative;
}
body .pika-single .pika-prev.is-disabled,
body .pika-single .pika-next.is-disabled {
    opacity: .5;
}

body .pika-single .pika-prev::after {
    position: absolute;
    right: 8px;
    top: 8px;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #d3b5a3;
    border-left: 2px solid #d3b5a3;
    transform: rotate(-45deg);
}
body .pika-single .pika-next::after {
    position: absolute;
    left: 8px;
    top: 8px;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #d3b5a3;
    border-left: 2px solid #d3b5a3;
    transform: rotate(135deg);
}

.topics-slider{
	max-width: 45%;
	margin: 0 auto !important;
}
.topics-slider .slick-list{
	overflow: visible !important;
}
.topics-slider .slick-prev{
	z-index: 4 !important;
	top: 26.5%;
    display: block;
	width: 55px;
	height: 55px;
	background: url(../img/icon/arrow-left.svg) no-repeat center center !important;
	background-size: cover;
	
}.topics-slider .slick-next{
	z-index: 4 !important;
	top: 26.5%;
	width: 55px;
	height: 55px;
	background: url(../img/icon/arrow-right.svg) no-repeat center center !important;
	background-size: cover;
}
.topics-slider .slick-prev:hover,
.topics-slider .slick-next:hover{
	opacity: 0.7 !important;
	visibility: visible !important;
}
.topics-slider .slick-next:before,
.topics-slider .slick-prev:before{
	display: none;
}

@media screen and (max-width: 1140px) { 
	.topics-slider{
		max-width: 60%;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 800px) { 
	.topics-slider{
		max-width: 80%;
		margin: 0 auto !important;
	}
	.topics-slider .slick-prev{
		width: 40px;
		height: 40px;
		left: -20px;
	}
	.topics-slider .slick-next{
		width: 40px;
		height: 40px;
		right: -20px;
	}
}
@media screen and (max-width: 480px) { 
	.topics-slider .slick-prev{
		top: 22.5%;
	}
	.topics-slider .slick-next{
		top: 22.5%;
	}
}




