﻿@import 'https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i|Lato:100,100i,300,300i,400,400i,700,700i';
/*
	font-family: 'Lato', sans-serif;
	font-family: 'Droid Serif', serif;
*/
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css);

/* [Main Elements] */
a 
{
	cursor: pointer !important;
}
a:focus
{
	outline: none !important;
}
body
{
    font-family: 'Lato', sans-serif;
    background: #FFF;
}
input, select, textarea
{
    font-family: 'Lato', sans-serif;
    margin: 0;
}
header
{
	background: #A5A5A5;
	position: fixed;
    z-index: 4;
    width: 100%;
}
/* [Languages] */
.Languages
{
	font-size: 16px;
    color: #FFF;
    margin: 10px 0 5px;
}
.Languages i.fa-globe
{
	position: absolute;
	top: 13px;
	font-size: 20px;
}
.Languages .selectOut
{
    overflow: hidden;
    width: 115px;
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.Languages select
{
    border: 0;
    background: none;
    font-size: 16px;
    margin: 0 15px;
    color: #FFF;
    width: 115px;
    position: relative;
    z-index: 1;
}
.Languages select option
{
	background: #689bd4;
}
.Languages .selectOut i
{
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 0;
    font-size: 19px;
    color: #FFF;
}
/* [Weather] */
.Weather
{
	display: inline-block;
	margin: 0 10px 0 0;
}
/* [Social] */
.Social
{
	display: inline-block;
	border-left: solid 1px #FFF;
	padding-left: 10px;
}
.Social a
{
	margin: 0 10px;
	color: #FFF;
	display: inline-block;
	font-size: 20px;
}
.Social a:hover
{
	color: #689bd4;
}
/* [Nav] */
nav
{
	position: fixed;
	z-index: 3;
	background: rgba(255, 255, 255, 0.85);
	width: 16%;
	height: 100%;
	-webkit-box-shadow: 10px 0px 20px -2px rgba(0,0,0,0.6);
	-moz-box-shadow: 10px 0px 20px -2px rgba(0,0,0,0.6);
	box-shadow: 10px 0px 20px -2px rgba(0,0,0,0.6);
}
/* [Logo] */
.Logo
{
	margin-top: 70px;
	text-align: center;
}
/* [Menu] */
.Menu
{
	margin-top: 20px;
}
.Menu ul
{
	margin: 0;
    padding: 0;
}
.Menu ul li
{
	list-style-type: none;
    text-align: center;
    line-height: 35px;
}
body.NoOffers .Menu ul li:nth-child(4), body.NoOffers .MenuMobile ul li:nth-child(4)
{
	display: none;
}
.Menu ul li a
{
	font-size: 16px;
    color: #3E3E3E;
    text-transform: uppercase;
}
.Menu ul li a:hover, .Menu ul li a.current
{
	color: #689bd4;
	text-decoration: underline;
}
.Menu ul li .rmSlide
{
	display: none !important;
}
/* [MenuMobile] */
.MenuMobile
{
	display: none;
	background: #689bd4;
}
.MenuMobile ul
{
	margin-left: 0 !important;
	margin-top: 10px !important;
}
.MenuMobile ul li
{
	display: block;
	float: none !important;
}
.MenuMobile ul li a
{
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    white-space: normal !important;
}
.MenuMobile ul li a:hover, .MenuMobile ul li a.rmFocused
{
	text-decoration: underline;
}
.MenuMobile ul ul{float: none !important; margin-top: 0 !important;}
.shifter-navigation .RadMenu li ul {
    display: none;
}
.shifter-navigation .RadMenu li.active ul {
    display: block;
}
.shifter-navigation .RadMenu li li {
    margin-left: 10px !important;
}
/* [Banner] */
.Banner
{
	position: relative;
}
.Banner ul
{
	margin: 0;
	padding: 0;
}
.Internal .Banner img
{
	width: 100% !important; 
	height: auto !important;
}
/* [BannerDescription] */
.BannerDescription
{
	position: absolute;
	bottom: 200px;
	left: 30%;
	width: 700px;
}
.BannerDescription h2
{
	font-family: 'Droid Serif', serif;
	font-size: 48px;
	font-style: italic;
	font-weight: 600;
	color: #FFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
}
.BannerDescription span
{
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	color: #FFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
}
/* [BookingArea] */
.lnkBookingContainer 
{
	text-align: center;
    font-size: 12px;
    white-space: nowrap;
    display: block;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 18px 0px;
}
.lnkBookingArea 
{
	color: #fff;
	text-decoration:underline;
	display: inline-block;
    line-height: 25px;
    margin-top: 15px;
}
.lnkBookingArea:hover, .lnkBookingArea:focus
{
	color: #fff;
}
.lnkBookingAreaImg 
{
	display:inline-block;
	vertical-align:middle;
	float: left;
	height: 25px;
}
.lnkBookingAreaImg path
{
	fill: #fff;
}
/* [BookingEngine] */
.BookingEngine
{
	background: #6F6F6F;
	text-transform: uppercase;
	color: #FFF;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 5;
}
.BookingEngine div[class*='col-'] div
{
	text-align: center;
}
.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 #FFF;
	font-weight: 300;
	font-size: 30px;
	color: #FFF;
	text-transform: uppercase;
	max-width: 115px;
	padding-top: 20px;
}
.BookingEngine .Tit
{
	font-weight: 300;
	font-size: 24px;
	color: #FFF;
	line-height: 30px;
	padding-top: 20px;
}
.BookingEngine .Tit small
{
	font-size: 30px;
	display: block;
}
/* [Search] */
.Search input
{
	font-size: 30px;
	font-family: 'Droid Serif', serif;
	background: none;
}
.Search span
{
	display: block;
	font-size: 14px;
}
/* [main] */
main
{
	padding: 45px 0 35px;
	background: #FFF url(images/Bridge.png) no-repeat top left;
}
.Internal main
{
	padding: 40px 0;
	min-height: 600px;
}
main h1
{
	font-size: 20px;
	font-weight: 300;
	color: #3e3e3e;
	text-transform: uppercase;
	margin: 0 0 30px;
	text-align: center;
}
main h1 small
{
	font-size: 40px;
	font-family: 'Droid Serif', serif;
	font-weight: 600;
	font-style: italic;
	color: #689bd4;
	text-transform: none;
	padding: 5px;
	display: block;
}
main h2
{
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	color: #689bd4;
	margin: 50px 0 15px;
	padding: 0;
}
main .col-md-6:first-child
{
	background: #DADAD6;
	padding-bottom: 10px;
	padding-top: 10px;
}
main .rGoogleMaps .col-md-6
{
	background: #ECECEC !important;
	padding: 0 15px;
}
main .col-md-6:first-child h2 
{
    margin: 20px 0 15px;
}
main .col-md-6:last-child
{
	font-size: 18px;
}
main img.rrc
{
	float: left;
    margin: 30px;
}
.TripAdvisor
{
	float: right;
}
#widgetContainerBox
{
	float: right;
}
/* [blockquote] */
blockquote
{
	font-size: 22px;
	font-family: 'Droid Serif', serif;
	font-weight: 600;
	font-style: italic;
	color: #689bd4;
	margin: 20px 0 0;
	padding: 0;
	border: 0;
}
/* [Text] */
.Text
{
	font-size: 18px;
	line-height: 24px;
	color: #6F6F6F;
	padding-bottom: 65px;
}
.Text a
{
	color: #689bd4;
	text-decoration: underline;
}
.Text a:hover
{
	text-decoration: none;
}

