﻿@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|Noto+Serif:400,700);
@import url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css);
/*
font-family: 'PT Sans', sans-serif;
font-family: 'Noto Serif', serif;
*/
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,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ul, li, h1, h2, h3, h4, h5, h6, p
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
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;
}

html
{
	height: 100%;
}
body
{
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	color: #0D1C33;
}
textarea
{
    resize: none;
}
a, a:link, a:active, a:visited
{
	color: #0D1C33;
}
a:hover
{
	cursor: pointer !important;
	text-decoration: none;
}
input, select, textarea
{
	font-size: 13px;
	border: 0;
}
select
{
	padding: 5px 10px;
}
.CleanSafe {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 110px;
    height: auto;
    z-index: 22;
}
.Top
{
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 9px 0 6px;
	height: 18px;
}
.Languages
{
	color: #8A7852;
}
.Languages a
{
	color: #677790;
	text-decoration: none;
}
.Languages a:hover
{
	color: #8A7852;
}
.TimeWeather
{
	color: #677790;
}
.cityname
{
	float: left;
}
.TimeWeather .fa
{
	float: left;
}
.fa-chevron-right
{
	font-size: 9px !important;
	margin: 3px 0 0 4px;
}
.fa-clock-o
{
	font-size: 17px !important;
	margin: -2px 0 0 15px;
}
.time
{
	float: left;
	margin: -2px 0 0;
	width: 50px;
	text-align: center;
	height: 18px;
	vertical-align: middle;
	line-height: 18px;
}
.time canvas
{
	text-shadow: 0;
}
.weather
{
	float: left;
	margin-left: 5px;
}
.weather img, .weather div
{
	float: left;
}
.weather img
{
	margin-top: -6px;
}
.weather div
{
	margin: 0 0 0 8px;
}
.Utilities
{
	float: right;
}
.Utilities a
{
	color: #677790;
	margin-left: 22px;
	text-decoration: none;
}
.Utilities a:hover, .Utilities a.rmFocused
{
	color: #8A7852;
}
.MenuAll
{
	position: absolute;
	z-index: 2;
	width: 100%;
}
.Menu
{
	text-align: center;
	padding: 20px 0 0;
}
.Menu ul
{
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}
.Menu ul li
{
	float: left;
	padding: 0 17px;
	position: relative;
}
.Menu ul li a
{
	font-family: 'Noto Serif', serif;
	text-transform: uppercase;
	color: #FFF;
	font-size: 17px;
	border-bottom: solid 1px #8A7852;
	padding: 40px 0 11px;
	text-decoration: none;
	display: block;
}
.Menu ul li.Logo a
{
	border-bottom: 0;
	padding: 0;
}
.Menu ul li a:hover
{
	border-bottom: solid 1px #FFF;
}
.Menu ul li.Logo a:hover
{
	border-bottom: 0;
}
.Menu ul li > ul
{
    display: none;
    margin: 0;
    padding: 10px 0 0;
    position: absolute;
    z-index: 7;
    width: 100%;
    left: 0;
}
.Menu ul li:hover ul
{
    display: block;
}
.Menu ul ul li {
    padding: 0;
    float: none;
}
.Menu ul ul li a
{
	text-transform: none;
	color: #FFF;
	font-size: 14px;
	border-bottom: 0;
	padding: 5px 0;
	text-decoration: none;
	display: block;
}
.Menu ul ul li a:hover
{
	border-bottom: 0;
	color: #8A7852;
}
.MenuMobile
{
	display: none;
	margin: 0 2%;
    width: 96%;
    padding: 0 0 5px;
}
.shifter .shifter-handle {margin:5px 0 0;}
.shifter .shifter-navigation { background: #f9f9f9; padding: 10px 30px 30px; }
.shifter .shifter-navigation a { color: #0D1C33; display: block; font-size: 16px; margin: 0 0 10px; text-decoration: none;}
.shifter .shifter-navigation a:hover, .shifter .shifter-navigation a.rmFocused {color: #8A7852; text-decoration: underline;}
.shifter-navigation .RadMenu ul.rmHorizontal, .shifter-navigation .RadMenu ul.rmVertical {display: block !important;}
.shifter-navigation .RadMenu ul, .shifter-navigation .RadMenu ul li {float: none !important;}
.shifter-navigation .RadMenu li li {margin-left: 10px !important;}
.shifter-navigation .RadMenu li li li {margin-left: 20px !important;}
.BannerAll
{
	margin: 0 2%;
	width: 96%;
}
.Banner
{
	z-index: 1;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.Banner a
{
	color:#fff;
}
@media only screen and (max-width: 1365px)
{
	.Banner{height: 646px;}
	.bx-wrapper .bx-caption {bottom: 43% !important;}
	#bx-pager {top: 28% !important;}
}
@media only screen and (max-width: 1263px)
{
	.Banner{height: 520px;}
}
@media only screen and (max-width: 1023px)
{
	.Banner{height: 390px;}
}
.BannerShadow
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 278px;
	background: url(images/mask-top.png) repeat;
	z-index: 2;
}
.Internal .Banner img
{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.Internal .CmsViewPage .Banner img
{
    -webkit-transform: none;
    transform: none;
}
.Tit
{
	vertical-align: middle;
    padding: 60px 0 0;
    text-align: center;
}
.Tit h1
{
    font-family: 'Noto Serif', serif;
	text-transform: uppercase;
	font-size: 54px;
	color: #0D1C33;
}
.Booking
{
	height: 145px;
	position: relative;
	z-index: 2;
}
.BookingEngine
{
	background: #8E99AE;
	height: 95px;
	padding: 25px;
}
.Bar
{
	font-size: 20px;
	line-height: 27px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
.Search
{
	width: 27%;
	margin: 0 3%;
	float: left;
	background: #FFF;
	background: #FFF url(images/check-in.png) no-repeat 95% center;
	position: relative;
}
.Search span
{
	display: block;
	float: left;
	padding: 15px 0 15px 6%;
	font-size: 13px;
	color: #677790;
	text-transform: uppercase;
	width: 24%;
}
.Search input
{
	float: left;
	width: 70%;
	padding: 14px 0;
	font-size: 13px;
	line-height: 13px;
	height: 15px;
	color: #677790;
	margin: 0;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
}
.Search span.NoWidth
{
	width: 4%;
	position: absolute;
	right: 0;
	top: 4px;
}
.BookingEngine .SearchButton
{
	width: 27%;
	float: left;
	margin: 0 3%;
}
.Booking .six.columns.noleft
{
	margin-left: 0 !important;
	width: 51.06383% !important;
}
.BookingInformation
{
	background: #FFF;
	height: 114px;
	padding: 15px 0;
	color: #8E99AE;
	border-bottom: solid 1px #8E99AE;
	border-right: solid 1px #8E99AE;
}
.BookingInformation div span
{
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.BI1
{
	width: 32%;
	float: left;
	border-right: solid 3px #8E99AE;
	height: 60px;
	padding: 57px 0 0;
	background: url(images/ico-wifi.png) no-repeat center 10px;
}
.BI1 .Span1
{
	font-size: 13px;
}
.en .BI1 .Span1 {
    font-size: 12px;
}
.BI1 .Span2
{
	font-size: 22px;
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	line-height: 21px;
}
.en .BI1 .Span2 {
    font-size: 21px;
    line-height: 18px;
}
.BI1 .Span3
{
	font-size: 19px;
}
.en .BI1 .Span3 {
    font-size: 26px;
    line-height: 21px;
}
.BI2
{
	width: 32%;
	float: left;
	border-right: solid 3px #8E99AE;
	height: 60px;
	padding: 57px 0 0;
	background: url(images/ico-location.png) no-repeat center 10px;
}
.BI2 .Span1
{
	font-size: 15px;
	line-height: 17px;
}
.en .BI2 .Span1 {
    font-size: 11px;
    line-height: 14px;
}
.BI2 .Span2
{
	font-size: 12px;
	line-height: 14px;
}
.en .BI2 .Span2
{
	font-size: 16px;
	line-height: 15px;
}
.BI2 .Span3
{
	font-size: 22px;
	font-family: 'Noto Serif', serif;
	font-weight: bold;
}
.BI3
{
	width: 33%;
	float: left;
	height: 60px;
	padding: 57px 0 0;
	background: url(images/ico-metro.png) no-repeat center 10px;
}
.BI3 .Span1
{
	font-size: 12px;
}
.BI3 .Span2
{
	font-size: 21px;
	font-family: 'Noto Serif', serif;
	font-weight: bold;
}
.en .BI3 .Span2 {
    font-size: 18px;
}
.BI3 .Span3
{
	font-size: 20px;
}
.en .BI3 .Span3 {
    font-size: 23px;
}
.Content
{}
.Promotions
{
	float: right;
	padding: 0 0 25px 25px;
}
.PromotionsContainer
{
	border: solid 3px #8E99AE;
	padding: 13px;
}
.PromotionsContainer img
{
	width: 204px;
	height: 130px;
	float: left;
}
.PromotionTxt
{
	width: 285px;
	float: left;
	font-size: 14px;
	color: #8A7852;
	text-align: center;
}
.PromotionTxt big
{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.PromotionTxt a
{
	font-family: 'Noto Serif', serif;
	background: #FFF;
	border: solid 1px #8A7852;
	border-bottom: solid 2px #8A7852;
	font-size: 18px;
	text-align: center;
	color: #8A7852;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 30px;
	padding: 7px 25px;
}
.PromotionTxt a:hover
{
	background: #8A7852;
	color: #FFF;
}
.Text
{
	margin: 60px 0;
	padding: 0 0 0 15px;
	border-left: solid 3px #8E99AE;
	line-height: 24px;
}
.Content2 .Text
{
	border-left: 0;
	margin: 0 0 60px;
}
.Content .Text::first-letter, .Content .TextInner::first-letter
{
	font-size: 55px;
	font-family: 'Noto Serif', serif;
	float: left;
	margin: 2px 5px 5px 0;
}
.Text h2
{
	font-family: 'Noto Serif', serif;
	font-size: 18px;
    text-transform: uppercase;
    margin: 25px 0 10px;
}
.TextInner .TA_certificateOfExcellence
{
	float: right;
}
.TextInner ul
{
	margin: 0 0 25px;
}
.TextInner ul:after
{
	clear: both;
	content: " ";
	display: block;
}
.TextInner ul li
{
	width: 47%;
	margin: 0 1.5%;
	float: left;
	list-style-type: disc;
}
.TextInner ul.SubUls
{
	margin: 0;
}
.TextInner ul.SubUls li
{
	width: 50%;
	margin: 0;
	float: left;
	list-style-type: none;
	font-weight: bold;
}
.TextInner ul.SubUls li li
{
	width: 94%;
	margin: 0 3%;
	float: none;
	list-style-type: disc;
	font-weight: normal;
}
.Text input, .Text select, .Text textarea
{
	background: #FFF;
	border: solid 1px #8E99AE;
	color: #0D1C33;
	margin: 0 0 10px;
    padding: 10px 0 10px 1%;
    width: 95%;
}
.Text .InlineDropDown
{
	float: left;
	width: 10%;
}
.Text .InlineInput
{
	float: left;
	width: 84%;
	margin-left: 1%;
}
.Text .SearchButton
{
	background: #FFF;
	border: solid 1px #8E99AE;
	border-bottom: solid 2px #8E99AE;
	color: #8E99AE;
	padding: 11px 45px;
}
.Text .SearchButton:hover
{
	background: #8E99AE;
	border: solid 1px #FFF;
	border-bottom: solid 2px #FFF;
	color: #FFF;
}
.Form .SearchButton
{
	float: right;
	margin-right: 4%;
}

.Seal
{
	margin: 60px 0 0;
}
.ShortcutGallery
{
	border: solid 3px #8E99AE;
	font-size: 15px;
	color: #8A7852;
	line-height: 24px;
	text-align: center;
	height: 277px;
	overflow: hidden;
}
.ShortcutGallery .FLeft
{
	width: 45%;
	padding: 30px 3%;
}
.ShortcutGallery h2
{
	font-size: 19px;
	font-family: 'Noto Serif', serif;
	text-transform: uppercase;
}
.ShortcutGallery h2:after {
    background: #8A7852;
    content: "";
    display: block;
    height: 1px;
    margin: 10px auto;
    width: 120px;
}
.ShortcutGallery a
{
	font-family: 'Noto Serif', serif;
	background: #FFF;
	border: solid 1px #8A7852;
	border-bottom: solid 2px #8A7852;
	font-size: 18px;
	text-align: center;
	color: #8A7852;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin-top: 30px;
	padding: 7px 0;
}
.ShortcutGallery a:hover
{
	background: #8A7852;
	color: #FFF;
}
.ShortcutGallery .FRight
{
	width: 49%;
	position: relative;
}
.ShortcutGallery .FRight img
{
    width: 100%;
}
.ShortcutServices
{
	margin: 30px 0 60px;
	border: solid 3px #8E99AE;
	background: url(images/WiFi.jpg);
	height: 277px;
	white-space: nowrap;
    text-align: center
}
.SSHelper
{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.ShortcutServices img
{
    vertical-align: middle;
    background: url(images/mask-middle.png);
    padding: 40px 30px;
}
.TownInformation
{
	background: #8E99AE;
	padding: 45px 25px 10px;
	height: 541px;
	font-size: 15px;
	color: #FFF;
	line-height: 24px;
	text-align: center;
}
.TownInformation a
{
	font-family: 'Noto Serif', serif;
	background: #8E99AE;
	border: solid 1px #FFF;
	border-bottom: solid 2px #FFF;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin: 49px 0;
	padding: 7px 30px;
}
.TownInformation a:hover
{
	background: #FFF;
	color: #8E99AE;
}
.TownInformation iframe
{
	width: 476px;
	height: 267px;
}
.BottomAll
{
	background: #0C1C32;
	line-height: 18px;
	font-size: 13px;
	color: #FFF;
	margin: 0 2%;
	width: 96%;
}
.BottomAll a
{
	color: #8E99AE;
}
.BottomAll h2
{
	display: inline-block;
	font-family: 'Noto Serif', serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #8A7852;
	margin: 45px 0 20px;
	padding: 0 0 12px;
	border-bottom: solid 1px #8A7852;
}
.Address
{
	background: url(images/logo-footer.png) no-repeat top left;
	padding: 0 0 15px 40px;
}
.Metro
{
	background: url(images/metro-footer.png) no-repeat top left;
	padding: 0 0 0 40px;
}
.Phone
{
	font-size: 17px;
	margin-bottom: 10px;
}
.BottomAll .fa
{
	margin-right: 5px;
}
.Bottom3 .fa
{
	float: left;
    margin-bottom: 22px;
    margin-right: 8px;
    margin-top: 4px;
}
.Bottom4 img
{
	float: left;
	margin-right: 35px;
}
.GoTop
{
	padding: 25px 0 15px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}
.GoTop a
{
	color: #8E99AE;
	text-decoration: none;
}
.BaseAll
{
	font-size: 12px;
	color: #677790;
	padding: 12px 0;
}
.BaseAll a
{
	color: #677790;
}
.Institutional
{}
.Institutional ul
{}
.Institutional ul li
{
	padding: 0 15px;
}
.Institutional ul li:first-child
{
	padding: 0 15px 0 0;
	border-right: solid 1px #677790;
}
.Institutional ul li:nth-child(2) {
	border-right: solid 1px #677790;
}
.Institutional ul li:last-child
{
	padding: 0 0 0 15px;
	border-right: 0;
}
.Institutional ul li a
{
	text-transform: uppercase;
	text-decoration: none;
}
.Institutional ul li a:hover, .Institutional ul li a.rmFocused
{
	text-decoration: underline;
}
.Copyright
{
	float: right;
}
/* [Utils] */
.Clear
{
	clear: both;
}
.Left
{
	text-align: left;
}
.FLeft
{
	float: left;
}
.Right
{
	text-align: right;
}
.FRight
{
	float: right;
}
.ui-widget {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 0.9em !important;
}
/* [Botões] */
a.SearchButton
{
	font-family: 'Noto Serif', serif;
	background: #8E99AE;
	border: solid 1px #FFF;
	border-bottom: solid 2px #FFF;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 11px 0;
}
a.SearchButton:hover
{
	background: #FFF;
	color: #8E99AE;
}
/* [Telerik] */
.RadTreeView_Default, .RadTreeView_Default a.rtIn, .RadTreeView_Default .rtEdit .rtIn input
{
	font-family: 'PT Sans', sans-serif !important;
	font-size: 13px !important;
}
.RadTreeView_Default .rtSelected .rtIn {
    background: #e2e2e2 !important;
    border: 1px solid #e2e2e2 !important;
    color: #363636 !important;
    padding: 1px 2px 2px !important;
}
/* [Tabelas] */
table.rooms, table.services
{
	width: 100%;
}
table.rooms tr td
{
	width: 33%;
	vertical-align: top;
	text-align: center;
}
table.rooms tr td h2, table.services tr td h2
{
    margin: 15px auto;
    text-transform: uppercase;
    font-family: 'Noto Serif', serif;
    font-size: 18px;
}
table.rooms tr td h2:after, table.services tr td h2:after
{
    background: #0D1C33;
    content: "";
    display: block;
    height: 1px;
    margin: 10px auto;
    width: 120px;
}
table.services tr td
{
	width: 50%;
	vertical-align: top;
	text-align: center;
}
table.services .SearchButton
{
	display: inline-block;
}
table.distances
{
	width: 100%;
	border-spacing: 0;
    border-collapse: separate;
    margin: 20px 0 0;
}
table.distances tr td
{
	width: 33%;
	vertical-align: top;
	text-align: center;
	border-bottom: solid 1px #8E99AE;
	padding: 5px 0;
}
table.distances tr td:first-child
{
	text-align: left;
}
table.distances tr th
{
	width: 33%;
	font-weight: bold;
	text-transform: uppercase;
	color: #8E99AE;
}
table.distances tr th:first-child
{
	text-align: left;
}
/* [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] */
.map_canvas
{
	width: 100%;
	height: 300px;
	margin-top: 30px;
}
.map_canvas img
{
	max-width: none;
}
.Directions, .DirectionsInfo
{
	background: #FFF;
	padding: 0 0 20px !important;
	margin: 0 1%;
}
.Directions
{
	font-size: 18px;
}
.Directions p
{
	margin: 30px 0 0;
}
.Directions1
{
	float: left;
	width: 31%;
	margin: 0 2% 0 0;
}
.Directions2
{
	float: left;
	width: 31%;
	margin: 0 2% 0 0;
}
.DirectionsSearch
{
	float: left;
	width: 34%;
	margin: 0;
}
.DirectionsSearch span
{
	text-transform: uppercase;
    color: #8E99AE;
    font-weight: bold;
    font-size: 16px;
    padding: 0 !important;
}
.Directions p input
{
	width: auto;
	margin: 0;
}
.Directions p span
{
	padding: 6px 0 6px 38px;
}
.DirectionTo span
{
	background: url(images/To-Hotel.png) no-repeat left center;
}
.DirectionFrom span
{
	background: url(images/From-Hotel.png) no-repeat left center;
}
.DirectionCar span
{
	background: url(images/By-Car.png) no-repeat left center;
}
.DirectionTransports span
{
	background: url(images/By-BUS.png) no-repeat left center;
}
.DirectionOnFoot span
{
	background: url(images/On-Foot.png) no-repeat left center;
}
.Directions .DirectionsSearch p input
{
	background: #FFF;
	border: solid 1px #8E99AE;
	color: #0D1C33;
	margin: 0 0 10px;
    padding: 10px 4%;
    width: 91%;
}
.DirectionsInfo .adp
{
	padding: 0 0 20px;
}
.LocationInfo
{
	padding-top: 45px;
}
.LocationInfo h2
{
	font-size: 22px;
	color: #C9323C;
	font-weight: 400;
	margin-top: 0;
	text-transform: uppercase;
}
.LocationInfo em
{
	font-size: 14px;
}
/* [Galerias] */
.SlideShow
{}
.SlideNoBorder
{}
.SlideShow .GalleryImageThumb
{}
.SlideShow .GalleryImageThumb a 
{
	position:relative;
	text-decoration:none;
	float: left;
}
.SlideShow .GalleryImageThumb img
{
	height: 79px;
    margin: 10px 31px 21px 0px;
    width: 120px;
}
.SlideShow .GalleryImageThumb a .imgMask
{
	display:none;
	background: url("images/ZoomGallery.png");
    height: 79px;
    margin: 6px 0 0;
    position: absolute;
    top: 4px;
    width: 120px;
}
.SlideShow .GalleryImageThumb a:hover .imgMask
{
    display: block;
}
/* 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 {
	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/Hotel-Internacional-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 {
	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 */
}
.TA_rated
{
	float: right;
}
/*! 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*/
	}
}
.fancybox-type-iframe .fancybox-nav {
    width: 60px;       
}

.fancybox-type-iframe .fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-type-iframe .fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-type-iframe .fancybox-next {
    right: -60px;
}

.fancybox-type-iframe .fancybox-prev {
    left: -60px;
}
/* [Responsive] */
@media only screen and (max-width: 1365px)
{
	.ShortcutGallery {height: 271px;}
	.ShortcutGallery .FLeft {padding: 10px 3%;}
	.ShortcutGallery a {font-size: 15px; margin-top: 20px;}
	.ShortcutServices {margin: 36px 0 60px;}
	.TownInformation iframe {height: 258px;width: 445px;}
	
	.BookingEngine {height: 80px;}
	.Booking {height: 130px;}
	.Bar {margin-bottom: 15px;}
	.BookingInformation {height: 99px;}
	.BI1 {height: 55px; padding: 50px 0 0; background: url(images/ico-wifi.png) no-repeat center 5px;}
	.BI2 {height: 55px; padding: 50px 0 0; background: url(images/ico-location.png) no-repeat center 5px;}
	.BI3 {height: 55px; padding: 50px 0 0; background: url(images/ico-metro.png) no-repeat center 5px;}
}
@media only screen and (max-width: 1260px)
{
	.bx-wrapper .bx-controls-direction a {top: 50% !important;}
	.bx-wrapper .bx-caption {bottom: 44% !important;}
	.bx-wrapper .bx-caption h2 {font-size: 40px !important;}
	.bx-wrapper .bx-caption small {font-size: 16px !important;}
	#bx-pager {top: 25% !important;}
	.Bar {font-size: 19px;}
	.Search {background: #FFF;}
	.Search span {width: 30%;}
	.Search input {padding: 15px 0 13px; width: 62%;}
	.BookingEngine .SearchButton {font-size: 14px;padding: 13px 0}
	.TownInformation {height: 470px; padding: 35px 20px 15px;}
	.TownInformation a {margin: 30px 0;}
	.TownInformation iframe {height: 195px;width: 350px;}
	.Bottom4 img {margin-right: 10px; max-width: 135px;}
	.Phone {font-size: 14px;}
	.Booking {margin: 0;}
	.Booking .row {width: 96%;padding-left: 2%;padding-right: 2%;}
	.BookingEngine {padding: 25px 10px;}
	
	.Tit h1 {font-size: 40px;}
	
	.ShortcutGallery {line-height: 15px; height: 214px;font-size: 13px;}
	.ShortcutGallery h2 {font-size: 16px;line-height: 18px;}
	.ShortcutGallery a {font-size: 14px; margin-top: 12px;}
	.ShortcutServices {margin: 18px 0 40px;width: 99%;}
}
@media only screen and (max-width: 1023px)
{
	.Menu ul li a {font-size: 12px;}
	.Menu ul ul li a {font-size: 12px;}
	.bx-controls-direction, .bx-caption, #bx-pager {display:none;}
	.Content .row .eight.columns {width: 82.97872%;margin-left: 0 !important}
	.Content .push_one.five.columns {width: 48.93617%;margin-left: 0 !important}
	.Content .five.columns {width: 48.93617%!important;}
	.TownInformation {padding: 24px 25px 10px;}
	.TownInformation iframe {height: 180px;width: 309px;}
	.BottomAll .push_one.three.columns {margin-left: 0 !important}
	.BottomAll .two.columns {width: 23.40426%!important}
	.Bottom4 {text-align: center;}
	.Bottom4 img {float: none; margin: 0 auto 10px;}
	
	.Search {width: 33%;margin: 0 1%;}
	.Search span {width: 35%;}
	.Search input {width: 59%;}
	.BookingEngine .SearchButton {margin: 0 1%;}
	
	.Internal .Content .push_one.ten.columns, .Internal .Content2 .push_one.ten.columns  {width: 100%;margin-left: 0 !important}
	.Text .SearchButton {padding: 11px 15px;}
}
@media only screen and (max-width: 767px)
{
	.Top {height: 30px;padding: 5px 0 6px;}
	.Top .one.columns {float: right!important}
	.Languages span span {display: none;}
	.Languages span span:first-child {display: block; width: 30px; height: 30px; background: url(images/Languages/PT-Off.png) no-repeat; text-indent: -99999px; float: left;}
	.pt .Languages span span:first-child {background: url(images/Languages/PT-On.png) no-repeat;}
	.Languages span span:last-child {display: block; width: 30px; height: 30px; background: url(images/Languages/EN-Off.png) no-repeat; text-indent: -99999px; float: left; margin: 0 0 0 10px;}
	.en .Languages span span:last-child {background: url(images/Languages/EN-On.png) no-repeat;}
	.Languages span span a {display: block; width: 30px; height: 30px;}
	.Top .five.columns, .Top .six.columns, .MenuAll, .BannerShadow {display: none!important}
	.MenuMobile {display: block;}
	.MenuMobile .FLeft {margin-top: -35px;}
	.Top .six.columns {float: right!important}
	.BannerAll {margin: 0 2%;width: 96%;}
	.Banner {height: auto;}
	.Internal .Banner img {	position: relative;top:0;left: 0;-webkit-transform: none;transform: none;width: 100%;}
	.bx-wrapper {margin: 0 auto!important;}
	.Booking {height: auto;}
	.Booking .push_one.five.columns {width: 100%!important;}
	.Booking .six.columns.noleft {width: 100% !important;}
	.BookingInformation {padding: 0; height: 105px; border-left: solid 1px #8E99AE;}
	.Seal {margin: 0 0 30px;}
	.Content .five.columns {width: 100%!important;}
	.BottomAll {margin: 30px 2% 0;width: 86%;padding: 0 5%;}
	.BottomAll .two.columns {width: 100%!important;}
	.Bottom3 .fa {margin-bottom: 16px;}
	.BottomAll h2 {display: block; text-align: center;}
	.Bottom4 {text-align: left;}
	.Bottom4 img {float: none; margin: 0 10px 0 0; max-width: none;}
	.Institutional {margin: 0 0 15px;}
	.Institutional .RadMenu {float: none !important;}
	.Institutional .RadMenu ul {float: none !important;text-align: center;}
	.Institutional .RadMenu ul li{display: inline-block !important; float: none !important;}
	.Institutional ul li:last-child {padding: 0;}
	.Institutional ul li {margin: 0 10px;}
	.Copyright {text-align: center; float: none;}
	
	.Search {width: 31%;}
	
	.TextInner ul li {width: 92%;margin: 0 4%;float: none;}
	.TextInner ul.SubUls li {width: 92%;}
	.TextInner ul.SubUls li li {margin: 0 4%;width: 92%;}
	
	table.services tr td {width: 100%;display: block; margin: 0 0 20px;}
	table.services tr td img {width: 100%;}
	
	.Directions1, .Directions2, .DirectionsSearch {float: none;width: 100%;margin: 0;}
	.CleanSafe {bottom: 15px;width: 90px;z-index: 1000;right: unset;left: 15px;top: unset;}
}
@media only screen and (max-width: 420px)
{
    .BookingEngine {height: auto;}
    .Search {width: 150px;float: none;margin: 0 auto 15px; height: 43px;}
    .Search span, .Search input {background: #FFF;}
    .BookingEngine .SearchButton {margin: 0 auto;float: none;width: 150px;}
}
@media only screen and (max-width: 400px)
{
	.ShortcutGallery {line-height: 13px;height: 185px;}
}
@media only screen and (max-width: 375px)
{
	.ShortcutGallery {height: 167px;}
	.ShortcutGallery h2 {font-size: 13px;line-height: 14px;}
	.ShortcutGallery h2:after {margin: 5px auto;}
	.ShortcutGallery a {font-size: 11px;}
	.TownInformation iframe {height: 150px;width: 260px;}
	
	.SlideShow .GalleryImageThumb img {margin: 10px 20px 21px 0px;}
}
@media only screen and (max-width: 319px)
{}