﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700|Oswald:400,300);
/*
    font-family: 'Roboto', sans-serif;
    font-family: 'Oswald', sans-serif;
*/
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css);

@import url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css);
a {cursor: pointer !important;}
a:focus {outline: none !important;}
body
{
    font-family: 'Roboto', sans-serif;
    padding-top: 58.85444%;
}
body.Internal
{
    padding-top: 44.19337%;
}
header
{
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #FFF;
    top: 0;
}
.Logo
{
    margin: 14px 0;
    border-right: solid 1px #BCBAAE;
}
.Languagues
{
    margin: 14px 0;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    color: #CC333F;
}
.Languagues a
{
    color: #BCBAAE;
}
.Languagues a:hover
{
    color: #CC333F;
    text-decoration: none;
}
.lnkBookingContainer 
{
	text-align: center;
    font-size: 11.5px;
    white-space: nowrap;
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
}
.lnkBookingArea 
{
	color: #CC333F;
	text-decoration:underline;
	display: inline-block;
    line-height: 24px;
}
.lnkBookingArea:hover, .lnkBookingArea:focus
{
	color: #CC333F;
	text-decoration:none;
}
.lnkBookingAreaImg 
{
	display:inline-block;
	vertical-align:middle;
	float: left;
	height: 24px;
}
.lnkBookingAreaImg path
{
	fill: #CC333F;
}
.BookingEngine
{
    margin: 20px 0;
}
.BookingEngine .fa
{
    font-size: 27px;
    color: #BCBAAE;
    width: 44px;
    height: 44px;
    padding-top: 8px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    border: solid 1px #BCBAAE;
    text-align: center;
    float: left;
}
.BookingEngine h2
{
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    color: #CC333F;
    font-weight: 300;
    text-transform: uppercase;
    margin: 5px 0 0 10px;
    float: left;
}
.BookingEngine h2 span
{
    font-weight: 400;
}
.SearchDates
{
    border: solid 1px #BCBAAE;
    background: url(images/calendar-arrival.png) no-repeat 94% center;
    font-size: 13px;
    color: #473D2D;
    text-transform: uppercase;
    padding: 10px 0 0 20px;
    height: 40px;
    margin-top: 4px;
}
.SearchDatesTo
{
    background: url(images/calendar-departure.png) no-repeat 94% center;
}
.SearchDates input
{
    border: 0;
    margin-left: 5px;
    font-size: 13px;
    color: #473D2D;
	max-width: 115px;
}
.BookingEngine .SearchButton
{
    margin-top: 4px;
}
.MenuActivator
{
    background: #00a0b0;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    height: 103px;
    padding-top: 38px;
    cursor: pointer;
}
.MenuActivator .fa
{
    margin-left: 5px;
}
nav
{
    display: none;
    position: fixed;
    width: 100%;
    padding: 25px 0;
    z-index: 9;
    background: #00a0b0;
    top: 103px;
}
.Internal nav
{
    display: block;
}
nav div[class*='col-']
{
    text-align: center;
}
nav ul
{
    float: none !important;
}
nav ul li
{
    float: none !important;
    display: inline-block;
}
nav ul li a
{
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 20px;
}
nav ul li a:hover, nav ul li a:focus, nav ul li a.rmFocused
{
    color: #473D2D;
    text-decoration: none;
}