/* [Title] */
.Title
{
	font-size: 14px;
	display: block;
}
.Title h2
{
	text-align: center;
	font-size: 32px;
	color: #222;
	margin-bottom: 50px;
    margin-top: 50px;
	font-family: 'Droid Serif', serif;
	font-weight: 600;
	text-transform: uppercase;
}
.Title h2 small
{
	font-size: 20px;
	font-style: normal;
	color: #689bd4;
	font-family: 'Lato', sans-serif;
	display: block;
	font-weight: 300;
	text-transform: uppercase;
}
/* [Rooms] */
#Rooms
{
	background-color: #fafafa;
}
#Rooms h2
{
	font-size: 25px;
	color: #689bd4;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Droid Serif', serif;
	font-weight: 600;
	margin-top: -40px;
}
#Rooms .Gallery
{
	padding-bottom: 35px;
}
#Rooms .Text
{
	padding-bottom: 60px;
    padding-top: 35px;
}
/* [Services] */
#Services
{
	background: #e3e3e3 url(images/Services.jpg) no-repeat bottom center;
    padding-bottom: 50px;
}
#Services h2
{
	font-size: 25px;
    color: #689bd4;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Droid Serif', serif;
    font-weight: 600;
    margin-top: 70px;
}
#Services ul
{
	padding-top: 50px;
	padding-left: 0;
}
#Services ul li
{
	float: left;
	width: 50%;
	font-size: 18px;
	color: #6F6F6F;
	list-style-type: none;
	font-weight: 600;
}
#Services ul li:before 
{
    content: "·";
    position: relative;
    margin-right: 5px;
}
/* [Offers] */
#Offers
{
	background: #e3e3e3 url(images/Promotions.jpg) no-repeat top left;
	padding-bottom: 40px;
}
body.NoOffers #Offers
{
	display: none;
}
/* [foo] */
.foo
{
	padding-bottom: 100px;
}
/* [SpecialOffer] */
.SpecialOffer
{
	background: #FFF;
}
.SpecialOffer img
{
	width: 45% !important;
	vertical-align: top;
	float: left;
}
.SpecialOffer .SpecialOfferTxt
{
	float: left;
	padding: 25px 25px 0;
	width: 55%;
}
.SpecialOffer .SpecialOfferTxt h3
{
	margin-top: 0;
}
.SpecialOffer .SpecialOfferTxt h3 a
{
	font-size: 20px;
	color: #689bd4;
	text-transform: uppercase;
}
.SpecialOffer .SpecialOfferTxt h3 a:hover
{
	text-decoration: underline;
}
.SpecialOffer .SpecialOfferTxt span.Dates
{
	font-size: 15px;
	color: #6F6F6F;
}
.SpecialOffer .SpecialOfferTxt a.lnkButton
{
	background: #689bd4;
    font-size: 16px;
    margin: 85px 0 0;
    padding: 8px 25px !important;
    color: #FFF;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
}
.SpecialOffer .SpecialOfferTxt .lnkButton:hover
{
	background: #3a80c4;
    color: #FFF;
    text-decoration: none;
}
.SpecialOffer .SpecialOfferTxt p.PromotionDetail
{
	font-size: 15px;
	color: #282828;
	margin-top: 20px;
	height: 42px;
    overflow: hidden;
}
.SpecialOffer .SpecialOfferTxt .PromoPrice span.Since
{
	font-size: 14px;
	color: #ADADAD;
	font-weight: 400;
	display: block;
}
.SpecialOffer .SpecialOfferTxt .PromoPrice span.Price
{
	font-family: 'Droid Serif', serif;
	font-size: 38px;
	font-weight: 600;
	font-style: italic;
	color: #689bd4;
	margin-right: 20px;
}
.SpecialOffer .SpecialOfferTxt .PromoPrice span.OldPrice
{
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	color: #626262;
	text-decoration: line-through;
}
.SpecialOffer .SpecialOfferTxt hr
{
	width: 50px;
    margin-left: 0;
    border-top: 1px solid #ADADAD;
}
.SpecialOffer .SpecialOfferTxt .PromoPrice
{
	margin-bottom: 0;
}
#Offers .bx-controls
{
	display: none;
}
/* [Restaurant] */
#Restaurant
{
	background: #FFF url(images/Restaurant.jpg) no-repeat top left;
	padding-bottom: 100px;
}
#Restaurant .Text
{
	padding-bottom: 20px;
}
#Restaurant .FormRestaurant h3
{
	font-size: 18px;
	color: #689bd4;
	font-weight: 600;
	padding-bottom: 8px;
}
#Restaurant .FormRestaurant .Confidential
{
	font-size: 12px;
	color: #424242;
}
#Restaurant .FormRestaurant .SuccessForm span
{
	font-size: 22px;
    font-family: 'Droid Serif', serif;
    font-weight: 600;
    font-style: italic;
    color: #689bd4;
}
.SuccessForm i {
    color: #689bd4;
    font-size: 25px;
}
/* [Children] */
#Children
{
	background: #FAFAFA url(images/Family.jpg) no-repeat top left;
}
#Children ul
{
	padding-top: 15px;
	padding-left: 0;
}
#Children ul li
{
	float: left;
	width: 50%;
	font-size: 18px;
	color: #6F6F6F;
	list-style-type: none;
}
#Children ul li:before 
{
    content: "·";
    position: relative;
    margin-right: 5px;
}
#Children .Gallery
{
	padding-bottom: 25px;
	padding-top: 25px;
}
#Children h2
{
	margin-bottom: 30px;
	margin-top: 30px;
}
#Children blockquote
{
	padding-bottom: 18px;
}
/* [Contacts] */
#Contacts{}
/* [Location] */
#Location
{
	background: #FFF url(images/Contacts.jpg) no-repeat top left;
	padding-bottom: 20px;
}
/* [LocationContacts] */
#LocationContacts
{
	background: #E3E3E3;
}
#LocationContacts h3
{
	font-size: 14px;
	text-transform: uppercase;
	color: #689bd4;
	font-weight: 600;
}
#LocationContacts .Text
{
	font-size: 14px;
	color: #424242;
	padding-bottom: 25px;
	font-weight: 600;
}
#LocationContacts .fa
{
	font-size: 14px;
	color: #689bd4;
	margin-right: 5px;
}
/* [Promotion] */
.Promotion
{}
.Promotion a.imgPromotion {
    float: left;
    margin: 0 40px 40px 0;
    width: 290px;
    overflow: hidden;
}
.Promotion a.imgPromotion img {
    float: none;
    width: 290px;
    margin: 0;
}
.Promotion a.SearchButton
{
    font-size: 14px !important;
    margin: 10px 0 0;
    padding: 8px 25px !important;
    color: #FFF;
    float: right;
    text-decoration: none;
}
.Promotion a.SearchButton:hover
{
    color: #689bd4;
}
.Promotion .Clear {
    clear: both;
}
/* [Antalegar] */
#Antalegar
{
	background: #FAFAFA url(images/Antalegar.jpg) no-repeat bottom center;
}
/* [Antalegar1] */
.Antalegar1
{
	background: #FFF;
	text-align: center;
	margin-bottom: 30px;
}
.Antalegar1 img
{
	width: 100%;
	height: auto;
}
.Antalegar1 p
{
	padding: 15px;
	font-size: 14px;
	color: #6F6F6F;
}
.Antalegar1 h3
{
	font-size: 18px;
	color: #689bd4;
	font-weight: 600;
	font-family: 'Droid Serif', serif;
}
/* [Antalegar2] */
.Antalegar2
{
	background: #FFF;
	text-align: center;
}
.Antalegar2 h3
{
	font-size: 18px;
	background: #689bd4;
	color: #FFF;
	font-weight: 600;
	font-family: 'Droid Serif', serif;
	padding: 20px;
	margin: 0;
}
.Antalegar2 div h4
{
	font-size: 14px;
	color: #689bd4;
	text-transform: uppercase;
	font-weight: 600;
}
.Antalegar2 div
{
	font-size: 14px;
	color: #6F6F6F;
	padding: 15px;
	font-weight: 600;
}
.Antalegar2 div a
{
	color: #689bd4;
	text-decoration: underline;
}
.Antalegar2 div a:hover
{
	color: #000;
}
.Antalegar2 div .fa
{
	font-size: 20px;
	color: #689bd4;
	padding-right: 5px;
}
.Antalegar2 div .fa:hover
{
	color: #3e3e3e;
}
/* [Newsletter] */
.Newsletter
{}
.Newsletter h2
{
	font-size: 17px;
	color: #FFF;
	margin: 0 0 5px;
	padding: 0;
}
.Newsletter p
{
	font-size: 20px;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family: 'Droid Serif', serif;
	font-weight: 600;
	font-style: italic;
}
.Newsletter input[type=text]
{
	font-size: 14px;
	color: #689bd4;
	border-bottom: solid 1px #689bd4;
	padding: 10px 0;
	margin: 10px 0 0;
	text-align: center;
	width: 100%;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	background: none;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.Newsletter a.SearchButton
{
	font-size: 14px !important;
	margin: 10px 0 10px 0;
	padding: 11px 0 !important;
}
.Newsletter input[type='checkbox'] 
{
	margin-right: 5px;
    margin-top: 0px;
    vertical-align: middle;
}
.NewsletterOk
{
	font-size: 20px;
	font-family: 'Droid Serif', serif;
	color: #689bd4;
	font-style: italic;
	display: block;
	margin-top: 10px;
}
.NewsletterForm 
{
	text-align: center;
	float: left;
}
/* [footer] */
footer
{
	background: #1A1A1A url(images/Footer.png) no-repeat top left;
	color: #CFCFCF;
	font-size: 14px;
	padding: 25px 0;
	font-weight: 600;
	border-left: solid 20px #689bd4;
	border-right: solid 20px #689bd4;
	border-bottom: solid 20px #689bd4;
}
/* [Top] */
.Top
{
	cursor: pointer;
	color: #FFF;
	font-size: 30px;
	background: #689bd4;
	width: 60px;
	height: 60px;
	margin: 70px 0 0;
	text-align: center;
	padding-top: 5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.Top:hover
{
	color: #689bd4;
	background: #FFF;
}
/* [MenuInst] */
.MenuInst
{
	padding-top: 85px;
}
.MenuInst ul
{
    width: 100% !important;
    padding: 0;
}
.MenuInst ul li
{
    float: none !important;
    display: inline-block;
    padding-right: 60px;
}
.MenuInst ul li a
{
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 600;
}
.MenuInst ul li a:hover
{
	color: #689bd4;
}
/* [Copyright] */
.Copyright
{
	padding-top: 45px;
	padding-bottom: 65px;
}
.Copyright a
{
	color: #CFCFCF;
	text-decoration: underline;
}
/* [TermsPage] */
.TermsPage
{
	padding: 20px;
}
.TermsPage h1
{
	font-size: 35px;
    font-family: 'Droid Serif', serif;
    font-weight: 600;
    font-style: italic;
    color: #689bd4;
    text-transform: none;
    display: block;
}
/* [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;
}
/* [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: #689bd4 !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;
}
/* [Preloader] */
body
{
	/*overflow: hidden;*/
}
#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] */
#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.png); /* 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] */
#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: #689bd4;
    color: #FFF;
    font-size: 28px;
    padding: 35px 0 22px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.SearchButton:hover
{
    background: #3a80c4;
    color: #FFF;
    text-decoration: none;
}
.SearchButton:focus
{
    background: #3a80c4;
    color: #FFF;
    text-decoration: none;
}
.btn-su 
{
	background: #689bd4;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border: 0px;
    padding: 3px 10px;
}
.btn-su:hover,.btn-su:focus 
{
	background: #3a80c4;
    color: #FFF;
    text-decoration: none;
}
.SearchButtonWhite:hover
{
    color: #111;
}
#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] */
#Gallery
{
	background: #FFF url(images/Gallery.jpg) no-repeat bottom left;
}
#Gallery .Gallery
{
	background: #e3e3e3;
}
#Gallery .Gallery div[class^="col-"]
{
	margin: 0;
	padding: 0;
	width: 20% !important;
}
.thumbnail img
{
    width: 100%;
}
.thumbnail {
    position:relative;
    overflow:hidden;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}
.thumbnail a {
    position:absolute;
    top:0;
    right:0;
    background:rgba(93, 157, 201, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
    text-decoration: none;
}
.thumbnail a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.thumbnail a .caption {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    font-size: 40px;
}
/* [Google Maps] */
.rGoogleMaps
{
	font-size: 17px;
	color: #212121;
}
.GMaps
{
	width: 100%;
	height: 287px;
}
.rGoogleMaps p
{
	padding: 15px 0;
	display: block;
	margin: 0 !important;
	position: relative;
}
.Internal .rGoogleMaps p
{
	font-size: 14px;
}
.rGoogleMaps .fa
{
	font-size: 25px;
	color: #689bd4;
	width: 40px;
    text-align: center;
}
.rGoogleMaps p .fa-long-arrow-right, .rGoogleMaps p .fa-long-arrow-left
{
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 40px;
}
.rGoogleMaps input.waterMarkInput {
    font-size: 14px;
    color: #689bd4;
    border: solid 1px #689bd4;
    padding: 10px 0;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
}
.rGoogleMaps a {
    font-size: 14px !important;
    padding: 11px 0 !important;
}
.Internal .rGoogleMaps a
{
	color: #FFF;
	text-decoration: none;
}
.Internal .rGoogleMaps a:hover
{
	color: #689bd4;
}
.rGoogleMapsDetail
{
	font-size: 14px;
	color: #424242;
	text-align: center;
	padding: 25px 0;
}
.rGoogleMapsDetail h3
{
	font-size: 14px;
	display: inline-block;
	font-weight: 700;
	color: #689bd4;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.rGoogleMapsDetail .fa
{
	margin-left: 20px;
	color: #689bd4;
}
/* [Tables] */
table
{
	width: 100%;
}
table tr td
{
	vertical-align: middle;
}
table.adp-directions
{
	width: 100%;
}
table.Downloads tr:nth-child(odd)
{
    background-color: #DADAD6;
}
table.Atividades tr td img
{
	margin: 0 30px 0 0;
}
/* [Events] */
.Events
{
	text-align: left;
	margin: 0;
}
.Events a
{
	color: #6F6F6F !important;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none !important;
}
.Events a:hover
{
	text-decoration: underline !important;
	color: #689bd4 !important;
}
.EventsDate
{
	color: #b7b7b7;
	font-style: italic;
}

/* [Forms] */
.Form
{
	
}
.Form input
{
	border: solid 1px #E5E5E5;
	padding: 2%;
	margin: 10px 0;
	width: 92%;
	font-size: 14px;
	color: #3a80c4;
}
.Form input::-webkit-input-placeholder {
   color: #689bd4;
}

.Form input:-moz-placeholder { /* Firefox 18- */
   color: #689bd4;  
}

.Form input::-moz-placeholder {  /* Firefox 19+ */
   color: #689bd4;  
}

.Form input:-ms-input-placeholder {  
   color: #689bd4;  
}
.Form span
{
	display: block;
	margin: 10px 0 5px;
}
.Form .SearchButton
{
	font-size: 14px;
	padding: 10px 50px;
	float: left;
}
input.SearchButton
{
	font-size: 16px !important;
	margin: 10px 0 0;
	padding: 7px 45px !important;
	float: left;
	border: 0;
}
.Form i
{
	color: #689bd4;
	font-size: 18px;
	position: absolute;
    top: 25px;
    right: 80px;
}
.Form span.fa
{
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 16px;
}
.FormBottom
{
	padding-top: 30px;
}
/* [UserAreaForm] */
.UserAreaContainer 
{
	text-align: center;
}
.UserAreaForm 
{
	display:inline-block;
	max-width:100%;
	width: 300px;
	text-align: left;
}
.UserAreaForm .btn-su 
{
	padding: unset;
	color: #FFF;
	width: auto;
	padding: 3px 10px;
}
.UserAreaForm span.Auto 
{
	display: inline;
    width: auto;
}
.UserAreaForm label 
{
	width:300px;
	max-width:calc(100% - 18px);
}
.UserAreaForm input[type='checkbox'] 
{
	display:inline-block;
	width:auto;
}
.UserAreaForm input[type='text'], .UserAreaForm input[type='password'], .UserAreaForm select 
{
	width:300px;
	max-width:100%;
	display:block;
	margin-bottom: 5px;
}
/* [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;
}
/*! 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: 767px) 
{
	header {position: relative;}
	.Languages {text-align: center;}
	.Languages i.fa-globe {top: 1px;}
	.text-right {text-align: center;}
	.Logo {margin-top: 12px;}
	.Logo img{height: 65px;width: 65px;}
	.shifter-active .shifter-handle {top: 30px !important;}
	.BannerDescription {bottom: 115px;}
	.bx-wrapper .bx-next, .bx-wrapper .bx-prev, .BannerDescription h2, .BannerDescription span, .Menu {display: none;}
	nav {width: 100%;height: 80px;}
	.BookingEngine .Tit {font-size: 14px;line-height: normal;}
	.BookingEngine .Tit small {font-size: 18px;}
	.SearchButton {font-size: 24px;padding: 22px 0 22px;}
	.lnkBookingArea {margin-top:0;}
	.BookingEngine div[class*='col-'] div {padding-bottom: 8px;}
	.BookingEngine div[class*='col-'] div input {font-size: 25px;text-align: center;padding-top: 0px;}
	#Services ul li {width: 100%;}
	#Offers {background: #e3e3e3;}
	#Gallery {background: #FFF;}
	#Restaurant {background: #FFF;}
	#Children {background: #FAFAFA;}
	.SpecialOffer .SpecialOfferTxt .PromoPrice span.Price {font-size: 30px;}
	hr {margin-top: 10px;margin-bottom: 10px;}
	.SpecialOffer .SpecialOfferTxt .PromoPrice span.OldPrice {font-size: 12px;}
	.SpecialOffer .SpecialOfferTxt p.PromotionDetail {margin-top: 0px;}
	.SpecialOffer .SpecialOfferTxt a.lnkButton {margin: 28px 0 0;}
	.SpecialOffer .SpecialOfferTxt {float: none;padding: 25px;width: 100%;}
	.SpecialOffer img {width: 100% !important;float: none;}
	.Form i {top: 18px;right: 30px;}
	.Form input {width: 100%;}
	.Form .SearchButton {float: none; margin-bottom: 20px;}
	#Children ul li {width: 100%;}
	#Location {background: #FFF;}
	.rGoogleMaps p {font-size: 13px;}
	.Newsletter h2, .Newsletter p {text-align: center;}
	.MenuInst ul li {display: block;text-align: center;padding-right: 0;}
	.MenuInst {padding-top: 40px;}
	.Top {margin: 25px auto 0;}
	.Copyright {padding-top: 30px;padding-bottom: 0;text-align: center;}
	.AntalegarHeight {height: auto !important;}
	.Antalegar2 {margin-bottom: 30px;}
	.BookingEngine{position: relative;}
	footer {background: #1A1A1A;}
	.thumbnail {margin-bottom: 20px;}
	#Gallery .Gallery div[class^="col-"] {margin: 0;padding: 0 15px; width: 100% !important;}
	#Gallery .Gallery {background: #FFF;}
	.contact_form input[type='text'], .contact_form input[type='password'], .contact_form select, .contact_form .btn-su {width:100%;margin-bottom:5px;display:inline-block;}
	.contact_form #message {margin-top:5px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.Logo img{height: 80px;width: 80px;}
	.BannerDescription {bottom: 115px;}
	.bx-wrapper .bx-next, .bx-wrapper .bx-prev, .BannerDescription h2, .BannerDescription span, .Menu {display: none;}
	nav {width: 100%;height: 170px;}
	.lnkBookingContainer {padding-top:35px;}
	.lnkBookingAreaImg {display:none;}
	.lnkBookingArea {margin-top:0;}
	.BookingEngine div[class*='col-'] div input {max-width: 100%;font-size: 25px;text-align: center;}
	.BookingEngine .Tit {font-size: 18px;}
	.BookingEngine .Tit small {font-size: 22px;}
	.SearchButton {font-size: 24px;line-height:40px;}
	#Offers {background: #e3e3e3;}
	#Gallery {background: #FFF;}
	#Restaurant {background: #FFF;}
	#Children {background: #FAFAFA;}
	.SpecialOffer .SpecialOfferTxt .PromoPrice span.Price {font-size: 30px;}
	hr {margin-top: 10px;margin-bottom: 10px;}
	.SpecialOffer .SpecialOfferTxt .PromoPrice span.OldPrice {font-size: 12px;}
	.SpecialOffer .SpecialOfferTxt p.PromotionDetail {margin-top: 0px;}
	.SpecialOffer .SpecialOfferTxt a.lnkButton {margin: 28px 0 0;}
	.Form i {top: 28px;right: 30px;}
	.Form input {width: 100%;}
	#Children ul li {width: 100%;}
	#Location {background: #FFF;}
	.rGoogleMaps p {font-size: 13px;}
	.Newsletter h2, .Newsletter p {text-align: center;}
	.MenuInst ul li {display: block;text-align: center;padding-right: 0;}
	.MenuInst {padding-top: 40px;}
	.Top {margin: 25px auto 0;}
	.Copyright {padding-top: 30px;padding-bottom: 0;text-align: center;}
	.AntalegarHeight {height: auto !important;}
	.Antalegar2 {margin-bottom: 30px;}
	.BookingEngine{position: relative;}
	footer {background: #1A1A1A;}
}
@media (min-width: 992px) and (max-width: 1199px) 
{
	.BookingEngine .Tit {font-size: 16px;padding-top: 24px;line-height: 24px;}
	.BookingEngine .Tit small {font-size: 20px;}
	.BookingEngine .SearchButton {font-size: 20px;line-height: 40px;}
	.lnkBookingAreaImg {display:none;}
	.lnkBookingContainer {padding-top:35px;}
	.lnkBookingArea {margin-top:0;}
	.Logo img{height: 80px;width: 80px;}
	.Menu ul li {line-height: 30px;}
	.bx-wrapper .bx-next {left: 82% !important;}
	.BannerDescription h2 {font-size: 35px;}
	.SpecialOffer .SpecialOfferTxt .PromoPrice span.Price {font-size: 30px;}
	hr {margin-top: 10px;margin-bottom: 10px;}
	.SpecialOffer .SpecialOfferTxt .PromoPrice span.OldPrice {font-size: 12px;}
	.SpecialOffer .SpecialOfferTxt p.PromotionDetail {margin-top: 0px;}
	.SpecialOffer .SpecialOfferTxt a.lnkButton {margin: 28px 0 0;}
	.Form i {top: 22px;right: 55px;}
	#Children ul li {float: none;width: 100%;}
	#Gallery .Gallery div[class^="col-"] {width: 33.3% !important;}
	.rGoogleMaps p {font-size: 13px;}
	.Newsletter h2, .Newsletter p {text-align: center;}
	.MenuInst ul li {padding-right: 20px;}
	.MenuInst ul li a {font-size: 16px;}
	#Offers, #Restaurant, #Children, #Location, #Gallery{background-size: 23% 100%;}
}
@media (min-width: 1200px) and (max-width: 1400px)
{
	.Logo {margin-top: 60px;}
	.SearchButton {padding: 18px 0 18px;font-size: 26px;width: 90%;}
	.lnkBookingArea {margin-top:0;}
	.BookingEngine div[class*='col-'] div input {padding-top: 10px;}
	.BookingEngine .Tit {font-size: 20px;padding-top:12px;line-height: 24px;}
	.BookingEngine .Tit small {font-size: 24px;}
	.BookingEngine div[class*='col-'] div input {font-size: 24px;text-align: center;}
	.Menu ul li {line-height: 32px;}
	.SpecialOffer .SpecialOfferTxt p.PromotionDetail {margin-top: 0px;}
	.SpecialOffer .SpecialOfferTxt a.lnkButton {margin: 60px 0 0;}
	.Form i {top: 22px;right: 55px;}
	.MenuInst ul li {padding-right: 40px;}
}
@media (min-width: 1200px) and (max-width: 1900px)
{
	#Offers, #Restaurant, #Children, #Location, #Gallery{background-size: 23% 100%;}
}