﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i');
/*
    font-family: 'Open Sans', sans-serif;
*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css);
a {cursor: pointer !important;}
a:focus {outline: none !important;}
body
{
    font-family: 'Open Sans', sans-serif;
    color: #5F6062;
    font-size: 16px;
}
input, select, textarea
{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
img
{
	max-width: 100%;
}
a, a:focus, a:hover {
    color: #0068B3;
}
select {
     /*for firefox*/
     -moz-appearance: none;
     /*for chrome*/
     -webkit-appearance:none;
}

/*for IE10*/
select::-ms-expand {
    display: none;
}
.fancybox-slide--iframe .fancybox-content {
    width: 800px !important;
    max-width: 100%;
}
/* [Navigation] */
nav
{
	position: fixed;
	top: 0;
    right: 0;
	width: 380px;
	height: 100%;
	background: #a29061;
	z-index: 99999;
	-webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    text-align:center;
    color:#FFF;
    box-sizing: border-box;
    padding: 30px;
    transform: translateX(102%);
    -webkit-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.4);
}
.Menuactive nav
{
	transform: translateX(0);
}
nav ul
{
	display: inline-block !important;
    position: relative !important;
    float: none !important;
    height: auto !important;
    width: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
}
nav ul a
{
	color:#FFF;
}
nav ul a:hover
{
	color:#003f5e;
}
nav ul a:focus 
{
	color: #003f5e;
}
nav ul.rmRootGroup > .rmItem 
{
	margin-bottom:50px;
}
@media (max-height: 800px) {
	nav ul.rmRootGroup > .rmItem {margin-bottom:25px;}
}
@media (max-height: 610px) {
	nav ul.rmRootGroup > .rmItem {margin-bottom:0;}
}
@media (max-height: 510px) {
	nav ul {line-height:25px;}
	nav ul ul {font-size: 18px;}
	nav ul.rmRootGroup > .rmItem {margin-bottom:5px;}
}
@media (max-height: 460px) 
{
	nav ul {line-height:20px;font-size: 18px;}
	nav ul ul {font-size: 14px;}
	nav ul.rmRootGroup > .rmItem {margin-bottom:0;}
}
nav ul .rmItem 
{
	width:100%;
}
nav ul .rmItem > a 
{
	width:100% !important;
}
nav ul .rmFocused 
{
	color:#003f5e;
	text-decoration:underline;
}
nav .CMSMenu > ul > .rmItem > a
{
	font-weight:bold;
}
nav ul ul
{}
.FullContent
{
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
body:not(.isFirefox) .blur 
{
	-webkit-transition: -webkit-filter 0.8s;
    -moz-transition: -moz-filter 0.8s;
    -o-transition: -o-filter 0.8s;
    transition: filter 0.8s;
}
.Menuactive:not(.isFirefox) .blur, .Menuactive:not(.isFirefox) #ui-datepicker-div
{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	pointer-events:none;
}
.MenuTop 
{
	display: inline-block;
    width: 100%;
}
.MenuActivator 
{
	display: inline-block;
    height: 30px;
    width: 60px;
    position: relative;
    float: right;
    cursor: pointer;
}
.MenuLogin 
{
	color: #FFF;
    float: left;
    width: calc(100% - 60px);
    height: 30px;
    line-height: 30px;
    text-align: left;
    box-sizing: border-box;
}
.MenuLogin i 
{
	margin-right:15px;
	vertical-align: middle;
}
.MenuLogin a
{
	font-size: 14px;
    color: #FFF;
    text-decoration: underline;
    font-weight: lighter;
}
.MenuActivator span 
{	
    width: 32px;
    height: 2px;
    background-color: #FFF;
    display: inline-block;
    transform: rotateZ(45deg);
    position: absolute;
    right: 0px;
    bottom: 15px;
}
.MenuActivator span:last-child
{
	transform: rotateZ(-45deg);
}
/* [Header] */
header 
{
	padding: 20px 0px 10px 0px;
    -webkit-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.4);
    background-color: #FFF;
    position: fixed;
    width: 100%;
    top: -10px;
    z-index: 999;
}
header .Logo 
{
	line-height:80px;
}
header img 
{
	max-height: 80px;
}
header .Languages
{
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0068B3;
    text-align: center;
    position: fixed;
    left: 15px;
    top: 12px;
}
header .Languages > span
{
	padding-left: 10px;
    border-left: solid 1px #E3E3E3;
	display: inline-block;
}
header .Languages span span
{
	text-align: left;
	display: block;
}
header .Languages span span a 
{
	color: #E3E3E3;
}
header .Languages span span a:hover
{
	color: #0068B3;
}
header .Navigation
{
	width:40px;
	display:inline-block;
	float: right;
	cursor: pointer;
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
header .Navigation span 
{
	width:100%;
	height:2px;
	background-color: #a29061;
	display:block;
	margin-bottom:8px;
}
header .Navigation span:last-child 
{
	margin-bottom:0px;
}
/* [Banner] */
.Banner 
{
	width:100%;
	background-color: #F2F2F2;
	text-align:center;
	margin-top: 100px;
	display: inline-block;
	vertical-align: bottom;
}
.CleanSafe {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 110px;
    height: auto;
    z-index: 22;
}
.CleanSafeHorizontal {
    width: 308px;
    max-width: 100%;
}
.Banner .BannerDynamic 
{
	padding:0px;
	margin:0px;
}
.Banner .BannerDynamic img 
{
	width: 100%;
    height: auto;
}
.Banner .bx-controls 
{
    top: 50% !important;
    bottom: 50% !important;
}
.Banner .bx-controls .bx-prev, .Banner .bx-controls .bx-next
{
    height: 84px;
    width: 44px;
    transform: translateY(-50%);
    opacity: 0.5;
    transition: opacity 0.8s;
}
.Banner .bx-controls .bx-prev 
{
    background: url('Images/Arrow-Left.svg');
    margin-left: 15px;
}
.Banner .bx-controls .bx-next 
{
    background: url('Images/Arrow-Right.svg');
    margin-right: 15px;
}
.Banner .bx-controls .bx-prev i.fa, .Banner .bx-controls .bx-next i.fa
{
    display:none;
}
.Banner .row:last-of-type div[class*='col-']  {
    height: 0px;
}
.InternalNoBookingEngine .Banner .row:last-of-type div[class*='col-'] {
    height: auto;
}
.BannerDescription
{
	position: absolute;
    width: 600px;
    height: 250px;
    top: 0px;
    margin-top: 5%;
    left: 0;
    margin-left: 8%;
    z-index: 999;
    color: #FFF;
    text-align: left;
}
.BannerDescription span
{
	font-size: 24px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
.BannerDescription h2
{
	font-size: 60px;
    margin: 10px 0 50px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
.BannerDescription h2 small
{
	display: block;
	font-size: 35px;
	font-weight: 300;
	color: #FFF;
	margin-top: 10px;
}
.BannerDescription a, .BannerDescription a:focus
{
	margin: 0 10px;
    display: inline-block;
    padding: 0px 20px;
    background-color: #003f5e;
    color: #FFF;
    border-radius: 25px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    font-size:16px;
    text-decoration: none;
}
.Internal .Banner 
{
	background-color: #FFF;
}
/* [BookingEngine - SearchAll] */
.Booking
{
	background: #a29061;
	padding: 10px 15px 10px;
	color: #FFF;
	text-align: center;
	margin-top: -290px;
	position: relative;
	max-width:500px;
	z-index: 3;
	float: right;
}
.Booking h2
{
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 5px;
}
body.Hotel .Booking h2
{
	font-weight: 700;
	font-size: 28px;
	font-style: italic;
	color: #a29061;
}
.Booking h3 {
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 25px;
}
body.Hotel .Booking h3
{
	font-size: 18px;
	color: #003F5E;
}
.Booking .SearchHotel, .Booking .Search, .Booking .Adults, .Booking .Children, .Booking .Promocode {
    width: 29.3%;
    margin-right:2%;
    margin-left:2%;
    display: inline-block;
    float: left;
    position:relative;
}
.Internal.Hotel .Booking .Promocode, .Internal.Hotel .Booking .SearchHotel
{
	display:none;
}
.Booking .ParamsSearchHotel .SearchHotel, .Booking .ParamsSearchHotel .Search, .Booking .ParamsSearchHotel .Adults, .Booking .ParamsSearchHotel .Children, .Booking .ParamsSearchHotel .Promocode
{
	width:46%;
	margin-right:2%;
	margin-left:2%;
	display:inline-block;
	float:left;
}
.Booking input {
    width: 100%;
    text-align: center;
    border: 0;
    color: #a29061;
    font-size: 16px;
    padding: 10px 0px;
    background: #FFF;
    line-height: 24px;
    height: 44px;
}
.Booking .Search input {
    background: #FFF url(images/Calendar.svg) no-repeat 8px 12px;
    padding-left: 25px;
}
.Booking .SearchHotel i, .Booking .Adults i, .Booking .Children i, .Booking .ChildrenAgeItem i
{
    color: #a29061;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    width: 22px;
    height: 44px;
    line-height: 44px;
    pointer-events: none;
    box-sizing: border-box;
}
.Booking select 
{
	height:44px;
	color:#a29061;
	width:100%;
	font-size:16px;
	text-align:center;
	text-align-last:center;
	padding-left: 20px;
    padding-right: 20px;
    border-radius:0px;
}
.Booking .ChildrenAges 
{
	width:100%;
}
.Booking .ChildrenAgeItem 
{
	position: relative;
	width:29.3%;
	margin-left:2%;
	margin-right:2%;
	float:left;
}
.Booking span 
{
	font-size:12px;
	text-transform:uppercase;
}
.Booking .lnkSearch 
{
	background: #003f5e;
    color: #FFF;
    font-size: 24px;
    border: solid 1px #003f5e;
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    width: 96.5%;
    margin-left: 2%;
    margin-right: 1.5%;
    margin-top: 20px;
	-webkit-transition: background 0.8s, color 0.8s;
    -moz-transition: background 0.8s, color 0.8s;
    -o-transition: background 0.8s, color 0.8s;
    transition: background 0.8s, color 0.8s;
}
.Booking .lnkSearch:hover {
	color:#003f5e;
	background:#FFF;
}
.Booking .lnkBookingContainer 
{
	width:100%;
	display:block;
}
.Fixed.Hotel .Booking .lnkBookingContainer 
{
	margin-top: 0;
}
.Fixed.Hotel .Booking .lnkBookingContainer 
{
	margin-top: 0;
    padding-top: 8px;
}
.Fixed.Hotel .Booking .lnkBookingContainer 
{
	text-align:left;
	padding-left:15%;
}
.Fixed.Hotel .Booking .lnkBookingContainer .linkBookingArea 
{
	padding-top:3px;
	width:29%;
	text-align: center;
}
.Fixed.Hotel .Booking .lnkBookingContainer .infoText {
    text-align: right;
    padding-right: 5px;
    width: 70%;
}
body.Fixed.Hotel .Booking h3 
{
	margin-bottom:0;
}
.Booking .lnkBookingContainer .infoText,
.Booking .lnkBookingContainer .linkBookingArea
{
	width: 49%;
    display: inline-block;
    text-align:left;
    vertical-align: middle;
}
.Booking .lnkBookingContainer .linkBookingArea 
{
	text-align:right;
}
.Fixed .Booking .lnkBookingContainer .linkBookingArea 
{
	text-align:left;
	padding-left:5px;
	padding-top: 3px;
}
.Fixed .Booking .lnkBookingContainer .infoText 
{
	text-align:right;
	padding-right:5px;
}
.lnkBookingArea
{
	font-size: 12px;
    color: #FFF;
    text-decoration:underline;
}
.lnkBookingArea:hover, .lnkBookingArea:focus 
{
	color:#003f5e;
}
body.Fixed .Booking .lnkBookingArea 
{
	color: #a29061;
}
body.Fixed .Booking .lnkBookingArea svg path
{
	fill: #a29061;
}
.lnkBookingArea svg
{
	display:inline-block;
	vertical-align:middle;
}
.Fixed .lnkBookingArea svg 
{
	height: 24px;
}
.lnkBookingArea svg path 
{
	fill:#fff;
}
.BookingEngineMobile .linkBookingArea 
{
	text-align:center;
	padding-top: 15px;
}
.BookingEngineMobile .lnkBookingArea 
{
	color:#003f5e;
}
.BookingEngineMobile .lnkBookingArea svg path 
{
	fill:#003f5e;
}
.Booking .ImgSearchHotel 
{
	width: 29.3%;
    float: left;
    border: 1px solid white;
    margin-top: 22px;
    height: 110px;
    display: flex;
    align-items: center;
    margin-left: 2%;
    margin-right: 2%;
}
.Booking .ImgSearchHotel img 
{
	width:100%;
	max-height: 100%;
}
.Booking .HotelName
{
	display: none;
	width: 33.3%;
    float: left;
    padding: 13px 0 0;
}
.Booking .ParamsSearchHotel 
{
	width:66.6%;
	float:right;
}
.Booking small
{
	font-size: 12px;
	color: #FFF;
	display: block;
	margin: 10px 0 10px;
    font-style: italic;
}
.Booking small a
{
	color: #FFF;
	text-decoration:underline;
}
.Booking small a:hover 
{
	color:#003f5e;
}
.BookingEngineBTN 
{
	display:none;
}
.Fixed .BookingEngineBTN 
{
	display:block;
}
.BookingEngineBTN a 
{
	background: #003f5e;
    color: #FFF;
    font-size: 24px;
    border: solid 1px #003f5e;
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    -webkit-transition: background 0.8s;
    -moz-transition: background 0.8s;
    -o-transition: background 0.8s;
    transition: background 0.8s;
}
.BookingEngineBTN a:hover
{
	background: #FFF;
    color: #003f5e;
}
body.Fixed .Booking
{
    background: none;
    padding: 0;
    color: #003f5e;
    margin-top: 0;
    top: 8px;
    position: fixed;
    max-width: none;
    z-index: 999;
    left: 28%;
    width: 58%;
}
body.Fixed .Booking h2, body.Fixed .Booking h3, body.Fixed .Booking .Adults, body.Fixed .Booking .Adults, body.Fixed .Booking .Children, body.Fixed .Booking .ChildrenAges
{
	display: none;
}
body.Fixed .Booking .SearchHotel, body.Fixed .Booking .Search, body.Fixed .Booking .Promocode
{
    width: 16%;
}
body.Fixed .Booking .lnkSearch
{
	font-size: 18px;
	padding: 8px 0px;
    width: 16%;
    margin-top: 20px;
}
body.Fixed .Booking input, body.Fixed .Booking select
{
    border: solid 1px #ABABAB;
    height: 40px;
}
body.Fixed .Booking .SearchHotel i, body.Fixed .Booking .Adults i, body.Fixed .Booking .Children i, body.Fixed .Booking .ChildrenAgeItem i 
{
	height:40px;
	line-height:40px;
} 
body.Fixed .Booking .Search input
{
    background: #FFF url(images/Calendar.svg) no-repeat 6px 9px;
}
body.Fixed .Booking small
{
    color: #a29061;
    margin: 5px 0 0;
}
body.Fixed .Booking small a
{
    color: #a29061;
}
body.Fixed .Booking small a:hover 
{
	color: #003f5e;
}
body.Fixed .ImgSearchHotel
{
	display: none;
}
body.Fixed .HotelName
{
	display: block;
	margin-top: 0;
    padding-top: 8px;
}
body.Fixed.Hotel .Booking h2, body.Fixed.Hotel .Booking h3
{
	display: block;
}
body.Fixed.Hotel .Booking .Search
{
    width: 28%;
}
body.Fixed.Hotel .Booking .lnkSearch
{
    width: 21%;
    position: absolute;
    right: 0;
}
body.Fixed.Hotel .Booking small
{
    margin: 45px 0 0;
}

body.Fixed.Hotel .Booking .lnkBookingContainer small 
{
	margin-top:0px;
}
/* [Hotels] */
.Hotels 
{
	width:100%;
	text-align:center;
	background-color: #F2F2F2;
	padding-top: 50px;
}
.Hotels h1 
{
	font-weight:bold;
	font-size:45px;
	color:#003163;
}
.Hotels h2
{
	font-weight:normal;
	font-size:20px;
	color:#a29061;
}
.HotelsShortcut 
{
	width:100%;
	position: relative;
	overflow:hidden;
	margin-top: 15px;
    margin-bottom: 15px;
}
.HotelsShortcut img:first-of-type 
{
	position:absolute;
	top:15px;
	left:0px;
	right:0px;
	margin:auto;
	transition:top 0.8s;
}
.HotelsShortcut:hover img:first-of-type 
{
	top:100%;
}
.HotelsShortcut img:last-of-type
{
	width:100%;
}
.HotelsShortcut > div 
{
	width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    background-color: rgba(0,63,94,0.8);
    color: #FFF;
    transition:top 0.8s;
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow:hidden;
}
.HotelsShortcut:hover > div 
{
	top:0;
}
.HotelsShortcut h2 
{
	font-size: 20px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 5px;
    margin-top: 0px;
}
.HotelsShortcut h3
{
	font-size: 16px;
    font-weight: lighter;
    margin:0px;
}
.HotelsShortcut a 
{
	background:#a29061;
	transition:background 0.8s;
}
.HotelsShortcut a:hover, .HotelsShortcut a:focus 
{
	background:transparent;
}
.HotelsShortcut a, .HotelsShortcut a:hover, .HotelsShortcut a:focus 
{
	display: inline-block;
    border: 1px solid #FFF;
    padding: 15px 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
/* [Offers] */
.Offers 
{
	background-image: url("/Images/Promotions-Background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 180px;
}
.Internal .Offers 
{
	padding-top: 45px;
}
.Offers .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #FFF;
    border: solid 2px #FFF;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.Offers .bx-wrapper .bx-pager.bx-default-pager a:hover, .Offers .bx-wrapper .bx-pager.bx-default-pager a.active {
    border: solid 2px #003f5e;
    background: #003f5e;
}
.Offers  .OffersTitle 
{
	color: #FFF;
    width: 225px;
    height: 225px;
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: auto;
}
.Offers  .OffersTitle h2
{
	font-size: 46px;
    font-weight: bold;
    font-style: italic;
    margin:0px;
}
.Offers  .OffersTitle h3 
{
	font-size: 38px;
    font-weight: lighter;
    font-style: italic;
    margin:0px;
}
.Offers  .OffersTitle span 
{
	font-size: 20px;
    font-weight: lighter;
    margin-top: 15px;
}
.Offers  .OffersButton 
{
	text-align:center;
}
.Offers  .OffersButton a 
{
	display: inline-block;
    width: 180px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    color:#FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background:transparent;
    transition: background 0.8s, color 0.8s;
    text-decoration:none;
}
.Offers .OffersButton a:hover 
{
	color: #a29061;
	background:#FFF;
}
.OffersContainer .bx-wrapper 
{
	margin:auto;
}
.OffersContainer .bx-pager-item 
{
	display: inline-block !important;
    margin: 0 15px 0 0 !important;
}
.OffersContainer .bx-wrapper > .bx-controls 
{
	margin-top: 20px;
    top: 100%;
    left: 0px;
    width: 100%;
}
.OffersContainer .bx-wrapper > .bx-controls .bx-pager 
{
	text-align: center;
	margin-left: 0px;
}
.AllPromotionsNoRotator 
{
	width:100%;
}
.AllPromotionsNoRotatorContainer.isLoading 
{
	height: 400px;
    overflow: hidden;
}
.AllPromotionsNoRotatorContainer.isLoading .AllPromotionsLoader
{
	min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    width: 100%;
    bottom:0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
}
.AllPromotionsNoRotator .OfferItem 
{
	width: calc(33.3% - 20px);
    margin-right: 20px;
    float: none;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    margin-bottom: 20px;
    padding: 0;
}
.AllPromotionsNoRotatorContainer select 
{
	color: #003f5e;
    background: #E8E8E8;
    width: 100%;
    font-size: 16px;
    text-align: center;
    text-align-last: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 30px;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
.AllPromotionsNoRotatorContainer .selectOfferTypeContainer 
{
	position:relative;
	margin-right:20px;
	max-width:200px;
	float:right;
	width:100%;
	margin-bottom: 15px;
}
.AllPromotionsNoRotatorContainer .selectOfferTypeContainer i.fa 
{
	color: #003f5e;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 1;
    text-align: center;
    width: 22px;
    height: 52px;
    line-height: 52px;
    pointer-events: none;
    box-sizing: border-box;
}
.PromotionsNoRotatorMenu 
{
	padding-left:0px;
	padding-top:30px;
}
.PromotionsNoRotatorMenu li::before
{
	color:transparent;
}
.PromotionsNoRotatorMenu li
{
	color: #003F5E;
	font-size: 16px;
	background: #E8E8E8;
	display: inline-block;
	padding: 15px 15px 15px 3px;
    margin: 0 13px 10px 0;
    text-decoration: none;
    cursor:pointer;
    transition: color 0.8s, background 0.8s;
}
.PromotionsNoRotatorMenu li.Active, .PromotionsNoRotatorMenu li:hover
{
	color: #FFF;
	background: #003F5E;
}
.AllPromotions 
{
	height:100%;
}
.AllPromotionsContainer.isLoading 
{
	height: 400px;
    overflow: hidden;
}
.AllPromotionsContainer.isLoading .AllPromotionsLoader
{
	min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    width: 100%;
    bottom:0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
}
.OfferItem 
{
	background-color: #FFF;
    max-width: 100%;
    padding: 2px;
    display: inline-block;
    vertical-align: top;
    position:relative;
    float:left;
    overflow: hidden;
    height:100%;
}
.OfferItemImage 
{
	display:block;
	width:100%;
}
.OfferItemLink 
{
	width:100%;
	box-sizing:border-box;
	padding:0px 15px;
	margin:15px 0px;
	height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.OfferItemLink a
{
	font-size:20px;
	font-weight:bold;
	color:#003f5e;
}
.OfferItemHotelName 
{
	width:100%;
	padding: 0px 15px;
    font-weight: lighter;
    font-size: 14px;
    color: #003f5e;
    height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}
.OfferItemDate 
{
	width: 100%;
    padding: 0px 15px;
    font-weight: lighter;
    font-size: 16px;
    color: #a29061;
    height: 22px;
    overflow: hidden;
}
.OfferItemDetail 
{
	width: 100%;
    padding: 0px 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #282828;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.OfferItemFooter 
{
	width: 100%;
    padding: 0px 15px 15px 15px;
    display: inline-block;
    position:relative;
}
.OfferItemFooter .Since 
{
	display:block;
	font-weight:bold;
	font-size:14px;
	color: #a29061;
}
.OfferItemFooter .Price 
{
	font-weight:bold;
	font-size:25px;
	color:#003f5e;
}
.OfferItemFooter .OldPrice 
{
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	color:#626262;
	text-decoration:line-through;
}
.OfferItemFooter .OfferItemPrice 
{
	width: 50%;
    float: left;
}
.OfferItemFooter .lnkButton 
{
	background: #003f5e;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0px;
    box-sizing: border-box;
    color: #FFF;
    border-radius: 20px;
    width: 120px;
    max-width: 50%;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: background 0.8s;
    text-decoration:none;
}
.OfferItemFooter .lnkButton:hover 
{
	background:#a29061;
}
main .TextContent .OfferItemFooter .lnkButton:hover
{
	background:#a29061;
	color:#FFF;
}
/* [Presentation] */
.badgeTitle 
{
	width: 210px;
    height: 210px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #003f5e;
    color: #FFF;
    font-style: italic;
    border-radius: 50%;
    margin-top: -100px;
    z-index: 3;
    position: relative;
    margin-bottom: 15px;
    vertical-align: top;
}
.Presentation .badgeTitle 
{	
    left:50%;
    transform:translateX(-50%);
}
.badgeTitle h2 
{
	font-size:55px;
	font-weight:bold;
	margin:0px;
}
.badgeTitle h3
{
	font-size:46px;
	font-weight:lighter;
	margin:0px;
}
.Presentation 
{
	padding-bottom: 90px;
}
.Presentation .badgeTitle 
{
	margin-bottom: -50px;
}
.Presentation .PresentationText 
{
	font-size:15px;
	font-weight:normal;
	color:#231f20;
}
.Presentation .PresentationText a
{
	color:#003f5e;
	text-decoration:underline;
}
.Presentation .PresentationText a:hover
{
	color:#a29061;
}
.Presentation .PresentationText h4 
{
	font-weight:bold;
	font-size:50px;
	color:#a29061;
}
.Presentation .PresentationText h4 small
{
	font-weight:normal;
	font-size:24px;
	color:#a29061;
}
.Presentation .PresentationText blockquote {
    padding-left: 0px;
    font-size: 24px;
    border-left: 0px;
    font-weight:lighter;
    font-size:24px;
    color:#a29061;
    font-style:italic;
}
.Presentation .PresentationVideo iframe 
{
	max-width:100%;
}
.Presentation .FollowUsOn 
{
	margin-top: 85px;
	margin-bottom:10px;
	color: #003f5e;
}
.Presentation .FollowUsOn a 
{
	color:#003f5e;	
}
.Presentation .FollowUsOn a:hover
{
	color:#a29061;	
}
/* [Gallery] */
.GalleryTitle 
{
	width: 200px;
    height: 200px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #a29061;
    color: #FFF;
    font-style: italic;
    border-radius: 50%;
    z-index:1;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.GalleryTitle h2 
{
	font-size:50px;
	font-weight:bold;
	margin:0px;
}
.GalleryTitle h3
{
	font-size:30px;
	font-weight:lighter;
	margin:0px;
}
/* [Footer] */
footer 
{
	position:relative;
	width:100%;
	background-color:#003f5e;
	color:#FFF;
	padding-top: 15px !important;
}
footer .AboutUs, footer .Locations, .Newsletter, footer .FollowUs
{
	font-size:14px;
}
footer .FollowUs
{
	margin-top: 30px;
}
footer .FollowUs a
{
	margin-right: 15px;
	color:#FFF;
}
footer .FollowUs a:hover
{
	color:#a29061;
}
footer .FollowUs .fab
{
	font-size: 18px;
}
footer .Locations ul, footer .AboutUs ul
{
	padding: 0;
}
footer .Locations ul li, footer .AboutUs ul li
{
	list-style-type: none;
	padding: 3px 0;
}
footer .Locations ul li::before, footer .AboutUs ul li::before
{
	content: "·";
	display: inline-block !important;
	margin-right: 7px;
}
footer .AboutUs ul li a
{
	display: inline-block !important;
}
footer .AboutUs h2, footer .Locations h2, .Newsletter h3, footer .FollowUs h2
{
	font-weight:bold;
	font-size:18px;
	text-transform: uppercase;
}
footer .Financed h3
{
	font-weight:normal;
	font-size:14px;
}
footer .Financed img[alt='Oporto'] 
{
	position: absolute;
    left: -89px;
}
footer .Financed img.GDPR
{
	padding-left: 20px;
}
.Newsletter input[type=text]
{
	background: none;
	font-style: italic;
	color: #FFF;
	border: solid 1px #FFF;
	width: 100%;
	text-align: center;
	padding: 5px 5px;
	margin: 15px 0 0;
	font-size: 14px;
    line-height: 50px;
    height: 50px;
}
.Newsletter .divTos 
{
	width:100%;
	display:block;
}
.Newsletter .divTos label 
{	
	font-weight:400;
}
.Newsletter input[type='checkbox'] 
{
	margin-right:5px;
	margin-top:0px;
	vertical-align:middle;
}
/*Standard*/
.Newsletter input::placeholder 
{
	color:#FFF;
}
/*IE*/
.Newsletter input:-ms-input-placeholder 
{
	color:#FFF;
}
/*MS Edge*/
.Newsletter input::-ms-input-placeholder
{
	color:#FFF;
}
.Newsletter .fa-envelope 
{
	font-size: 48px;
    float: left;
    margin-right: 5px;
    margin-top: -2px;
}
.Newsletter .SearchButton, .Newsletter .SearchButtonAlt
{
    background: #A29061;
    color: #FFF;
	font-size: 14px;
    border: solid 1px #A29061;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 0;
    margin: 10px 0 0;
    display:block;
    text-align:center;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    height: 50px;
    line-height: 40px;
    font-weight:bold;
}
.Newsletter .SearchButton:hover, .Newsletter .SearchButtonAlt:hover
{
    background: #FFF;
    color: #A29061;
}
.Newsletter input::-webkit-input-placeholder, 
.Newsletter input::-moz-placeholder, 
.Newsletter input:-ms-input-placeholder, 
.Newsletter input:-moz-placeholder
{
	color:#FFF;
}
footer a
{
	color:#FFF;
}
footer a:focus, footer a:hover 
{
	color: #A29061;
}
footer .Facebook
{
    width: 100%;
    height: 350px;
}
footer .ltYear 
{
	text-align:left;
}
footer .AllRights 
{
	text-align:right;
}
footer .AllRights a:last-of-type
{
	font-weight:bold;
	text-decoration:underline;
}
footer .AllRightsRow 
{
	padding-top:50px;
	padding-bottom:15px;
	font-size:14px;
	font-weight:normal;
}
/* [BreadCrumbs] */
.Breadcrumbs span, .Breadcrumbs a, .Breadcrumbs a:focus, .Breadcrumbs a:hover
{
	font-size:12px;
	color:#a29061;
}
.Breadcrumbs .CMSSiteMapPath span:last-of-type 
{
	color:#003f5e;
	text-decoration:underline;
}
.Breadcrumbs 
{
	padding-left:15px;
}
/* [Main] */
main 
{
	margin-top:15px;
	margin-bottom:15px;
}
.Internal main 
{
	margin-top: 45px;
	margin-bottom:100px;
}
main .TextContent 
{
	width:100%;
	padding: 0px 0px 0px 15px;
	margin-top:40px;
	font-weight:normal;
	font-style:normal;
	font-size:15px;
	color:#231f20;
}
main .TextContent ul 
{
	list-style-type: none;
	padding-left:0px;
	padding-right: 10px;
}
main .TextContent ul li::before
{
	content: "·";
	display: inline-block !important;
	margin-right: 7px;
}
main .TextContent h1
{
	font-weight:bold;
	font-size:36px;
	color:#a29061;
	margin: 0px 0px 6px 0px;
}
main .TextContent h2
{
	font-weight:lighter;
	font-size:24px;
	color:#a29061;
	font-style:italic;
	margin: 15px 0px 10px 0px;
}
main .TextContent h3 
{
	font-size: 15px;
    color: #003f5e;
    font-weight: bold;
    font-style: italic;
    margin:20px 0px 10px 0px;
}
main .TextContent iframe 
{
	float: right;
	margin-left: 15px;
    margin-bottom: 15px;
    max-width:50%;
}
main .g-recaptcha iframe {
    float: none;
    max-width: none;
    margin-left: 0px;
    margin-right: 0px;
}
main .TextContent blockquote 
{
	padding-left: 0px;
    border-left: 0px;
    font-weight: lighter;
    font-size: 24px;
    color: #a29061;
    font-style: italic;
    margin: 0px;
}
main .TextContent blockquote:last-child
{
	display:inline-block;
	width:100%;
}
main .TextContent a 
{
	color: #A29061;
	text-decoration:underline;
}
main .TextContent a:hover
{
	color: #003f5e;
}
main .TextContent a.SearchButton 
{
	color:#FFF;
	text-decoration:none;
}
main .TextContent a.SearchButton:hover
{
	color:#003f5e;
}
main .subMenu 
{
	text-align:center;
	margin-top: 130px;
}
main .subMenu .rmSlide 
{
	position: relative !important;
    top: unset !important;
    display: block !important;
    left: 0px !important;
    width:100% !important;
}
main .subMenu .rmSlide ul 
{
	left:0px !important;
	display: block !important;
	width:100% !important;
}
main .subMenu .badgeTitle 
{
	float:right;
}
main .subMenu .badgeTitle img 
{
	max-width:90%;
}
main .CMSMenu 
{
    display: inline-block;
    float: right !important;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 200px;
}
main .subMenuOverlay 
{
	background: #F2F2F2;
    position: absolute;
    bottom: 0px;
    top: 130px;
    left: 0px;
    right: 0px;
}
main .subMenu ul, .Internal .subMenu ul li
{
	width:100%;
}
main .subMenu li a 
{
	color:#a29061;
	font-weight:bold;
	font-size:18px;
	margin: 8px 0;
	white-space:normal;
	width: 100% !important;
}
main .subMenu li a:hover, main .subMenu li a.rmFocused
{
	color:#003f5e;
	text-decoration: underline;
}
main .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #A29061;
    border: solid 2px #A29061;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
main .bx-wrapper .bx-pager.bx-default-pager a:hover, main .bx-wrapper .bx-pager.bx-default-pager a.active {
    border: solid 2px #003f5e;
    background: #003f5e;
}
main .bx-pager-item 
{
	display: inline-block !important;
    margin: 0 15px 0 0 !important;
}
main .bx-wrapper > .bx-controls 
{
	margin-top: 20px;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
}
/* [Information] */
.Information
{}
.Information .Info h2 
{
	font-size: 30px;
    font-weight: lighter;
    font-style: italic;
    color: #a29061;
    margin-top: 0px;
    margin-bottom: 15px;
}
.Information .Info h3 
{
	font-size: 14px;
    font-weight: bold;
    color: #a29061;
    margin-top: 0px;
    margin-bottom: 5px;
}
.Information .Info 
{
	font-size: 14px;
    color: #231f20;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #f2f2f2;
    height: 100%;
}
.Information .Info b 
{
	font-style:italic;
}
.Information .Contacts 
{
	text-align: center;
	font-size: 14px;
    color: #003f5e;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #f2f2f2;
    height: 100%;
    word-wrap:break-word;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.Information .Contacts > div 
{
	width:100%;
}
.Information .Contacts h3 
{
	font-size: 20px;
    font-weight: bold;
    color: #003f5e;
    margin-top: 15px;
    margin-bottom: 0px;
}
.Information .Contacts h3:first-of-type {
    margin-top: 0px;
}
.Information a 
{
	color:#a29061;
	font-style: italic;
	text-decoration:underline;
}
.Information a:focus, .Information a:hover 
{
	text-decoration:underline;
	color:#003f5e;
}
.Information .Weather 
{	
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #f2f2f2;
    height: 100%;
}
.weather {
	color: #003F5E;
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
	margin-top: 0;
	text-align: center;
	height: 100%;
}
.cityicon
{
	width: 45%;
	height: 100%;
	background: #F2F2F2;
	float: left;
	position: relative;
}
.weather i {
	color: #A29061;
	font-family: weather;
	font-size: 150px;
	font-weight: normal;
	font-style: normal;
	line-height: 110px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50.5px;
	margin-top: -55px;
}
.citytemp
{
	width: 55%;
	height: 100%;
	float: right;
	position: relative;
	text-align: center;
}
.citytemp span
{
	font-size: 36px;
	color: #FFF;
	font-weight: bold;
	font-style: normal;
	background: #A29061;
	width: 80px;
	height: 80px;
	display: inline-block;
    padding: 14px 0 0;
    top: 20%;
    position: absolute;
    left: 50%;
    margin-left: -40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-style: italic;
}
.citytemp label
{
    top: 55%;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 300;
}
/* [Gallery] */
.Gallery 
{
	margin-top: 50px;
}
.GalleryImages 
{
	width:100%;
	margin-top: -50px;
}
.GalleryImageThumb 
{
	position:relative;
	float: left;
	width: 12.5%;
    color: #FFF;
    font-size: 48px;
    position: relative;
}
.GalleryImageThumb img 
{
	width:100%;
	height:auto;
}
.GalleryImageThumbOverlay 
{
	width: 100%;
    height: 100%;
    background-color: rgba(0,63,94,0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    transition: opacity 0.8s;
    pointer-events: none;
}
.GalleryImageThumb:hover .GalleryImageThumbOverlay 
{
	opacity:0;
}
.GalleryImageThumb i.fa-search 
{
	opacity:0;
	position: absolute;
    transition: opacity 0.8s;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    color: #FFF;
}
.GalleryImageThumb:hover i.fa-search 
{
	opacity:1;
}
/* [SVG] */
.Offers svg 
{
	top: 0px;
}
.Offers svg path {
    fill: #F2F2F2;
}
.Presentation svg 
{
	top: -180px;
}
.Presentation svg path {
    fill: #FFF;
}
footer svg path 
{
	fill: #003f5e;
}
footer iframe 
{
	border: 0;
}
/* [Obliques] */
.obliqueCut { position: relative; }
.obliqueCut svg { position: absolute; display: block; z-index: 3; height: 91px; width: 100%;}
.obliqueCut .obliqueCut svg { height: 30px;}
.obliqueCut.separatorTop svg:first-of-type {top: 0px; bottom: auto; }
.obliqueCut.separatorBottom svg:last-of-type { top: -90px; }
.sectionIcon { z-index: 101; }
.separatorTop .sectionIcon { top: -88px; }
.separatorBottom + .obliqueCut .sectionIcon { top: 15px; z-index: 101; }
.separatorBottom + .obliqueCut { padding-top: 260px; }
/* [Utils]*/
.SearchButton, .SearchButtonAlt
{
    background: #003f5e;
    color: #FFF;
	font-size: 14px;
    border: solid 1px #003f5e;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 0;
    margin: 10px 0 0;
    display:block;
    text-align:center;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    height: 50px;
    line-height: 40px;
}
.SearchButton:hover, .SearchButtonAlt:hover
{
    background: #FFF;
    color: #003f5e;
}
.btn-su 
{
	background: #003f5e;
    color: #FFF !important;
    font-size: 14px;
    border: solid 1px #003f5e;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 2px 10px;
    text-align: center;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    display: inline-block;
}
.btn-su:hover, .btn-su:focus 
{
	background: #FFF;
    color: #003f5e !important;
}
#ui-datepicker-div
{
	z-index: 999 !important;
}
textarea:focus, input:focus, select:focus
{
    outline: 0;
}
/* [Calendar] */
.ui-datepicker
{
	background: #EFEFEF;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    line-height: 1.3;
}
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
    width: 16px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-datepicker-header, .ui-datepicker-calendar thead
{
	border-bottom: solid 1px #D5D5D5;
}
.ui-datepicker td span, .ui-datepicker td a
{
	text-align: center !important;
}
.ui-datepicker td a
{
	color: #1a0908 !important;
}
.ui-datepicker-unselectable span
{
	color: #D5D5D5;
}
.ui-datepicker-current-day a,  a.ui-state-hover
{
	color: #1a0908;
	background: #D5D5D5;
}
.ui-datepicker .ui-datepicker-prev-hover
{
	left: 2px !important;
	top: 2px !important;
}
.ui-datepicker .ui-datepicker-next-hover
{
	right: 2px !important;
	top: 2px !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
    overflow: hidden;
}
/* [Bootstrap Helpers] */
.NoPadding 
{
   padding: 0 !important;
   margin: 0 !important;
}
.NoPaddingRight 
{
   padding-right: 0 !important;
   margin-right: 0 !important;
}
.NoPaddingLeft 
{
   padding-left: 0 !important;
   margin-left: 0 !important;
}
.Equal 
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
  flex-wrap: wrap;
}
.Equal > [class*='col-'] 
{
  display: flex;
  flex-direction: column;
}
/* [Telerik Hacks] */
.RadMenu
{
    float: none !important;
    z-index: 2 !important;
    /*white-space: inherit !important;*/
}
.RadTreeView
{
	text-align: left;
}
/* [contact_form] */
.contact_form 
{
}
.contact_form input[type='text'], .contact_form input[type='password'], .contact_form .btn-su
{
	margin-bottom:5px;
}
.contact_form #message 
{
	margin-top:5px;
}
/* [UserAreaForm] */
.UserAreaContainer 
{
	margin-bottom:5px;
}
.UserAreaForm 
{
	display: inline-block;
    width: 300px;
    max-width: 100%;
    text-align:left;
}
.UserAreaForm span.Auto 
{
	width:auto;
	display:inline-block;
}
.UserAreaForm label 
{
	vertical-align:middle;
	max-width:calc(100% - 20px);
}
.UserAreaForm input[type='checkbox'] 
{
	margin: 0px !important;
}
.UserAreaForm > div 
{
	margin-bottom:5px;
	width:100% !important;
}
/* [e-GDS CMS] */
.CmsViewPage .visible-lg, .CmsViewPage .visible-md, .CmsViewPage .visible-sm, .CmsViewPage .visible-xs, .CmsViewPage main .GoogleMaps {
    display: block!important;
}
body.CMSEditMode
{
    padding: 0!important;
}
/* [Tables] */
table.small-only 
{
	display:none;
}
table.large-only 
{
	display:table;
}
.Downloads 
{
	width:100%;
}
.Downloads a 
{
	display:block;
	margin-right: 10px;
	position:relative;
}
.Downloads a img 
{
	width:100%;
    box-sizing: border-box;
}
.Downloads a span 
{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    color:#a29061;
    padding: 10px;
    border-radius: 50%;
    transition:color 0.8s, background 0.8s;
}
.Downloads a:hover span 
{
	background-color:#a29061;
	color:#FFF;
}
.Downloads h2
{
	margin-bottom: 12px !important;
}
table.Location {
	width:100%;
	margin: 25px 0px;
}
table.Location tr td, table.Location tr th {
	vertical-align:top;
	width: 33%;
    padding-right: 5px;
    padding-left: 5px;
}
table.Location ul 
{
	list-style-type: none;
	padding-left:0px;
}
table.Location ul li::before
{
	content: "·";
	display: inline-block !important;
	margin-right: 7px;
}
table.Meetings
{
	width: 100%;
	font-size: 14px;
	border: 1px solid #D4D4D4;
	text-align: center;
	margin: 25px 0px;
}
table.Meetings th
{
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding: 10px;
	background: #003f5e;
}
table.Meetings tr
{
	border: 1px solid #D4D4D4;
}
table.Meetings tr td, table.Meetings tr th
{
    padding: 15px;
	vertical-align:top;
}
table.Contacts {
	width:100%;
	margin: 25px 0px;
}
table.Contacts tr td, table.Contacts tr th
{
	width:33.3%;
	vertical-align:top;
}
table.Reveillon {
	width:100%;
}
table.Reveillon tr td, table.Reveillon tr th
{
	padding-right:15px;
	margin-bottom:15px;
    vertical-align: top;
}
/* [Form] */
.Form
{
	margin-top: 35px;
	font-size: 15px;
}
.Form h2 span
{
	font-size: 18px;
}
.Form div
{
	width: 48%;
    /* float: left; */
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}
.Form div:last-child 
{
	width:100%;
}
.Form div.smallField
{
	width: 23%;
	/*float: left;*/
    margin-right: 2%;
}
.Form div.TxtArea
{
	clear: both;
	width: 98%;
	float: none;
    margin-right: 2%;
}
.Form section
{
	width: 98%;
	padding-bottom: 15px;
	float: none;
	clear: both;
	font-size: 12px;
}
.Form div span
{
	width: 100%;
	display: block;
	margin-top: 5px;
}
.Form div input, .Form div textarea, .Form div select
{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	border: solid 1px #D4D4D4;
	margin-top: 5px;
}
.Form .pickerWrapper_Default
{
	height: 55px !important;
	width: 100% !important;
}
.Form .radEnabledCss_Default,.Form .radHoverCss_Default,.Form .radFocusedCss_Default
{
	border: solid 1px #D4D4D4 !important;
    padding: 4px 4px !important;
    height: 40px;
}
.Form .radPopupImage_Default
{
    position: absolute;
    margin: -19px 0 0 -30px;
}
.Form div input[type=checkbox], .Form div input[type=radio]
{
	width: auto;
	display: inline-block;
	margin-right: 15px;
	font-size: 1.2rem;
}
.Form div label
{
	font-size: 1.1rem;
}
textarea{}
.pickerWrapper_Default .inputCell 
{
    padding: 0 !important;
}
input[type=submit].SearchButton, input[type=submit].SearchButtonAlt
{
	padding: 0px 40px;
	float: right;
	margin-bottom: 40px;
}
.inputNote
{
	font-size: 1.4rem;
	margin-top: -18px;
}
.pickerWrapper_Default table
{
	width: 100% !important;
}
.NoClass
{
	display: block;
	width: 100%;
	margin-top: 8px;
}
.NoClass tbody
{
	display: block;
	width: 100%;
}
.NoClass tr
{
	width: 33%;
	float: left;
}
.Form div input[type=text], .Form div textarea, .Form div select 
{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border: solid 1px #D4D4D4;
    height: 30px;
    background: #FFF;
    padding: 2px 4px;
}
.Form div input[type=file]
{
	height: 40px;
	padding: 7px 0 0 10px;
}
.Form div textarea
{
    height: 60px;
    resize: none;
}
.FormBtn
{
	margin-top: 30px;
	clear: both;
	padding-top: 30px;
}
.FormButton 
{
    height: 50px;
    background: #003f5e;
    border: solid 3px #003f5e;
    color: #FFF;
    font-size: 1.8rem;
    padding: 10px 0 9px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 150px;
}
.FormButton:hover, .FormButton:focus
{
    background: #FFF;
    color: #003f5e;
    text-decoration: none;
    border: solid 3px #003f5e;
}
.Form::after
{
	content: "";
	position: relative;
	clear: both;
	display: block;
}
.formP
{
	font-weight: lighter;
    font-size: 24px;
    color: #a29061;
    font-style: italic;
    margin: 10px 0px;
}
.FormSucess {margin-top: 10px;display: inline-block;}
/* [Google Maps] */
#map_canvas{width:100%;height:300px;margin:0 10px 0 0}
#map_canvas img{max-width: none !important;}
.DirectionTo{background:url(images/To-Hotel.png) no-repeat scroll left center transparent;}
.ByCar{background:url(images/By-Car.png) no-repeat scroll left center transparent;}
.OnFoot{background:url(images/By-Foot.png) no-repeat scroll left center transparent;}
.DirectionFrom{background:url(images/From-Hotel.png) no-repeat scroll left center transparent;}
.FormGmaps{width:270px;float:left}
.FormGmaps1{width:180px}
.FormGmaps p{padding:.5em 0; margin: 0 0 13px;}
.Internal .FormGmaps .Promotions .more.icon_small_arrow{background-image:none!important;padding:4px 8px 3px!important}
.FormGmaps2{width:auto}
.FormGmaps span{margin-top:-4px;width:180px}
.FormGmaps1 span{width:80px;margin-top:-4px}
.FormGmaps .SearchButton{float:right;}
.FormGmaps2 span{width:auto;margin:0 5px 0 0}
.FormGmaps2 input{margin-top:0;width:285px;padding:2px 0 4px 4px; border: solid 1px #111;}
#route, .adp-directions{width: 100%;margin-top:15px;}
.adp-step, .adp-text {width:auto !important;}
.adp-placemark {width:100%;}
.adp-placemark td {padding:10px;}
.Directions {background-color:#F2F2F2;padding-top: 15px;}
.Directions .SearchButton {color:#FFF;text-decoration: none;}
.Directions .SearchButton:hover {color:#003f5e;}
.Directions .InputSearch input 
{
	display: block;
    font-weight: 300;
    text-align: center;
    border: solid 1px #003f5e;
    background: #FFF;
    color: #003f5e;
    padding: 10px 10px;
    margin-bottom: 10px;
    width: 100%;
}
.Directions .InputSearch input::placeholder 
{
	color: #003f5e;
}
/*IE*/
.Directions .InputSearch input:-ms-input-placeholder 
{
	color:#003f5e;
}
/*MS Edge*/
.Directions .InputSearch input::-ms-input-placeholder
{
	color:#003f5e;
}
/* [scroll] */
.Scroll
{
	text-align: center;
	font-size: 18px;
	color: #FFF;
	position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 3;
    margin-left: -31.5px;
}
.Scroll a 
{	
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Open Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity 0.8s;
}
.Scroll a:hover 
{
	opacity: .5;
}
.Scroll a span 
{
    position: absolute;
    top: -55px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.Scroll a span::before 
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}
.Scroll a span::after 
{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/*Trip Advisor*/
.TA_rated, .TA_certificateOfExcellence
{
	float:left;
	margin-top: 20px;
    margin-right: 20px;
}
.TA_rated > img, .TA_certificateOfExcellence > img
{
	display:none;
}
#CDSWIDFRR, #CDSWIDCOE 
{
	margin:0px !important;
}
/* [GoTop] */
footer .GoTop
{
	position: absolute;
	z-index: 3;
	top: -45px;
	left: 50%;
	margin-left: -45px;
	margin-top: -45px;
	text-align: center;
	background: #A29061;
	width: 90px;
	height: 90px;
	cursor: pointer;
	-webkit-border-radius: 32.5px;
	-moz-border-radius: 32.5px;
	border-radius: 45px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	transform: rotateZ(45deg);
}
.Internal footer .GoTop 
{
	background:#FFF;
}
footer .GoTop span 
{
    width: 38px;
    height: 38px;
    font-size: 32px;
    margin-top: 26px;
    margin-left: 26px;
    display: flex;
    border: solid 2px #FFF;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    position: relative;
    border-radius: 19px;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    padding-left: 4px;
    -webkit-transition: border-color 0.8s;
	-moz-transition: border-color 0.8s;
	-o-transition: border-color 0.8s;
	transition: border-color 0.8s;
}
.Internal footer .GoTop span 
{
	border: solid 2px #A29061;
}
footer .GoTop span div 
{
	width: 15px;
    height: 15px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    -webkit-transition: border-color 0.8s;
	-moz-transition: border-color 0.8s;
	-o-transition: border-color 0.8s;
	transition: border-color 0.8s;
}
.Internal .GoTop span div 
{
	border-top: 2px solid #A29061;
    border-left: 2px solid #A29061;
}
footer .GoTop:hover span div 
{
    border-top: 2px solid #A29061;
    border-left: 2px solid #A29061;
}
.Internal footer .GoTop:hover span div 
{
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
}
footer .GoTop:hover
{
	background: #FFF;
}
.Internal footer .GoTop:hover 
{
	background: #A29061;
}
footer .GoTop:hover span
{
    border: solid 2px #A29061;
}
.Internal footer .GoTop:hover span 
{
	border: solid 2px #FFF;
}
/* 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/Axis-Hoteis-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 */
}
/* [Popup] */
.MainPopupBody 
{
	overflow:hidden;
}
.PopupTxt {
    position: absolute;
    bottom: 14px;
    background: rgba(162, 144, 97, 0.9);
    padding: 10px 20px;
    width: calc(100% - 48px);
	display: none;
}
.PopupTxt1 {
    color: #FFF;
    font-size: 22px;
    display: block;
}
.PopupTxt2 {
    color: #FFF;
    font-size: 14px;
    display: block;
}
/* [Responsive] */
/*XS*/
@media (max-width: 767px)
{	
	header .Logo {padding-left: 35px;}
	header .Navigation {right:15px;}
	.blur, #ui-datepicker-div {transition-delay:0.8s;}	
	.Banner {margin-top:101px;}
	.BannerDescription {display:none;}
	.Banner .bx-wrapper > .bx-controls {display:none;}
	body.Fixed .Booking {display:none;}
	.Internal.Hotel .Booking .ParamsSearchHotel {width:100%;}
	.Internal.Hotel .Booking .ImgSearchHotel {width: 100%;height: 100px;}
	.BookingEngineMobile {position: fixed;bottom: 0px;left: 0px;right: 0px;padding: 15px;background: #FFF;-webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.4);-moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.4);box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.4);}
	.BookingEngineBTN a {margin-top:0px;}
	.Breadcrumbs {display: none;}
	main .subMenu li a {margin: 5px 0;}
	main .TextContent h1 {font-size: 25px;}
	main .TextContent h2 {font-size: 20px;}
	main .subMenu .badgeTitle {display:none;}
	main .subMenu {margin-top:10px;}
	main .subMenuOverlay {top:0;}
	main .CMSMenu {width:100%;margin-bottom:0px;padding-right: 15px;margin-right: 0px;padding-bottom: 10px;}
	main .TextContent {padding: 0px 15px 0px 15px;text-align: center;}
	main .TextContent iframe {max-width:100%;width:100%;}
	main .OfferItem {text-align:left;}
	.Internal main {margin-top:-2px;}
	.Internal.InternalNoBookingEngine main {margin-top:-2px;}
	.Internal.Hotel main {margin-top: -2px;}
	.Fixed.Internal main {margin-top:-2px;}
	.Fixed.Internal.Hotel main {margin-top: -2px;}
	nav {padding: 20px 10px;width: 240px;}
	nav ul {font-size:20px;}
	.Hotels h1 {font-size: 28px;}
	.Hotels h2 {font-size: 16px;}
	.HotelsShortcut img:first-of-type {top:100%;}
	.HotelsShortcut > div {top:0;}
	.Presentation .PresentationText blockquote {font-size: 24px;}
	.Presentation .PresentationVideo iframe {padding-bottom: 50px;}
	body.Fixed .Hotels {padding-top: 0px;}
	.Hotels {padding-top: 0px;}	
	.badgeTitle h2 {font-size:36px;}
	.badgeTitle h3 {font-size:27px;}
	.Presentation .badgeTitle {width:130px;height:130px;}
	.Presentation .FollowUsOn {margin-top:0px;}
	.Information .Weather {height:250px;}
	.Information .Weather .weather i {font-size:125px;}
	.Information .row.Equal > [class*='col-'] {margin-bottom:15px;}
	.Information .Contacts h3:first-of-type {margin-top:0px;}
	.GalleryImageThumb {width:50%;}
	.Gallery {margin-top:0px;}
	.GalleryTitle h2 {font-size:45px;}
	.GalleryTitle h3 {font-size:25px;}
	.AllPromotionsNoRotatorContainer .selectOfferTypeContainer {margin-right:0px;}
	.AllPromotionsNoRotatorContainer .selectOfferTypeContainer {width:100%;max-width:100%;}
	.AllPromotionsNoRotatorContainer .selectOfferTypeContainer i.fa {top:0;}
	.AllPromotionsNoRotatorContainer select {margin-top:0px;}
	.AllPromotionsNoRotatorContainer .AllPromotionsNoRotator .OfferItem {width:100%;margin-right:0px;}
	.AllPromotionsNoRotator .OfferItemFooter .Price {font-size:23px;}
	.AllPromotionsNoRotatorContainer .PromotionsNoRotatorMenu {margin-bottom:0px;padding-right: 0px;}
	.AllPromotionsNoRotatorContainer .PromotionsNoRotatorMenu li {width:100%;}
	.Offers {padding-top: 60px;}
	.Offers .OffersTitle {border:0;}
	.Offers .OffersButton {margin-top:30px;margin-bottom:30px;}
	.Offers .OffersContainer .bx-wrapper > .bx-controls {display:none;}
	.OfferItemLink a {font-size:20px;}
	.Internal .Offers {padding-top:0px;padding-bottom: 90px;}
	.Internal.Hotel .Offers .row {display: flex;flex-flow: row wrap;flex-direction: column-reverse;}
	table.adp-directions, table.adp-directions tbody, table.adp-directions tr, table.adp-directions td {display:block;word-wrap: break-word;width:100%;}
	table.adp-placemark, table.adp-placemark tbody, table.adp-placemark tr, table.adp-placemark td {display:block;}
	table.Location tr td, table.Location tr th, table.Contacts tr td, table.Contacts tr th {width:100%;display:block;margin-bottom:15px;}
	table.Downloads tr td:not([colspan]) {width:50%;display:inline-block;margin-bottom:15px;}
	table.Reveillon tr td, table.Reveillon tr th {width:100%;display:block;padding-right:0px;}
	table.small-only {display:table;}
	table.large-only {display:none;}
	.Form {font-size:14px;}
	.Form div {width:98%;}	
	.Form div.smallField {width:98%;}
	.NoClass tr {width: 100%;}
	.TA_rated, .TA_certificateOfExcellence {float:none;text-align: center;margin-right:0px;}
	#CDSWIDFRR, #CDSWIDCOE {display:inline-block;}
	footer .Financed {text-align:center;}
	footer .Financed img {margin-bottom:15px;}
	footer .Financed img[alt='Oporto'] {position: relative;left: 0px;}
	footer .AllRightsRow {padding-bottom: 101px;}
	footer .AllRightsRow [class*='col-'] {text-align:center;}
	footer .AboutUs {margin-bottom:70px;}
	footer .FollowUs {text-align: center;position: absolute;bottom: 0;left: 15px;right: 15px;width: calc(100vw - 45px);z-index: 1;}
	footer .Newsletter h3, footer .FollowUs h2 {text-align:center;}
	footer .AboutUs ul, footer .Locations ul {font-size: 13px;left: -7px !important;position: relative;}
	footer .FollowUs a {margin-right: 7px;margin-left: 7px;}
	footer ul, footer ul li {width:100%;}
	footer ul li a {width:145px !important;display:inline-block;}
	footer .AboutUs, footer .Locations {text-align: center;}
	footer .Locations ul li::before, footer .AboutUs ul li::before {color:transparent;}	
	.BookingEngineBTN {display:block;}
	.contact_form input[type='text'], .contact_form input[type='password'], .contact_form .btn-su {width:100%;display:inline-block;}
	.CleanSafe {bottom: unset;width: 70px;top: 17px;z-index: 1000;right: 70px;left: unset;}
	.CleanSafeHorizontal {display: block;margin: auto;}
}
/*SM*/
@media (min-width: 768px) and (max-width: 991px) 
{
	header .Languages {width: 40px;float: right;}
	header .Logo {padding-left: 45px;}
	header .Navigation {right:15px;}
	.Fixed.Hotel .Booking .lnkBookingContainer {text-align: left;padding-left: 10%;}
	body.Fixed header img {visibility: hidden;}
	.Booking {max-width:100%;width:100%;position: absolute;bottom: 1px;transform: translateY(100%);margin-left: -15px;}
	.Booking span {font-size: 11px;}
	.Booking input, .Booking select {font-size:12px;}
	body.Hotel .Booking h2 {font-size:22px;}
	body.Fixed .Booking {transform: none;bottom: auto;left: 60px;padding: 0px 15px;width: 88%;}
	body.Fixed.Hotel .Booking {width:86%;}
	.Fixed.Internal.Hotel .Booking .ParamsSearchHotel {width: 66.6%;}
	.BannerDescription {margin-top: 3%;margin-left:20%;width:460px;}
	.BannerDescription span {font-size:16px;}
	.BannerDescription h2 {font-size: 44px;margin-bottom:30px;}
	.BannerDescription a {position: absolute;left: 50%;transform: translateX(-50%);}
	.Internal main {margin-top: 336px;}
	.Internal.InternalNoBookingEngine main {margin-top: 45px;}
	.Internal.Hotel main {margin-top: 269px;}
	.Fixed.Internal main {margin-top: 120px;}
	main .TextContent iframe {max-width:100%;width:100%;}
	body.Fixed .Hotels {padding-top: 105px;}
	.Hotels {padding-top: 336px;}
	.Presentation .FollowUsOn {margin-top:0px;}
	.Presentation .PresentationText blockquote {margin-bottom:0px;}
	.Presentation .PresentationVideo iframe {width:100%;margin-bottom: 50px;}	
	.Information .Weather {height:250px;}
	.Information .Contacts h3:first-of-type {margin-top:0px;}
	.Information .row.Equal > [class*='col-'] {margin-bottom:15px;}
	.Offers {padding-top: 60px;}
	.Offers .OffersTitle {border:0;}
	.Offers .OffersButton {margin-top:30px;margin-bottom:30px;}
	.Offers .OffersContainer .bx-wrapper > .bx-controls {display:none;}
	.Internal .Offers {padding-top:0px;}
	.Internal.Hotel .Offers .row {display: flex;flex-flow: row wrap;flex-direction: column-reverse;}
	.GalleryImageThumb {width:25%;}
	.AllPromotionsNoRotatorContainer select {font-size:13px;height:28px;padding-top: 0px;padding-bottom: 0px;padding-left:30px;padding-right:30px;}
	.AllPromotionsNoRotatorContainer .selectOfferTypeContainer {margin-right:0px;}
	.AllPromotionsNoRotatorContainer .selectOfferTypeContainer i.fa {height:28px;line-height:28px;font-size:13px;right:10px;}
	.AllPromotionsNoRotatorContainer .AllPromotionsNoRotator .OfferItem {width:100%;padding-right:0px;margin-right: 0px;}	
	.AllPromotionsNoRotatorContainer .PromotionsNoRotatorMenu li {margin: 0 13px 10px 0;font-size: 13px;padding: 5px 10px 5px 0px;}
	table.Location tr td, table.Location tr th, table.Contacts tr td, table.Contacts tr th {width:100%;display:block;margin-bottom:15px;}
	table.Downloads tr td:not([colspan]) {width:25%;display:inline-block;margin-bottom:15px;}
	table.Reveillon tr td, table.Reveillon tr th {width:100%;display:block;padding-right:0px;}
	table.small-only {display:table;}
	table.large-only {display:none;}
	.Form div.smallField {width:48%;}
	.NoClass tr {width: 100%;}
	footer .Financed img[alt='Oporto'] {position: relative;left: 0px;}
	footer .Financed img[alt='co-financiamento']{position: relative;left: 0px;width: calc(100% - 64px);}
	.contact_form .btn-su {width:182px;display:block;}
}
/*MD*/
@media (min-width: 992px) and (max-width: 1199px) 
{	
	header .Logo {margin-left: 3%;padding-left: 30px;}
	header .Navigation {right:15px;}
	.Booking input, .Booking select {font-size:12px;}
	.Booking span {font-size: 11px;}
	body.Fixed.Hotel .Booking h2 {font-size:24px;}
	body.Fixed .Booking {width: 68%;left: 24%;}
	.BannerDescription {margin-top:3%;width:420px;margin-left: 8%;}
	.BannerDescription h2 {font-size:46px;margin-bottom:30px;}
	.HotelsShortcut a, .HotelsShortcut a:hover, .HotelsShortcut a:focus {padding-top:5px;padding-bottom:5px;}
	.weather i {font-size:120px;left:60%;}
	.Internal.Hotel .OffersBadgeContainer {padding-left:0px;text-align:right;}
	.Directions .InputSearch input {width:49%;margin-right:1%;float:left;margin-top: 10px;}
	.Directions .SearchButton {width:49%;margin-left:1%;float:left;margin-top:0px;height: 43px;line-height: 33px;}
	.AllPromotionsNoRotatorContainer select {font-size:13px;height:28px;padding-top: 0px;padding-bottom: 0px;}
	.AllPromotionsNoRotatorContainer .selectOfferTypeContainer i.fa {height:28px;line-height:28px;font-size:13px;}
	.AllPromotionsNoRotatorContainer .AllPromotionsNoRotator .OfferItem {width:calc(50% - 20px);}
	.AllPromotionsNoRotatorContainer .PromotionsNoRotatorMenu li {margin: 0 13px 10px 0;font-size: 13px;padding: 5px 10px 5px 0px;}
	table.Meetings th {font-size: 16px;}
	table.Downloads tr td:not([colspan]) {width:20%;display:inline-block;margin-bottom:15px;}
	table.Reveillon tr td, table.Reveillon tr th {width:50%;display:inline-block;}
	.NoClass tr{width: 50%;}
}
/*LG*/
@media (min-width: 1200px) and (max-width: 1365px) 
{	
	.BannerDescription {margin-top:3%;width:500px;}
	.BannerDescription h2 {font-size:54px;}
	.Booking input, .Booking select {font-size:14px;}
	body.Fixed.Hotel .Booking h2 {font-size:24px;}	
	main .TextContent iframe {max-width: 50%;}
	.HotelsShortcut a, .HotelsShortcut a:hover, .HotelsShortcut a:focus {padding-top:5px;padding-bottom:5px;}
	.AllPromotionsNoRotator .OfferItem {width:calc(50% - 20px);}
	.OfferItemFooter .Price {font-size:22px;}
	.weather i {font-size: 120px;}
	.NoClass tr{width: 50%;}
	table.Reveillon tr td, table.Reveillon tr th {width:50%;display:inline-block;}
}
@media (min-width: 1366px) and (max-width: 1441px) {
	.Banner {margin-top: 100px;}
	.BannerDescription {margin-top: 8%;}
	.BannerDescription span {font-size: 22px;}
	.BannerDescription h2 {font-size: 40px;}
	table.Reveillon tr td, table.Reveillon tr th {width:50%;display:inline-block;}
}
@media (max-height: 400px) and (max-width: 767px){
	
}