﻿@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/fontawesome.min.css');
@import url(https://pro.fontawesome.com/releases/v5.15.0/css/all.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/css/bootstrap.min.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.12/jquery.bxslider.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

a {
    cursor: pointer !important;
    text-underline-offset: 5px;
}

a:focus {
    outline: none !important;
}

body {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 16px;
}

hr {
    border-color: #FF6633;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
}
.h1, h1 {
    font-size: 2rem
}
.h2, h2 {
    font-size: 1.6rem
}
.h3, h3 {
    font-size: 1.2rem
}
.h4, h4 {
    font-size: 1rem
}
.h5, h5 {
    font-size: .85rem
}
.h6, h6 {
    font-size: .5rem
}

input, select, textarea {
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

img {
    max-width: 100%;
}

a:not(.btn) {
    position: relative;
    display: inline-block;
}

a, a:focus, a:hover {
    color: #0068B3;
}

.owl-carousel {
    z-index: 0 !important;
}

.bx-wrapper img {
    width: 100%;
}
/*for IE10*/
.fancybox-slide--iframe .fancybox-content {
    width: 800px !important;
    max-width: 100%;
}

.modal button.close {
    position: relative;
    z-index: 999;
}

.CMSMenu {
    z-index: 0 !important;
}
/*Cookies*/
.eGDSCookiesOverlay .eGDSCookiesWindow .eGDSCookiesWindowBtnWrapper .eGDSCookiesWindowBtn.eGDSCookiesWindowClose {
    background: #FF6633 !important;
    border-color: #FF6633 !important;
}

body .eGDSCookiesOverlay .eGDSCookiesWindow .switch input:checked ~ .draggableSwitch {
    background: #FF6633;
}
/* [Calendar] */
.ui-datepicker {
    background: #EFEFEF;
}

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        line-height: 16px;
    }

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
    width: 16px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-datepicker-header, .ui-datepicker-calendar thead {
    border-bottom: solid 1px #D5D5D5;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}

.ui-datepicker td a {
    color: #1a0908 !important;
}

.ui-datepicker-unselectable span {
    color: #D5D5D5;
}

.ui-datepicker-current-day a, a.ui-state-hover {
    color: #1a0908;
    background: #D5D5D5;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
}
/* [Header] */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(153 102 51 / 75%);
    color: #fff;
    z-index: 99999;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px 0px;
}
header a, header a:focus, header a:hover {
    color: #fff;
}
header .Logo {
    padding: 1rem;
}
header .Logo img {
    width: auto;
    height:50px;
}
header .LogoLettering {
    font-size: 18px;
    padding: 28px 0 0 15px;
    text-align: center;
}
header .LogoLettering a {
}
header .LogoLettering a:hover {
    text-decoration: none;
    color: #FFE9D3;
}
header .Menu {
    text-align: center;
    margin: auto;
}
header .Menu ul li a {
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
header .Menu ul li a:hover, header .Menu ul li a.rmFocused {
    text-decoration: underline;
}
header .Menu ul li {
    margin: 0 30px;
}
header .Menu ul li.rmItemFocused {
    font-weight: 500;
}
header .Menu ul li > .rmSlide {
    margin-left: -20px !important;
    top: 54px !important;
    bottom: unset !important;
    overflow: visible !important;
    background: #996633;
    width: auto !important;
}

header .Menu ul li ul {
    padding: 7px 0 !important;
    top: 0 !important;
    width: auto !important;
}
header .Menu ul li ul li a, header .Menu ul li ul li a:hover{
    color: #FFF;
    text-transform: none;
    padding: 3px 0;
    text-align: left;
    font-size: 15px;
}
header .Menu ul li ul li a:hover, header .Menu ul li ul li a.rmFocused{
    color: #CC9933;
}
/* [Languages] */
.Language {
    position:relative;
}
.LanguagesMenu .active {
    display: block;
    background: #CC9933;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.LanguagesMenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: calc(12% + 10px);
}
.LanguagesMenu > span {
    color: #FFF;
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-right: 10px;
}
.LanguagesMenu > span:last-child {
    margin-right:0;
}

.LanguagesMenu a {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #9A6633;
    color: #fff;
    text-decoration: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.LanguagesMenu a:hover {
    color: #515151;
    background: #fff;
}
.BookNow a {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background: #CC9933;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    padding: 0 1.5rem;
    text-decoration: none;
}
.BookNow a:hover {
    color: #CC9933;
    background: #FFF;
}
.MenuActivator {
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    margin: 0;
    background: #996633;
    padding: 12px 10px 0;
    width: 16%;
    display: none;
}
.Navigation
{
	width: 37px;
	padding: 0;
	height: 42px;
	display: block;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 1;
}
.Navigation span
{
	display: block;
	position: absolute;
	height: 3px;
	width: 37px;
	background: #FFF;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.Navigation span:nth-child(1) {
	top: 15px;
}
.Navigation span:nth-child(2),.Navigation span:nth-child(3) {
	top: 27px;
}
.Navigation span:nth-child(4) {
	top: 39px;
}
body.MenuMobile .Navigation span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}
body.MenuMobile .Navigation span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.MenuMobile .Navigation span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body.MenuMobile .Navigation span:nth-child(4) {
	top: 9px;
	width: 0%;
	left: 50%;
}
/* [Banner] */
.BannerContainer {
    position:relative;
}
.Banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    text-shadow: 1px 1px 5px #000;
    z-index: 0;
}
.Banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.BannerContainer .bx-wrapper {
    margin-bottom: 0;
    border: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.BannerContainer .bx-wrapper .bx-pager {
    bottom: 150px;
}

.BannerContainer .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    opacity: .5;
    margin: 0 10px;
}

.BannerContainer .bx-wrapper .bx-pager.bx-default-pager a.active {
    opacity: 1;
    background: #fff;
}

.BannerContainer {
    z-index: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.BannerContainer .Banner > div {
    height: 100vh;
    overflow: hidden;
}

.BannerContainer .Banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.BannerContainer .Banner > div:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 0;
    opacity: .25;
    pointer-events: none;
    display:none;
}

.Banner .BannerDescription {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 830px;
    height: fit-content;
    color: #fff;
    text-align: center;
    z-index: 1;
    font-family: 'Raleway', sans-serif;
    max-width: 100%;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 130px;
}

.Banner .BannerDescription h2 {
    font-size: 64px !important;
}

.Banner .BannerDescription span {
    font-size: 32px;
}
.Banner .BannerDescription span.description2 {
    font-size: 20px;
    font-style: italic;
}
/* [Booking] */
.Booking {
    position: absolute;
    background: #f5f5f5;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.Search {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: .75rem 0;
    color: #8a7357;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Search .InputDate
{
    float: left;
    padding: 0 20px;
    flex: 1;
}
.Search .InputDate input, .Search .InputDate select
{
    background: no-repeat;
    border: 0;
    border-bottom: solid 1px #8a7357;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    color: #8a7357;
}
.Search .InputDate select
{
    height: 25px;
}
.Search .InputDate > span
{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
}
.Search .Button {
    float: right;
}
.Search .Button a {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: #CC9933;
    color: #FFF;
    display: block;
    text-decoration: none;
    padding: 9px 27px;
    margin: auto;
    border-radius: .25rem;
}
.Search .Button a span {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, .5);
}
/* [BookingFeatures] */
.BookingFeatures {
    position: absolute;
    background: rgb(153 102 51 / 75%);
    color: #fff;
    padding: 8px 0;
    text-align: center;
    bottom: 87px;
    left: 0;
    right: 0;
    z-index: 0;
    font-size: 14px;
}
.BookingFeaturesItem {
    display: flex;
    justify-content: center;
    align-items: center;
}

.BookingFeatures i, .BookingFeatures span {
    margin-right: 15px;
    font-size: 28px;
    display: inline-block;
}

.BookingFeatures label {
    font-weight: 500;
    display: inline-block;
    margin: 0;
    padding: 0;
}
/* [Main] */
main {
    margin-top: 4rem;
    margin-bottom: 4rem;
    color: inherit;
    background: #fff;
    font-size: 15px;
    line-height: 28px;
}
.Internal.InternalRooms main {
    margin-bottom: 1rem;
}

main a {
    color: inherit !important;
    text-transform: unset;
}
main img {
    width: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px 0px;
    border-radius: .5rem;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
.Section h1,
.Section h2,
.Section h3,
.Section h4,
.Section h5,
.Section h6 {
    color: #996633;
    margin-bottom: 2rem;
    text-align: center;
}
.Internal main h1 {
    /*margin-bottom: 0;*/
}
.InternalRooms main h1 {
    margin-bottom: 0;
}
.Internal main .icon {
    display: inline-block;
    background: #CC9933;
    border-radius: 50%;
    color: #FFF;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 10px 0 0;
    margin: 0 10px 15px 0;
}
.Section.SectionForm {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
/*Forms*/
.Form.CustomForm .smallField {
    width: calc(50% - 10px);
    display: inline-block;
}
.Form.CustomForm {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.Form.CustomForm .bigField {
    width: calc(100% - 10px);
    float: none;
    clear: both;
}
.pickerWrapper_Default .inputCell {
    padding: 0 !important;
}
.pickerWrapper_Default {
    width:100% !important;
}
.Form.CustomForm input, .Form.CustomForm textarea, .Form.CustomForm select {
    width: 100%;
    margin-bottom: 20px;
    height: 34px;
}
.Form.CustomForm input, .Form.CustomForm select {
    height: 34px;
}

.Form.CustomForm input[type=checkbox] {
    width: auto;
    margin-bottom: 0;
    float: left;
}
.CustomFormAcceptTerms {
    display: flex;
    flex-direction: row;
}
.CustomFormAcceptTerms label, .CustomFormAcceptTerms a {
    float: left;
    margin: 10px 0 8px 5px;
    color: #666 !important;
}
.Form.CustomForm > div {
    width: calc(100% - 10px);
}
.Form.CustomForm textarea {
    width: 100%;
    height: 80px;
}

input.SearchButton {
    color: #FFF !important;
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    padding: 14px 15px;
    border-radius: 15px;
    background: #CC9933;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #CC9933;
    font-weight: 500;
    text-decoration: none !important;
    width: fit-content;
    float: right;
}
    input.SearchButton:hover {
        background: #fff;
        color: #CC9933;
    }
/* [Rooms] */
/*.RoomGallery {
    margin-bottom: 60px;
}
.RoomGallery > div {
    width: 33%;
    text-align: center;
    display: inline-block;
}*/
.RoomGallery {
    width: 180% !important;
    margin-left: -40%;
}
.RoomGallery .owl-item {
    transition: all .4s;
    opacity: 0.3;
}
.RoomGallery .owl-item.active.center {
    opacity: 1;
}
.grid-4-columns {
  font-size: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  list-style: none;
  padding: 0;
  width: 50%;
  margin: 0 25%;
}
.InternalRooms .grid-4-columns {
    margin-bottom: 40px;
}

.grid-4-columns li {
  padding: 6px;
}
/*[EventsContainer]*/
section.EventsContainer {
    padding: 4rem 0;
    background: rgb(255 233 211 / 50%);
}
section.EventsContainer h1,
section.EventsContainer h2,
section.EventsContainer h3,
section.EventsContainer h4,
section.EventsContainer h5,
section.EventsContainer h6 {
    color: #FF6633;
    margin-bottom: 2rem;
    text-align: center;
}

section.EventsContainer .btn {
    background: #CC9933;
    color: #fff;
    font-weight: 500;
}

.EventsContainerImage img {
    width: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px 0px;
    border-radius: .5rem;
}
/* [Expand/Collapse] */
.panel-group {
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
}
.panel-group .panel {
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: solid 1px rgba(0,0,0,.1) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.panel-default > .panel-heading {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0 !important;
    padding: 0 0 20px !important;
}
h4.panel-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px !important;
}
h4.panel-title a {
    color: #A9071E;
    text-decoration: none;
}
h4.panel-title a.collapsed {
    color: #8AC53F;
}
h4.panel-title a.collapsed:hover {
    color: #8AC53F;
}
/* [Services]*/
.ServicesListAll {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.ServicesListAll:first-child:last-child {
    margin-top: 0;
    margin-bottom: 0;
}

.ServicesContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.ServicesContainer:nth-child(even) {
    flex-direction: row-reverse;
}
.ServicesContainer .ServiceInfo {
    width: 50%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ServicesContainer .ServiceImage {
    width: 50%;
    position: relative;
    min-height: 400px;
}

.ServicesContainer .ServiceImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.Section {
    overflow: hidden;
}
.Section iframe {
    width: 100%;
    height: 550px;
    margin-bottom: -7px;
}
.LaCapillaText {
    padding: 0 200px 80px;
    font-size: 15px;
    line-height: 28px;
}
/* [HomeServices] */
.Restaurant {
    background: #fff;
    color: #000;
    margin-top: 4rem;
    margin-bottom: 4rem;
    z-index: 0;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
}

.Restaurant h1,
.Restaurant h2,
.Restaurant h3,
.Restaurant h4,
.Restaurant h5,
.Restaurant h6 {
    color: #996633;
    margin-bottom: 2rem;
    text-align: center;
}

.Restaurant h1::after, 
.Restaurant h2::after {
    margin-left:auto;
    margin-right:auto;
}
.Restaurant a {
    color: #FF6633;
}
.RestaurantImages {
    text-align:center;
}

.Restaurant .btn {
    background: #CC9933;
    color: #fff;
    font-weight: 500;
    margin-top: 2rem;
}
.RestaurantImages .ImageSlider img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px 0px;
    border-radius: .5rem;
}
/*[ImageSlider]*/
.ImageSliderContainer {
    width: 100%;
    overflow: hidden;
}

.ImageSlider {
    width: 170% !important;
    margin-left: -35%;
}

.ImageSlider .owl-nav:not(.disabled) {
    display: flex !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(33.3% + 100px);
    margin: auto;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.ImageSlider .owl-nav .owl-prev, .ImageSlider .owl-nav .owl-next {
    pointer-events: all;
}

.ImageSlider .fa-chevron-left {
    font-size: 40px;
    z-index: 3;
}

.ImageSlider .fa-chevron-right {
    font-size: 40px;
    z-index: 3;
}

.ImageSlider .owl-item {
    transition: all .4s;
    opacity: 0.5;
}

.ImageSlider .owl-item.active.center {
    opacity: 1;
}
/* Special Offers */
.SpecialOffers {
    padding-top: 4rem;
    padding-bottom: 4rem;
    z-index: 0;
    position: relative;
}

.Internal.bContacts .SpecialOffers {
    background: #fff;
}

.recent-post .hovereffect a {
    position: static;
}

.SpecialOffers h1,
.SpecialOffers h2,
.SpecialOffers h3,
.SpecialOffers h4,
.SpecialOffers h5,
.SpecialOffers h6 {
    color: #FF6633;
    margin-bottom: 2rem;
    text-align: center;
}
.SpecialOffers h1::after,
.SpecialOffers h2::after {
    margin-left: auto;
    margin-right: auto;
}
.specialoffers_carousel .owl-nav {
    display: flex !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% + 100px);
    margin: auto;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    margin-left: -50px;
}

.specialoffers_carousel .owl-nav .owl-prev, .specialoffers_carousel .owl-nav .owl-next {
    pointer-events: all;
}

.specialoffers_carousel .fa-chevron-left {
    font-size: 40px;
    z-index: 3;
    color: #CC9933;
}

.specialoffers_carousel .fa-chevron-right {
    font-size: 40px;
    z-index: 3;
    color: #CC9933;
}
.specialoffers_carousel .item {
    margin: 5px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px 0px;
    border-radius: .5rem;
}

    .specialoffers_carousel .item .recent-post .overlay .content {
        z-index: 1;
        /* background: rgb(204 153 51 / 80%); */
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 20px;
        text-shadow: -1px 0px 3px rgba(0, 0, 0, 0.6);
    }

        .specialoffers_carousel .item .recent-post .overlay .content .heading {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 31px;
            line-height: 31px;
            font-family: 'Raleway', sans-serif;
        }

        .specialoffers_carousel .item .recent-post .overlay .content .subheading {
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 24px;
            height: 72px;
        }

            .specialoffers_carousel .item .recent-post .overlay .content .subheading .special-offer-price small {
                font-size: 80%;
                text-decoration: line-through;
            }

        .specialoffers_carousel .item .recent-post .overlay .content .readmore {
            padding: 10px 20px;
            border: 1px solid #fff;
            color: #fff;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 500;
            border-radius: .25rem;
            transition: all 0.2s ease-in-out;
            text-decoration: none !important;
            display: block;
            width: fit-content;
            margin-left: auto;
            max-width: 100%;
            text-align: center;
            background: #CC9933;
            color: #fff;
            font-weight: 500;
            border: 0;
            text-shadow: none;
        }

            .specialoffers_carousel .item .recent-post .overlay .content .readmore:hover {
                background: #fff;
                color: #FF6633;
            }
/*recent post */
.recent-post {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 394px;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px;
}

    .recent-post .hovereffect {
        width: 100%;
        height: 100%;
        float: left;
        position: relative;
        text-align: left;
        cursor: pointer;
        overflow: hidden;
    }

        .recent-post .hovereffect .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            color: #fff;
            white-space: nowrap;
            overflow: hidden;
            background-color: rgba(0, 0, 0, .2);
            bottom: 0;
            left: 0;
            opacity: 1;
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

        .recent-post .hovereffect:hover .overlay {
            background-color: rgba(0, 0, 0, 0);
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

    .recent-post .overlay .content {
        white-space: nowrap;
        margin: 70% 20px 0 20px;
    }

        .recent-post .overlay .content .heading {
            font-size: 22px;
            font-weight: 500;
        }

        .recent-post .overlay .content .subheading {
            font-size: 16px;
        }
        /* .recent-post .overlay .content .readmore{
	font-size:13px;
	font-weight:400;
  line-height:100px;
  text-shadow: 0px 0px 4px #000;
	} */
        .recent-post .overlay .content .readmore i {
            font-weight: 600;
        }

.devider-recent {
    display: block;
    border-top: 3px solid rgba(255,255,255,.6);
    width: 102px;
    margin: 10px 0 0 0;
    margin-bottom: 10px;
    text-align: left;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.recent-post .hovereffect:hover .devider-recent {
    width: 150px;
    border-top: 3px solid #E9B450;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#owl-post .item {
    margin: 5px;
    text-align: left;
}
/* recent post end */
/* [Footer] */
footer {
    background: #f5f5f5;
    padding: 60px 0 20px;
    font-size: 14px;
    color: #666;
}

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        color: #996633;
    }
       /* footer h1:after, footer h2:after, footer h3:after, footer h4:after, footer h5:after, footer h6:after {
            background: #996633;
        }*/

    footer h1::after, footer h2::after {
        margin-left: 0;
    }

    footer .Contacts, footer .Institutional {
        line-height: 30px;
    }

    footer .Contacts img {
        width: 200px;
        margin: 22.5px 0;
    }

    footer .Contacts span {
        width: 15px;
        margin-right: 5px;
        text-align: center;
        display: inline-block;
        margin-top: 10px;
    }

    footer h2 {
        margin: 10px 0 15px;
    }

.Social {
    font-size: 16px;
    margin: 0;
}

    .Social ul {
        margin: 0;
        padding: 0;
    }

        .Social ul li {
            margin: 0 10px 0 0;
            padding: 0;
            display: inline-block;
        }

            .Social ul li a {
                color: #FFF;
                background: #CC9933;
                border-radius: 50%;
                display: block;
                width: 35px;
                height: 35px;
                text-align: center;
                padding: 6px 0 0;
                line-height: 24px;
            }
                .Social ul li a:hover {
                    color: #CC9933;
                    background: #FFF;
                }

                .Social ul li a span {
                    margin: 0;
                    width: auto;
                }

.Institutional ul {
    margin: 0;
    padding: 0;
}

    .Institutional ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-bottom: .1rem;
    }

        .Institutional ul li a {
            color: #666;
        }
            

            .Institutional ul li a::before {
                content: "-";
                display: inline-block;
                margin-right: 5px;
            }

    .Institutional ul::after {
        display: block;
        content: "";
        clear: both;
    }
    .Institutional ul li a .rmText {
        display: inline-block;
    }
    .Institutional ul li a:hover .rmText, .Institutional ul li a.rmFocused .rmText {
        text-decoration: underline;
    }

footer .Newsletter {
}

    footer .Newsletter a {
        color: #666;
    }

footer .NewsletterForm {
    font-size: 14px;
}

footer .NewsletterFormField {
    margin-bottom: 15px;
}

footer .NewsletterForm .NewsletterFormField input {
    background: transparent;
    border: solid 1px #CC9933;
    font-size: 14px;
    padding: 9px 15px;
    float: left;
    width: 60%;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

    footer .NewsletterForm .NewsletterFormField input:focus {
        border-color: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    footer .NewsletterForm .NewsletterFormField input::placeholder {
        color: #666;
        opacity: 1; /* Firefox */
    }

    footer .NewsletterForm .NewsletterFormField input::-ms-input-placeholder { /* Edge 12 -18 */
        color: #666;
    }

footer .NewsletterForm .NewsletterFormField a {
    background: #CC9933;
    background: linear-gradient(to right, #d49c0e 49%, #CC9933 50%);
    background-size: 210% 100%;
    background-position: right bottom;
    color: #FFF;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
    width: 40%;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

    footer .NewsletterForm .NewsletterFormField a:hover {
        background-position: left bottom;
        text-decoration: none;
    }

footer .NewsletterForm input[type=checkbox] {
    margin: 0 5px 0 0;
}

footer .NewsletterForm label {
    font-weight: 400;
}

footer .NewsletterForm .Login {
}

    footer .NewsletterForm .Login img {
        float: right;
    }

footer hr {
    margin-top: 35px;
    margin-bottom: 15px;
    border-top: 1px solid #CC9933;
}

.Copyright {
    text-align: left;
    font-size: 13px;
    padding: 0;
}

.Powered {
    text-align: right;
    font-size: 13px;
}

    .Powered a {
        color: #666;
    }
.Contacts a {
    display: block;
    color: inherit;
}
.HighlightContent {
    text-align: center;
    padding: 15px 0 60px 0;
    color: #996633;
}
    .HighlightContent h2 {
        text-transform: none;
    }
/* [InternalImages] */
.InternalImages {
    margin: 0 0 60px;
}
.InternalImages .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.InternalImages .bx-wrapper .bx-viewport {
    width: 60% !important;
    margin: 0 20% !important;
    overflow: visible !important;
}
.RoomGallery.owl-carousel .owl-nav.disabled, .RoomGallery.owl-carousel .owl-nav {
    display: block;
    width: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    margin-top: -20px;
}
.RoomGallery.owl-carousel .owl-nav button.owl-next, .RoomGallery.owl-carousel .owl-nav button.owl-prev {
    background: #996633;
    position: absolute;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 2px 0 0 !important;
}
.RoomGallery.owl-carousel .owl-nav button.owl-next:hover, .RoomGallery.owl-carousel .owl-nav button.owl-prev:hover {
    background: #FFF;
    color: #996633;
}
.RoomGallery.owl-carousel .owl-nav button.owl-prev {
    left: 23%;
}
.RoomGallery.owl-carousel .owl-nav button.owl-next {
    right: 23%;
}
/* [Menu Mobile] */
body.MenuMobile .MobileMenu {
    opacity: 1;
    z-index: 99999;
    transform: scale(1);
}
.MobileMenu {
    position: fixed;
    top: 82px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 82px);
    z-index: -9;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #996633;
    transform: scale(.8);
    transition: all .25s cubic-bezier(.5, .5, .4, .9);
}
.MobileMenu .MMContent {
    padding: 20px;
}
.MobileMenu .MMContent ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.MobileMenu .MMContent ul li {
}
.MobileMenu .MMContent > ul > li {
    margin-bottom: 15px;
}
.MobileMenu .MMContent ul li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
}
.MobileMenu .MMContent ul li a.rmFocused {
    text-decoration: underline;
}
.MobileMenu .MMContent ul li ul li {
    margin-left: 25px;
}
.MobileMenu .MMContent ul li ul li a {
    text-transform: none;
    font-size: 13px;
    line-height: 28px;
}
/* [RadTreeView] */
main .RadTreeView_Default, main .RadTreeView_Default a.rtIn, main .RadTreeView_Default .rtEdit .rtIn input {
    font-family: 'Raleway', sans-serif !important;
    font-size: 17px !important;
    line-height: 32px !important;
    font-weight: 300 !important;
    color: #000 !important;
}
main .RadTreeView_Default .rtSelected .rtIn, main .RadTreeView_Default .rtHover .rtIn {
    background: none;
    border: 0;
    padding: 2px 3px 3px;
    text-decoration: underline;
}
main .RadTreeView_Default .rtLines .rtTop, main .RadTreeView_Default .rtLines .rtMid, main .RadTreeView_Default .rtLines .rtBot, main .RadTreeView_Default .rtLines .rtLI, main .RadTreeView_Default .rtLines .rtFirst .rtUL {
    background: none !important;
}
main .RadTreeView .rtPlus, main .RadTreeView .rtMinus {
    background: none !important;
}
main .RadTreeView_Default .rtSp, main .RadTreeView_Default .rtPlus, main .RadTreeView_Default .rtMinus {
    display: inline-block !important;
    width: 25px !important;
}
main .RadTreeView_Default .rtPlus, main .RadTreeView_Default .rtMinus {
    display: inline-block !important;
    width: 30px !important;
    height: 20px;
    background: #FFF !important;
    position: relative;
    z-index: 9;
    margin: 6px 0 0 -30px;
}
main .RadTreeView_Default .rtSp:before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    content: "\f061";
    position: absolute;
    margin: -6px 0 0;
}
main .RadTreeView_Default .rtPlus:before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    content: "\f067";
    position: absolute;
    margin: -6px 0 0 6px;
}
main .RadTreeView_Default .rtMinus:before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    content: "\f068";
    position: absolute;
    margin: -6px 0 0 6px;
}
/* [Bootstrap Helpers] */
.NoPadding {
    padding: 0 !important;
    margin: 0 !important;
}

.NoPaddingRight {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.NoPaddingLeft {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.Equal {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
}
/* [CMSEditMode] */
.CMSEditMode.bEditMode .CmsViewPage header {
    position: relative !important;
}
.CMSEditMode.bEditMode .BannerContainer .Banner > div {
    height: auto;
}
/* [Responsive] */
@media (max-width: 767px) {
    header .LogoLettering, header .Menu, .BookingFeatures, .BannerContainer .bx-wrapper .bx-controls  {display: none;}
    header .Logo {display: block;width: 32%;}
    .Language {display: block;width: 14%;}
    .BookNow {width: 38%;display: block;}
    .BookNow a {font-size: 13px;padding: 0 .3rem;}
    .MenuActivator {display: block;}
    .BannerContainer {height: 100%;min-height: -webkit-fill-available;}
    .Search {display: block;}
    .Search .InputDate {flex: none;width: 50%;margin-bottom: 15px;}
    .Search .InputDate > span {margin-bottom: 0;}
    .Search .Button {width: calc(50% - 40px);margin:0 20px}
    .Search .Button a {font-size: 16px;padding: 0 27px;}
    .Search .Button a span {font-size: 8px;}
    main {margin-top: 2rem;margin-bottom: 2rem;}
    .h1, h1 {font-size: 1.7rem;}
    main img {margin-bottom: 30px;}
    .h2, h2 {font-size: 1.4rem;}
    footer h2 {margin-top: 40px;}
    .Copyright {text-align: center;margin: 0 0 20px;}
    .Powered {text-align: center;}
    .InternalImages {margin: 0;}
    .RoomGallery {width: 100% !important;margin-left: 0;margin-bottom: 30px;}
    .RoomGallery.owl-carousel .owl-nav button.owl-prev {left: 1%;}
    .RoomGallery.owl-carousel .owl-nav button.owl-next {right: 1%;}
    .grid-4-columns {width: 90%;margin: 0 5%;grid-template-columns: repeat(2, 1fr);}
    .LaCapillaText {padding: 0 25px 40px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    header .LogoLettering, .BannerContainer .bx-wrapper .bx-controls {display: none;}
    header .Menu ul li {margin: 0 10px;}
    header .Menu ul li a {font-size: 15px;}
    header .Menu ul li > .rmSlide {top: 52px !important;}
    .BookNow a {font-size: 15px;padding: 0 .5rem;}
    .Search {margin: 0 -30px;}
    .Search .InputDate {padding: 0 10px;}
    .Search .Button a {padding: 9px 15px;}
    .grid-4-columns {width: 90%;margin: 0 5%;}
    .LaCapillaText {padding: 0 50px 30px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    header .LogoLettering {display: none;}
    header .Menu ul li {margin: 0 20px;}
    header .Menu ul li a {font-size: 16px;}
    header .Menu ul li > .rmSlide {top: 53px !important;}
    .BookNow a {font-size: 15px;}
    .grid-4-columns {width: 80%;margin: 0 10%;}
    .LaCapillaText {padding: 0 100px 40px;}
}
@media (min-width: 1200px) and (max-width: 1365px) {
    header .LogoLettering {font-size: 16px;padding: 28px 0 0 0;}
    header .Menu ul li {margin: 0 10px;}
    header .Menu ul li a {font-size: 16px;}
    header .Menu ul li > .rmSlide {top: 53px !important;}
    .BookNow a {font-size: 15px;}
    .grid-4-columns {width: 60%;margin: 0 20%;}
}
@media (min-width: 1366px) and (max-width: 1499px) {
    header .LogoLettering {font-size: 16px;}
    header .Menu ul li {margin: 0 10px;}
    header .Menu ul li a {font-size: 16px;}
    header .Menu ul li > .rmSlide {top: 53px !important;}
}
/* [Remove B.E.] */
.BookNow, .Booking, .BookingFeatures {
    display: none !important;
}
