@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css);
@import url(https://pro.fontawesome.com/releases/v5.15.0/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@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');
/*
    font-family: "Great Vibes", cursive;
    font-family: "Roboto", sans-serif;
*/
.testecores {
    color: #E9E8E4; /* Branco Taj mahal */
    color: #A4A693; /* Verde Olive */
    color: #B3B2A9;
    color: #DFDBC7;
    color: #3B4044;
    color: #131516;
    color: #746341; /* Dourado */
}

a {cursor: pointer !important;-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;}
a:focus {outline: none !important;}
body
{
    font-family: "Roboto", sans-serif;
    color: #131516;
    background: #FFF;
    font-size: 17px;
    line-height: 28px;
}
input, select, textarea
{
    font-family: "Roboto", sans-serif;
    margin: 0;
}
img
{
	max-width: 100%;
}
a, a:focus, a:hover {
    color: #131516;
}
h1, h2, h3, h4, h5, h6 {font-weight: 500;color: #746341;}
h1 {font-family: "Great Vibes", cursive;}
h1::after, h2::after {
    content: "";
    width: 70px;
    height: 4px;
    margin: 20px auto 0;
    background: #A4A693;
    display: block;
}
h2::after {
    margin: 20px 0 0;
}
/* [Banner] */
.Banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.Banner .bx-wrapper {
    margin-bottom: 0;
    width: 100%;
    height: 100vh;
}
.Banner .bx-wrapper .bx-viewport, .BannerRotator, .BannerRotator > div {
    height: 100vh !important;
}
.BannerRotator > div > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.Internal .Banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.Banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg,rgba(0,0,0,.2) 0,rgba(0,0,0,0));
}
.Banner .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
/* [Header] */
header, header * {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
header {
    padding: 20px 0 0;
    font-size: 14px;
    position: relative;
    z-index: 11;
    color: #FFF;
}
.Fixed header {
    position: fixed;
    padding: 10px 0 5px;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    color: #131516;
    z-index: 999;
    -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.4);
}
.Menu {
    margin: 25px 0 0;
    text-align: left;
}
.Fixed .Menu {
    margin: 15px 0 0;
}
.Menu span {
    color: #FFF;
    font-size: 13px;
    width: 34px;
    text-align: center;
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.Fixed .Menu span {
    color: #131516;
}
.Menu span i, .Menu span span{
    display: block;
    font-size: 29px;
}
.HeaderLogo {
    padding: 0;
    text-align: center;
}
.HeaderLogo img {
    width: 200px;
}
.Fixed .HeaderLogo img {
    width: 140px;
}
header hr {
    margin-top: 20px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.5);
}
.Fixed header hr {
    display: none;
}
.HeaderRight {
    text-align: right;
    padding: 32.5px 0 0;
}
.Fixed .HeaderRight {
    padding: 22.5px 0 0;
}
.Languages {
    display: inline-block;
    margin-right: 20px;
}
.Languages a {
    color: #c2c4af;
}
.Languages a:hover {
    color: #FFF;
    text-decoration: none;
}
.Fixed .Languages a {
    color: #A4A693;
}
.Fixed .Languages a:hover {
    color: #131516;
}
.BookingButton {
    display: inline-block;
}
.BookingButton a {
    background: #FFF;
    color: #131516;
    padding: 12.5px 25px;
    text-transform: uppercase;
    text-decoration: none;
}
.BookingButton a:hover {
    background: #131516;
    color: #FFF;
}
.Fixed .BookingButton a {
    background: #131516;
    color: #FFF;
}
.Fixed .BookingButton a:hover {
    background: #FFF;
    color: #131516;
}
/* [Booking] */
.Booking {
    position: relative;
    margin-top: calc(100vh - 269px);
    margin-bottom: 70px;
}
.Fixed .Booking {
    margin-top: calc(100vh - 135px);
}
.Search
{
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,.4);
    color: #FFF;
}
.Search .InputDate
{
    float: left;
    padding: 0 17px;
    border-right: solid 1px #FFF;
}
.Search .InputDate.InputDatePromocode
{
    border-right: 0;
}
.Search .InputDate input, .Search .InputDate select
{
    background: no-repeat;
    border: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    width: 150px;
}
.Search .InputDate select
{
    height: 31px;
}
.Search .InputDate select option {
    color: #000;
}
.Search .InputDate > span
{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
}
.Search .Button {
    float: right;
}
.Search .Button a {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    background: #746341;
    color: #FFF;
    display: block;
    text-decoration: none;
    padding: 7px 40px 2px;
    margin: auto;
}
.Search .Button a:hover {
    background: #FFF;
    color: #746341;
}
.Search .Button a span {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, .5);
}
.Search .Button a:hover span {
    color: rgba(116, 99, 65, .5);
}
/* [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 {
}
/* [BookingFeatures] */
.BookingFeatures {
    position: relative;
    background: #746341;
    color: #FFF;
    padding: 21px 0;
    text-align: center;
}
.BookingFeaturesItem {
    display: flex;
    justify-content: center;
    align-items: center;
}
.BookingFeatures i, .BookingFeatures span {
    margin-right: 15px;
    font-size: 32px;
    display: inline-block;
}
.BookingFeatures label {
    font-weight: 300;
    display: inline-block;
    margin: 0;
    padding: 0;
}
/* [Main] */
main {
    position: relative;
    padding: 0 0 20px;
    overflow: hidden;
}
main h1{
    margin-bottom: 30px;
    font-size: 44px;
}
main .HomeText{
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    padding: 60px 0;
    z-index: 2;
    line-height: 32px;
    text-align: center;
    font-weight: 300;
}
.Internal main .HomeText{
    text-align: left;
}
.Internal main h1 {
    text-align: center;
}
.Internal main h2 {
    font-family: "Great Vibes", cursive;
    text-align: center;
    font-size: 36px;
    margin: 40px 0 30px;
}
.Internal main h2::after {
    margin: 20px auto 0;
}
/* [Teaser] */
.Teaser {
    background: url(../../Images/Teaser.jpg) center center no-repeat;
    padding: 280px 0;
    text-align: center;
    position: relative;
}
.Teaser::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2;
}
.Teaser span {
    display: block;
    position: relative;
    z-index: 3;
    font-family: "Great Vibes", cursive;
    margin: 0 auto;
    color: #FFF;
    font-size: 68px;
    max-width: 800px;
}
/* [Rooms] */
.Rooms {
    font-weight: 300;
    margin: 70px 0;
}
.Rooms h2 {
    font-weight: 400;
}
.Rooms p {
    margin: 25px 0 40px;
}
/* [Special Offers] */
.SpecialOffers {
    text-align: center;
    position: relative;
    padding: 30px 0 60px;
    overflow: hidden;
    background: #A4A693;
}
.SpecialOffers h2{
    margin-top: 40px;
    margin-bottom: 60px;
    color: #FFF;
    font-weight: 400;
}
.SpecialOffers h2::after {
    left: 50%;
    position: absolute;
    margin-left: -35px;
    background: #FFF;
}
.SpecialOffers .fa-chevron-left {
    position: absolute;
    top: 44%;
    font-size: 40px;
    left: -40px;
    color: #0096D8;
    z-index: 3;
}
.SpecialOffers .fa-chevron-right {
    position: absolute;
    top: 44%;
    font-size: 40px;
    right: -40px;
    color: #0096D8;
    z-index: 3;
}
.SpecialOffer {
    clear: both;
}
.SpecialOffer.SpecialOfferLeft {
    position: absolute;
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    left: 0;
    top: 0;
    width: 1140px;
    margin-left: -1040px;
}
.SpecialOffer.SpecialOfferRight {
    position: absolute;
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    right: 0;
    top: 0;
    width: 1140px;
    margin-right: -1040px;
}
.SpecialOffer .itemImage {
    width: 700px !important;
    height: 383px !important;
}
.SpecialOffer .Description {
    position: relative;
    float: left;
    height: 383px;
    width: 440px;
    background: #E9E8E4;
    color: #535349;
    padding: 50px;
    text-align: center;
    font-weight: 300;
}
.SpecialOffer .Description h3 {
    margin: 0 0 15px;
    padding: 0;
    font-weight: 300;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
}
.SpecialOffer .Description h3 a {
    color: #746341;
}
.SpecialOffer .Description .Date {
    margin: 0 0 25px;
    font-size: 16px;
    display: block;
    color: #000;
}
.SpecialOffer .Description .PromotionDetail {
    font-size: 16px;
}
.SpecialOffer .Description .Since{
    position: absolute;
    bottom: 90px;
    text-align: center;
    width: calc(100% - 100px);
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #746341;
}
.SpecialOffer .Description .Since .OldPrice {
    text-decoration: line-through;
    font-size: 14px;
}
.SpecialOffer .Description .BtnBook {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 100px);
}
.SpecialOffer .Description .SearchButton {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    background: #746341;
    color: #FFF;
    display: block;
    text-decoration: none;
    padding: 8px 45px 7px;
    margin: auto;
}
.SpecialOffer .Description .SearchButton:hover {
    background: #FFF;
    color: #746341;
}
/* [Location] */
.Location {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #DFDBC7;
}
.LocationImages {
    position: relative;
    height: 100%;
}
.LocationImages img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.LocationText {
    padding: 0 60px;
    font-weight: 300;
}
.LocationText h2 {
    margin-bottom: 40px;
}
.LocationText a {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    background: #746341;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    padding: 8px 45px 7px;
    margin: auto;
}
.LocationText a:hover {
    background: #FFF;
    color: #746341;
}
/* [Footer] */
footer {
    background: #131516;
    padding: 90px 0 20px;
    font-size: 14px;
    color: #FFF;
}
footer a {
    color: #FFF;
}
footer a:hover {
    color: #FFF;
}
footer h2 {
    margin: 0 0 35px;
    color: #FFF;
    font-size: 20px;
}
footer .Ul ul {
    margin: 0;
    padding: 0;
}
footer .Ul ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: none;
    width: 100%;
}
footer .Ul ul li a{
    color: #FFF;
}
footer .Ul ul li a.rmFocused span{
    text-decoration: underline;
}
footer .Ul ul li a:hover span{
    text-decoration: underline;
}
footer .Ul ul li a::before{
    content: "-";
    display: inline-block;
    margin-right: 5px;
}
footer .Ul ul::after {
    display: block;
    content: "";
    clear: both;
}
footer .Ul ul li a span {
    display: inline-block !important;
}
footer .Institutional span.fas {
    margin: 0 5px 0 0;
}
footer .Institutional span.fal.fa-mobile {
    margin: 0 10px 0 0;
}
.Social {
    font-size: 16px;
    margin: 25px 0 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: #746341;
    background: #FFF;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 5px 0 0;
    border-radius: 50%;
}
.Social ul li a:hover{
    color: #FFF;
    background: #746341;
}
.Social ul li a i{
    margin: 0;
    width: auto;
}
footer hr {
    margin-top: 50px;
    margin-bottom: 35px;
    border-top: 1px solid #A4A693;
}
.Copyright {
    text-align: left;
    font-size: 13px;
    padding: 0;
}
.Powered {
    text-align: right;
    font-size: 13px;
}
.Powered a{
    color: #FFF;
}
/* [Menu] */
body.MenuOpen .MenuContent {
    opacity: 1;
    z-index: 99999;
    transform: scale(1);
}
.MenuContent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -9;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #FFF;
    transform: scale(.8);
    transition: all .25s cubic-bezier(.5, .5, .4, .9);
}
.LeftContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    text-align: center;
    padding: 30px 0 0;
}
.LCLogo {
    margin-bottom: 150px;
}
.LCLogo img {
    max-width: 200px;
}
.RightContent {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: url(/Images/Mobile.jpg) center center;
    background-size: cover;
    padding-right: 20px;
}
.MenuContent .MContent {
}
.MenuContent .MContent .RadMenu {
    width: 100% !important;
}
.MenuContent .MContent ul {
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none;
    font-family: "Great Vibes", cursive;
    text-align: center;
    float: none !important;
}
.MenuContent .MContent ul li {
    float: none !important;
}
.MenuContent .MContent ul li a {
    color: #746341;
    font-size: 48px;
    line-height: 80px;
    width: 100% !important;
}
.MenuContent .MContent ul li a:hover, .MenuContent .MContent ul li a.rmFocused {
    text-decoration: none;
    color: #131516;
}
.CloseMenu {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #131516;
    font-size: 30px;
    cursor: pointer;
}
/* [Sitemap] */
main .RadTreeView_Default, main .RadTreeView_Default a.rtIn, main .RadTreeView_Default .rtEdit .rtIn input {
    font-family: "Roboto", 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;
}
/* [Gallery] */
.GalleryItem {
    display: inline-block;
    width: 23%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}
