﻿@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://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css);

html {font-size:62.5%;}
a {cursor: pointer !important;}
a:focus {outline: none !important;}
body
{
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
}
input, select, textarea
{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
label {font-weight:400;}
input[type='checkbox'] {margin-right:4px;}
/* [header] */
header 
{
	background: #FFF;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
	padding-top: 15px;
	position: fixed;
    width: 100%;
    height: 137px;
    top: 0;
    z-index: 999;
}
/* [Languages] */
.Languages
{
	text-transform: uppercase;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
	color: #EA9A00;
	padding-top: 10px;
}
.Languages a
{
	color: #000;
	text-decoration: underline;
}
/* [BookingEngine] */
.BookingEngine{}
.BookingEngine .Slogan
{
	margin-top: 12px;
}
.BookingEngine .Slogan h2
{
	font-size: 1.5rem;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	line-height: 2.5rem;
	margin: 0;
}
.BookingEngine .Slogan h2 small
{
	text-align: center;
    text-transform: uppercase;
    color: #EA9A00;
    font-size: 1.3rem;
    display: block;
	font-weight: 900;
}
.SearchDates{}
.SearchDates input
{
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}
.lnkBookingArea 
{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    padding-bottom: 10px;
    color: #EA9A00;
    text-decoration:underline;
    font-size: 13px;
    white-space: nowrap;
}
.lnkBookingArea:hover , .lnkBookingArea:focus
{
	color: #000;
    text-decoration:underline;
}
.lnkBookingAreaImg 
{
	height:24px;	
	flex-shrink: 0;
}
.lnkBookingAreaImg path 
{
	fill: #EA9A00;
}
/* [Search] */
.SearchHotel
{
	text-align: center;
	text-transform: uppercase;
	color: #EA9A00;
	font-size: 1.3rem;
	border: solid 1px #EA9A00;
	padding: 9px 0 9px;
}
.SearchHotel select
{
	font-size: 1.6rem;
    color: #000;
    text-transform: uppercase;
    border: 0;
    background: #FFF;
    height: 24px;
}
.SearchDates
{
	text-align: center;
	text-transform: uppercase;
	color: #EA9A00;
	font-size: 1.3rem;
	border: solid 1px #EA9A00;
	padding: 9px 0 9px;
}
.SearchDates input
{
	border: 0;
	width: 100%;
}
.SearchDates span
{
	display: block;
	font-weight: 900;
}
/* [Menu] */
.Menu
{
	padding-top: 14px;
	text-align: center;
	display: block;
}
/*
.Menu:hover, .Menu:active, .Menu:focus
{
	background: #EA9A00;
	cursor: pointer !important;
	height: 78px;
}
.Menu:hover svg
{
	fill: #FFF;
}
*/

/* [MenuActivator] */
.MenuActivator
{
	height: 122px;
	position: relative;
}
.MenuActivator .MenuIcon
{
	background: url(/images/Menu-off.svg);
	width: 50px;
	height: 36px;
	display: block;
	position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -25px;
}
.MenuActivator:hover, .MenuActivator.active
{
	background: #EA9A00;
    cursor: pointer;
}
.MenuActivator:hover .MenuIcon, .MenuActivator.active .MenuIcon
{
	background: url(/images/Menu-on.svg);
}
.Internal .MenuActivator
{
	/*background: #EA9A00;*/
    /*height: 78px;*/
    cursor: pointer;
}
/* [MenuAutomatic] */
.MenuAutomatic
{
	display: none;
    position: fixed;
    width: 100%;
    padding: 15px 0;
    z-index: 9;
    background: #EA9A00;
    top: 136px;
    text-align: center;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
}

.Internal .MenuAutomatic
{
    display: block;
}

.MenuAutomatic div[class*='col-']
{
    text-align: center;
}
.MenuAutomatic ul
{
    float: none !important;
}
.MenuAutomatic ul li
{
    float: none !important;
    display: inline-block;
}
.MenuAutomatic ul li a
{
    font-size: 1.4rem;
    line-height: 3rem;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 20px;
}
.MenuAutomatic ul li a:hover, .MenuAutomatic ul li a:focus, .MenuAutomatic ul li a.rmFocused
{
    color: #000;
    text-decoration: underline;
}

.MenuAutomatic ul ul
{
    margin: 25px 0 0 !important;
}
.MenuAutomatic ul ul li
{
    background: #2B2419;
}
.MenuAutomatic ul ul li a
{
    line-height: 5rem;
}
/* [Banner] */
.Banner
{
	margin-top: 137px;
}
.Banner img
{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.Banner ul
{
	padding: 0;
	margin: 0;
}
.Banner li
{
	padding: 0;
	margin: 0;
	list-style: none;
}
/* REVER AQUANDO DO JQUERY */
.BannerDescription
{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 720px;
    height: 425px;
    margin-left: -360px;
    margin-top: -180px;
    text-align: center;
    color: #FFF;
    font-size: 3.0rem;
    font-weight: 700;
    z-index: 9;
    line-height: 3.5rem;
}
.BannerDescription h2
{
	font-size: 6.0rem;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.90);
	padding-bottom: 45px;
}
.BannerDescription span
{
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.90);
}
.BannerDescription h2::after
{
	width: 306px;
	height: 32px;
	background: url("Images/Banner-Separator.svg");
	position: absolute;
	content: " ";
	left: 50%;
    margin-left: -153px;
    top: auto;
    margin-top: 75px;
}
.BannerDescription a
{
	width: 40%;
	position: relative;
	margin: 25px auto 0;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.50);
}
/* [SCROLL] */
.scroll{}
.scroll a span {
    position: absolute;
    top: -60px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}
.scroll a:hover 
{
	opacity: .5;
}
.scroll a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    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 .3s;
}
.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: 1px solid #fff;
    border-bottom: 1px 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;
	}
}

