﻿@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Open+Sans:300,400,700');
/*
	font-family: 'Open Sans', sans-serif;
	font-family: 'Playfair Display', serif;
*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css);

a 
{
	cursor: pointer !important; 
	color: #eab325; 
	text-decoration: underline;
}
a:focus 
{
	outline: none !important; 
	color: #000; 
	text-decoration: none;
}
body 
{
    font-family: 'Open Sans', sans-serif;
    background: #2b2a2a;
    font-size: 16px;
    color: #294453;
    line-height: 30px;
}
input, select, textarea 
{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
h1
{
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	font-weight: 700;
	color: #eab325;
	margin-bottom: 15px;
	text-align: center;
}
h2
{
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	font-weight: 700;
	color: #eab325;
	margin-bottom: 15px;
	text-align: center;
}
h3
{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	color: #2b2a2a;
	margin-bottom: 15px;
	text-align: center;
}
blockquote
{
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	color: #000;
	font-style: italic;
	font-weight: 700;
	border: none;
	padding-top: 25px;
}
/* [Scroll] */
.scroll{}
.scroll a span 
{
    position: absolute;
    top: -60px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}
.scroll a:hover 
{
	opacity: .5;
}
.scroll a 
{
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -23px;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 15px/1 'Open Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.scroll a span::before 
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}
.scroll a span::after 
{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* [header] */
header
{
	position: fixed !important;
	z-index: 3;
	text-align: center;
	height: 100%;
	width: 16.66666667%;
	background: #2b2a2a;
}
/* [Languages] */
.Languages 
{
	font-size: 14px;
	padding-top: 4%;
	padding-bottom: 6%;
}
.Languages a
{
	color: #FFF;
	text-decoration: none;
}
.Languages a:active
{
	color: #eab325;
}
.Languages a:after, .Languages label:after
{
	content: "•";
    font-size: 10px;
    padding: 0 5px 0 5px;
    text-decoration: none;
}
.Languages a:hover, .Languages a:focus, .Languages label
{
	color: #eab325;
	font-weight: 400;
}

/* [Logo] */
.Logo
{
	padding-bottom: 6%;
}
/*[Menu]*/
.Menu
{
	padding-bottom: 4%;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.Menu ul
{
	margin: 0;
	padding: 0;
}
.Menu ul li
{
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	list-style-type: none;
}
.Menu ul li a
{
	color: #bebfc1;
	text-decoration: none;
}
.Menu ul li a:hover, .Menu ul li a.current
{
	color: #FFF;
	text-decoration: underline;
}

/* [Navigation] */
.Navigation
{
	width: 74px;
	padding: 5px 15px;
	border: solid 2px #FFF;
	height: 54px;
	display: block;
	position: relative;
	margin: 14px 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;
}
body.BMenuMobile .Navigation
{
	background: #eab325;
}
.Navigation span
{
	display: block;
	position: absolute;
	height: 4px;
	width: 40px;
	background: #FFF;
	opacity: 1;
	left: 15px;
	-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: 12px;
}
.Navigation span:nth-child(2),.Navigation span:nth-child(3) 
{
  top: 24px;
}
.Navigation span:nth-child(4) 
{
  top: 36px;
}
body.BMenuMobile .Navigation span:nth-child(1) 
{
  top: 9px;
  width: 0%;
  left: 50%;
}
body.BMenuMobile .Navigation span:nth-child(2) 
{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.BMenuMobile .Navigation span:nth-child(3) 
{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.BMenuMobile .Navigation span:nth-child(4) 
{
  top: 9px;
  width: 0%;
  left: 50%;
}
/* [Booking] */
.Booking
{
	background: #FFF;
	text-align: center;
	width: 700px;
	overflow: hidden;
    max-height: 112px;
    position: absolute;
    left: 100%;
    margin-left: -700px;
    top: 0;
    padding: 10px 20px 10px 50px;
    z-index: -1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}
.MenuBook .Booking, .Fixed  .Booking
{
	margin-left: 0;
	-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);
}
.Booking .Tit
{
	font-size: 11px;
	text-transform: uppercase;
	color: #294453;
}
.Booking .Search input{}
.Booking .Search span
{
	color: #2b2a2a;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}
.Booking a.lnkSearch
{
	font-size: 20px;
	margin-top: -15px;
}
.Booking hr
{
	background: #eab325;
	-webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 111px;
    width: 80px;
    position: absolute;
    left: -40px;
    top: -1px;
    margin: 0;
}
/* [BookBG] */
.BookBG
{
	background: #000;
	padding: 30px 0;
	position: relative;
}
/* [BookingEngine] */
.BookingEngine{}
.BookingEngine div[class*='col-'] div{}
.BookingEngine div[class*='col-'] div select
{
	border: 0;
	font-weight: 400;
    font-size: 15px;
	color: #3B3838;
	background: #FFF;
	text-transform: uppercase;
	max-width: 170px;
}
.BookingEngine div[class*='col-'] div select option
{
	font-size: 16px;
	text-transform: capitalize;
}
.BookingEngine div[class*='col-'] div input
{
	border: 0;
	padding: 0;
	border-bottom: solid 1px #d8d8d8;
	font-weight: 700;
	font-size: 18px;
	color: #2b2a2a;
	text-transform: uppercase;
	max-width: 100px;
	text-align: center;
	background: none;
}
.lnkBookingArea {
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    padding-top:15px;
    font-size: 12px;
}
.lnkBookingArea:hover, .lnkBookingArea:focus 
{
	color:#eab325;
}
.lnkBookingAreaImg 
{
	margin-right:5px;
}
.lnkBookingAreaImg path 
{
	fill:#FFF;
}
/* [BookingEngineBTN] */
.BookingEngineBTN 
{
	background: #eab325;
	font-size: 18px;
	font-weight: 700;
	border: 2px solid #FFF;
	text-transform: uppercase;
	color: #FFF;
	padding: 10px 15px;
	width: 200px;
	cursor: pointer;
	margin: 0 auto;
	transition: all 0.4s;
}
.BookingEngineBTN:hover
{
	background: #FFF;
	color: #000;
}
.BookingEngineBTN a
{
	color: #FFF;
	text-decoration: none;
}
.BookingEngineBTN a:hover
{
	text-decoration: underline;
	color: #000;
	
}
.Fixed .BookingEngineBTN 
{
	display: none;
}
.BookingEngineBTN img 
{
    margin: -6px 8px 0 0;
}

/*[Social]*/
.Social
{
	padding-top: 4%;
}
.Social a
{
	font-size: 25px;
	color: #FFF;
	padding: 10px;
}
.Social a:hover
{
	font-size: 25px;
	color: #eab325;
}

/*[Banner]*/
.Banner 
{
	position: relative;
	background: #FFF;
	width: 100%;
}
.Banner ul 
{
	margin: 0;
	padding: 0;
}
/* [CleanSafe] */
.CleanSafe 
{
	position:absolute;
	bottom:15px;
	right:15px;
	width:250px;
	height:auto;
	z-index:3;
}
/* [BannerDescription] */
.BannerDescription 
{
    position: absolute;
    top: 30%;
    left: 60%;
    width: 900px;
    height: 360px;
    margin-left: -450px;
    margin-top: -180px;
    text-align: center;
    z-index: 9;
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.BannerDescription h2
{
	color: #FFF;
	font-size: 65px;
	font-style: italic;
}
.BannerDescription h3
{
	color: #FFF;
	font-size: 30px;
	font-style: normal;
}
.BannerDescription h3:after
{
	content: " ";
    position: absolute;
    height: 1px;
    width: 80px;
    top: 65px;
    left: 50%;
    margin-left: -40px;
    z-index: 2;
    background: #eab325;
}
.BannerDescription .SearchButton 
{
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 25px 9px;
	text-shadow: none;
}

/*[BannerDynamic]*/
.BannerDynamic
{}

/*[Presentation]*/
.Presentation
{
	padding: 80px 0 80px 0;
}
.Presentation h2
{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	color: #2b2a2a;
	margin-bottom: 35px;
	text-align: center;
}
.Presentation h2:after
{
	content: " ";
    position: absolute;
    height: 1px;
    width: 80px;
    top: 125px;
    left: 50%;
    margin-left: -40px;
    z-index: 2;
    background: #eab325;
}
/*[PresentationText]*/
.PresentationText
{
	text-align: center;
}
/*[PresentationVideo]*/
.PresentationVideo 
{
    background: #2b2a2a;
    width: 100%;
}
.PresentationVideo iframe
{
	width: 100%;
}
/* [ShareThis] */
.ShareThis
{
	font-size: 16px;
	color: #FFF;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 5px 20px 5px 20px;;
}
.ShareThis a
{
	text-decoration: none;
	color: #FFF;
}
.ShareThis a:hover
{
	text-decoration: underline;
	color: #eab325;
}
.ShareThis a span
{
	color: #FFF;
}
.ShareThis a span:hover
{
	color: #eab325;
}
.a2a_default_style a 
{
	padding: 0 !important;
	line-height: 30px !important;
}
/* [Main] */
main
{
	background: #FFF;
}

/* [BedroomBG] */
.BedroomBG
{
	padding-top: 50px;
	background: #f4f3ee;
}
/*[BedroomImgs]*/
.BedroomImgs{}
/*[BedroomTxt]*/
.BedroomTxt
{
	text-align: center;
}
.BedroomTxt h3
{
	margin-bottom: 35px;
}
.BedroomTxt h3:after
{
	content: " ";
    position: absolute;
    height: 1px;
    width: 80px;
    top: 125px;
    left: 50%;
    margin-left: -40px;
    z-index: 2;
    background: #eab325;
}
/* [OffersBG] */
.OffersBG
{
	background: #eab325;
	padding-top: 15%;
	padding-bottom: 5%;
	margin-top: -60px;
}
/*[TitOffers]*/
.TitOffers
{
	background: url(/Images/Promotion-Icon.svg) top center no-repeat;
	width: 100%;
	height: 380px;
	background-size: contain;
}
.TitOffers h2
{
	font-size: 40px;
	color: #FFF;
	padding-top: 20%;
}
.TitOffers h3
{
	font-size: 24px;
	color: #FFF;
	font-style: italic;
}
/*[OffersTxt]*/
.OffersTxt{}
/* [SpecialOfferTxt] */
.SpecialOfferTxt
{
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	font-size: 18px;
	color: #294453;
	position: absolute;
    top: 0;
    right: 0;
    height: 380px;
    width: 50%;
    overflow: hidden;
}
.SpecialOfferTxt h3 a
{
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	color: #000;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
}
.SpecialOfferTxt span.Dates
{
	font-size: 16px;
	font-weight: 300;
	color: #545454;
}
.SpecialOfferTxt a.lnkButton 
{
	font-size: 16px;
	color: #FFF;
	background: #000;
	border: 3px solid #000;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 25px 9px;
	text-decoration: none;
	margin-top: 25px;
	transition: all 0.4s;
}
.SpecialOfferTxt a.lnkButton:hover 
{
	background: #FFF;
    border: 3px solid #eab325;
    color: #eab325;
    text-decoration: none;
}
.SpecialOfferTxt .PromoPrice span.Since
{
	font-size: 16px;
	color: #000;
	font-weight: 700;
	display: block;
}
.SpecialOfferTxt .PromoPrice span.Price
{
	font-size: 37px;
	font-weight: 700;
	color: #eab325;
}
.SpecialOfferTxt p.PromotionDetail 
{
	text-align: center;
    font-size: 18px;
    color: #294453;
    margin-top: 20px;
    height: 60px;
    overflow: hidden;
}
.SpecialOfferTxt .OldPrice
{
	font-size: 20px;
	color: #626262;
	font-style: italic;
	font-weight: 700;
	text-decoration: line-through;
}
/* [SpecialOffer] */
.SpecialOffer{}
.SpecialOffer img
{
	width: 100%;
	height: 380px;
}
#Offers .fooContainer.isLoading
{
	height: 380px;
    overflow: hidden;
    position: relative;
}
#Offers .fooContainer.isLoading .fooLoader
{
	min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    width: 100%;
    bottom:0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
}
#Offers .bx-controls
{
	display: none;
}
/* [Offers] */
body.NoOffers #Offers
{
	display: none;
}
/* [RestaurantBG] */
.RestaurantBG
{
	background: #FFF;
}
/*[RestaurantTxt]*/
.RestaurantTxt
{
	text-align: center;
}
.RestaurantTxt h2
{
	padding-top: 35px;
}
.RestaurantTxt h3
{
	margin-bottom: 35px;
}
.RestaurantTxt h3:after
{
	content: " ";
    position: absolute;
    height: 1px;
    width: 80px;
    top: 160px;
    left: 50%;
    margin-left: -40px;
    z-index: 2;
    background: #eab325;
}
.RestaurantBG .colAbsolute 
{
    top: -65px;
}
/*[RestaurantImgs]*/
.RestaurantImgs{}

/* [GalleryBG] */
.GalleryBG
{
	background: #f4f3ee;
	margin-top: -130px;
}
/*[TitGallery]*/
.TitGallery
{
	padding-top: 80px;
}
.TitGallery h3
{
	margin-bottom: 35px;
}
.TitGallery h3:after
{
	content: " ";
    position: absolute;
    height: 1px;
    width: 80px;
    top: 200px;
    left: 50%;
    margin-left: -40px;
    z-index: 2;
    background: #eab325;
}
/*[GalleryImg]*/
.GalleryImg
{
	background: #eab325;
}

/* [Gallery] */
.Gallery{}
.Gallery a {
    width: 100%;
    background: #eab325;
    position: relative;
    display: block;
}
.Gallery a img
{
	width: 100%;
	margin: 0;
	opacity: 0.4;
    filter: alpha(opacity=40);
}
.Gallery a:hover img
{
	opacity: 1;
	filter: alpha(opacity=100);
}
/* [ActivitiesBG] */
.ActivitiesBG 
{
    background: #FFF url(/Images/Activities-Background.jpg) no-repeat;
    padding: 50px 0 50px;
    background-size: cover;
}
/*[Activities1]*/
.Activities1
{
	font-size: 18px;
	color: #000;
	padding-left: 50px;
}
.Activities1 h2
{
	font-size: 30px;
	color: #000;
	font-weight: 700;
	text-align: left;
	padding-top: 80px;
}

/*[Activities2]*/
.Activities2 
{
	font-style: italic;
	color: #FFF;
    height: 450px !important;
    width: 450px !important;
    background: #eab325;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 3;
    margin: 20px;
    float: right;
}
.Activities2 h2
{
	color: #FFF;
	padding-top: 60px;
	margin-bottom: 35px;
}
.Activities2 h2:after
{
	content: " ";
    position: absolute;
    height: 1px;
    width: 80px;
    top: 140px;
    left: 50%;
    margin-left: -40px;
    z-index: 2;
    background: #FFF;
}
.Activities2 p
{
	margin: 0 50px 0 50px;
	line-height: 20px;
    font-size: 15px; 
}
/* [LocationBG] */
.LocationBG
{
	background: #f4f3ee;
}
/*[LocationTit]*/
.LocationTit{}
.LocationTit h3
{
	margin-bottom: 35px;
}
.LocationTit h3:after
{
	content: " ";
    position: absolute;
    height: 1px;
    width: 80px;
    top: 130px;
    left: 50%;
    margin-left: -40px;
    z-index: 2;
    background: #eab325;
}
/*[LocationText]*/
.LocationText
{
	padding-bottom: 40px;
}

/*[LocationMap]*/
.LocationMap
{
	background: #FFF;
}
/*[LocationContacts]*/
.LocationContacts
{
	padding-top: 30px;
    font-size: 14px;
    color: #294453;
    line-height: 25px;
    padding-bottom: 30px;
}
.LocationContacts h2
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	color: #294453;
}
.LocationContacts span.fa
{
	color: #eab325;
	padding-right: 5px;
}
.LocationContacts a
{
	color: #294453;
}
/* [Bing Maps] */
.MicrosoftMap.dirSDK .directionsPanel 
{
	width:100% !important;
	margin-top:15px;
}
.MicrosoftMap .dirIcon 
{
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	box-sizing:content-box;
	line-height: 18px;
}
.MicrosoftMap [role='alert'] {
    display: none !important;
	opacity:0 !important;
	visibility:hidden !important;
}
/* [Google Maps] */
.rGoogleMaps{}
.GMaps
{
	width: 100%;
	height: 525px;
}
.rGoogleMaps p
{
	padding: 10px 0;
	display: block;
	margin: 0 !important;
	position: relative;
	font-size: 17px;
	color: #000;
}
.rGoogleMaps p .fa-long-arrow-right, .rGoogleMaps p .fa-long-arrow-left
{
    font-size: 25px;
    position: absolute;
    left: 18px;
    top: 65px;
}
.rGoogleMaps input.waterMarkInput 
{
	font-style: italic;
	font-weight: 300;
    font-size: 16px;
    color: #294453;
    background: none;
    border-bottom: solid 1px #294453;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 18px 0;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
}
.rGoogleMaps a.SearchButton 
{
    font-size: 18px;
    margin: 20px 0 0;
	color: #FFF;
	text-decoration: none;
}
.rGoogleMaps a:hover
{
	color: #eab325;
}
.rGoogleMapsDetail h3
{
	font-size: 14px;
	display: inline-block;
	font-weight: 700;
	color: #eab325;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.rGoogleMapsDetail .fa
{
	margin-left: 20px;
	color: #eab325;
}
.rGoogleMaps p.GMapsAddress
{
	padding-bottom:0;
}
/* [GoogleMapsContent] */
.GoogleMapsContent 
{
	padding: 20px;
}
.GoogleMapsContent img
{
	padding: 0 10px 0 10px;
}
/* [LocationIndications] */
.LocationIndications
{
	margin-top: 50px;
}
/* [responsiveTabs] */
.responsiveTabs{}
.responsiveTabs img
{
	float: left;
	margin: 15px 15px 15px 0;
}
/* [Tabs container] */
.r-tabs 
{
	position: relative;
}
.r-tabs-nav
{
	border-bottom: solid 1px #2b2a2a;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab 
{
	position: relative;
	background-color: #2b2a2a;
	border-top: 1px solid #2b2a2a;
    border-right: 1px solid #2b2a2a;
    border-left: 1px solid #2b2a2a;
    margin-right: 5px;
    max-width: 150px;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor 
{
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	line-height: 16px;
	text-align: center;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled 
{
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor 
{
	color: #2b2a2a;
	background: #f4f3ee;
	position: relative;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor::after
{
	content: " ";
	position: absolute;
	width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    z-index: 5;
    background: #f4f3ee;
}
.GolfBG .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor::after, .AlgarveBG .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor::after
{
	display: none;
}
/* Tab panel */
.r-tabs .r-tabs-panel 
{
	border-bottom: solid 1px #2b2a2a;
	border-right: 1px solid #2b2a2a;
    border-left: 1px solid #2b2a2a;
    line-height: 22px;
    font-size: 14px;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor 
{
	display: block;
	padding: 10px;
	background-color: #2b2a2a;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor 
{
	background-color: #fff;
	color: #2b2a2a;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled 
{
	opacity: 0.5;
}


/* [footer] */
footer
{
	background: url(/Images/Footer-Background.jpg) top right no-repeat #eab325;
    background-size: cover;
    margin-top: -180px;
}
/*[Institutional]*/
.Institutional{}
/* [InstitutionalContent] */
.InstitutionalContent
{
	padding-top: 100px;
}
.InstitutionalContent h2
{
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}
/*[Slogan]*/
.Slogan{}
.Slogan blockquote
{
	text-align: center;
}
.Slogan h2
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 300;
}
/*[LegalMenu]*/
.LegalMenu
{
	padding-left: 50px;
}
.LegalMenu ul
{
	padding: 0;	
}
.LegalMenu ul li
{
	list-style-type: none;
}
.LegalMenu a
{
	color: #000;
	text-decoration: none;
}
.LegalMenu a:hover
{
	color: #FFF;
	text-decoration: underline;
}
/*[Newsletter]*/
.Newsletter{}

.Newsletter .NewsletterForm a{
	color:black;
}
.Newsletter input[type=checkbox]
{
	margin-top:0px;
	margin-right: 5px;
}

.Newsletter input[type=text]
{
	background: none;
	font-style: italic;
	color: #FFF;
	border: solid 1px #FFF;
	width: 100%;
	text-align: center;
	padding: 5px 5px;
	margin: 15px 0 0;
}

/* [NewsletterText] */
.NewsletterText
{
	font-size: 17px;
	color: #000;
}
/* [NewsletterForm] */
.NewsletterForm input.waterMarkInput 
{
	font-style: italic;
	font-weight: 300;
    font-size: 16px;
    color: #FFF;
    background: none;
    border-bottom: solid 1px #2b2b2b;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 18px 0;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
}
.NewsletterForm a.SearchButton 
{
    font-size: 18px;
    margin: 20px 0;
	color: #FFF;
	text-decoration: none;
	background: none;
	border: 3px solid #FFF;
	
}
.NewsletterForm a.SearchButton:hover 
{
	color: #FFF;
	background: #2b2b2b;
	border: 3px solid #2b2b2b;
}
.NewsletterForm .divTos label 
{
	font-weight:normal;
	color:#000;
}
/*[Support]*/
.Support{}
.Support img
{
	margin-top: 60px;
	width: 100%;
	height: auto;
}
/* [TopLink ] */
.TopLink 
{
    cursor: pointer;
    color: #FFF;
    font-size: 30px;
    background: #2b2a2a;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    padding-top: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.4s;
}
.TopLink:hover 
{
    color: #2b2a2a;
    background: #FFF;
}
/* [Copyright] */
.Copyright
{
	padding-top: 30px;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.Copyright a
{
	color: #000;
} 
/* [Powered] */
.Powered 
{
	font-size: 12px;
	color: #000;
	text-align: center;
	padding-bottom: 30px;
}
.Powered a
{
	color: #000;
} 
/* [Terms] */
.Terms
{
	text-align: center;
	min-height: 100vh;
}
/* [TermsBG] */
.TermsBG
{
	padding: 40px;
}

/* [colAbsolute] */
.colAbsolute
{
	top: 45px;
	z-index: 3;
}
.RestaurantBG .colAbsolute
{
	top: -65px;
}













/* [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; 
}
.Equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* [Preloader] */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFF; /* change if the mask should have another color then white */
	z-index:9999; /* makes sure it stays on top */
}
.CmsViewPage #preloader {
	display: none;
}
#logo {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:20%; /* centers the loading animation vertically one the screen */
	background-image:url(images/Loading.svg); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* [Utils] */
.SearchButton
{
    background: #eab325;
    font-weight: 700;
    border: 3px solid #eab325;
    color: #FFF;
    font-size: 26px;
    padding: 15px 0 16px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.4s;
}
.SearchButton:hover
{
    background: #FFF;
    border: 3px solid #eab325;
    color: #eab325;
    text-decoration: none;
}
.SearchButtonWhite:hover
{
    color: #eab325;
}
.btn-su 
{
	background: #eab325;
    border: 3px solid #eab325;
    text-transform: uppercase;
    color: #FFF;
    padding: 0px 12px;
    cursor: pointer;
    transition: all 0.4s;
    display: inline-block;
}
.btn-su:hover, .btn-su:focus 
{
	background: #FFF;
	color: #eab325;
	border: 3px solid #eab325;
}
#ui-datepicker-div
{
	z-index: 999 !important;
}
textarea:focus, input:focus, select:focus{
    outline: 0;
}


/* [Telerik Hacks] */
.RadMenu
{
    float: none !important;
    z-index: 2 !important;
    /*white-space: inherit !important;*/
}

/* [Gallery] */

/* [Tables] */

/* [Forms] */
.Form{}
.Form span
{
	display: block;
	margin: 10px 0 5px;
}
.Form input, .Form select, .Form textarea
{
	display: block;
	width: 100%;
}
input.SearchButton
{
	font-size: 14px !important;
	margin: 10px 0 0;
	padding: 7px 45px !important;
	float: right;
	border: 0;
}
/* [contact_form] */
.contact_form #message 
{
	margin-top:15px;
}
/* [UserAreaForm] */
.UserAreaContainer 
{
	margin-bottom:15px;
}
.UserAreaForm 
{
	display:inline-block;	
}
.UserAreaForm > div 
{
	margin-bottom:5px;
}
.UserAreaForm input[type='checkbox'] 
{
	width:auto;
	display:inline-block;
}
.UserAreaForm span.Auto 
{
	display:inline-block;
}
.UserAreaForm label 
{
	display:inline-block;
	max-width:calc(100% - 20px);
	vertical-align:middle;
}
.UserAreaForm .btn-su 
{
	display:inline-block;
	width:auto;
}
/* [e-GDS CMS] */
.CmsViewPage .visible-lg, .CmsViewPage .visible-md, .CmsViewPage .visible-sm, .CmsViewPage .visible-xs, .CmsViewPage main .GoogleMaps {
    display: block!important;
}
.CmsViewPage header, .CmsViewPage nav, .CmsViewPage .Banner
{
    position: relative!important;
}
.CmsViewPage .Banner
{
    z-index: 3;
}
body.CMSEditMode
{
    padding: 0!important;
}
/* [Calendar] */
.ui-datepicker
{
	background: #EFEFEF;
	font-size: 14px;
}
.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: #eab325 !important;
}
.ui-datepicker-unselectable span
{
	color: #D5D5D5;
}
.ui-datepicker-current-day a,  a.ui-state-hover
{
	color: #3c3e40;
	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;
    height: 1.5em !important;
}
/*! 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: 8010;
	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*/
	}
}

/* [Responsive] */
@media (max-width: 359px) {
	
}
/* [xs] */
@media (max-width: 767px) {
	body {font-size: 14px;line-height: 22px;}
	header {width: 100%;height: 100px;}
	.Banner {padding-top: 98px;}
	.Languages {padding-top: 0;padding-bottom: 0;position: absolute;display: block !important;width: 100%;text-align: center;left: 0;top: -100px;z-index: 1;-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;}
	.BMenuMobile .Languages {top: 110px;}
	.Logo {float: left;padding-top: 25px;width: 25%;padding-bottom:0;position: relative; z-index: 2;background: #2b2a2a;}
	.Logo img {width: 70px;height:52px;}
	nav{float: right;width: 25%;}
	.BookingEngineBTN {display:inline-block;margin-right:5px;vertical-align:middle;}
	.lnkBookingArea {margin-left:5px;display: inline-flex;font-size:12px; padding-top: 10px;}
	.lnkBookingAreaImg {display:none;}
	.BookBG {background: none;padding: 15px 0;width: 50%;float: left;background: #2b2a2a;position: relative; z-index: 2;}
	.Menu {padding: 60px 0;position: absolute;background: #2b2a2a;width: 100%;left: 0;top: -400px;z-index: 0;}
	.BMenuMobile .Menu {top: 100px;line-height: 30px;}
	.MenuMobile{position: relative; z-index: 2;}
	.Social {padding-top: 0;padding-bottom: 0;position: absolute;display: block !important;width: 100%;text-align: center;left: 0;top: -100px;z-index: 1;-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;}
	.BMenuMobile .Social {top: 410px;}
	.BookingEngineBTN {font-size: 12px;padding: 8px 14px;line-height: 16px;margin-top: 4px;width: 90%;margin: auto;}
	.BookingEngineBTN:hover {background: none;}
	.BookingEngineBTN a:hover {color: #FFF;text-decoration: underline;}
	.BannerDescription {top: 100%;left: 50%;}
	.BannerDescription h2 {font-size: 16px;}
	.BannerDescription h3 {font-size: 20px;}
	.BannerDescription h3:after {top: 50px;}
	.BannerDescription .SearchButton {font-size: 14px;padding: 0px 10px 0px;}
	h1 {font-size: 30px;}
	.Presentation {padding: 0px 0 80px 0;}
	.Presentation h2 {font-size: 20px;}
	.Presentation h2:after {top: 110px;}
	.PresentationText {padding-bottom: 50px;}
	.a2a_default_style a {float: none !important;display: block;text-align: center;}
	.ShareThis .text-right {text-align: center;}
	.BedroomBG {padding-bottom: 50px;position: relative;z-index: 2;}
	.BedroomTxt {font-size: 14px;line-height: 25px;}
	.BedroomTxt h2 {margin-top: 0;}
	.BedroomTxt h3 {font-size: 20px;}
	.BedroomTxt h3:after {top: 110px;}
	.OffersBG {padding-top: 0;margin-top: 0;}
	.TitOffers {height: 170px;}
	.TitOffers h2 {padding-top: 20%;font-size: 30px;margin-bottom: 0;}
	.TitOffers h3 {margin-top: 0;}
	.SpecialOfferTxt {background: #FFF;position: relative;width: 100%;}
	.OffersTxt {padding-top: 5%;}
	.SpecialOffer img {height: auto;}
	.SpecialOfferTxt .PromoPrice span.Since {padding-bottom: 15px;}
	.RestaurantBG {position: relative;z-index: 2;}
	.RestaurantTxt {font-size: 14px;line-height: 25px;}
	.RestaurantTxt h2 {padding-top: 0;}
	.RestaurantTxt h3:after {top: 110px;}
	.RestaurantImgs {padding-top: 30%;}
	.GalleryBG {margin-top: 0;}
	.TitGallery {padding-top: 0;}
	.TitGallery h3:after {top: 105px;}
	.ActivitiesBG {padding: 0;position: relative;z-index: 2;}
	.Activities1 {text-align: center;padding-left: 0;font-size: 14px;}
	.Activities2 {height: 100% !important;width: 100% !important;-webkit-border-radius: 0%;-moz-border-radius: 0%;border-radius: 0%;}
	.Activities1 h2 {padding-top: 20px;text-align: center;}
	.Activities2 {float: none;margin: 0 auto 50px;}
	.Activities2 h2 {padding-top: 25px;margin-bottom: 15px;font-size: 30px;}
	.Activities2 h2:after {top: 65px;}
	.Activities2 p {margin: 0 30px 30px 30px;}
	.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {background-color: #f4f3ee;color: #2b2a2a;text-shadow: none;border-top: 1px solid #000;border-left: 1px solid #000;border-right: 1px solid #000;text-align: center; font-weight: 700;}
	.r-tabs .r-tabs-accordion-title .r-tabs-anchor {text-align: center;border-bottom: 1px solid #f4f3ee;}
	.LocationText {text-align: center;}
	.LocationTit h3:after {top: 110px;}
	.LocationContacts {padding-top: 0;padding-bottom: 0px;}
	.r-tabs {padding-bottom: 40px;}
	.rGoogleMaps p {font-size: 14px;}
	.GMaps {height: 300px;}
	footer {margin-top: 0;}
	.Slogan blockquote {font-size: 18px;}
	.InstitutionalContent {padding-top: 0;}
	.LegalMenu h2, .InstitutionalContent h2 {text-align: center; padding-top: 30px;}
	.NewsletterText {text-align: center;}
	.LegalMenu {padding-left: 0; text-align: center;}
	.Support img {margin-top: 0;margin-bottom: 35px;}
	.contact_form input[type='text'], .contact_form input[type='password'], .contact_form .btn-su {width:100%;display:inline-block;}
	.contact_form .btn-su {margin-bottom:15px;}
	.CleanSafe {position: fixed;width:120px;right:5px;bottom:5px;}
}
/* [sm] */
@media (min-width: 768px) and (max-width: 991px) {
	header {width: 100%;height: 100px;}
	.Banner {padding-top: 98px;}
	.Languages {padding-top: 0;padding-bottom: 0;position: absolute;display: block !important;width: 100%;text-align: center;left: 0;top: -100px;z-index: 1;-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;}
	.BMenuMobile .Languages {top: 110px;}
	.Logo {float: left;margin-top: 25px;width: 20%;padding-bottom:0;position: relative; z-index: 2;}
	.Logo img {width: 70px;height:52px;}
	nav{float: right;width: 20%;}
	.BookingEngineBTN {display:inline-block;margin-right:5px;vertical-align:middle;}
	.lnkBookingArea {margin-left:5px;display: inline-flex;}
	.BookBG {background: none;padding: 20px 0;width: 60%;float: left;background: #2b2a2a;position: relative; z-index: 2;}
	.Menu {padding: 60px 0;position: absolute;background: #2b2a2a;width: 100%;left: 0;top: -400px;z-index: 0;}
	.BMenuMobile .Menu {top: 100px;}
	.MenuMobile{position: relative; z-index: 2;}
	.Social {padding-top: 0;padding-bottom: 0;position: absolute;display: block !important;width: 100%;text-align: center;left: 0;top: -100px;z-index: 1;-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;}
	.BMenuMobile .Social {top: 410px;}
	.BookingEngineBTN:hover {background: none;}
	.BookingEngineBTN a:hover {color: #FFF;text-decoration: underline;}
	.BannerDescription {top: 50%;left: 50%;}
	.BannerDescription h2 {font-size: 30px;}
	.Presentation {padding: 25px 0 80px 0;}
	.Presentation h2:after {top: 110px;}
	.PresentationText {padding-bottom: 50px;}
	.BedroomBG {padding-bottom: 50px;position: relative;z-index: 2;}
	.BedroomTxt {font-size: 14px;line-height: 25px;}
	.BedroomTxt h2 {margin-top: 0;}
	.BedroomTxt h3 {font-size: 20px;}
	.BedroomTxt h3:after {top: 110px;}
	.OffersBG {padding-top: 0;margin-top: 0;}
	.TitOffers h2 {padding-top: 5%;}
	.TitOffers {height: 170px;}
	.OffersTxt {padding-top: 5%;}
	.RestaurantBG {position: relative;z-index: 2;}
	.RestaurantTxt {font-size: 14px;line-height: 25px;}
	.RestaurantTxt h2 {padding-top: 0;}
	.RestaurantTxt h3:after {top: 130px;}
	.RestaurantImgs {padding-top: 30%;}
	.GalleryBG {margin-top: 0;}
	.TitGallery {padding-top: 0;}
	.TitGallery h3:after {top: 105px;}
	.ActivitiesBG {padding: 0;position: relative;z-index: 2;}
	.Activities1 {text-align: center;padding-left: 0;font-size: 14px;}
	.Activities1 h2 {padding-top: 20px;text-align: center;}
	.Activities2 h2:after {top: 120px}
	.Activities2 {float: none;margin: 0 auto 50px;}
	.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {background-color: #f4f3ee;color: #2b2a2a;text-shadow: none;border-top: 1px solid #000;border-left: 1px solid #000;border-right: 1px solid #000;text-align: center; font-weight: 700;}
	.r-tabs .r-tabs-accordion-title .r-tabs-anchor {text-align: center;border-bottom: 1px solid #f4f3ee;}
	.LocationText {text-align: center;}
	.LocationTit h3:after {top: 110px;}
	.r-tabs {padding-bottom: 40px;}
	.GMaps {height: 300px;}
	footer {margin-top: 0;}
	.InstitutionalContent {padding-top: 0;}
	.LegalMenu h2, .InstitutionalContent h2 {text-align: center; padding-top: 30px;}
	.NewsletterText {text-align: center;}
	.LegalMenu {padding-left: 0; text-align: center;}
	.Support img {margin-top: 0;margin-bottom: 60px;}
}
/* [md] */
@media (min-width: 992px) and (max-width: 1199px) 
{
	.lnkBookingArea {font-size:12px;}
	.Languages {padding-top: 2%;padding-bottom: 2%;}
	.BannerDescription {top: 45%;}
	.BannerDescription h2 {font-size: 30px;}
	.Logo img {width: 60%;}
	.BookingEngineBTN {width: 150px;}
	.BookingEngineBTN {font-size: 13px;}
	.Menu ul li {font-size: 14px;}
	.Presentation h1 {margin-top: 0px;}
	.Presentation h2 {font-size: 20px;}
	.Presentation h2:after {top: 105px;}
	.BedroomTxt {font-size: 14px;line-height: 20px;}
	.BedroomBG {padding-top: 25px;padding-bottom: 25px;}
	.BedroomTxt h2, .BedroomTxt h3{margin-top:0;}
	.BedroomTxt h3:after {top: 100px;}
	.ShareThis {font-size: 15px;letter-spacing: 0;padding: 5px 10px 5px 20px;}
	.OffersBG {padding-top: 0;}
	.TitOffers h2 {padding-top: 5%;}
	.TitOffers {height: 170px;}
	.OffersTxt {padding-top: 5%;}
	.RestaurantImgs {padding-top: 35%;}
	.RestaurantTxt {font-size: 14px;line-height: 25px;}
	.GalleryBG {margin-top: 0;}
	.TitGallery {padding-top: 0;}
	.TitGallery h3:after {top: 130px;}
	.Activities1 {padding-left: 0;font-size: 14px;line-height: 25px;}
	.Activities2 {height: 400px !important;width: 400px !important;margin: 0px;}
	.Activities2 h2 {padding-top: 20px;margin-bottom: 10px;font-size: 30px;}
	.Activities2 h2:after {display: none;}
	.LocationTit h3:after {top: 105px;}
	.r-tabs {padding-bottom: 40px;}
	.InstitutionalContent {padding-top: 50px;}
	footer {margin-top: 0;}
	.LegalMenu {padding-left: 0;}
}
/* [lg] */
@media (min-width: 1200px) and (max-width: 1365px) {
	.BannerDescription {top: 40%;}
	.BannerDescription h2 {font-size: 30px;}
	.BookingEngineBTN {width: 185px;}
	.RestaurantImgs {padding-top: 130px;}
	.RestaurantTxt {font-size: 16px;}
	.Activities1 {padding-left: 25px;}
	.r-tabs .r-tabs-nav .r-tabs-tab {max-width: 142px;}
	.r-tabs .r-tabs-panel {line-height: 20px;font-size: 13px;}
	.rGoogleMaps p {font-size: 11px;}
	.GoogleMapsContent img {padding: 0 5px 0 5px;}
	.LocationContacts {font-size: 11px;}
	.NewsletterText {line-height: 20px;}
	.LegalMenu {padding-left: 25px;}
	.InstitutionalContent {padding-top: 35px;}
}
@media (min-width: 1366px) and (max-width: 1441px) {

}