nav ul ul
{
    margin: 25px 0 0 !important;
}
nav ul ul li
{
    background: #2B2419;
}
nav ul ul li a
{
    line-height: 50px;
}
.Banner
{
    position: fixed;
    z-index: 1;
    top: 103px;
    width: 100%;
}
.Banner ul
{
    margin: 0;
    padding: 0;
}
.Banner ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.Banner img
{
    width: 100%;
    height: auto;
}
.Banner .Title
{
    position: absolute;
    top: 25%;
    z-index: 9;
    text-align: center;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.Banner .Title
{
    top: 35%;
    margin-top: -24.5px;
}

.Banner .Title h1
{
    font-size: 45px;
    font-weight: 400;
    margin: 0;
}
.Banner .Title h1::before
{
    content: " · ";
}
.Banner .Title h1::after
{
    content: " · ";
}
.Banner .Scroll
{
    position: absolute;
    bottom: 30%;
    z-index: 9;
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #BCBAAE;
    text-transform: uppercase;
}
.Banner .Scroll .fa
{
    display: block;
    font-size: 40px;
    width: 45px;
    height: 45px;
    padding-top: 2px;
    margin: 0 auto 8px;
    border: solid 1px #BCBAAE;
    -webkit-border-radius: 22.5px;
    -moz-border-radius: 22.5px;
    border-radius: 22.5px;
    
}
main
{
    background: #E4E3DF;
    font-size: 16px;
    line-height: 26px;
    color: #5E5C50;
    padding: 70px 0;
    position: relative;
    z-index: 2;
}
.Accommodation main
{
    border-bottom: solid 1px #BCBAAE;
}
.Internal main
{
    background: #FFF;
}
main a
{
    color: #2B2419;
    text-decoration: underline;
}
main a:hover, main a:focus
{
    color: #2B2419;
    text-decoration: none;
}
main aside
{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    color: #2B2419;
}
main aside .popup
{
    color: #CC333F;
    float: right;
    text-decoration: none;
    margin-right: 24px;
}
main aside .popup:hover
{
    color: #2B2419;
    float: right;
}
main aside .fa
{
    font-size: 28px;
    color: #CC333F;
    width: 54px;
    height: 54px;
    padding-top: 13px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    border: solid 1px #CC333F;
    text-align: center;
    margin-left: 10px;
	padding-left: 7px;
}
main aside .fa-play:hover
{
    color: #2B2419;
    border: solid 1px #2B2419;
}
main h2, .HotelServices h2
{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #473D2D;
    text-align: center;
}
main h3
{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-top: 40px;
}
main h4
{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #2B2419;
    text-transform: uppercase;
    margin: 40px 0 10px;
}
main .RoomServices
{
    border-left: solid 1px #BCBAAE;
}
main .RoomServices h2
{
    margin-top: 0;
    margin-bottom: 20px;
}
main .RoomServices h2::before, .HotelServices h2::before, main h2::before
{
    content: " · ";
}
main .RoomServices h2::after, .HotelServices h2::after, main h2::after
{
    content: " · ";
}
main .RoomServices ul
{
    margin: 0;
    padding: 0;
    text-align: left;
    width: 90%;
    margin-left: 10%;
}
main .RoomServices ul li
{
    list-style-type: none;
    width: 49.6%;
    display: inline-block;
    vertical-align: top;
}
main .RoomServices ul li::before
{
    margin-right: 10px;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    /*font-size: inherit;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
main .GoogleMaps
{
    display: none;
}
.Rooms
{
    background: #FFF;
    font-size: 16px;
    line-height: 26px;
    color: #5E5C50;
    padding: 0 0 20px;
    position: relative;
    z-index: 2;
}
.Rooms img
{
    width: 100%;
    height: auto;
}
.Rooms .ExtraPadding
{
    padding-left: 35px;
    padding-right: 35px;
}
.Rooms .container-fluid .row:nth-child(2) div[class*='col-']:nth-child(2), .Rooms .container-fluid .row:nth-child(4) div[class*='col-']:nth-child(2)
{
    background: #E4E3DF;
    text-align: right;
}
.Rooms .row:nth-child(1) div[class*='col-']:nth-child(1)::after, .Rooms .row:nth-child(3) div[class*='col-']:nth-child(1)::after
{
    content: " ";
    background: url(images/arrow-white.svg);
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
}
.Rooms .row:nth-child(2) div[class*='col-']:nth-child(1)::after, .Rooms .row:nth-child(4) div[class*='col-']:nth-child(1)::after
{
    content: " ";
    background: url(images/arrow-bege.svg);
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.HotelServices
{
    background: #FFF;
    font-size: 16px;
    line-height: 26px;
    color: #5E5C50;
    padding: 0 0 70px;
    position: relative;
    z-index: 2;
}
.HotelServices ul
{
    margin: 0;
    padding: 0;
    text-align: left;
    width: 90%;
    margin-left: 10%;
}
.HotelServices ul li
{
    list-style-type: none;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
main ul li
{
    list-style-type: none;
}
.HotelServices ul li::before, main ul li::before
{
    margin-right: 10px;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: 12px;
}
.HotelServices ul li a, main ul li a
{
    color: #473D2D;
    text-decoration: underline;
}
.HotelServices ul li a:hover
{
    text-decoration: none;
}
.Highlights
{
    position: relative;
    z-index: 2;
}
.Highlights div[class*='col-']
{
    height: 0;
    padding-bottom: 20%;
    position: relative;
}
.Highlights div[class*='col-']::after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 36, 19, 0.9);
    z-index: 1;
    display: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.Highlights div[class*='col-']:hover::after
{
    display: block;
}
.Highlights div[class*='col-']:nth-child(1)
{
    background-image: url(/images/top-services/Quartos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.Highlights div[class*='col-']:nth-child(2)
{
    background-image: url(/images/top-services/Galeria.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.Highlights div[class*='col-']:nth-child(3)
{
    background-image: url(/images/top-services/Localizacao.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.Highlights h2
{
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    padding-top: 19%;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.Highlights div[class*='col-']:hover h2
{
    padding-top: 5%;
    padding-bottom: 3%;
}
.Highlights h2 span
{
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
}
.Highlights p
{
    display: none;
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
    padding: 0 10% 5%;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.Highlights div[class*='col-']:hover p
{
    display: block;
}
.Highlights a
{
    display: none;
    width: 50%;
    margin-left: 25%;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.Highlights div[class*='col-']:hover a
{
    display: block;
}
.SpecialOffers
{
    background: #FFF;
    position: relative;
    z-index: 2;
    padding: 50px 0;
    border-bottom: solid 1px #BCBAAE;
}
.SpecialOffers .fooContainer.isLoading,
main .fooContainer.isLoading
{
	height: 358px;
    overflow: hidden;
    position:relative;
}

.SpecialOffers .fooContainer.isLoading .fooLoader,
main .fooContainer.isLoading .fooLoader
{
	min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    width: 100%;
    bottom:0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
}
.SpecialOffers h2
{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 45px;
    color: #473D2D;
    text-transform: uppercase;
    text-align: center;
}
.SpecialOffers h2 a
{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #CC333F;
    text-decoration: underline;
    display: block;
    margin-top: 15px;
}
.SpecialOffers h2 a:hover
{
    text-decoration: none;
}
.SpecialOffers .foo
{}
.foo .item
{
    height: 358px;
    margin: 45px auto;
}
main .foo .item
{
    height: auto;
}
.foo img
{
    width: 50% !important;
    height: 257px !important;
    float: left;
    border-bottom: 0;
}
main .foo img
{
    height: auto !important;
}
.foo .Promotion
{
    background: #FFF;
    width: 50%;
    height: 257px;
    float: left;
    padding: 20px;
}
.foo .Promotion h3
{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
}
.foo .Promotion h3 a
{
    color: #473D2D;
    text-decoration: none;
}
.foo .Promotion h3 a:hover
{
    text-decoration: underline;
}
.foo .Promotion .Date
{
    font-size: 13px;
    color: #5E5C50;
}
.foo .Promotion .PromotionDetail
{
    font-size: 16px;
    line-height: 26px;
    color: #5E5C50;
    height: 130px;
    overflow: hidden;
}
main .foo .Promotion .PromotionDetail
{
    height: auto;
}
.foo .Since
{
    font-size: 16px;
    color: #5E5C50;
    height: 56px;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
    float: left;
    padding: 7px 0;
}
.foo .Since .OldPrice
{
    text-decoration: line-through;
}
.foo .Since .Price
{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #CC333F;
}
.foo .Button
{
    float: left;
    width: 50%;
}
.foo .Button .SearchButton
{
    height: 56px;
    padding-top: 12px;
    font-size: 22px;
}
.foo .Button .SearchButton:hover
{}
.SpecialOffers .bx-controls-direction a
{
    height: 42px !important;
    width: 42px !important;
    text-align: center;
    border: solid 1px #BCBAAE;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    margin-top: -20px !important;
}
.SpecialOffers .bx-controls-direction a:hover
{
    border: solid 1px #CC333F;
}

.SpecialOffers .bx-controls-direction a i
{
    font-size: 40px;
    color: #BCBAAE;
}
.SpecialOffers .bx-controls-direction a:hover i
{
    color: #CC333F;
}
.Services
{
    padding-bottom: 90px;
    background: #FFF;
    position: relative;
    z-index: 2;
}
.ServicesTitle, .intro
{
    padding: 40px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #2B2419;
}
.intro
{
    padding: 0;
    display: block;
    text-align: center;
}
.TA_certificateOfExcellence, .TA_excellent
{
	float: left !important;
}
.TA_excellent
{
	margin-top: -10px !important;
}
.ServicesTitle .fa, .intro .fa
{
    font-size: 24px;
    color: #BCBAAE;
    display: block;
    margin-bottom: 10px;
}
.Services div[class*='col-']
{
    padding-left: 35px;
    padding-right: 35px;
    font-size: 16px;
    line-height: 26px;
    color: #5E5C50;
}
.Services .row:nth-child(1) div[class*='col-']:nth-child(4), .Services .row:nth-child(2) div[class*='col-']:nth-child(2), .Services .row:nth-child(3) div[class*='col-']:nth-child(4)
{
    background: #E4E3DF;
    text-align: right;
}
.Services .row:nth-child(1) div[class*='col-']:nth-child(1)::after, .Services .row:nth-child(2) div[class*='col-']:nth-child(3)::after, .Services .row:nth-child(3) div[class*='col-']:nth-child(1)::after
{
    content: " ";
    background: url(images/arrow-white.svg);
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
}
.Services .row:nth-child(1) div[class*='col-']:nth-child(3)::after, .Services .row:nth-child(2) div[class*='col-']:nth-child(1)::after, .Services .row:nth-child(3) div[class*='col-']:nth-child(3)::after
{
    content: " ";
    background: url(images/arrow-bege.svg);
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.Services img
{
    width: 100%;
}
.Services h2, .Rooms h2
{
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #473D2D;
    margin: 30px 0 20px;
}
.Rooms h2
{
    margin: 35px 0 30px;
}
footer
{
    background: url(images/bg-footer.jpg);
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}
.LogoFooter
{
    margin-top: -45px;
    float: left;
}
.Contact
{
    font-size: 13px;
    color: #FFF;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 25px;
    float: left;
}
.Contact a
{
    color: #00a0b0;
    margin-top: 10px;
    text-decoration: underline;
}
.Contact a:hover
{
    text-decoration: none;
}
.Contact a .fa
{
    margin-right: 10px;
}
.logos
{
    display: block;
	margin-bottom:20px;
}
.logos img
{
    margin: 0 20px;
}
.Social
{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin: 28px 0 0;
    color: #FFF;
    text-transform: uppercase;
}
.Social .fa
{
    font-size: 28px;
    color: #FFF;
    width: 54px;
    height: 54px;
    padding-top: 13px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    border: solid 1px #FFF;
    text-align: center;
    margin-left: 20px;
}
.Social .fa-facebook:hover
{
    color: #00a0b0;
    border: solid 1px #00a0b0;
}
.Social .fa-twitter:hover
{
    color: #1da1f2;
    border: solid 1px #1da1f2;
}
.Social .fa-instagram:hover
{
    color: #e4405f;
    border: solid 1px #e4405f;
}
.Social .fa-youtube:hover
{
    color: #cd201f;
    border: solid 1px #cd201f;
}

footer hr
{
    margin-bottom: 30px;
    border-top: 1px solid #55392d;
}
.MenuInst
{}
.MenuInst ul {
	margin-bottom: 5px !important;
}
.MenuInst ul li
{}
.MenuInst ul li a
{
    font-size: 13px;
    color: #FFF;
    margin-right: 20px;
    text-transform: uppercase;
}
.MenuInst ul li a:hover, .MenuInst ul li a:focus, .MenuInst ul li a.rmFocused
{
    text-decoration: underline;
}
.Top
{}
.Top .fa
{
    font-size: 26px;
    color: #FFF;
    width: 44px;
    height: 44px;
    padding-top: 6px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    border: solid 1px #FFF;
    text-align: center;
    margin-top: -5px;
}
.Top .fa:hover
{
    color: #00a0b0;
    border: solid 1px #00a0b0;
}
.Copyright
{
    font-size: 13px;
    color: #FFF;
}
.Copyright a
{
    color: #FFF;
    text-decoration: underline;
}
.Copyright a:hover
{
    text-decoration: none;
}
/* [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;
}
@media screen and (min-width: 768px) {
  .equal, .equal > div[class*='col-'] {  
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex:1 0 auto;
  }
}
/* [Utils] */
.SearchButton, .SearchButton:focus
{
    font-family: 'Oswald', sans-serif;
    background: linear-gradient(to right, #CC333F 50%, #FFF 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    color: #CC333F;
    border: solid 2px #CC333F;
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    padding-top: 7px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.Highlights .SearchButton, .Highlights .SearchButton:focus
{
    background: none;
}
.SearchButton:hover
{
    background-position:left bottom;
    color: #FFF !important;
    text-decoration: none;
}
.Highlights .SearchButton:hover
{
    background: #CC333F;
}
textarea:focus, input:focus{
    outline: 0;
}
/* [Telerik Hacks] */
.RadMenu
{
    float: none !important;
    z-index: 2 !important;
    /*white-space: inherit !important;*/
}
/* [Gallery] */
.Gallery
{}
.ImageOver
{
    position: relative;
    overflow: hidden;
}
.Gallery img
{
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
.Gallery img:hover
{
    transform: scale(1.2);
}
/* [Google Maps] */
.map_canvas
{
    width: 100%;
    height: 400px;
}
.InputSearch input
{
    width: 100%;
}
/* [Tables] */
table
{
    width: 100%;
}
table tr
{}
table tr td
{
    vertical-align: top;
}
table.Meetings
{
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}
table.Meetings tr
{}
table.Meetings th
{
    color: #473D2D;
    text-transform: uppercase;
    padding: 7px 0;
    text-align: center;
}
table.Meetings th:first-child
{
    text-align: left;
}
table.Meetings tr td
{
    padding: 7px 0;
    text-align: center;
    border-bottom: solid 1px #BCBAAE;
}
table.Meetings tr td:first-child
{
    text-align: left;
}
.stacktable.large-only
{
	display: table;
}
.stacktable.small-only
{
	display: none;
	width: 100%;
	border-spacing: 0;
}
.st-head-row-main
{
	font-size: 18px;
	background: #CC333F;
	color: #FFF;
	padding-top: 0 !important;
}
.st-head-row
{
	text-transform: uppercase;
	text-align: center;
	padding-top: 40px;
}
.stacktable.small-only tr td
{
	border-bottom: solid 1px #CC333F;
}
table.RestaurantMenu
{
    text-align: center;
	font-size: 12px;
	border-spacing: 8px;
	border-collapse: inherit;
}
table.RestaurantMenu tr td
{
	padding: 10px;
	border: solid 1px #BCBAAE;
	width: 14%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
table.RestaurantMenu th
{
	text-transform: uppercase;
	color: #CC333F;
	text-align: center;
	border: solid 2px #CC333F;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
table.RestaurantMenu ul
{
	padding: 0;
}
table.RestaurantMenu ul li
{
	font-size: 11px;
	line-height: 20px;
}
.RestaurantMenu ul li::before 
{
    display: none;
}
.RestaurantMenu img
{
	padding: 10px 0 5px 0;
}
/* [Forms] */


/* [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) {
    body, body.Internal {padding-top: 0;}
    header,nav,.Banner{position: relative;}
    header .col-md-7, .BookingEngine div[class*='col-']{clear:both;}
    .BookingEngine div[class*='col-']{text-align: center;}
    .BookingEngine .fa {display: none;}
    .BookingEngine h2 {float: none; display: inline-block; font-size: 20px !important; margin: 15px 0 !important;}
    .Internal nav {display: none;}
    nav {top: 103px;position: absolute;}
    nav ul li {display: block;}
    nav ul li a {font-size: 17px;}
    .Banner {top: 0;}
    .Banner .Title {font-size: 20px;}
    .Banner .Title h1 {font-size: 25px;}
    main aside {margin-bottom: 150px;}
	.TA_certificateOfExcellence, .TA_excellent {margin: 0 11%;}
    .Highlights div[class*='col-'] {height: 250px;}
    .Highlights div[class*='col-']:hover::after {display: none;}
    .Highlights h2 {font-size: 22px;padding-top: 10%;}
    .Highlights div[class*='col-']:hover h2 {font-size: 22px;padding-top: 10%;padding-bottom: 0;}
    .Highlights div[class*='col-']:hover h2 span {font-size: 40px;}
    .Highlights div[class*='col-']:hover p {display: none;}
    .Highlights .SearchButton, .Highlights .SearchButton:focus {background: #FFF;}
    .bx-controls {display: none;}
    .foo .item {height: auto;}
    .foo img {width: 100% !important;height: auto !important;float: none;}
    .foo .Promotion {width: 100%;height: auto;float: none;}
    .foo .Promotion .PromotionDetail {height: 52px;}
    .foo .Since, .foo .Button {width: 100%;float: none;}
    
    .Services div[class*='col-'], .Rooms div[class*='col-'] {margin-bottom: 20px; height: auto !important;}
    .Services .row:nth-child(1) div[class*='col-']:nth-child(4), .Services .row:nth-child(2) div[class*='col-']:nth-child(2), .Services .row:nth-child(3) div[class*='col-']:nth-child(4), .Rooms .container-fluid .row:nth-child(2) div[class*='col-']:nth-child(2), .Rooms .container-fluid .row:nth-child(4) div[class*='col-']:nth-child(2) {background: none;text-align: left;}
    .Services .row:nth-child(1) div[class*='col-']:nth-child(1)::after, .Services .row:nth-child(2) div[class*='col-']:nth-child(3)::after, .Services .row:nth-child(3) div[class*='col-']:nth-child(1)::after, .Services .row:nth-child(1) div[class*='col-']:nth-child(3)::after, .Services .row:nth-child(2) div[class*='col-']:nth-child(1)::after, .Services .row:nth-child(3) div[class*='col-']:nth-child(3)::after, .Rooms .row:nth-child(1) div[class*='col-']:nth-child(1)::after, .Rooms .row:nth-child(3) div[class*='col-']:nth-child(1)::after, .Rooms .row:nth-child(2) div[class*='col-']:nth-child(1)::after, .Rooms .row:nth-child(4) div[class*='col-']:nth-child(1)::after {display: none;}
    
    main .RoomServices ul li, .HotelServices ul li {width: 100%; display: block;}
    main .RoomServices h2 {margin-top: 60px;}
    
    .stacktable.small-only {display: table;}
    .stacktable.large-only {display: none;}
    table tr td {vertical-align: middle; padding: 5px;}
	
	.LogoFooter {margin-left: 20px;}
	.Contact {margin-top: 10px; margin-right: 25px; float: right; text-align: right;}
	.logos img {max-height: 70px;}
	.Social {margin: 110px 0 7px; text-align: center;font-size: 15px;}
	.Social .fa {font-size: 20px;width: 40px;height: 40px;padding-top: 9px;margin-left: 10px;}
	.MenuInst ul li a, .Copyright {font-size: 11px; text-align: center;margin-right: 0;}
	.MenuInst {margin-bottom: 20px; margin-top:-5px;}
	.MenuInst ul li {float: none !important; margin-bottom: 5px !important;}
	.MenuInst ul {float: none !important; margin-bottom: 15px !important;}
	.Top {display: block; margin: 30px 0 13px;}
	.MenuInst span {display: block;text-align: center;}
	.Copyright {display: block;}
}
@media (max-width: 500px) {
	.TA_certificateOfExcellence, .TA_excellent {margin: 0 6%;}
	.TA_excellent {margin-top: -10px;}
	.LogoFooter {margin-left: 30%; margin-bottom: 20px;}
	.Contact, .Social img {display: none;}
	.Top {display: none;}
}
@media (min-width: 768px) and (max-width: 991px) {
    body, body.Internal {padding-top: 0;}
    header,nav,.Banner{position: relative;}
    header .col-md-7, .BookingEngine div[class*='col-']{clear:both;}
    .BookingEngine div[class*='col-']{text-align: center;}
    .BookingEngine .fa {display: none;}
    .BookingEngine h2 {float: none; display: inline-block; font-size: 20px !important; margin: 15px 0 !important;}
    .Internal nav {display: none;}
    nav {top: 103px;position: absolute;}
    nav ul li {display: block;}
    nav ul li a {font-size: 17px;}
    .Banner {top: 0;}
    .Highlights h2 {font-size: 22px;padding-top: 10%;}
    .Highlights div[class*='col-']:hover h2 {font-size: 20px;padding-top: 0;padding-bottom: 0;}
    .Highlights div[class*='col-']:hover h2 span {font-size: 20px;}
    .Highlights div[class*='col-']:hover p {display: none;}
    .bx-controls {display: none;}
    .Services div[class*='col-'], .Rooms div[class*='col-'] {overflow: hidden;}
    .Services img, .Rooms img {width: auto;height: 100%;}
    .Services h2, .Rooms h2 {font-size: 22px;margin: 10px 0 10px;}
    main .RoomServices h2 {margin-top: 20px;}
    .HotelServices ul li {width: 49.6%;}
	.Services div[class*='col-'], .Rooms div[class*='col-'] {margin-bottom: 20px;}
    .Services .row:nth-child(1) div[class*='col-']:nth-child(4), .Services .row:nth-child(2) div[class*='col-']:nth-child(2), .Services .row:nth-child(3) div[class*='col-']:nth-child(4), .Rooms .container-fluid .row:nth-child(2) div[class*='col-']:nth-child(2), .Rooms .container-fluid .row:nth-child(4) div[class*='col-']:nth-child(2) {background: none;text-align: left;}
    .Services .row:nth-child(1) div[class*='col-']:nth-child(1)::after, .Services .row:nth-child(2) div[class*='col-']:nth-child(3)::after, .Services .row:nth-child(3) div[class*='col-']:nth-child(1)::after, .Services .row:nth-child(1) div[class*='col-']:nth-child(3)::after, .Services .row:nth-child(2) div[class*='col-']:nth-child(1)::after, .Services .row:nth-child(3) div[class*='col-']:nth-child(3)::after, .Rooms .row:nth-child(1) div[class*='col-']:nth-child(1)::after, .Rooms .row:nth-child(3) div[class*='col-']:nth-child(1)::after, .Rooms .row:nth-child(2) div[class*='col-']:nth-child(1)::after, .Rooms .row:nth-child(4) div[class*='col-']:nth-child(1)::after {display: none;}
    .Social {font-size: 15px;}
	.Social .fa {font-size: 20px;width: 40px;height: 40px;padding-top: 9px;margin-left: 10px;}
	.logos img {max-height: 70px; margin: 0 0 0 15px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .SearchDates {padding: 10px 0 0 10px;}
    nav ul li a {font-size: 13px;margin: 0 10px;}
    .Banner .Scroll {bottom: 15%;}
    .Highlights div[class*='col-']:hover h2 {font-size: 20px;padding-top: 0;padding-bottom: 0;}
    .Highlights div[class*='col-']:hover h2 span {font-size: 20px;}
    .Highlights div[class*='col-']:hover p {padding: 0;height: 44px;overflow: hidden;}
    .Services div[class*='col-'], .Rooms div[class*='col-'] {overflow: hidden;}
    .Services img, .Rooms img {width: auto;height: 100%;}
    .Services h2, .Rooms h2 {font-size: 22px;margin: 10px 0 10px;}
	.Social {font-size: 16px;}
	.Social .fa {font-size: 22px;width: 44px;height: 44px;padding-top: 10px;margin-left: 12px;}
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .BookingEngine .fa {position: absolute;left: -20px;}
    .SearchDates {padding: 10px 0 0 5px;}
    .SearchDates input {margin-left: 0;width:70px;}
    .Highlights div[class*='col-']:hover h2 {font-size: 20px;padding-top: 0;padding-bottom: 0;}
    .Highlights div[class*='col-']:hover h2 span {font-size: 20px;}
    .Highlights div[class*='col-']:hover p {padding: 0;}
    .Services div[class*='col-'], .Rooms div[class*='col-'] {overflow: hidden;}
    .Services img, .Rooms img {width: auto;height: 100%;}
}
@media (max-width: 1600px) 
{
    .BookingEngine .fa {font-size: 15px;width: 30px;height: 30px;padding-top: 6px;margin-top: 10px;}
    .BookingEngine h2 {font-size: 15px;margin: 10px 0 0 10px;}
    .SearchDates input {width: 75px;}
}
@media (min-width: 1401px) 
{
	.Banner .Title {top: 30%;}
	.Banner .Scroll {bottom: 35%;}
}
@media (min-width: 1600px) 
{
	.logos {display: inline-block;}
}