.GalleryItem a {
    display: block;
    overflow: hidden;
}
.GalleryItem a img {
    transition: all 0.4s !important;
}
.GalleryItem a:hover img {
    transform: scale(1.5);
}
/* [Contacts] */
.Contacts {
    font-weight: 300;
    background: #EFEFEF;
}
.Contacts span.fas, .Contacts span.far {
    color: #FFF;
    background: #746341;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 9px 0 0;
    border-radius: 50%;
    margin: 0 10px 25px 0;
}
.Contacts iframe {
    width: 100%;
    height: 500px;
}
/* [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;
}
@media (min-width: 992px) {
    .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;
    }
    .Equal > [class*='col-'] {
       display: flex;
       flex-direction: column;
    }
}
/* [Utils] */
.lnk {
    color: #A4A693;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    border: 0;
    font-weight: 400;
}
.lnk:before {
    content: "⟶";
    margin-right: 10px;
    display: inline-block;
}
.text-vcenter {
    align-self: center;
}
/*Cookies*/
.eGDSCookiesOverlay .eGDSCookiesWindow .eGDSCookiesWindowBtnWrapper .eGDSCookiesWindowBtn.eGDSCookiesWindowClose {
    background: #746341 !important;
    border-color: #746341 !important;
}

body .eGDSCookiesOverlay .eGDSCookiesWindow .switch input:checked ~ .draggableSwitch {
    background: #746341;
}
/* [Responsive] */
/* [xs] */
@media (max-width: 767px) 
{
    .Menu, .Fixed .Menu {margin: 5px 0 0;}
    .HeaderLogo img, .Fixed .HeaderLogo img {width: 110px;}
    header hr {margin-top: 10px;}
    .Search {width: 330px;overflow: hidden;margin: 0 auto;}
    .Search .InputDate {padding: 0 5px;}
    .Search .InputDate input, .Search .InputDate select {width: 78px;}
    .InputDateGuests, .InputDatePromocode {display: none;}
    .Search .Button a {padding: 6px 10px 2px;min-width: 152px;}
    .Booking {margin-top: calc(100vh - 227px);}
    .BookingFeatures {padding: 0;}
    .BookingFeaturesItem {margin: 20px 0;}
    .Teaser {padding: 150px 0;}
    .Teaser span {font-size: 60px; line-height: 70px;}
    .Rooms {margin: 35px 10px;}
    .Rooms img {margin-top: 40px;}
    .SpecialOffer {display: flex !important;flex-direction: column;}
    .SpecialOffer .Description {width: 100%;order: 2;}
    .SpecialOffer .itemImage {width: 100% !important;order: 1;object-fit: cover;object-position: center;}
    .Rooms.RServices img {margin-top: 0;margin-bottom: 40px;}
    .LocationText {padding: 10px 20px 30px;}
    footer h2 {margin: 40px 0 15px;}
    footer hr {margin-top: 30px;margin-bottom: 15px;}
    .Copyright, .Powered {text-align: center;}
    .LeftContent {width: 100%;}
    .RightContent {display: none;}
    .LCLogo {margin-bottom: 70px;}
    .MenuContent .MContent ul li a {font-size: 36px;line-height: 65px;}
    .LCLanguages .Languages {margin: 25px 0 60px;}
    .LCBooking .BookingButton a {background: #131516;color: #FFF;}
    .GalleryItem {width: 47%;}
    .Contacts {padding: 0;}
    .Contacts span.fas {margin: 25px 10px 0 0;}
    .Contacts .text-vcenter {padding-bottom: 20px;}
    .Contacts iframe {margin-bottom: -8px;}
}
/* [sm] */
@media (min-width: 768px) and (max-width: 991px) 
{
    .Search .InputDate {padding: 0 5px;}
    .Search .InputDate input, .Search .InputDate select {width: 102px;}
    .Search .Button a {padding: 7px 10px 2px;}
    .Rooms img {margin-top: 40px;}
    .SpecialOffer {display: flex !important;flex-direction: column;}
    .SpecialOffer .Description {width: 100%;order: 2;}
    .SpecialOffer .itemImage {width: 100% !important;order: 1;object-fit: cover;object-position: center;}
    .Rooms.RServices img {margin-top: 0;margin-bottom: 40px;}
    .LocationText {padding: 30px;}
    .Institutional {margin-bottom: 60px;}
    .LeftContent {width: 60%;}
    .RightContent {width: 40%;}
    .LCLogo {margin-bottom: 100px;}
    .MenuContent .MContent ul li a {font-size: 40px;line-height: 70px;}
    .Contacts {padding: 25px 0 0;}
    .Contacts iframe {margin-bottom: -8px;}
}
/* [md] */
@media (min-width: 992px) and (max-width: 1199px) 
{
    .Search .InputDate {padding: 0 3px;}
    .Search .Button a {padding: 7px 10px 2px;}
    .SpecialOffer .itemImage {width: 500px !important;object-fit: cover;object-position: center;}
    .LocationText {padding: 30px;}
    .LCLogo {margin-bottom: 100px;}
    .MenuContent .MContent ul li a {font-size: 40px;line-height: 70px;}
}
/* [lg] */
@media (min-width: 1200px) and (max-width: 1365px) 
{
    .LocationText {padding: 30px;}
    .Contacts {font-size: 16px;}
}
/* [desktop] */
@media (min-width: 1366px) and  (max-width: 1439px) 
{}
@media (min-width: 1440px) and  (max-width: 1535px) 
{}
@media (min-width: 1536px) and  (max-width: 1599px) 
{}
@media (min-width: 1600px) and (max-width: 1919px) 
{}