@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Oswald:300,400');
/*
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Oswald', sans-serif;
*/
@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://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css);
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: 'Noto Sans', sans-serif;
    color: #49423D;
    background: #F5F3ED;
    font-size: 15px;
    line-height: 24px;
}
input, select, textarea
{
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
}
img
{
	max-width: 100%;
}
a, a:focus, a:hover {
    color: #49423D;
}
[ng-click] 
{
	cursor:pointer;
}
/*Cookies*/
.eGDSCookiesOverlay .eGDSCookiesWindow .eGDSCookiesWindowBtnWrapper .eGDSCookiesWindowBtn.eGDSCookiesWindowClose {
    background: #8C734B !important;
    border-color: #8C734B !important;
}

.eGDSCookiesOverlay .eGDSCookiesWindow .switch input:checked~.draggableSwitch {
    background: #8C734B !important;
}
/* [Header] */
header {
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 21px;
    padding: 10px 0;
    background: #111;
    color: #FFF;
}
.Languages
{
    display: inline-block;
    position: relative;
    padding-right: 5px;
    margin-right: 15px;
    border-right: solid 1px #FFF;
    margin-top: 20px;
}
.Languages span span {
    display: inline-block;
    padding-right: 10px;
}
.Languages span span a {
    color: rgba(255,255,255,.35);
    text-decoration: none;
}
.Languages span span a:hover {
    color: rgba(255,255,255,1);
}
.SocialNetworks
{
    display: inline-block;
    font-size: 21px;
    margin-top: 20px;
}
.SocialNetworks ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.SocialNetworks ul li
{
    display: inline-block;
    margin-right: 10px;
}
.SocialNetworks ul li a
{
    color: #FFF;
}
.SocialNetworks ul li a:hover
{
    color: #8B734A;
}
.Logo {
    text-align: center;
}
.TopFixed .Logo
{
	position: fixed;
	left: 15px;
	top: 7px;
	z-index: 5;
}
.Logo img{
    height: 75px;
}
.TopFixed .Logo img {
    height: 50px;
}
.MenuActivator
{
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    float: right;
    position: relative;
}
.Navigation
{
	width: 40px;
	padding: 0;
	height: 42px;
	display: block;
	position: relative;
	margin: -8px auto 0;
	-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: 40px;
	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;
}
/* Icon 3 */
.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%;
}
.MenuMobileContent
{
	position: fixed;
    top: 0;
    width: 80%;
    height: 100vh;
    left: -80%;
    background: #8B734A;
    padding: 15px;
    font-size: 13px;
    z-index: 99999;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.MenuMobile .MenuMobileContent
{
    left: 0%;
}
.LogoMobile 
{
	margin: 0 auto 20px;
	max-width: 150px;
}
.LogoMobile 
{
	display: block;
}
.MenuMobileContent a
{
	color: #FFF;
}
.MenuMobileContent a.rmFocused
{
	text-decoration: underline;
}
.MobileUtilities
{
	margin: 0 0 15px;
}
.MobileNav 
{
	text-transform: uppercase;
}
.Utilities
{
    text-align: right;
    margin-top: 20px;
}
.Utilities ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.Utilities ul li
{
    display: inline-block;
    margin-left: 30px;
}
.Utilities ul li > div, MobileUtilities ul li > div
{
    display: none !important;
}
.Utilities ul li a
{
    color: #FFF;
    text-decoration: none;
}
.Utilities ul li a:hover, .Utilities ul li a.rmFocused
{
    color: #8B734A;
    text-decoration: none;
}
/* [Navigation] */
nav {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding: 20px 0 20px;
    background: #111;
}
.TopFixed nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 4;
}
nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
nav ul li
{
    display: inline-block;
    padding: 0 30px;
    text-transform: uppercase;
}
nav ul li > div, .MobileNav ul li > div
{
    display: none !important;
}
nav ul li a
{
    color: #FFF !important;
    text-decoration: none !important;
}
nav ul li a:hover, nav ul li a.rmFocused
{
    color: #8B734A !important;
    text-decoration: none !important;
}
/* [Banner] */
/*.Banner {
    height: calc(100vh - 144px);
    background: url(../images/Banner.jpg) no-repeat center center;
    background-size: cover;
}
.bRooms .Banner {
    background: url(../images/BannerRooms.jpg) no-repeat center center;
    background-size: cover;
}
.BannerContent {
    height: calc(100vh - 144px);
}
.Internal .Banner 
{
	height: auto;
}*/
.Banner 
{}
.Banner img 
{
	width: 100%;
	height: auto;
}
.BannerItem
{
	position: relative;
}
.BannerDescription 
{
    position: absolute;
    top: 100px;
    width: 90%;
    left: 5%;
    text-align: left;
}
.BannerDescription span
{
	display: inline-block;
	color: #FFF;
	font-size: 28px;
	line-height: 40px;
	background:rgba(0, 0, 0, 0.2);
    padding: 10px 25px;
    font-family: 'Oswald', sans-serif;
}
.BannerDescription .SearchButton {
    background: linear-gradient(to right, #8B734A 50%, #FFF 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    color: #8B734A !important;
    border: solid 1px #8B734A;
    max-width: 190px;
    margin: 50px 0 0;
}
.BannerDescription .SearchButton:hover {
    background-position:left bottom;
    color: #FFF !important;
    text-decoration: none;
}
/* [Booking] */
.Booking {
    position: absolute;
    z-index: 2;
    width: 1000px;
    bottom: 90px;
    left: 50%;
    margin-left: -500px;
    padding: 15px;
    background: rgba(0,0,0,0.6);
    color: #FFF;
}
.Booking > div
{
	display: inline-block;
	margin-right: 12px;
}
.Booking .Bar i
{
	font-size: 19px;
}
.Booking .Bar
{
	width: 140px;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: lighter;
	line-height: 28px;
}
.Booking .Search
{
	border: solid 1px #FFF;
	padding: 4px 7px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	vertical-align: top;
}
.Booking .SearchPeople
{
	max-width: 75px;
}
.Booking .Search > span
{
	display: block;
}
.Booking .Search input
{
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	color: #FFF;
	font-size: 18px;
	max-width: 121px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
    text-decoration: none;
}
.DateFrom, .DateTo
{
	text-decoration: underline;
}
.Booking .btn-default {
    color: #FFF;
    background: none;
    border: 0;
}
.Booking .btn {
    padding: 0;
    font-size: 9px;
}
.Booking .form-control {
    height: 24px;
}
.Booking .SearchButton
{
	float: right;
	padding: 14px 40px;
	font-size: 18px;
}
.SearchButton {
    background: linear-gradient(to right, #fff 50%, transparent 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    font-family: 'Oswald', sans-serif;
    background-size: 200% 100%;
    background-position: right bottom;
    color: #FFF !important;
    text-decoration: none !important;
    font-size: 16px;
    border: solid 1px #FFF;
    padding: 10px 50px;
    display: block;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.SearchButton:hover
{
    background-position:left bottom;
    color: #111 !important;
    text-decoration: none;
}
.TopLink, .TopLink:before
{
	position: absolute;
	left: 50%;
}
.TopLink
{
	width: 22px;
	height: 34px;
	margin-left: -11px;
	bottom: 15px;
	margin-top: 23px;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 20px;
	cursor: pointer;
	z-index: 2;
}
.TopLink:before
{
	content: '';
	width: 4px;
	height: 4px;
	background: #FFF;
	margin-left: -2px;
	top: 8px;
	border-radius: 4px;
	z-index: 1;
	-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	-webkit-animation-name: BottomScroll;
		animation-name: BottomScroll;
}
@-webkit-keyframes BottomScroll
{
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(16px);
			transform: translateY(16px);
	}
}
@keyframes BottomScroll
{
	0%{
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(16px);
			transform: translateY(16px);
	}
}
/* [Main] */
main {
    padding: 50px 0;
}
main a{
    text-decoration: underline;
}
main h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 40px;
    position: relative;
}
main h1::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background: #49423D;
    width: 100px;
    bottom: 25px;
}
main h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 0;
    position: relative;
}
main h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-top: 40px;
    position: relative;
}
main blockquote {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-style: italic;
    padding: 0 0 20px;
    margin: 0;
    border: 0;
}
main ul {
    padding: 0 0 0 15px;
    margin: 0;
    list-style-type: circle;
}
main ul.RoomsServices li {
    width: 25%;
    float: left;
    font-size: 13px;
}
main ul.RoomsServices::after {
	content: "";
	position: relative;
	clear: both;
	display: block;
}
/* [Rooms] */
.Rooms {
    background: #49423D;
    padding: 40px 0;
}
.iRooms .Rooms {
    padding: 0;
}
.Rooms h2{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 80px;
    color: #B3A491;
}
.Rooms h2 span{
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    text-transform: none;
    display: block;
    margin: 15px 0;
}
.RoomDetail .MainContent {
    background: #FFF;
    position:relative;
}
.RoomDetail .MainContent .MCPadding {
    background: #FFF;
    padding: 100px;
}
.RoomDetail > div h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.RoomDetail > div h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 30px;
    color: #49423D;
}
.RoomDetail > div span {
    font-size: 13px;
    display: block;
    margin: 0 0 30px;
}
.RoomCapacity {
    position: absolute;
    top: 100px;
    right: 100px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #B3A491;
}
.RoomDetail p {
    margin-bottom: 25px;
    line-height: 26px;
    /*height: 182px;*/
}
.RoomDetail .RoomDetailInfo p {
    height: auto;
    font-size: 13px;
    line-height: 24px;
}
.RoomDetail .RoomDetailInfo p:empty {
	margin-bottom: 0;
	height: 0;
	overflow: hidden;
}
.RoomDetail .SearchButton {
    float: left;
    color: #111;
    border: solid 1px #111;
}
.RoomDetail .SearchButtonAlt {
    float: right;
    background: #B3A491;
}
.SocialNetworksMiddle
{
    display: block;
    font-size: 30px;
    text-align: center;
    margin: 40px 0 0;
    padding: 40px 0 30px;
    position: relative;
}
.SocialNetworksMiddle::before
{
    display: block;
    content: "";
    height: 1px;
    background: #B3A491;
    width: 42%;
    position: absolute;
    left: 30px;
    top: 53px;
}
.SocialNetworksMiddle::after
{
    display: block;
    content: "";
    height: 1px;
    background: #B3A491;
    width: 42%;
    position: absolute;
    right: 30px;
    top: 53px;
}
.SocialNetworksMiddle ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.SocialNetworksMiddle ul li
{
    display: inline-block;
    margin-right: 10px;
}
.SocialNetworksMiddle ul li a
{
    color: #B3A491;
}
.SocialNetworksMiddle ul li a:hover
{
    color: #FFF;
}
/* [Specials] */
.Specials {
    background: #111;
}
.SpecialsItem {display: flex;}
.Specials > div > div > div > .SpecialsItem:nth-child(even), .Homepage .SpecialOffers .SpecialsItem, .iRooms .bx-wrapper:nth-child(even) .RoomsSlider .SpecialsItem  {
    flex-direction: row-reverse;
}
.Specials > div > div > div > .SpecialsItem:nth-child(odd), .SpecialOffers .SpecialsItem, .RoomsSlider .SpecialsItem, .iRooms .bx-wrapper:nth-child(odd) .RoomsSlider .SpecialsItem  {
    flex-direction: row;
}
.Specials .MainImage, .Specials .MainContent, .SpecialOffers .SpecialsItem .MainImage, .SpecialOffers .SpecialsItem .MainContent, .RoomsSlider .SpecialsItem .MainImage, .RoomsSlider .SpecialsItem .MainContent
{
	width: 50%;
	flex: 1;
}
.Specials img, .SpecialOffers .SpecialsItem .MainImage img, .RoomsSlider .SpecialsItem .MainImage img{
    width: 100%;
    min-height: 100%;
    object-fit:cover;
}
.SpecialsContent .Content {
    position: relative;
    z-index: 3;
    color: #FFF;
    padding: 140px 120px 0;
    text-align: center;
}
.SpecialsContent .Content h2{
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 50px;
}
.SpecialsContent .Content h2 span{
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 20px;
    display: block;
}
.SpecialsContent .Content p{
    margin: 0 0 50px;
    line-height: 26px;
}
.SpecialsContent .Content .SearchButton{
    max-width: 205px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.SpecialsContent .Content p.MultiLinks{
    margin: 0;
    line-height: normal;
}
.SpecialsContent .Content p.MultiLinks a{
    display: inline-block;
    margin: 0 50px;
}
/* [Newsletter] */
.Newsletter {
    background: #49423D;
    color: #FFF;
    padding: 60px 0;
    text-align: center;
}
.Newsletter h2{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin: 0;
}
.Newsletter .Input{
    margin: 35px 0 20px;
}
.Newsletter input {
    border: 0;
    padding: 15px 30px;
    width: 500px;
    text-align: center;
    color: #8B734A;
}
.Newsletter a.button {
    background: #111;
    color: #FFF;
    padding: 18px 26px;
    margin-left: -5px;
}
.Newsletter a.button:hover {
    background: #8B734A;
}
.Newsletter .Accept {
    margin: 15px 0 10px;
    display: inline-block;
}
.Newsletter .Accept label{
    font-weight: normal;
}
.Newsletter .Accept a, .Newsletter .Login a{
    color: #FFF;
}
.Newsletter .Accept input{
    width: 12px;
    height: 12px;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    border-radius: 0px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    padding: 0;
    position: relative;
}
.Newsletter .Accept input[type='checkbox']:checked:after {
    content: "\2714";
    font-size: 8px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    color: #49423D;
}
.Newsletter .Login {
    display: inline-block;
    margin-left: 80px;
}
/* [SpecialOffers] */
.SpecialOffers {
    text-align: center;
    padding: 0;
}
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    margin: 0;
}
.SpecialOffersContent {
}
.SpecialOffersContent .MainContent {
    background: #F5F3ED;
    padding: 60px 0 20px;
}
.SpecialOffersContent h3{
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 60px;
}
.SpecialOffersContent p{
    margin: 0 0 60px;
    line-height: 26px;
}
.SpecialOffersContent .Price{
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px;
    display: block;
    color: #111;
}
.SpecialOffersContent .SearchButton, .RoomDetail .SearchButton {
    background: linear-gradient(to right, #111 50%, #FFF 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    color: #111 !important;
    border: solid 1px #111;
    max-width: 190px;
    margin: 0 auto;
}
.SpecialOffersContent .SearchButton:hover, .RoomDetail .SearchButton:hover, main .Text .SearchButton:hover, main .FormRight .SearchButton:hover {
    background-position:left bottom;
    color: #FFF !important;
    text-decoration: none;
}
.RoomDetail .SearchButtonAlt, main .Text .SearchButton, main .FormRight .SearchButton{
    background: linear-gradient(to right, #111 50%, #B3A491 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    color: #111 !important;
    border: solid 1px #111;
    max-width: 190px;
    margin: 0 auto;
}
main .Text .SearchButton{
    max-width: 300px;
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 10px;
}
main .Text .SearchButton[disabled] {
    opacity: 0.5;
}
.SearchButtonColor1, .SearchButtonColor2, .SearchButtonColor3, .SearchButtonColor4, .SearchButtonColor5, .SearchButtonColor6 {
    font-family: 'Oswald', sans-serif;
    text-decoration: none !important;
    font-size: 16px;
    padding: 10px 50px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.SearchButtonColor1 {
    background: linear-gradient(to right, #F5F3ED 50%, #111 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    color: #F5F3ED !important;
    border: solid 1px #111;
    max-width: 190px;
    margin: 0 auto;
}
.SearchButtonColor1:hover {
    background-position:left bottom;
    color: #111 !important;
    text-decoration: none;
}
.SearchButtonColor2 {
    background: linear-gradient(to right, #F5F3ED 50%, #3E1212 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    color: #F5F3ED !important;
    border: solid 1px #3E1212;
    max-width: 190px;
    margin: 0 auto;
}
.SearchButtonColor2:hover {
    background-position:left bottom;
    color: #3E1212 !important;
    text-decoration: none;
}
.SearchButtonColor3 {
    background: linear-gradient(to right, #F5F3ED 50%, #49423D 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    color: #F5F3ED !important;
    border: solid 1px #49423D;
    max-width: 190px;
    margin: 0 auto;
}
.SearchButtonColor3:hover {
    background-position:left bottom;
    color: #49423D !important;
    text-decoration: none;
}
.SearchButtonColor4 {
    background: linear-gradient(to right, #49423D 50%, #8B734A 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    color: #49423D !important;
    border: solid 1px #49423D;
    max-width: 190px;
    margin: 0 auto;
}
.SearchButtonColor4:hover {
    background-position:left bottom;
    color: #8B734A !important;
    text-decoration: none;
}
.SearchButtonColor5 {
    background: linear-gradient(to right, #49423D 50%, #B3A491 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    color: #49423D !important;
    border: solid 1px #49423D;
    max-width: 190px;
    margin: 0 auto;
}
.SearchButtonColor5:hover {
    background-position:left bottom;
    color: #B3A491 !important;
    text-decoration: none;
}
.SearchButtonColor6 {
    background: linear-gradient(to right, #8B734A 50%, #F5F3ED 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    color: #8B734A !important;
    border: solid 1px #8B734A;
    max-width: 190px;
    margin: 0 auto;
}
.SearchButtonColor6:hover {
    background-position:left bottom;
    color: #F5F3ED !important;
    text-decoration: none;
}
/* [Footer] */
footer
{
    background: url('/images/footer.jpg');
    padding: 30px 0 10px;
    color: #F5F3ED;
}
footer h2{
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 50px;
}
footer .fLogo
{
    text-align: center;
    margin-bottom: 50px;
}
footer .fLogo img
{
    width: 200px;
}
footer .Contacts
{
    font-size: 13px;
}
footer .Institutional, footer .Menu
{
    font-size: 13px;
}
footer .Institutional ul, footer .Menu ul, footer .fSocial ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer .Institutional ul li, footer .Menu ul li
{}
footer .Institutional ul li::before, footer .Menu ul li::before
{
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 11px;
    margin-right: 5px;
    content: "\f054";
    float: left;
}
footer .Menu ul li
{
   display: inline-block;
   width: 48%;
}
footer .Institutional ul li a, footer .Menu ul li a, footer a
{
    color: #F5F3ED;
}
footer .Institutional ul li a:hover, footer .Menu ul li a:hover, footer a:hover
{
    color: #8B734A;
}
footer .Menu ul li a.rmFocused, footer .Institutional ul li a.rmFocused
{
	text-decoration: underline;
	color: #8B734A;
}
footer .Institutional ul li a i, footer .Menu ul li a i
{
    font-size: 11px;
    margin-right: 5px;
}
footer .fSocial ul
{
    font-size: 44px;
}
footer .fSocial ul li
{
    display: inline-block;
    margin-right: 15px;
}
footer hr {
    border-top: 1px solid #49423D;
}
.Copyright, .Signature{
    font-size: 12px;
    text-transform: uppercase;
}
.Signature {
    text-align: right;
}
.Signature a{
    color: #F5F3ED;
}
.Signature .imgGDPR {
    margin-left: 15px;
}
.GoTop
{
	background: #8B734A;
	color: #FFF;
	display: block;
	text-align: center;
    font-size: 16px;
    padding: 7px 13px;
    cursor: pointer;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9;
	visibility: hidden;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.GoTop:hover
{
	background: #FFF;
	color: #8B734A;
}
.TopFixed .GoTop
{
	visibility: visible;
}
/* [RoomDetail] */
body.RoomDetail
{
	font-size: 14px;
	background: #FFF;
	height: 100%;
	padding: 0;
}
.RoomDetailGallery
{
    width: 63%;
    height: 100%;
    float: left;
    position: fixed;
    overflow: hidden;
}
.RoomDetailGallery > div:nth-child(2)
{
	/*display: none;*/
}
.CmsViewPage .RoomDetailGallery > div:nth-child(2)
{
	display: block;
}
.GalleryControls .GCArrow
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 30px;
    display: block;
}
.GalleryControls .GCArrowNext
{
    left: auto;
    right: 30px;
}
.GalleryControls .GCArrow a
{
    display: block;
    height: 44px !important;
    width: 44px !important;
    text-align: center;
    margin-top: -35px !important;
    opacity: 0.8;
}
.GalleryControls .GCArrow a:hover
{
    opacity: 1;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.GalleryControls .GCArrow i
{
    font-size: 40px;
    color: #FFF;
    opacity: 0.8;
    margin-top: 0;
}
.GalleryControls .GCArrow:hover i
{
    color: #FFF;
    opacity: 1;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.GalleryContent
{
    position: relative;
    z-index: 2;
    height: 100%;
}
.GalleryContent iframe
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.RoomDetailGallery .bx-wrapper .bx-pager, .RoomDetailGallery .bx-wrapper .bx-controls-auto {
    background: rgba(0,0,0,0.5);
    padding: 10px;
    z-index: 9;
    color: #FFF;
    position: absolute;
    bottom: 17px;
    width: auto;
    margin: 0 auto;
    text-align: right;
    right: 20px;
}
.RoomDetailGallery img
{
    min-height: 100%;
    width: 100%;
}
.RoomDetailGallery .bx-wrapper
{
    height: 100vh;
}
.RoomDetailGallery .SearchButton
{
    display: block;
    clear: both;
    padding-top: 40px;
}
.RoomDetailInfo
{
    width: 37%;
    padding: 55px 3% 0;
    float: right;
}
.RoomDetailInfo.PopupInfo
{
    width: 100%;
    padding: 55px 3% 0;
    float: none;
}
.RoomDetailInfo .fbclose, .RoomDetailGallery .fbclose
{
    position: absolute;
    font-family: 'Oswald', sans-serif;
    top: 20px;
    right: 40px;
    z-index: 2;
    color: #111;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}
.RoomDetailGallery .fbclose
{
	display: none;
	bottom: 40px;
    top: auto;
}
.RoomDetailInfo .fbclose i, .RoomDetailInfo .fbclose span
{
    font-size: 22px;
    color: #8B734A;
}
.RoomDetailInfo .fbclose:hover
{
    color: #8B734A;
    text-decoration: none;
}
.RoomDetailInfo .Title h1, .RoomDetailInfo.PopupInfo h1
{
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
	margin: 0 0 20px;
	color: #111;
}
.RoomDetailInfo.PopupInfo h1
{
	margin: 0;
}
.RoomDetailInfo .Title h2, .RoomDetailInfo.PopupInfo h2, .RoomDetailInfo.PopupInfo h3
{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 25px;
    color: #8B734A;
}
.RoomDetailInfo.PopupInfo h2
{
    margin: 30px 0 10px;
    clear: both;
}
.RoomDetailInfo.PopupInfo h3
{
    font-size: 14px;
    margin: 30px 0 10px;
    clear: both;
    color: #111;
}
.RoomDetailInfo.PopupInfo blockquote
{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 26px;
    font-style: italic;
    line-height: 35px;
    text-align: center;
    padding: 10px 0 20px;
    margin: 0;
    border-left: 0;
    color: #111;
}
.RoomDetailInfo .Description
{
    margin: 20px 0 15px;
}
.RoomDetailInfo .AdditionalInfo
{
    font-size: 11px;
    line-height: 18px;
    margin: 20px 0 30px;
    color: #8B734A;
}
.SearchButtonDetail
{
    margin: 0 0 15px;
}
.SearchButtonDetail a
{
	float: none !important;
}
.RoomDetailInfo.PopupInfo ul
{
	margin: 5px 0 0;
	padding: 0;
	list-style-type: none;
}
.RoomDetailInfo.PopupInfo ul li
{
    /*border-bottom: dashed 1px #111;*/
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 5px 0 5px;
    position:relative;
}
.RoomDetailInfo.PopupInfo ul li:after 
{
	z-index:-1;
	border-bottom:dashed 1px #111;
	position:absolute;
	bottom:2px;
	left:0;
	right:0;
	content: " ";
}
.RoomDetailInfo.PopupInfo ul li span:first-child, .RoomDetailInfo.PopupInfo ul li b, .RoomDetailInfo.PopupInfo ul li strong
{
	float: left;
    /* background: #FFF; */
    margin: 0 0 0px;
    padding: 0 5px 0 0;
    font-weight: normal;
    /* flex: 1; */
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-style: solid;
    text-underline-offset: 4px;
}
.RoomDetailInfo.PopupInfo ul li span:first-child, .RoomDetailInfo.PopupInfo ul li b, .RoomDetailInfo.PopupInfo ul li strong 
{
	/*background-color:#FFF;*/
	display:inline;
	float:none;
}
.RoomDetailInfo.PopupInfo ul li span:first-child *, .RoomDetailInfo.PopupInfo ul li b *, .RoomDetailInfo.PopupInfo ul li strong * 
{
	
}
.RoomDetailInfo.PopupInfo ul li span:last-child, .RoomDetailInfo.PopupInfo ul li u
{
    float: right;
    background: #FFF;
    margin: 0 0 -1px;
    padding: 0 0 0 5px;
    text-decoration: none;
    margin-left: auto;
    flex-shrink: 0;
    align-self: flex-end;
}
/* [Experiences] */
.Experiences
{
	background: #FFF;
	padding: 10px 30px 30px;
    text-align: center;
    display: block;
    width: 30%;
    margin: 1.5%;
    min-height: 380px;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
main .Text .Experiences .SearchButton {
    margin-right: 30px !important;
    margin-top: 50px !important;
    background: linear-gradient(to right, #111 50%, #FFF 50%);
    background-size: 200% 100%;
    background-position:right bottom;
}
main .Text .Experiences .SearchButton:hover {
    background-position:left bottom;
}
.Experiences h2 {
    margin-bottom: 30px;
}
/* [Gallery] */
.Gallery 
{
	margin-bottom: 40px;
}
.Gallery::after 
{
	content: "";
	position: relative;
	clear: both;
	display: block;
}
.Gallery img {
	width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
.ImageOver
{
    position: relative;
    overflow: hidden;
}
.Gallery img:hover
{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
/* [Forms] */
.wizard-footer-btns {
    text-align: right;
    width: 100%;
}
.wizard-footer-btns .SearchButton, .wizard-footer-btns button {
    margin-right: 0px !important;
    margin-left: 60px !important;
    width: auto !important;
}
.form-check-inline 
{
	width:auto;
	display:inline-block;
}
.form-check {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.form-check label {
    padding-left: 5px;
}

.form-check input[type='checkbox'], .form-check input[type='radio'] {
    margin-top: 6px;
}
.FormRight 
{
	display: none;
}
.Form.CustomForm
{}
.Form.CustomForm > div
{
	margin: 0 0 10px;
}
.Form.CustomForm > div span
{
	display: block;
}
.Form.CustomForm > div input, .Form.CustomForm > div textarea, .Form.CustomForm .pickerWrapper_Default, .Form.CustomForm .pickerWrapper_Default table
{
	width: 100% !important;
}
.comment-btn  .SearchButton 
{
	margin-right: 0 !important;
	border-radius: 0 !important;
}
.wizard > .ng-scope
{
	max-width: 700px;
    margin: 40px auto 0;
    background: #FFF;
    border: solid 1px #111;
    padding: 40px 25px 25px;
}
.wizard > .ng-scope h2
{
	float: right;
    margin: -10px 0 0;
    font-size: 16px;
}
.wizard > .ng-scope label
{
	font-weight: 400;
	font-size: 14px;
}
.wizard > .ng-scope label.labelQuestion
{
	color: #000;
}
.wizard > .ng-scope label.form-check-label
{
	margin-bottom: 10px;
}
.wizard > .ng-scope .form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* [PopUp] */
.PopUpText
{
	position: relative;
}
.PopUpText .Description
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.7);
	font-size: 15px;
	color: #49423D;
	padding: 20px;
    line-height: 20px;
}
.PopUpText .Description h2
{
	font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 40px;
    color: #8B734A;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.PopUpText .Description p
{
    margin: 0;
    padding: 0;
}
/* [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%;
}
.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
{
    overflow: hidden;
}
/* [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;
}
.Equal > [class*='col-'] {
   display: flex;
   flex-direction: column;
}
/* [Telerik Hacks] */
.RadMenu
{
    float: none !important;
    z-index: 2 !important;
    white-space: initial !important;
}
.RadMenu .rmItem, .RadMenu ul.rmHorizontal, .RadMenu ul.rmVertical {
    float: none !important;
}
/* [e-GDS CMS Hacks] */
.Rooms .contentbody {
    max-height: 400px;
    overflow: hidden;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 2147483648;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.fancybox-overlay{z-index:9999 !important}
.fancybox-wrap{z-index:99999 !important}
/*AngularJS ng-cloak (esconde elementos não compilados)*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/*jQuery Image Magnifier - Zoom*/
/* Zoom styles */
.zoom, .original {
	position: relative;
}
.zoom {
	display: inline-block;
	max-width:50%;
	z-index:1;
}
.original {
	cursor: crosshair;
	max-width:100%;
}
#target {
	/*width: calc(var(--t) / 2);*/
}
.zoom .viewer {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.zoom .viewer img {
	position: absolute;
	max-width:unset;
}
.magnifier {
	position: absolute;
	background: #000;
	opacity: 0.7;
	top: 0;
	left: 0;
}
.magnifier, .viewer {
	display: none;
}
.original:hover ~ div {
	display: block;
}
.original::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
/* [Responsive] */
@media (min-width: 1423px)
{	
	header, nav, main, footer {padding-left: 8.33333333%;padding-right: 8.33333333%;}
	.TopFixed .Logo {left: calc(8.33333333% + 15px);}
}
@media (max-width: 1800px)
{	
	.SpecialsContent .Content {padding: 70px 80px 0;}
	.RoomDetail .MainContent .MCPadding {padding: 60px;}
	.RoomCapacity {top: 63px;right: 60px;font-size: 12px;}
}
@media (max-width: 1535px)
{
	nav ul li {padding: 0 20px;}
	.SpecialOffersContent .MainContent {padding: 30px 0 10px;}
	.SpecialsContent .Content {padding: 70px 80px 0;}
	.SpecialsContent .Content h2 {font-size: 45px;margin: 0 0 40px;}
	.SpecialsContent .Content {padding: 70px 70px 0;}
	footer .Menu ul li {display: block;width: 100%;}
}
@media (max-width: 1439px)
{
	.SpecialOffersContent h3 {margin: 0 0 30px;font-size: 30px;}
	.SpecialOffersContent .MainContent {padding: 30px 0 10px;}
	.SpecialsContent .Content {padding: 50px 50px 0;}
	.SpecialsContent .Content h2 {font-size: 40px;margin: 0 0 25px;}
	.RoomDetailInfo .Title h1, .RoomDetailInfo.PopupInfo h1 {font-size: 25px;}
	.RoomCapacity {top: 57px;right: 60px;}
	.RoomDetail > div h3 {font-size: 30px;}
	.RoomDetail > div h4 {font-size: 16px;}
}
@media (min-width: 1200px) and (max-width: 1365px) 
{
	.SpecialsContent .Content h2 {font-size: 34px;margin: 0 0 20px;}
	.SpecialsContent .Content h2 span {font-size: 16px;margin: 0 0 15px;}
	.SpecialsContent .Content p {margin: 0 0 20px;line-height: 24px;font-size: 13px;}
	.SpecialsContent .Content p.MultiLinks a {margin: 0 20px;}
	.SpecialsContent .Content .SearchButton {margin-bottom: 20px;}
	.RoomCapacity {position: relative;top: auto;right: auto;}
	.RoomDetail > div h4 {margin-bottom: 10px;}
}
@media (min-width: 992px) and (max-width: 1199px)
{
	nav ul li {padding: 0 15px;}
	.TopFixed nav ul li {padding: 0 10px;}
	.TopLink{display: none;}
	.Booking {width: 100%;bottom: 0;left: 0;margin-left: 0;}
	.Booking .Search {padding: 4px 5px;}
	.Booking > div {margin-right: 10px;}
	.RoomDetail .MainContent .MCPadding {padding: 15px;}
	.RoomDetail > div h3 {font-size: 25px;margin: 0 0 10px;}
	.RoomDetail > div h4 {font-size: 14px;margin: 0 0 10px;}
	.RoomCapacity {position: relative;top: auto;right: auto;}
	.RoomDetail > div span {margin: 0 0 15px;}
	.RoomDetail p {margin-bottom: 15px;font-size: 13px;line-height: 22px;}
	.SpecialOffersContent h3 {margin: 0 0 20px;font-size: 22px;}
	.SpecialOffersContent p {display: none;}
	.SpecialOffersContent .Since {margin: 15px 0 0;}
	.SpecialsContent .Content {padding: 15px 15px 0;}
	.SpecialsContent .Content h2 {font-size: 30px;margin: 0 0 20px;}
	.SpecialsContent .Content p {margin: 0 0 20px;font-size: 14px;line-height: 22px;}
	.SpecialsContent .Content p.MultiLinks a {margin: 0 20px;}
	.SpecialsContent .Content .SearchButton {margin-bottom: 20px;}
	main ul.RoomsServices li {width: 50%;}
	.RoomDetailInfo.PopupInfo ul li span:first-child {font-size: 12px;}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.Utilities ul li {margin-left: 10px;}
	nav ul li {padding: 0 12px;}
	nav ul li a {font-size: 13px;}
	.TopFixed .Logo {top: 10px;}
	.TopFixed .Logo img {height: 40px;}
	.TopFixed nav ul li {padding: 0 7px;}
	.TopFixed nav ul li a {font-size: 13px;}
	.BannerDescription {top: 10px;}
	.TopLink{display: none;}
	.Booking {width: 100%;bottom: 0;left: 0;margin-left: 0;}
	.Booking .Search {padding: 4px 5px;}
	.lnkBookingAreaContainer {float: right;text-transform: uppercase;}
	.lnkBookingAreaContainer a {color: #FFF;}
	.SpecialsItem {display: block;}
	.Specials .MainImage, .Specials .MainContent, .SpecialOffers .SpecialsItem .MainImage, .SpecialOffers .SpecialsItem .MainContent, .RoomsSlider .SpecialsItem .MainImage, .RoomsSlider .SpecialsItem .MainContent {width:100%;}
	.SpecialsContent .Content {padding: 50px;}
	footer h2 {margin: 40px 0 10px;}
	main ul.RoomsServices li {width: 50%;}
	main .Text .SearchButton {width:100%;margin-right: 30px;}
	.SocialNetworksMiddle::before, .SocialNetworksMiddle::after {width: 30%;}
	.SocialNetworksMiddle {margin: 0;}
	.Experiences {width: 100%;margin: 0 0 30px;float: none;}
	.PopUpText .Description {font-size: 13px;padding: 15px;}
	.PopUpText .Description h2 {font-size: 22px;line-height: 32px;}
	
	.zoom {max-width: 100%;}
	.zoom .viewer {top: 100%;left: 0;}
}
@media (max-width: 767px)
{
	.Languages {margin-top: 10px;}
	.SocialNetworks {margin-top: 10px;}
	.col-logo {clear: both;}
	.Logo {padding: 10px 0;}
	.Logo img {height: 50px;}
	.TopFixed .Logo {position: relative;left: auto;top: auto;}
	.TopLink{display: none;}
	.BannerDescription {display: none;}
	.Booking {width: 100%;bottom: 0;left: 0;margin-left: 0;}
	.Booking .Search {padding: 4px 5px;}
	.lnkBookingAreaContainer {float: right;text-transform: uppercase;}
	.lnkBookingAreaContainer a {color: #FFF;}
	.SpecialsItem {display: block;}
	.Specials .MainImage, .Specials .MainContent, .SpecialOffers .SpecialsItem .MainImage, .SpecialOffers .SpecialsItem .MainContent, .RoomsSlider .SpecialsItem .MainImage, .RoomsSlider .SpecialsItem .MainContent {width:100%;}
	.SpecialsContent .Content {padding: 30px;}
	footer h2 {margin: 40px 0 10px;}
	main ul.RoomsServices li {width: 100%; float: none;}
	main .Text .SearchButton {width:100%;margin-right: 15px;}
	.RoomDetail .SearchButton, .RoomDetail .SearchButtonAlt {float: none;margin: 10px auto;}
	.SocialNetworksMiddle::before, .SocialNetworksMiddle::after {display: none;}
	.SocialNetworksMiddle {margin: 0;}
	.Newsletter input {width: 250px;}
	.Newsletter .Accept, .Newsletter .Login {text-align: center; margin: 0;}
	.Copyright, .Signature {text-align: center;}
	.RoomDetailInfo.PopupInfo ul li {/*height: 55px;*/ position: relative;}
	.RoomDetailInfo.PopupInfo ul li span:last-child {position: absolute;bottom: 0;right: 0;}
	.SpecialsContent .Content p.MultiLinks a {display: block;margin: 10px auto;}
	.Experiences {width: 100%;margin: 0 0 30px;float: none;}
	.RoomDetail .MainContent .MCPadding {padding: 30px;}
	.RoomCapacity {position: relative;top: auto;right: auto;}
	.BannerBig .Banner, .Homepage .Banner {overflow: hidden;}
	.BannerBig .Banner img, .Homepage .Banner img {width: 200%; max-width: none; margin-left: -50%}
	.PopUpText {height: 100%;}
	.PopUpText .Description {position: relative;font-size: 13px;padding: 15px;}
	.PopUpText .Description h2 {font-size: 22px;line-height: 32px;}
	.fancybox-close {background-color: #8B734A}
	
	.zoom {max-width: 100%;}
	.zoom .viewer {top: 100%;left: 0;}
}
@media (max-width: 891px)
{
	.RoomDetailGallery {width: 100%;float: none;position: relative;}
	.RoomDetailInfo {width: 100%;padding: 20px;float: none;}
	.RoomDetailGallery .bx-wrapper {height: auto;}
}