/* [Breadcrumbs] */
.Breadcrumbs
{
	margin-top: 40px;
	float: right;
}
.Breadcrumbs span
{
	color: #EA9A00;
}
.Breadcrumbs a
{
	font-size: 1.4rem;
	color: #C6C5C3;
	text-decoration: none;
}
.Breadcrumbs a:hover
{
	text-decoration: underline;
}
/* [SubMenu] */
.SubMenuLogo
{
	text-align: left;
}
.SubMenuLogo img
{
	width: 382px;
    height: auto;
    max-width: 100%;
}
.SubMenu
{
	float: left;
	margin-bottom: 40px;
	margin-top: 35px;
	width: 95%;
}
.SubMenu ul
{
	margin: 0;
	padding: 0;
	width: 95% !important;
	float: none !important;
}
.SubMenu li
{
	list-style-type: none;
	width: 100% !important;
	text-align: left;
	
}
.SubMenu li a
{
	font-size: 1.8rem;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #DADADA;
	display: block;
	padding: 10px 0 10px 25px;
	width: 95% !important;
}
.SubMenu li a:hover
{
	color: #FFF;
	background: #EA9A00;
	text-decoration: none;
}
.SubMenu ul li a:hover, .SubMenu ul li a.rmFocused
{
	background: #EA9A00;
	color: #FFF;
	text-decoration: none;
}
.SubMenu ul li a:hover::after, .SubMenu ul li a.rmFocused::after
{
	content: " ";
	position: absolute;
	width: 0; 
	height: 0; 
	top: 0;
	right: -22px;
}
body.Internal.Hotel .SubMenu
{
	margin-top: 0;
}
.RadMenu 
{
    white-space: normal !important;
    float: none !important;
}
/* [Text] */
.Text1, .Text2
{
	text-align: left;
	margin-bottom: 40px;
	line-height: 2.2rem;
}
.Text1 ul, .Text2 ul
{
	padding: 15px 0 0 0;
}
.Text1 ul li, .Text2 ul li
{
	list-style-type: none;
	line-height: 3rem;
	
}
.Text1 ul li:before, .Text2 ul li:before {
    content: "•";
    color: #EA9A00;
    position: relative;
    margin-right: 5px;
}
.Text1Title
{
	margin-bottom: 40px;
}
.Text1Title h1{}
.Text1Title h1 small{}
.Text{} 
.Text .TA_certificateOfExcellence, .Text .TA_rated
{
	float: right;
}
.Text1 blockquote, .Text2 blockquote
{
	font-size: 2.0rem;
	color: #EA9A00;
	padding: 20px 0 0 0;
	margin: 0;
}
.Text1 blockquote:after, .Text2 blockquote:after
{
	display: none;
}
.Text1 h2, .Text2 h2
{
	padding-top: 20px;
}
/* [Tables] */
table.ResponsiveTable{}
table.ResponsiveTable td
{
	padding-left: 20px;
	vertical-align: top;
	padding-bottom: 50px;
}
table.ResponsiveTable img
{
	padding: 0;
}
table.ResponsiveTable h2, table.ResponsiveTable h3
{
	padding: 0 0 15px 0;
	margin: 0;
}
table.Contacts
{
	width: 100%;
}
table.Contacts td
{
	padding: 10px;
	width: 50%;
	vertical-align: top;
	padding-bottom: 30px;
}
/* [Main] */
main 
{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
	padding-bottom: 80px;
}
main a
{
	color: #EA9A00;
}
main a:hover
{
	color: #000;
}
main h1
{
	font-family: 'Open Sans', sans-serif;
	font-size: 4.5rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding-top: 40px;
}
main h1 small
{
	font-family: 'Open Sans', sans-serif;
	font-size: 4.5rem;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
}
main blockquote
{
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
	color: #000;
	font-style: italic;
	border: none;
}
main blockquote:after
{
	border-bottom: 2px solid #EA9A00;
	width: 115px;
	height: 32px;
	position: absolute;
	content: " ";
	left: 50%;
    margin-left: -57px;
    top: 80%;
}
main .BtnMore
{
    background: #EA9A00;
    border: solid 3px #FFF;
    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;
    margin-left: -75px;
    position: absolute;
    left: 50%;
    bottom: -22px;
}
main .BtnMore:hover, main .BtnMore:focus
{
    background: #FFF;
    color: #EA9A00;
    text-decoration: none;
    border: solid 3px #EA9A00;
}
main .SearchButton 
{
	background: #EA9A00;
    border: solid 3px #EA9A00 !important;
    color: #FFF;
    text-decoration: none;
}
main .SearchButton:hover, main .SearchButton:focus
{
	background: #FFF;
    color: #EA9A00;
    text-decoration: none;
    border: solid 3px #EA9A00 !important;
}
/* [Services] */
.Services
{
	background: url(Images/Hotel-Alif-Avenidas-Services-Background.png) no-repeat;/* [JQUERY para mudar a imagem de acordo com o hotel] */
	background-size: cover;
	height: auto;
}
.Services h2
{
	font-size: 5rem;
	font-weight: 700;
	color: #FFF;
	padding-top: 40px;
	position: relative;
}
.Services h2:after
{
	border-bottom: 2px solid #FFF;
	width: 100px;
    height: 32px;
    position: absolute;
    content: " ";
    left: 0;
    top: 75px;
}
.Services span
{
	font-size: 2.8rem;
	color: #FFF;
	font-weight: 300;
}
.HotelNew .Services span
{
	color: #fff;
}
.HotelNew .Services .Bedroom span
{
	color: #231F20;
}
.Services ul.ServiceIcons
{
	text-align: center;
}
.HotelNew .Services ul.ServiceIcons
{
	text-align: left;
}
.Services ul.ServiceIcons li span 
{
    display: block;
    margin-bottom: 10px;
}
.Services ul.ServiceIcons li 
{
    vertical-align: top;
    width: 15.3%;
    font-size: 11px;
    line-height: 14px;
}
.HotelNew .Services ul.ServiceIcons li 
{
	width: 32%;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: left;
}
.ServicesContent
{
	background: #5a5a5a;
	width: 100%;
	max-height: 380px;
	line-height: 2rem;
	overflow: hidden;
	margin: 15px 0 15px 0;
	color: #FFF;
	font-size: 1.3rem;
}
.HotelNew .ServicesContent
{
	background: none;
	overflow:visible;
	max-height: none;
}
.HotelNew .ServicesContent .bx-wrapper .bx-controls {top:50%;}
.HotelNew .ServicesContent .bx-wrapper .bx-prev {left:-8%;}
.HotelNew .ServicesContent .bx-wrapper .bx-next {right:-8%;}
.ServicesContent ul
{
	list-style-type: none;
	margin: 0;
    padding: 0;
}
.ServicesContent li{}
.ServicesContent ul li:before
{
    content: "·";
    position: relative;
    margin-right: 5px;
}
.ServiceImgLeft
{
	padding-right: 15px;
}
.ServiceImgLeft img
{
	float: left;
	padding: 0;
	margin-right: 30px;
}
.HotelNew .ServiceImgLeft img
{
	margin-right: 15px;
}
.Services h3
{
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
}
.HotelNew .Services .Bedroom h3
{
	color: #231F20;
	text-transform:none;
	font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}
