@import url(http://fonts.googleapis.com/css?family=Vollkorn);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	line-height: 25px;
    padding: 10px 0 0 40px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html
{
	height: 100%;
}
body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	line-height: 17px;
}
input, select, textarea
{
	background-color: #FFF;
	color: #808285;
	border: 1px solid #808285;
	padding: 2px;
	margin: 0;
	font-size: 11px !important;
	font-family: Tahoma, Arial, Helvetica, sans-serif !important;
}
a, a:link, a:active, a:visited
{
	color: #555;
}
a:hover
{
	cursor: pointer !important;
	text-decoration: none;
}
#slidecaption big
{
	color: #FFF;
	font-size: 50px;
	font-family:  'Vollkorn', serif;
	font-weight: lighter;
	line-height: 45px;
	display: block;
}
#slidecaption small
{
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	display: block;
}
.Content
{}
.ContentLeft
{
	width: 222px;
	background: #FFF;
	float: left;
	position: fixed;
	-moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.35);
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.35);
	z-index: 2;
}
.Languages
{
	margin: 5px 0 0 20px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	float: left;
	padding: 5px 0 0;
}
.Languages a
{
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
.Languages a:hover, .Languages a:active, .Languages .Sel
{
	color: #6E5F3A !important;
}
.Social
{
	margin: 0 17px 0 0;
    padding: 7px 0 0;
    height: 22px;
	float: right;
}
.Social a.Facebook
{
	float: left;
	display: block;
	text-indent: -999999px;
	background: url(images/ico-facebook-OFF.png) no-repeat;
	width: 23px;
	height: 22px;
	margin: 0 5px 0 0;
}
.Social a.Facebook:hover
{
	background: url(images/ico-facebook-ON.png) no-repeat;
}
.Social .addthis_button_compact
{
	background: url(images/ico-share-OFF.png) no-repeat;
	height: 22px;
	margin: 0 5px 0 0;
}
.Social .at16nc
{
	float: left;
	display: block;
	text-indent: -999999px;
	background: none;
}
.Social .addthis_button_compact:hover
{
	background: url(images/ico-share-ON.png) no-repeat;
}
.Social .addthis_toolbox
{
	float: left;
}
.Social a.Home
{
	text-indent: -99999px;
	display: block;
	background: url(images/ico-home-OFF.png) no-repeat;
	width: 23px;
	height: 22px;
	float: left;
}
.Social a.Home:hover
{
	background: url(images/ico-home-ON.png) no-repeat;
}
.Social .addthis_toolbox .addthis_button_compact span
{
    background: url(images/share-off.png) no-repeat 0 0 !important;
    background-size: 23px auto !important;
    height: 22px !important;
    width: 23px !important;
}
.Social .addthis_toolbox .addthis_button_compact span:hover
{
    background: url(images/share-on.png) no-repeat 0 0 !important;
}
.Logo
{
	margin: 80px 0 0;
	text-align: center;
}
.Menu
{
	margin: 15px 20px 0;
	border-top: solid 1px #E8E8E8;
	padding: 15px 0 0;
}
.Menu ul
{
    margin: 5px 0 5px 0 !important;
}
.Menu ul li
{
	border: 0 none !important;
    float: left;
    margin: 0;
    padding: 0 !important;
	text-align: center;
}
.Menu ul li a
{
    color: #58595B !important;
    margin: 0;
    padding: 5px 10px;
	text-decoration: none;
	width: 160px !important;
}
.Menu ul li a:hover, .Menu ul li a.rmFocused
{
    color: #6E5F3A !important;
	text-decoration: underline;
	background: none !important;
}
.Menu ul li a span
{
	font: 14px 'Vollkorn', serif !important;
    padding: 0 !important;
	text-transform: uppercase;
}
.Menu ul ul
{
	background: #FFF !important;
	border: 0 !important;
	border-left: solid 1px #E8E8E8 !important;
	margin: 0 0 0 23px !important;
}
.Menu ul ul ul
{
	margin: 0 !important;
}
.Menu ul ul li
{
	border: 0 none !important;
    float: left;
    margin: 0;
    padding: 0 15px 0 10px !important;
	text-align:left;
	border-bottom: solid 1px #E8E8E8 !important;
}
.Menu ul ul li a
{
    color: #58595B !important;
    margin: 0;
    padding: 5px;
	text-decoration: none;
	width: 190px !important;
    background: none !important;
}
.Menu ul ul li a:hover, .Menu ul ul li a.rmFocused
{
    color: #6E5F3A !important;
	background: none !important;
}
.Menu ul ul li a span
{
	font: 12px 'Vollkorn', serif !important;
    padding: 0 !important;
	text-transform: uppercase;
}
.Booking
{
	color: #FFF;
    font-size: 11px;
    padding: 0 0 20px;
    width: 222px;
    height: 120px;
    position: absolute;
    bottom: 180px;
	margin: 0;
}
.Booking h2
{
	font: 15px 'Vollkorn', serif !important;
	font-weight: bold !important;
	text-transform: uppercase;
	margin: 0 0 20px;
	text-align: center;
	line-height: 22px !important;
	border-bottom: solid 1px #E8E8E8 !important;
	margin: 0 20px;
}
.BookingsContainer
{
	color: #FFF;
    background-color: #917C4C;
	height: 95px;
    padding: 10px 0 0;
	margin-top: 5px;
}
.Booking .Search
{
	float: left;
	width: 98px;
	width: 80px \0/; /* IE8+9  */
	margin-left: 20px;
	margin: 0 10px 0 4px \0/; /* IE8+9  */
}
.Booking .Search2
{
	float: left;
	width: 82px;
}
.Booking .pickerWrapper_Default table
{
	border: solid 1px #E8E8E8 !important;
	background: #FFF;
}
.Booking .pickerWrapper_Default table td
{
	padding: 2px 1px 2px 2px !important;
}
.Booking .pickerWrapper_Default .inputCell
{
	padding: 0 !important;
}
.Booking .Search input, .Booking .Search2 input
{
	width: 58px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.Booking .SearchButton
{
	margin: 15px 0 0 !important;
	text-align: center;
}
.SearchButton a, .Form .Button
{
	font-family: 'Vollkorn', serif;
	padding: 1px 14px;
	color: #6E5F3A !important;
	text-decoration: none;
	font-size: 15px;
	border: solid 1px #BBB;
	text-transform: capitalize !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgb(199,199,199);
	background-image: -webkit-gradient(	linear, left bottom, left top, color-stop(0.2, rgb(199,199,199)), color-stop(0.8, rgb(255,255,255)));
	background-image: -webkit-linear-gradient(bottom, rgb(199,199,199) 20%, rgb(255,255,255) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(199,199,199) 20%, rgb(255,255,255) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(199,199,199) 20%, rgb(255,255,255) 80%);
	background-image: -o-linear-gradient(bottom, rgb(199,199,199) 20%, rgb(255,255,255) 80%);
	background-image: linear-gradient(bottom, rgb(199,199,199) 20%, rgb(255,255,255) 80%);
	-pie-background: linear-gradient(bottom, rgb(199,199,199) 20%, rgb(255,255,255) 80%);
	behavior: url(/js/PIE.htc);
}
.SearchButton a:hover, .Form .Button:hover
{ 
	color: #333 !important;
}
.MenuInst
{
    margin: 25px 20px 0;
	position: absolute;
	bottom: 90px;
}
.MenuInst ul
{
	float:none !important;
}
.MenuInst ul li
{
	border: 0 none !important;
    margin: 2px 0;
}
.MenuInst ul li a
{
    color: #58595B !important;
	text-decoration: none;
    background: none !important;
}
.MenuInst ul li a:hover, .MenuInst ul li a.rmFocused
{
    color: #6E5F3A !important;
}
.MenuInst ul li a span
{
	font: 11px Tahoma, Arial, Helvetica, sans-serif !important;
    padding: 0 !important;
	text-transform: uppercase;
	text-align: center;
	width: 182px;
}
.Copyright
{
	border-top: 1px solid #E8E8E8;
	font-size: 10px;
	color: #999;
	width: 182px;
	text-align: center;
	padding: 10px 0 15px;
	margin-left: 20px;
	position: absolute;
	bottom: 0;
}
.Copyright a, .Copyright a:link, .Copyright a:active, .Copyright a:visited
{
	color: #999;
}
.Copyright a:hover
{
	color: #6E5F3A;
}
.ContentRight .Cofinanciado
{
	position: absolute;
	bottom: 20px;
	right: 60px;
	text-align: right;
	color: #999999;
    font-size: 10px;
    text-transform: uppercase;
}
.ContentRight
{
	float: right;
	width: 700px;
	background: url(images/frame.png) repeat-y;
	margin: 110px 0 0;
	line-height: 20px;
	position: relative;
	z-index: 2;
}
.ContentRight a:hover img
{
	-moz-box-shadow: 2px 2px 2px #808285;
	-webkit-box-shadow: 2px 2px 2px #808285;
	box-shadow: 2px 2px 2px #808285;
	behavior: url(/js/PIE.htc);
}
.ContentRight a.Apoios:hover img
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.Home .ContentRight
{
	width: 575px;
	background: #FFF;
	margin: 150px 0 0;
}
.ContentRight a
{
	color: #000;
}
.ContentRight a:hover
{
	text-decoration: underline;
}
.ContentRight .SearchButton a:hover
{
	text-decoration: none;
}
.ContentHighlights
{
	border-top: solid 1px #E8E8E8;
	padding: 20px 0;
}
.Promotions
{
	border-bottom: solid 1px #E8E8E8;
	padding: 0 0 22px;
}
.Internal .Promotions
{
	border-bottom: 0;
	float: left;
	width: 290px;
	height: 120px;
	overflow: hidden;
}
.Internal .Packages
{
	margin: 0 0 0 70px;
	padding: 0;
}
.Promotions h2
{
	float: left;
	margin: 5px 0 14px;
	font-size: 19px;
}
.Internal .Promotions h2
{
	float: none;
	font-size: 14px;
	margin: 0 0 4px;
}
.Promotions a.SeeAll
{
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	color: #555;
	text-decoration: none;
	margin: 4px 0 0;
}
.Internal .Promotions a.SeeAll,.Internal .Promotions .Clear, .Internal .Promotions .PromotionText
{
	display: none;
}
.Promotions a.SeeAll:hover
{
	text-decoration: underline;
}
.Promotions img
{
    border: 1px solid #917C4C;
    height: 120px;
    width: 178px;
    float: left;
}
.Internal .Promotions img
{
    height: 96px;
    width: 142px;
    margin: 0 7px 0 0;
}
.Promotions img.Clean
{
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	float: none;
}
.Promotions h3
{
	font-size: 17px;
	color: #000;
	text-align: left;
	overflow: hidden;
	margin: 3px 0;
}
.Internal .Promotions h3
{
	font-size: 14px;
	line-height: 16px;
	margin: 3px 0 0;
}
.Home .Promotions h3
{
	margin: -3px 0 0 190px;
}
.Promotions h3 a
{
	color: #444 !important;
	font-family: 'Vollkorn', serif;
	text-transform: none;
}
.Promotions h3 a:hover
{
	color: #6E5F3A !important;
}
.Home .Promotions .Date
{
	margin: 0 0 3px 190px;
}
.Date
{
	font-size: 11px;
	color: #808285;
}
.Home .Promotions .PromotionText
{
	margin: 3px 0 10px 190px;
	color: #58595B;
}
.Home .Promotions .SearchButton
{
	float: right;
	margin: 0 0 0 15px;
}
.Home .Price
{
	float: left;
	margin-left: 9px;
}
.Promotions .Price, .LPromotions .Price, .LPackages .Price
{
	color: #6E5F3A;
	text-align: center;
}
.Internal .Promotions .Price
{
	font-size: 11px;
	text-align: left;
}
.LPromotions .Price, .LPackages .Price
{
	text-align: left;
}
.Promotions .Price span, .LPromotions .Price span, .LPackages .Price span
{
	font-size: 16px;
}
.Internal .Promotions .Price span
{
	font-size: 15px;
}
.Internal .Promotions .Price span span
{
	font-size: 11px;
}
.Promotions .Price span span, .LPromotions .Price span span, .LPackages .Price span span
{
	font-size: 12px;
}
.Packages
{
	padding: 22px 0;
}
.Internal .Promotions .SearchButton
{
	position: absolute;
	bottom: 3px;
	right: 0;
}
.LPromotions
{}
.LPromotions img
{
	width: 408px
}
.LPromotions .PCInnerText
{
	width: 408px;
	margin: 0;
}
.LPromotions .PContent
{
	border-bottom: 1px solid #E8E8E8;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.LPromotions .PContent h2, .LPromotions .PContent h2 a
{
	font-size: 17px;
	color: #58595B;
	overflow: hidden;
	text-transform: none;
	font-family: 'Vollkorn', serif;
	margin-bottom: 3px;
}
.LPromotions .PContent h2 a:hover
{
	color: #6E5F3A;
}
.ContentText
{
	width: 650px;
	float: left;
	padding: 0 0 10px 25px;
}
.Home .ContentText
{
	width: 490px;
	float: left;
	padding: 40px 25px;
}
.BreadCrumbs
{
	font-size: 11px;
	color: #808285;
	margin: 5px 0 25px;
	padding: 0 25px 0 0;
}
.BreadCrumbs a
{
	color: #999;
}
.SubMenu
{
	padding: 0;
	background: #F0F0F0;
	margin: 0 -25px;
}
.SubMenu ul
{
    margin: 5px 0 5px 10px !important;
}
.SubMenu ul li
{
	border: 0 none !important;
    float: left;
    margin: 0;
    padding: 0 !important;
	text-align: center;
}
.SubMenu ul li a
{
    color: #444 !important;
    margin: 0;
    padding: 5px 15px;
	text-decoration: none;
}
.SubMenu ul li a:hover, .SubMenu ul li a.rmFocused
{
    color: #786B48 !important;
	background: none !important;
}
.SubMenu ul li a span
{
	font: 15px 'Vollkorn', serif !important;
    padding: 0 !important;
	text-transform: uppercase;
}
h1
{
	color: #A29061;
	font-family: 'Vollkorn', serif;
	font-size: 13px;
	line-height: 18px;
	padding: 25px 0;
	font-weight: normal;
}
h2
{
	color: #6E5F3A;
	font-family: 'Vollkorn', serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 8px;
}
h3
{
	color: #555;
	font-family: 'Vollkorn', serif;
	font-size: 19px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h3 a
{
	color: #555 !important;
}
h3 a:hover
{
	text-decoration: underline;
}
.Text
{
	padding: 0 25px 25px 0;
}
.imgLeft
{
	float: left;
	margin: 0 15px 0 0;
	clear: both;
}
.ContentText table tr td
{
	vertical-align: top;
	padding-bottom: 40px;
}
.ContentRight .Minimize
{
	position: absolute;
	z-index: 7001;
    right: 0;
    top: 0;
}
.Internal .ContentRight .Minimize
{
    right: 4px;
}
.ContentRight .Minimize #close
{
	background: url(images/ico-close.png) no-repeat;
	width: 43px;
	height: 38px;
	cursor: pointer;
}
.Internal .ContentRight .Minimize #close
{
	background: url(images/Minimize.png) no-repeat;
	width: 38px;
	height: 43px;
	margin: -5px 0 0;
}
.Maximize
{
    position: absolute;
	z-index: 7001;
    right: 0;
    top: 110px;
}
.Home .Maximize
{
    top: 200px;
}
.Internal .Maximize
{
    bottom: 0;
    top: auto;
    width: 700px;
    height: 29px;
    background: #FFF;
}
.Maximize #maximize
{
	background: url(images/ico-open.png) no-repeat;
	width: 43px;
	height: 38px;
	cursor: pointer;
}
.Internal .Maximize #maximize
{
	background: url(images/Maximize.png) no-repeat;
	width: 38px;
	height: 43px;
	right: 4px;
	position: absolute;
	margin: -14px 0 0;
}
sup
{
	font-size: 7px;
}
/* [Utils] */
.Clear
{
	clear: both;
}
.Left
{
	text-align: left;
}
.FLeft
{
	float: left;
}
.Right
{
	text-align: right;
}
.FRight
{
	float: right;
}
/* [Telerik] */
.RadMenu
{
	background: none !important;
	border: 0 !important;
	float: none !important;
}
.MenuUtils .RadMenu
{
	float: left !important;
}
.RadCalendarPopup
{
	z-index: 9999 !important;
}
.RadMenu .rmGroup .rmLink .rmExpandRight
{
	background: none !important;
}
/* [Galerias] */
.SlideShow
{}
.SlideNoBorder
{}
.SlideShow .GalleryImageThumb
{}
.SlideShow .GalleryImageThumb a 
{
	position:relative;
	text-decoration:none;
	float: left;
}
.SlideShow .GalleryImageThumb img
{
    margin: 0 7px 7px 0;
    width: 98px;
    height: 76px;
}
.ContentRight .SlideShow .GalleryImageThumb a:hover img
{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	behavior: url(/js/PIE.htc);
}
.SlideShow .GalleryImageThumb a .imgMask
{
	display:none;
	background: url("images/ZoomGallery.png");
    height: 79px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 120px;
}
.SlideShow .GalleryImageThumb a:hover .imgMask
{
    display: block;
}
/* [Formulários] */
.Form
{
	width: 489px;
	font-size: 12px !important;
}
.Form2
{
	font-size: 12px !important;
}
.Form p, .Form div
{
	clear: both;
	line-height: 25px;
	margin: 0;
	padding: 0;
	float: none !important;
	margin: 0 !important;
}
.Form div.left
{
	float: left !important;
	width: 270px;
}
.Form p.left
{
	clear: none;
	float: left !important;
}
.Form p.left1
{
	margin: 0 0 0 5px !important;
}
.Form p.left2
{
	margin: 0 0 0 20px !important;
}
.Form span, .Form2 .Left
{
	display: block;
	float: left;
	width: 130px;
	font-size: 12px !important;
}
.Form .SpanMini
{
	width: 70px !important;
}
.Form .SpanMini2
{
	width: 120px !important;
}
.Form2 span
{
	/*width: 115px;*/
}
.Form span label
{
	color: #81734E;
}
.Form input, .Form textarea, .Form select
{
	border-color: #CDCDCD;
    color: #78674E;
    float: left;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 3px;
    width: 300px;
}
.Form input
{
	height: 18px;
}
.Form input[type=checkbox]
{
	width: auto;
}
.Form select
{
    height: 24px;
}
.Form input.radEnabledCss_Default, .Form input.radHoverCss_Default, .Form input.radFocusedCss_Default
{
	border-color: #CDCDCD !important;
	padding: 0 !important;
}
.Form select
{
	width: auto !important;
}
.Form input:focus, .Form textarea:focus
{
	-moz-box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	box-shadow: 0 0 3px #555;
	behavior: url(/js/PIE.htc);
}
.Form .Warning
{
	width: 25px;
}
.Form .Auto
{
	width: auto !important;
}
.Form .NoClass input
{
	width: auto !important;
	margin: 5px 0 0;
}
.Form table.NoClass2
{
	margin: 0 0 0 115px;
	white-space: nowrap;
}
.Form table.NoClass2 tr td
{
	width: 40px;
	white-space: normal;
}
.Form .NoClass2 input
{
	margin-top: 5px;
	border: 0;
}
.Form table.NoClass2 tr td input
{
	margin-left: 10px;
}
.Form .NoClass
{
	width: auto;
}
.Form .NoClass label
{
	margin: 0 0 0 5px;
	color: #555;
}
.Form .radInput_Default
{
	width: 70px;
}
.Form .Button
{
    margin: 10px 54px 0 0 !important;
    float: right !important;
}

.Form p.left {
    clear: none;
    float: left !important;
}
.Form p.left1 {
    margin: 0 0 0 5px !important;
}
.Form p.left2 {
    margin: 0 0 0 20px !important;
}
.Form p.left2 span {
    width: auto;
}
.Form p.left2 input {
    margin-left: 10px;
}
.Form .LessSpaceLabel1, .Form .LessSpaceLabel2
{
	width: auto;
}
.Form .LessSpaceInput
{
	margin: 5px 40px 0 5px;
}
.Form .LessSpaceInput2
{
	margin: 5px 40px 0 0;
}
.Form input[type='checkbox'] 
{
	margin-right:5px;
}
/* divTos */
.divTos *
{
	float:left;
}
.divTos label 
{
	margin-right:2px;
}
/* [UserAreaForm] */
.UserAreaContainer 
{
	margin-bottom:15px;
}
.UserAreaForm 
{
	display: inline-block;
	width:300px;
	max-width:100%;
}
.UserAreaForm label 
{
	max-width: calc(100% - 20px);
	vertical-align:middle;
	display:inline-block;
}
.UserAreaForm input[type='text'], .UserAreaForm input[type='password'], .UserAreaForm select 
{
	width:100% !important;
}
.UserAreaForm .btn-su 
{
	width:auto;
	margin-right:5px;
}
/* [Google Maps] */
.GMaps
{
	position: fixed !important;
	z-index: 1;
	top: 0;
	left: 222px;
}
.GMapsForm
{
	width: 525px;
	position: absolute;
	z-index: 2;
	top: 515px;
	right: 0;
	background: #FFF;
	padding: 0 25px !important;
}
#route
{
	width: 650px;
	position: absolute;
	z-index: 2;
	top: 690px;
	right: 0;
	padding: 0 25px !important;
	background: #FFF;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9110;
	display: none;
	background-color: #000000 !important;
	opacity: 0.6 !important;
	
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 11000;
	outline: none;
	display: none;
	
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 29px;
	background: transparent url('images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #58595B;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: -10px;
}

#fancybox-right {
	right: -10px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox.png');
	background-position: -43px -29px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox.png');
	background-position: -43px -93px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancy_title_over.png');
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -43px -159px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 32px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('images/fancybox-x.png') 0px -35px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -52px -159px no-repeat;
}

/* IE6 */
/*
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_loading.png', sizingMethod='scale'); }
*/
/* IE6, IE7, IE8 */
/*
.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_nw.png', sizingMethod='scale'); }
*/

/* [Responsive Design] */
@media only screen and (min-width: 768px) and (max-width: 1441px) {
    .Social .Clear{
		line-height: 5px;
	}
	.Logo {
		margin: 35px 0 0;
	}
	.Logo a {
    	background: url(../../images/Quinta-de-Casaldronho-Wine-Hotel-mini.png) no-repeat center top;
    	width: 165px;
    	height: 107px;
    	display: inline-block;
    }
    .Logo img {
    	display: none;
    }
    .Menu {
		border-top: 1px solid #E8E8E8;
		margin: 0 20px;
		padding: 10px 0 0;
	}
	.Menu ul {
		margin: 0 0 0 0 !important;
	}
	.Menu ul li {
		margin: 0;
	}
	.Menu ul li a {
		padding: 0 10px;
		background: none !important;
	}
	.Menu ul li a:hover, .Menu ul li a.rmFocused {
		background: none !important;
	}
	.Menu .Clear{
		line-height: 5px;
	}
	.Booking {
		bottom: 118px;
	}
	.MenuInst {
		bottom: 73px;
		height: 40px;
	}
	.MenuInst ul li {
		margin: 1px 0;
	}
	.Copyright {
		padding-bottom: 10px;
		padding-top: 5px;
	}
	#slidecaption big
	{
		font-size: 46px;
	}
	#slidecaption small
	{
		font-size: 16px;
    	line-height: 18px;
	}
	.Home .ContentRight
	{
		/*margin: 175px 0 0;*/
	}
	.Home .ContentText
	{
		padding: 25px 25px 15px;
	}
	.Home .Maximize
	{
		/*top: 175px;*/
	}
	.Promotions
	{
		padding: 0 0 15px;
	}
	.Packages
	{
		padding: 15px 0;
	}
}
@media only screen and (max-height: 690px) {
    .ContentRight a.Apoios
	{
		position: relative;
		bottom: 0;
		right: 0;
	}
}