.Services h3:before
{
	border-bottom: 2px solid #FFF;
    width: 25px;
    height: 32px;
    position: absolute;
    content: " ";
    top: 0;
}
.HotelNew .Services .Bedroom h3:before
{
	border-bottom: 2px solid #EA9A00;
    width: 82px;
    top: 20px;
}
.HotelNew .ServicesContent h3
{
	color: #FFF;
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    text-transform:none;
}
.HotelNew .ServicesContent h3:before 
{
	border-bottom: 1px solid #FFF;
    width: 100%;
    position: absolute;
    content: " ";
    top: 10px;
}
.ServiceImgRight
{
	padding-left: 30px;
}
.ServiceImgRight img
{
	float: right;
	padding: 0;
	margin-left: 30px;
}
.ServiceVideo
{
	text-align: center;
    background: #000;
    margin-bottom: 80px;
}
.HotelNew .Services .FancyVideo {display:inline-block;  float: right;}
.HotelNew .Services .VideoPlayerIcon
{
    display: flex;
    width: 67px;
    height: 67px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    margin: 60px 0 auto auto;
}
.HotelNew .Services .VideoPlayerLabel 
{
	width: 67px;
    margin: 10px 0 auto auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
}
.ServiceIcons{}
.ServiceIcons li
{
	list-style-type: none;
	display: inline-block;
	padding: 1rem;
}
ul.ServiceIcons li:before
{
	display: none;
}
.Services .bx-controls 
{
	z-index: 4;
}
.Services .bx-wrapper .bx-pager
{
	left: 25px;
    bottom: 45px;
    width: 100% !important;
    text-align: left;
}
.Services .bx-wrapper .bx-pager.bx-default-pager a 
{
    display: block;
    border: 1px solid #FFF;
    background: #FFF !important;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* [BedroomRotater] */
.BedroomRotater 
{
    overflow: hidden;
}
.HotelNew .BedroomRotater3, .HotelNew .BedroomRotater4
{
	background: #fff;
    color: #231F20;
    float: left;
    width: 100%;
}
.BedroomRotater3 img, .BedroomRotater4 img
{
	float: left !important;
	width: 230px !important;
}
.BedroomRotater3 h3, .BedroomRotater4 h3
{
	padding: 20px 0 20px 0;
	margin: 0;
}
.BedroomRotater3 h3:before, .BedroomRotater4 h3:before
{
	top: 20px;
}
.BedroomRotater .bx-wrapper{}
.BedroomRotater .bx-viewport{}
.BedroomRotater .bx-controls{}
.BedroomRotater .bx-wrapper .bx-pager 
{
	top: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}
.BedroomRotater .bx-wrapper .bx-pager.bx-default-pager a 
{
    display: block;
    border: 1px solid #FFF;
    background: #FFF !important;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* [Bedroom] */
.Bedroom
{
	padding: 0 20px 0 0;
}
.Bedroom span
{
	font-size: 1.4rem;
	line-height: 2.3rem;
}
.HotelNew .Bedroom img 
{
	width: auto !important;
    margin-right: 0px;
    float: none !important;
    display: inline-block;
}
.HotelNew .Bedroom .BedroomFooter 
{
	position: relative;
}
.HotelNew .Bedroom .BedroomFooter:before 
{
	content: " ";
    position: absolute;
    top: -15px;
    right: 0px;
    left: 245px;
    border: 1px solid #E1E1E1;
}
.HotelNew .Bedroom .BedroomFooter .BedroomCapacity 
{
	display:inline-block;
	margin-top: 15px;
}
.HotelNew .Bedroom .BedroomFooter .BedroomCapacity img
{
	width: auto !important;
    margin-left: 5px !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
    margin-right: 0px !important;
}
.HotelNew .Bedroom .BedroomFooter .BedroomBookNow 
{
	float:right;
}
.HotelNew .Bedroom .BedroomFooter .BedroomBookNow a {
    color: #FFF;
    background: #EA9A00;
    border:1px solid #EA9A00;
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    vertical-align: middle;
    text-decoration:none;
}
.HotelNew .Bedroom .BedroomFooter .BedroomBookNow a:hover,
.HotelNew .Bedroom .BedroomFooter .BedroomBookNow a:focus 
{
	background:#FFF;
	color:#EA9A00;
	border:1px solid #EA9A00;
}
/* [Gallery] */
.Gallery
{
	background: #FFF;
    padding-bottom: 5px;
}
.ImageOver {
    border: 3px solid #FFF;
}
.Gallery h2
{
	font-size: 4rem;
	font-weight: 700;
	color: #EA9A00;
	text-align: center;
	padding: 20px 0 30px;
	background: #FFF;
	margin: 0;
	line-height: 4.8rem;
}
.Gallery h2 small
{
	font-weight: 300;
	font-size: 4.0rem;
	color: #EA9A00;
}
.Gallery h2:after
{
    border-bottom: 2px solid #EA9A00;
    width: 115px;
    height: 20px;
    position: absolute;
    content: " ";
    left: 50%;
    margin-left: -57px;
    top: 45px;
}
.Gallery a img 
{
    width: 100%;
    height: auto;
    margin: 0;
	border: 5px solid #FFF;
}
.Gallery a span.GalleryHover
{
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: relative;
}
.Gallery a span.GalleryHover span
{
    position: absolute;
    font-size: 40px;
    color: #000;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
}
.Gallery a:hover span.GalleryHover
{
	position: absolute;
    width: 96%;
    height: 96%;
	margin: 2%;
    background: rgba(241, 220, 180, 0.8);
    z-index: 2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.Gallery a:hover span.GalleryHover span
{
    opacity: 1;
}

/* [Hotel ShortCuts] */
.ShortCut1, .ShortCut2
{
	border: solid 1px #D8D8D8;
	margin-top: 25px;
	background: #FFF;
}
.ShortCut1:hover, .ShortCut2:hover
{
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
}
.ShortCutsImg img
{
	max-width: 100%;
}
.ShortCuts1, .ShortCuts2
{
	margin: 10px 30px 0;
	min-height: 320px;
}

/* [Offers] */
.Offers
{
	background: url("Images/Promotion-Background.png") no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 75px 0;
}
.OffersInternal
{
	background: url("Images/Promotion-Pattern.svg") repeat;
	opacity: 0.1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.Offers h2
{
	font-size: 5.0rem;
	font-weight: 700;
	color: #FFF;
	padding-top: 0;
	margin-top: 0;
}
.Offers h2:after
{
	border-bottom: 2px solid #FFF;
	width: 100px;
    height: 32px;
    position: absolute;
    content: " ";
    left: 20px;
    margin-left: 0;
    margin-top: 25px;
}
.Offers span
{
	font-size: 3.8rem;
	color: #FFF;
	font-weight: 300;
}
.Offers .BtnMore
{
	background: none;
    border: solid 2px #EA9A00;
    color: #EA9A00;
    font-size: 1.5rem;
    padding: 10px 0 9px;
    display: block;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-top: 55%;
    width: 90%;
}
.Offers .BtnMore:hover, .Offers .BtnMore:focus
{
    background: #EA9A00;
    color: #FFF;
    text-decoration: none;
}
.Offers .fooContainer.isLoading
{
	height: 320px;
    overflow: hidden;
}
.Offers .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: 998;
}
.SpecialOffer{background: #FFF;}
.SpecialOffer div[class^="col-"] {
    overflow: hidden;
}
.SpecialOffer h2
{
	font-size: 1.6rem;
	background: #EA9A00 url("Images/Promotion-Hotel.svg") no-repeat;
	height: 45px;
	width: 250px;
	font-weight: 400;
    padding: 14px;
    text-align: right;
    position: absolute;
    bottom: 5px;
    left: 30px;
}
.SpecialOffer h2:after
{
	display: none;
}
.SpecialOffer img
{
	width: 520px;
	height: 285px;
	float: left;
}
.Text2 .SpecialOffer img
{
	width: 100%;
	height: auto;
}
.SpecialOfferTxt
{
	font-size: 1.8rem;
	color: #282828;
	padding: 20px 20px 0;
    float: left;
    max-width: 875px;
    position: relative;
}
.Text2 .SpecialOffer
{
	padding-bottom: 50px;
}
.Text2 .SpecialOfferTxt
{
    max-width: 1024px;
}
.SpecialOfferTxt h3 a
{
	font-weight: 700;
	font-size: 3.6rem;
	color: #EA9A00;
}
.SpecialOfferTxt h3 a:hover
{
	color: #000;
	text-decoration: none;
}
.SpecialOfferTxt h3
{
	margin: 0 0 10px 0;
}
.SpecialOfferTxt span.Date
{
	font-size: 1.6rem;
	color: #ADADAD;
	font-weight: 400;
}
.SpecialOfferTxt p.PromotionDetail
{
	line-height: 3rem;
    height: 88px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
}
.Text2 .SpecialOfferTxt p.PromotionDetail {
    height: auto;
    overflow: visible;
}
.SpecialOfferTxt a.lnkButton
{
    background: #EA9A00;
    border: solid 3px #FFF;
    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;
    float: right;
    margin-top: 15px;
}
.SpecialOfferTxt a.lnkButton:hover, .SpecialOfferTxt a.lnkButton:focus
{
    background: #FFF;
    color: #EA9A00;
    text-decoration: none;
    border: solid 3px #EA9A00;
}
.SpecialOfferTxt .PromoPrice{}
.SpecialOfferTxt .PromoPrice span.Since
{
	font-size: 1.4rem;
	font-weight: 700;
	color: #ADADAD;
	display: block;
}
.SpecialOfferTxt .PromoPrice span.Since:before
{
	border-bottom: 1px solid #ADADAD;
    width: 56px;
    height: 0px;
    position: absolute;
    content: " ";
    left: 0;
    margin-left: 20px;
    margin-top: -5px;
}
.SpecialOfferTxt .PromoPrice span.Price
{
	font-size: 3rem;
	color: #EA9A00;
	font-style: italic;
	font-weight: 700;
}
.SpecialOfferTxt .PromoPrice .OldPrice
{
	font-size: 2rem;
	font-weight: 700;
	color: #626262;
	font-style: italic;
}

.Offers .bx-wrapper .bx-pager 
{
	top: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}
.Offers .bx-wrapper .bx-pager.bx-default-pager a 
{
    display: block;
    border: 1px solid #FFF;
    background: #FFF !important;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.Offers .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active 
{
    background: none !important;
    border: 1px solid #FFF;
}
/* [Bing Maps] */
.MicrosoftMap.dirSDK .directionsPanel 
{
	width:100% !important;
	margin-top:15px;
}
.MicrosoftMap .dirIcon 
{
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	box-sizing:content-box;
	line-height: 18px;
}
.MicrosoftMap [role='alert'] {
    display: none !important;
	opacity:0 !important;
	visibility:hidden !important;
}
/* [MapsAll] */
.MapsAll
{
	position: relative;
}
.MapsAll h2
{
	font-size: 4rem;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background: rgba(234, 154, 0, 0.9);
	margin: 0;
    width: 100%;
    z-index: 2;
    padding: 15px 0 25px;
}

.MapsAll h2 small
{
	font-weight: 300;
	color: #FFF;
	font-size: 4rem;
}
.MapsAll h2:after
{
	border-bottom: 2px solid #FFF;
	width: 115px;
	height: 20px;
	position: absolute;
	content: " ";
	left: 50%;
    margin-left: -57px;
    top: 60%;
}
.GMapsHome
{
	height: 510px;
	width: 100%;
	z-index: 1;
}
/* [MapsAll] */
.Map
{
	position: relative;
}
.Map h2
{
	font-size: 4rem;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background: rgba(35, 31, 32, 0.9);
	margin: 0;
    width: 100%;
    z-index: 2;
    padding: 15px 0 25px;
    line-height: 5.8rem;
	margin-top: 2px;
}

.Map h2 small
{
	font-weight: 300;
	color: #FFF;
	font-size: 4rem;
}
.Map h2:after
{
	border-bottom: 2px solid #FFF;
	width: 115px;
	height: 20px;
	position: absolute;
	content: " ";
	left: 50%;
    margin-left: -57px;
    top: 52px;
}
/* [GMaps] */
.GMaps
{
	width: 100%;
	height: 100%;
}
.GMaps p
{
	padding-top: 150px;
}
.rGoogleMaps
{
	background: #ECECEC;
}
.rGoogleMaps p
{
	font-size: 1.7rem;
    color: #231F20;
    text-align: left;
    padding: 30px 0;
    position: relative;
}
.rGoogleMaps p .fa {
    font-size: 3.5rem;
    color: #EA9A00;
    width: 40px;
    text-align: center;
}
.rGoogleMaps p .fa-long-arrow-right, .rGoogleMaps p .fa-long-arrow-left {
    font-size: 2.5rem;
    position: absolute;
    left: 16px;
    top: 65px;
}
.rGoogleMapsInfo
{
	margin: 70px 0 0 15px;
}
.rGoogleMapsInfo2
{
	margin: 0 0 30px 0;
}
.rGoogleMapsDetail
{
	background: #FFF;
	height: 128px;
}
span.GMapsAddress{}
span.GMapsAddress input
{
	width: 100%;
	height: 50px;
	text-align: center;
	border: solid 1px #EA9A00;
	font-size: 1.4rem;
	color: #EA9A00; 
}
.GMapsButton
{
	width: 100%;
	height: 50px;
	background: #EA9A00;
    border: solid 3px #EA9A00;
    color: #FFF;
    font-size: 1.8rem;
    padding: 10px 0 9px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.GMapsButton:hover, .GMapsButton:focus
{
    background: #FFF;
    color: #EA9A00;
    text-decoration: none;
    border: solid 3px #EA9A00;
}
.Adress1
{
	float: left;
	display: block;
	width: 50%;
	font-size: 1.4rem;
	color: #231F20;
	padding-left: 5%;
}
.Adress1 h3, .Adress2 h3
{
	font-size: 1.4rem;
	color: #EA9A00;
	text-transform: uppercase;
	font-weight: 700;
	
}
.Adress1 .fa, .Adress2 .fa
{
	color: #EA9A00;	
}
.Adress1 a, .Adress2 a
{
	color: #EA9A00;	
}
.Adress1 a:hover, .Adress2 a:hover
{
	color: #000;	
}
.Adress2
{
	float: left;
	width: 50%;
	font-size: 1.4rem;
	color: #231F20;
	padding-left: 3%;
}
.adp-directions
{
	width: 100%;
}
/* [City] */
.City
{
	background: url("Images/City-Background.png") no-repeat;
	background-color: #1e95c1;
    overflow: hidden;
    padding-bottom: 20px;
}
.CityRotater1, .CityRotater2
{}
.CityRotater1 img
{
	float: left !important;
	width: 230px !important;
}
.CityRotater2 img
{
	float: right !important;
	width: 230px !important;
}
.City h2
{
	font-size: 5.5rem;
    font-weight: 700;
    color: #FFF;
    padding-top: 10px;
    position: relative;
}
.City h2:after
{
	border-bottom: 2px solid #FFF;
    width: 100px;
    height: 32px;
    position: absolute;
    content: " ";
    left: 5px;
    top: 40px;
}
.City span
{
	font-size: 3rem;
	color: #FFF;
	font-weight: 300;
}
.CityRotater1, .CityRotater2
{
	background: #FFF;
	height: 160px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.City a.BtnMore
{
	background: none;
    border: solid 2px #FFF;
    color: #FFF;
    font-size: 1.5rem;
    padding: 10px 0 9px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 34px;
    width: 200px;
    margin: 0 auto;
}

.City a.BtnMore:hover, .City a.BtnMore:focus
{
    background: #EA9A00;
    color: #FFF;
    text-decoration: none;
    border: solid 2px #EA9A00;
}
.City .CityText
{
	color: #282828;
    font-size: 1.8rem;
    padding: 20px;
    float: left;
    width: 68%;
    line-height: 2rem;
    height: 145px;
    overflow: hidden;
}
.City .CityText h3
{
	font-size: 3rem;
	color: #EA9A00;
	margin: 0;
	padding-bottom: 8px;
	font-weight: 300;
}
.CityRotator{}
.City .bx-wrapper{}
.City .bx-viewport{}
.City .bx-controls{}
.City .bx-wrapper .bx-pager 
{
	top: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}
.City .bx-wrapper .bx-pager.bx-default-pager a 
{
    display: block;
    border: 1px solid #FFF;
    background: #FFF !important;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.City .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active 
{
    background: none !important;
    border: 1px solid #FFF;
}
/* [Newsletter] */
.Newsletter
{
	background: #231F20;
	padding: 40px 0 10px;
}
.NewsletterText
{
	font-size: 1.6rem;
	color: #FFF;
}
.Newsletter h2
{
	font-size: 2rem;
	line-height: 2.6rem;
	color: #FFF;
	font-weight: 700;
	margin: 0;
}
.Newsletter h2:after
{
	border-bottom: 1px solid #FFF;
    width: 70px;
    height: 20px;
    position: absolute;
    content: " ";
    left: 72px;
    margin-left: -57px;
    top: 4px;
}
.Newsletter p
{
	padding-top: 5px;
	margin: 0;
}
.NewsletterForm{}
.NewsletterForm .waterMarkInput
{
	font-size: 1.6rem;
	color: #231F20;
	width: 100%;
	height: 50px;
	text-align: center;
}
.NewsletterForm span
{
	font-size: 1.6rem;
    color: #FFF;
    margin-top:5px;
}
.NewsletterForm input[type='checkbox'] 
{
	vertical-align: middle;
    margin-top: 0px;
    margin-right: 5px;
}
/* [contact_form] */
.contact_form 
{
	position:relative;
	margin-top:35px;
}
.contact_form:first-child 
{	
	margin-top: 75px;
}
.contact_form input[type='text'], .contact_form input[type='password'] 
{
	margin-bottom:5px;
	width: 200px;
}
.contact_form input.btn-su 
{
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	padding-top: 2px;
    padding-bottom: 2px;
}
.contact_form #message 
{
	margin-top:5px;
}
.btn-su 
{
	background: #FFF;
    border: solid 1px #EA9A00;
    color: #EA9A00;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 5px;
    display: inline-block;
}
.btn-su:hover, .btn-su:focus
{
    background: #EA9A00;
    color: #FFF;
    text-decoration: none;
}
/* [UserAreaForm] */
.UserAreaForm 
{
	margin-top: 75px !important;
}
.UserAreaForm div 
{
	float:none !important;
}
.UserAreaForm span.Auto
{
	display:inline-block;
	width:auto;
	vertical-align:middle;
}
.UserAreaForm input[type='checkbox'] 
{
	margin-bottom: 0px;
    margin-top: 0px;
    vertical-align: middle;
}
.UserAreaForm input.btn-su 
{
	display:inline-block;
	margin-bottom:5px;
}
.SubscribeButton
{
	width: 100%;
	height: 50px;
	background: #EA9A00;
    border: solid 3px #EA9A00;
    color: #FFF;
    font-size: 1.8rem;
    padding: 10px 0 9px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.SubscribeButton:hover, .SubscribeButton:focus
{
    background: #FFF;
    color: #EA9A00;
    text-decoration: none;
    border: solid 3px #EA9A00;
}
.NewsletterInfo
{
	position: absolute;
	top: 13px;
    left: -38px;
}
.divTos *
{
	font-size: 12px;
	color: #FFF;
}
/* [aside] */
aside
{
	background: url("Images/Footer-Pattern.svg") repeat;
	background-color: #e7e1cf;
}
.Institutional
{
	padding: 30px 0;
}

/* [Partners] */
.Partners h2
{
	font-size: 2.5rem;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.partners
{
	border: 1px solid #000;
}
.partners ul
{
	margin: 0;
	padding: 0;
}
.partners li
{
	list-style: none;
    text-align: center;
    width: 20.6%;
    display: inline-block;
    padding: 30px 0 20px;
    margin: 0 2%;
    vertical-align: top;
}
.partners a
{
	font-size: 1.5rem;
	color: #000;
	text-decoration: none;
	display: block;
}
.partners a:hover, .partners a:focus, .partners a:hover .fa, .partners a:focus .fa
{
	color: #000;
}
.partners .fa
{
	color: #EA9A00;
	font-size: 4.5rem;
	display: block;
	padding-bottom: 10px;
}

/* [MenuInst] */
.MenuInst{}
.MenuInst h2
{
	font-size: 2.5rem;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.MenuInst ul{}
.MenuInst li a
{
	font-size: 1.8rem;
	color: #000;
	line-height: 3rem;
}
.MenuInst li a.rmFocused
{
	text-decoration: underline;
}

/* [Follow] */
.Follow{}
.Follow h2
{
	font-size: 2.5rem;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.Follow a
{
	font-size: 1.8rem;
    color: #000;
    display: block;
    margin: 10px 0 25px 0;
    clear: both;
    height: 50px;
}
.Follow a:hover .fa
{
	color: #EA9A00;
	cursor: pointer;
	border: solid 2px #EA9A00;
}
.Follow .fa
{
    color: #000;
    font-size: 3rem;
    background: none;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: solid 2px #000;
    padding: 10px 0 0 0;
    margin-right: 15px;
    float: left;
}
.Follow label
{
	font-size: 1.8rem;
    color: #000;
    font-weight: 400;
    max-width: 150px;
    display: inline-block;
    margin: 0px 0 0;
    float: left;
}
.Follow label:hover
{
	color: #EA9A00;
	cursor: pointer;
}
/* [Top] */
.Top
{
    cursor: pointer;
    color: #FFF;
    font-size: 3rem;
    background: #EA9A00;
    width: 80px;
    height: 80px;
    margin: 100px auto 0;
    text-align: center;
    padding-top: 5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: solid 4px #FFF;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.52);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.52);
}
.Top span
{
	font-size: 1.5rem;
	display: block;
	text-transform: uppercase;
	line-height: 0.8rem;
}
.Top:hover
{
	border: solid 4px #EA9A00;
	color: #EA9A00;
	background: #FFF;
}
/* [Footer] */
footer
{
	background: #000;
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
}
footer a
{
	text-decoration: underline;
	color: #FFF;
}
footer a:hover
{
	text-decoration: none;
	color: #EA9A00;
}
.Copyright
{
	padding: 20px 0;
}
/* [MobileBtns] */
.MobileBtns
{
	position: fixed;
    bottom: 52px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.MobileBtns a
{
	position: absolute;
    width: 50%;
    text-align: center;
    padding: 15px 0 15px 0;
    text-decoration: none;
    text-transform: uppercase;
}
.MobileBtns a.MobileBookingBtn 
{
	left: 0;
	background: #EA9A00;
	border: solid 3px #EA9A00;
}
.MobileBtns a.CallUs 
{
	right: 0;
	background: #bd7f06;
	border: solid 3px #bd7f06;
}

.MobileBtns a.MobileBookingBtn:hover, .MobileBtns a.CallUs:hover, .MobileBtns a.MobileBookingBtn:focus, .MobileBtns a.CallUs:focus
{
    background: #FFF;
    color: #EA9A00;
    text-decoration: none;
    border: solid 3px #EA9A00;
}
.MobileBtns a .fa
{
	padding-right: 5px;
}
/* [Form] */
.Form
{
	margin-top: 35px;
	margin-bottom:15px;
}
.Form div
{
	width: 48%;
    margin-right: 2%;
    vertical-align: top;
    display: inline-block;
}
.Form div span
{
	width: 100%;
	display: block;
}
.Form div input, .Form div textarea, .Form div select
{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	border: solid 1px #383838;
}
.Form .pickerWrapper_Default
{
	height: 55px !important;
	width: 100% !important;
}
.Form .radEnabledCss_Default,.Form .radHoverCss_Default,.Form .radFocusedCss_Default
{
	border: solid 1px #383838 !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
{
	padding: 7px 40px 8px;
	border: 0;
	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: 15px;
    border: solid 1px #000;
    height: 40px;
    background: #FFF;
}
.Form div input[type=file]
{
	height: 40px;
	padding: 7px 0 0 10px;
}
.FormBtn
{
	margin-top: 30px;
	clear: both;
	padding-top: 30px;
}
.FormButton {
    height: 50px;
    background: #EA9A00;
    border: solid 3px #EA9A00;
    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: #EA9A00;
    text-decoration: none;
    border: solid 3px #EA9A00;
}
/* [Sitemap] */
.RadTreeView{}
.RadTreeView a.rtIn
{
	font-size: 1.4rem !important;
	color: #000 !important;
	margin-top: 0;
}
.RadTreeView .rtSelected a.rtIn
{
	color: #FFF !important;
}
.RadTreeView ul.rtUL li.rtLI{line-height: normal !important;}
.RadTreeView ul.rtUL li.rtLI:before
{
	content: 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;
}
.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;
}
/* [Calendar] */
.ui-datepicker
{
	background: #EFEFEF;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
    width: 16px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-datepicker-header, .ui-datepicker-calendar thead
{
	border-bottom: solid 1px #D5D5D5;
}
.ui-datepicker td span, .ui-datepicker td a
{
	text-align: center !important;
}
.ui-datepicker td a
{
	color: #EA9A00 !important;
}
.ui-datepicker-unselectable span
{
	color: #D5D5D5;
}
.ui-datepicker-current-day a,  a.ui-state-hover
{
	color: #3c3e40;
	background: #D5D5D5;
}
.ui-datepicker .ui-datepicker-prev-hover
{
	left: 2px !important;
	top: 2px !important;
}
.ui-datepicker .ui-datepicker-next-hover
{
	right: 2px !important;
	top: 2px !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
    overflow: hidden;
}

/* Preloader */
body {
	/*overflow: hidden;*/
}
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFF; /* change if the mask should have another color then white */
	z-index:9999; /* makes sure it stays on top */
}
.CmsViewPage #preloader {
	display: none;
}
#logo {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:20%; /* centers the loading animation vertically one the screen */
	background-image:url(images/Loading.png); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* [Utils] */
.SearchButton
{
    background: #FFF;
    border: solid 1px #EA9A00;
    color: #EA9A00;
    font-size: 2.4rem;
    padding: 14px 0 12px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.SearchButton:hover, .SearchButton:focus
{
    background: #EA9A00;
    color: #FFF;
    text-decoration: none;
}
.SearchButton label
{
	margin-bottom: 0;
	cursor:pointer;
}
#ui-datepicker-div
{
	z-index: 999 !important;
}
textarea:focus, input:focus, select:focus{
    outline: 0;
}
.SearchButtonWhite
{
	background: #EA9A00;
    border: solid 3px #FFF;
    color: #FFF;
    font-size: 2.4rem;
    padding: 10px 0 9px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.SearchButtonWhite:hover, .SearchButtonWhite:focus
{
    background: #000;
    color: #FFF;
    text-decoration: none;
}
/* [Telerik Hacks] */
.RadMenu
{
    float: none !important;
    z-index: 2 !important;
    /*white-space: inherit !important;*/
}
/* [Data Tooltips] */
[data-tooltip] {
    display: inline-block;
    position: relative;
    padding: 4px;
}
/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
}
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}
[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}
[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}
[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}
[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}
[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
}
[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
}
[data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #000;
}
/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}
/* [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;
}
.CMSEditMode .MobileBtns 
{
	position:relative;
	bottom:0px;
}
.CMSEditMode .SubMenuLogo .clearEdit .TopArrow img 
{
	width:auto;
	height:auto;
}
.CMSEditMode .MenuAutomatic 
{
	top:0px;
	position:relative;
}
.CMSEditMode .ServicesContent 
{
	max-height:none;
}
.CMSEditMode .Map .contentbody {width:100%;}
.CMSEditMode .Adress1, .CMSEditMode .Adress2 {box-sizing:border-box;}
.CMSEditMode .GMapsButton, .CMSEditMode span.GMapsAddress input {box-sizing:border-box;}
.CMSEditMode footer > .container {width: 100%;box-sizing: border-box;}
.CMSEditMode .NewsletterForm .waterMarkInput {box-sizing:border-box;}
.CMSEditMode .SubscribeButton {width:auto;display:inline-block;box-sizing:border-box;}
/*! 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: 2.4rem;
	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] */
/* [XS] */
@media (max-width: 767px) 
{
	html {font-size:52%;}
	header {position: relative;height: auto;}
	header img {max-width: 50%;position: absolute;top: -14px;}
	.Languages {text-align: center;padding-top: 5px;}
	.BookingEngine {margin: 0;}
	.SearchHotel, .SearchDates, .BookingEngine .lnkBookingArea {margin: 0 0 15px;}
	.Menu {margin-top: -10px;}
	.MenuActivator {height:78px;}
	.MenuAutomatic {top: 83px;position: absolute;}
	.MenuAutomatic ul li {display: block;}
	.Banner {margin-top: 0;}
	.BannerDescription,.scroll,.bx-controls,.CityRotater1 img,.CityRotater2 img,.ServiceImgLeft img,.ServiceImgRight img,.rGoogleMapsInfo br{display:none!important;}
	main {padding-bottom: 30px;}
	main h1 {padding-top: 10px;}
	.Breadcrumbs {margin: 0 0 20px;}
	.ShortCut1, .ShortCut2 {margin-bottom: 50px;min-height: 520px;}
	.Offers {padding: 35px 0;}
	.Offers .BtnMore {width: 170px;margin-top: 15px;}
	.SpecialOffer {margin-top: 60px;}
	.SpecialOffer .Equal {display: block;}
	.SpecialOffer img {height: auto;width: 100%;}
	.SpecialOfferTxt a.lnkButton {width: 100%;float: none;margin-top: 15px;margin-bottom: 15px;}
	.SpecialOfferTxt p.PromotionDetail {height: 75px;}
	.SpecialOfferTxt h3 a {font-size: 2.5rem;}
	.City .CityText {float: none;width: 100%;}
	.NewsletterForm .waterMarkInput {margin: 25px 0;}
	.partners li {width: 43.6%;}
	.Top {margin: 10px auto 0;}
	footer {padding-bottom: 10px;}
	.Internal .MenuAutomatic{display:none;}
	.Internal .MenuActivator.active {background: none;}
	.Internal .MenuActivator:hover {background: #EA9A00;}
	.Internal .MenuActivator.active .MenuIcon {background: url(/images/Menu-off.svg);}
	.Internal .MenuActivator .MenuIcon, .Internal .MenuActivator.active:hover .MenuIcon {background: url(/images/Menu-on.svg);}
	.BookingEngine .Slogan {margin-bottom: 15px;}
	.SubMenu{width: 100%;float: none;}
	.SubMenu ul {width: 100% !important;}
	.SubMenu li a {width: 100% !important;}
	.Text1, .Text2 {clear: both;}
	.Services .Equal {display: block;}
	.Services h2 {font-size: 4rem;}
	.ServiceImgLeft, .ServiceImgRight {padding: 0 15px 15px;height: auto;max-height: none;}
	.rGoogleMapsInfo {margin: 0px 0 30px 15px;}
	.rGoogleMaps p {padding: 15px 0;font-size: 1.5rem;}
	.rGoogleMaps p .fa-long-arrow-right, .rGoogleMaps p .fa-long-arrow-left {top: 50px;}
	span.GMapsAddress input {margin-bottom: 15px;}
	.rGoogleMapsDetail {height: auto;}
	.Adress1,.Adress2 {float: none;width: 100%;padding: 0 5% 15px;}
	.Contacts tr td, .ResponsiveTable tr td{display:block; width: 100%;}
	.Contacts tr td img {max-width:100%; height: auto !important;}
	.NoClass tr {width: 100%;}
	.Form div {width: 100%;float: none;margin-right: 0;}
	.Newsletter {padding: 20px 0;}
	.NewsletterInfo {top: -60px;left: 30px;}
	.Services h2:after {top: 55px;}
	.Services ul.ServiceIcons li {width: 49%;}
	.ServiceVideo video {width: 100% !important;height: auto !important;}
	table.ResponsiveTable img {width: 80%;height: auto;}
	.Copyright{padding: 20px 0 60px;}
	.contact_form input[type='text'], .contact_form input[type='password'] {width:100%;}
	.contact_form input.btn-su {position:relative;width:100%;}
	.contact_form a.btn-su {width:100%;margin-bottom:15px;}
	.GMaps{height:510px;}
	.HotelNew .Bedroom {padding-left:20px;}
	.HotelNew .Bedroom .BedroomFooter:before {left:0px;}
	.HotelNew .ServiceIcons img {display:inline-block !important;}
	.HotelNew .Bedroom .BedroomFooter .BedroomBookNow {margin-bottom:15px;}
	.HotelNew .Services ul.ServiceIcons li {width:49%;}
}
/* [SM] */
@media (min-width: 768px) and (max-width: 991px) 
{	
	.SearchHotel select, .SearchDates input {font-size: 0.95rem;line-height: 22px;}
	html {font-size:56%;}
	header {padding-top: 23px;}
	header img {max-width: 65%;position: absolute;top: -14px;}
	.lnkBookingArea {font-size:10px;margin-left: 15px;}
	.lnkBookingAreaImg {display:none;}
	.SearchHotel, .SearchDates {font-size: 1rem;padding: 5px 0 5px;}
	.SearchHotel select {line-height: 22px;}
	header .SearchButton {font-size:1.2rem;padding: 11px 0 10px;margin-right: -15px;line-height: 25px;}
	.Languages {padding-top: 5px;}
	.MenuActivator {height: 124px;margin-top: -10px;}
	.BannerDescription {top: 0;height: auto;margin-top:0;}
	.BannerDescription h2 {font-size: 3.5rem;padding-bottom: 2%;margin-top: 6%;}
	.BannerDescription h2:after {display: none;}
	.BannerDescription {font-size: 2rem;}
	.BannerDescription a {width: 30%;}
	.scroll, .bx-controls, .BookingEngine .Slogan h2 small {display: none;}
	.Offers .BtnMore {width: 170px;float: right;margin-top: -15px;}
	.SpecialOffer {margin-top: 20px;}
	.NewsletterForm .waterMarkInput {margin: 25px 0;}
	.Top {margin: 0 auto;}
	main {padding-bottom: 30px;}
	.BookingEngine .Slogan {margin-top: 0;}
	.BookingEngine .Slogan h2 {font-size: 1.1rem;}
	.Internal header {padding-top: 25px;}
	.Internal.Hotel .SubMenuLogo {float: left;width: 50%;}
	.Internal.Hotel .SubMenu {float: left;width: 50%;}
	.Internal .SubMenu{float: none;}
	.SubMenu{width: 100%;}
	.SubMenu ul {width: 100% !important;}
	.SubMenu li a {width: 100% !important;}
	.Internal.Hotel main .col-md-7{clear: both;}
	.Text1, .Text2 {clear: both;}
	.Services .Equal {display: block;}
	.rGoogleMapsInfo {margin: 0 0 30px 15px;}
	.Breadcrumbs {margin-top: 0;}
	.Offers {padding: 40px 0;}
	.Contacts tr td{display:block; width: 100%;}
	.ServicesContent {line-height: 1.8rem;}
	.SpecialOffer h2 {top:5px; bottom: auto;}
	.SpecialOfferTxt p.PromotionDetail {line-height: 2.5rem;}
	.Text2 .SpecialOfferTxt {padding: 0;}
	.NoClass tr {width: 100%;}
	.NewsletterInfo {top: -60px;left: 30px;}
	.Services h2:after {top: 70px;}
	.Copyright{padding: 20px 0 60px;}
	.contact_form {top: 15px;}
	.GMaps{height:510px;}
}
/* [MD] */
@media (min-width: 992px) and (max-width: 1199px) 
{
	.SearchHotel select, .SearchDates input {font-size: 0.95rem;line-height: 22px;}
	header img {max-width: 100%;}
	html {font-size:58%;}
	.BannerDescription h2 {font-size: 3.5rem;padding-bottom: 2%;margin-top: 6%;}
	.BannerDescription h2:after {display: none;}
	.BannerDescription {font-size: 2rem;}
	.BannerDescription a {width: 30%;}
	.SearchButtonWhite {font-size: 2rem;}
	.Offers span {font-size: 2.8rem;}
	.SearchHotel, .SearchDates {font-size: 1.1rem;}
	.NewsletterForm .waterMarkInput {font-size: 1.2rem;}
	.partners li {width: 19.6%;}
	.Partners h2, .MenuInst h2, .Follow h2 {font-size: 1.6rem;}
	.Follow a {height: auto;}
	.Follow .fa {display: none;}
	.Follow label {font-size: 1.6rem;float: none;}
	.MenuInst li a {font-size: 1.6rem;line-height: 2.8rem;}
	.Languages {float: right;}
	.SearchButton {font-size: 1.8rem;padding: 15px 0 15px;line-height: 24px;}
	.MenuAutomatic ul li a {margin: 0 15px;}
	.BookingEngine .Slogan {margin-top: 7px;}
	.BookingEngine .Slogan h2 small {display: none;}
	.SubMenu{width: 100%;}
	.SubMenu ul {width: 100% !important;}
	.SubMenu li a {width: 100% !important;}
	.Text1Title h1 {margin-top: 30px;}
	.ServiceImgLeft, .ServiceImgRight {padding: 0 15px;height: 100%;}
	.ServiceImgLeft img, .ServiceImgRight img {display: none;}
	.ServiceImgLeft h3:after {left: 30px;margin-left: 0;}
	.ServiceImgRight h3:after {left: 32px;margin-left: 0;}
	.rGoogleMaps p {font-size: 1rem;}
	.Offers .BtnMore {width: 170px;float: right;margin-top: -15px;}
	.SpecialOffer {margin-top: 20px;}
	.SpecialOffer h2 {top:5px; bottom: auto;}
	.NoClass tr {width: 50%;}
	.contact_form input.btn-su {position:relative;}
	.contact_form a.btn-su {display: block;width: 200px;margin-top: 10px;}
	.HotelNew .ServiceImgLeft img {display:none;}
	.HotelNew .Bedroom {padding-left:20px;}
	.HotelNew .Bedroom .BedroomFooter:before {left:0px;}
	.HotelNew .ServiceIcons img {display:inline-block !important;}
	.HotelNew .Services ul.ServiceIcons li {width:49%;}
	.HotelNew .Bedroom .BedroomFooter .BedroomBookNow {margin-bottom:15px;}
}
@media (min-width: 1200px) and (max-width: 1300px) 
{
	.SearchHotel select, .SearchDates input {font-size: 0.95rem;line-height: 22px;}
	header img {max-width: 100%;}
	.ServiceImgLeft img {display: none !important;}
	.ServiceImgLeft {padding: 0 20px; height: 100%;}
	.contact_form a.btn-su {display: block;width: 200px;margin-top: 10px;}
	.HotelNew .Bedroom .BedroomFooter {text-align: center;}
	.HotelNew .Bedroom .BedroomFooter .BedroomCapacity {margin-top:0px;margin-bottom:15px;}
	.HotelNew .Bedroom .BedroomFooter .BedroomBookNow {float:none;margin-bottom:15px;}
	.HotelNew .Bedroom {padding-left:20px;}
	.HotelNew .Bedroom .BedroomFooter:before {left:0px;}
	.HotelNew .ServiceIcons img {display:inline-block !important;}
	.HotelNew .Services ul.ServiceIcons li {width:49%;}
	.HotelNew .BedroomRotater3, .HotelNew .BedroomRotater4 {min-height:350px;}
}
@media (min-width: 1301px) and (max-width: 1399px) {
	.SearchHotel select, .SearchDates input {font-size: 0.95rem;line-height: 22px;}
	.HotelNew .Bedroom .BedroomFooter {text-align: center;}
	.HotelNew .Bedroom .BedroomFooter .BedroomCapacity {margin-top:0px;margin-bottom:15px;}
	.HotelNew .Bedroom .BedroomFooter .BedroomBookNow {float:none;}
}
@media (min-width: 1400px) and (max-width: 1600px) {
	.SearchHotel select, .SearchDates input {font-size: 1.3rem;line-height: 22px;}
}
/* [LG] */
@media (min-width: 1200px) and (max-width: 1600px) 
{
	header img {max-width: 100%;}
	.BannerDescription h2 {font-size: 4.5rem;}
	.BannerDescription {font-size: 2rem;}
	.BannerDescription a {width: 30%;}
	.SearchButtonWhite {font-size: 2rem;}
	.SearchButton {font-size: 2rem;padding: 13px 0 13px;line-height: 34px;}
	.ShortCuts1, .ShortCuts2 {font-size: 1.4rem;}
	.SpecialOffer h2 {top:5px; bottom: auto;}
	.SpecialOfferTxt p.PromotionDetail {line-height: 2rem;height: 64px;font-size: 1.4rem;}
	.Offers span {font-size: 3.4rem;}
	.Offers .BtnMore {margin-top: 28%;}
	.City .CityText h3 {font-size: 2rem;}
	.City .CityText {font-size: 1.4rem;line-height: 1.9rem;width: 44%;}
	.NewsletterForm .waterMarkInput {font-size: 1.4rem;}
	.Newsletter h2 {font-size: 1.8rem;}
	.partners li {width: 19.6%;}
	.partners a {font-size: 1.4rem;}
	.Partners h2, .MenuInst h2, .Follow h2 {font-size: 1.6rem;}
	.Follow a {height: auto;}
	.Follow .fa {display: none;}
	.Follow label {float: none;}
	.MenuInst li a {line-height: 2.8rem;}
	.MenuAutomatic ul li a {margin: 0 15px;}
	.BookingEngine .Slogan {margin-top: 7px;}
	.BookingEngine .Slogan h2 small {display: none;}
	.SubMenu{width: 100%;}
	.SubMenu ul {width: 100% !important;}
	.SubMenu li a {width: 100% !important;}
	.Text1Title h1 {margin-top: 30px;}
	.Gallery h2:after {top: 8%;}
	.NoClass tr {width: 50%;}
	.Form div input[type=checkbox], .Form div input[type=radio] {margin-right: 5px;margin-bottom: 0;}
	.ServiceImgLeftCrop img{margin-left: -70px;}
	.Services ul.ServiceIcons li {width: 14.8%;}
}